Skip to content

Commit 872db0d

Browse files
Giannis-dotCopilot
andauthored
Update CONTRIBUTING.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: GiannisGeo <giannisgeorgiadiis@gmail.com>
1 parent 0da3376 commit 872db0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ python -m pip install -U pip
184184
python -m pip install pytest
185185
186186
# run a single test file
187-
python -m pytest -q tests/test_subscription_handle.py
187+
python -m pytest -q tests/unit/test_subscription_handle.py
188188
```
189189

190190
If you want to run a subset of tests, use `-k` with a keyword expression or provide a directory/file path. This helps avoid heavy `conftest.py` imports during quick iteration.

0 commit comments

Comments
 (0)