Skip to content

Commit 5fb50a8

Browse files
committed
docs: remove out-of-scope test documentation from CONTRIBUTING.md
Signed-off-by: Giannis <giannisgeorgiadiis@gmail.com>
1 parent 764bf1f commit 5fb50a8

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -168,23 +168,3 @@ Thank you for contributing to the Hiero Python SDK! 🎉
168168
- Join the main [Linux Foundation Decentralized Trust (LFDT) Discord Server](https://discord.gg/hyperledger).
169169
- Go directly to the [#hiero-python-sdk channel](https://discord.com/channels/905194001349627914/1336494517544681563)
170170

171-
---
172-
173-
## Running tests locally
174-
175-
During development you may want to run a single test file in isolation to avoid importing the project's package-level `__init__` (which imports generated protobuf modules). To run a single test file without loading project-wide fixtures, use the project's virtualenv Python and run pytest on the path:
176-
177-
PowerShell example:
178-
```powershell
179-
# activate virtualenv (if not already active)
180-
C:/Users/Giannis/OneDrive/Programming/hiero-sdk-python/.venv/Scripts/Activate.ps1
181-
182-
# install test deps if needed
183-
python -m pip install -U pip
184-
python -m pip install pytest
185-
186-
# run a single test file
187-
python -m pytest -q tests/test_subscription_handle.py
188-
```
189-
190-
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)