Skip to content

v1.0.3 - Reduce Python test false positives

Latest

Choose a tag to compare

@daqiu753-hash daqiu753-hash released this 02 Jun 03:13
· 2 commits to main since this release

Reduces T001 false positives for Python/FastAPI projects by excluding init.py, conftest.py, and helper/fixture modules from assertion-free test detection. Python test detection is now limited to test_*.py and *_test.py. No CLI or report schema changes.