Unverified Commit 5b168b6d authored by Reid's avatar Reid Committed by GitHub
Browse files

[doc] add pytest tips (#19010)


Signed-off-by: default avatarreidliu41 <reid201711@gmail.com>
Co-authored-by: default avatarreidliu41 <reid201711@gmail.com>
parent 9760fd8f
...@@ -108,6 +108,9 @@ pre-commit run mypy-3.9 --hook-stage manual --all-files ...@@ -108,6 +108,9 @@ pre-commit run mypy-3.9 --hook-stage manual --all-files
# Unit tests # Unit tests
pytest tests/ pytest tests/
# Run tests for a single test file with detailed output
pytest -s -v tests/test_logger.py
``` ```
!!! tip !!! tip
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment