Skip to content

Commit d830cd1

Browse files
authored
Update PYTHON_TESTING.md
1 parent a0d5380 commit d830cd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python-bindings/docs/PYTHON_TESTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ For CI/CD pipelines, you can use the testing scripts:
150150
- name: Test Python versions
151151
run: |
152152
./python-bindings/tests/test_python_versions.sh
153-
153+
154154
- name: Test async functions
155155
run: |
156156
cd python-bindings
@@ -203,7 +203,7 @@ The detailed Python script generates a JSON report (`python_version_test_report.
203203
## Best Practices
204204
205205
1. **Regular Testing**: Run version tests before releases
206-
2. **CI Integration**: Include version testing in your CI pipeline
206+
2. **CI Integration**: Include version testing in your CI pipeline
207207
3. **Report Review**: Check detailed reports for any warnings or partial failures
208208
4. **Environment Isolation**: Scripts use temporary environments to avoid conflicts
209-
5. **Timeout Handling**: Each version test has a 5-minute timeout to prevent hanging
209+
5. **Timeout Handling**: Each version test has a 5-minute timeout to prevent hanging

0 commit comments

Comments
 (0)