We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84aacdf commit 0876c5dCopy full SHA for 0876c5d
README.md
@@ -97,9 +97,9 @@ Python modules in `shared/python` are covered by comprehensive unit tests locate
97
#### Running Tests Locally
98
99
- **PowerShell (Windows):**
100
- - Run all tests with coverage: `./tests/python/run_coverage.ps1`
+ - Run all tests with coverage: `./tests/python/run_tests.ps1`
101
- **Shell (Linux/macOS):**
102
- - Run all tests with coverage: `./tests/python/run_coverage.sh`
+ - Run all tests with coverage: `./tests/python/run_tests.sh`
103
104
Both scripts:
105
- Run all tests in `tests/python` using pytest
tests/python/run_coverage.ps1 tests/python/run_tests.ps1tests/python/run_coverage.ps1 renamed to tests/python/run_tests.ps1
tests/python/run_coverage.sh tests/python/run_tests.shtests/python/run_coverage.sh renamed to tests/python/run_tests.sh
0 commit comments