We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e52db commit cf4490cCopy full SHA for cf4490c
1 file changed
tests/run_tests.py
@@ -200,7 +200,7 @@ def run_mock_tests() -> bool:
200
201
# Run comprehensive test suite
202
loader = unittest.TestLoader()
203
- start_dir = str(Path(__file__).parent)
+ start_dir = str(Path(__file__).parent / "mocks")
204
suite = loader.discover(start_dir, pattern="test_*.py")
205
206
# Create a detailed test runner
0 commit comments