Skip to content

Commit 0876c5d

Browse files
Rename test run files
1 parent 84aacdf commit 0876c5d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ Python modules in `shared/python` are covered by comprehensive unit tests locate
9797
#### Running Tests Locally
9898

9999
- **PowerShell (Windows):**
100-
- Run all tests with coverage: `./tests/python/run_coverage.ps1`
100+
- Run all tests with coverage: `./tests/python/run_tests.ps1`
101101
- **Shell (Linux/macOS):**
102-
- Run all tests with coverage: `./tests/python/run_coverage.sh`
102+
- Run all tests with coverage: `./tests/python/run_tests.sh`
103103

104104
Both scripts:
105105
- Run all tests in `tests/python` using pytest

0 commit comments

Comments
 (0)