File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
2052051. ** 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
2072073. ** Report Review** : Check detailed reports for any warnings or partial failures
2082084. ** 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
You can’t perform that action at this time.
0 commit comments