pytest.ini 73 B

1234
  1. [pytest]
  2. testpaths = tests
  3. python_files = Test*.py
  4. python_classes = Test