Skip to content

Update pytest discovery rules

Compare
Choose a tag to compare
@mdmintz mdmintz released this 05 Nov 07:10
· 6456 commits to master since this release
f7d0d9c

Update pytest discovery rules

  • python_files = test_*.py *_test.py *_tests.py *_suite.py
  • python_classes = Test* *Test* *Test *Tests *Suite
  • python_functions = test_*