[doc] add pytest tips (#19010)

Signed-off-by: reidliu41 <reid201711@gmail.com>
Co-authored-by: reidliu41 <reid201711@gmail.com>
This commit is contained in:
Reid
2025-06-02 19:07:26 +08:00
committed by GitHub
parent 9760fd8f6a
commit 5b168b6d7a

View File

@@ -108,6 +108,9 @@ pre-commit run mypy-3.9 --hook-stage manual --all-files
# Unit tests
pytest tests/
# Run tests for a single test file with detailed output
pytest -s -v tests/test_logger.py
```
!!! tip