pytest.ini 165 B

123456
  1. [pytest]
  2. testpaths = tests
  3. python_files = test_*.py
  4. python_classes = Test*
  5. python_functions = test_*
  6. addopts = --cov=src --cov-report=term-missing --cov-report=html