pytest.ini 120 B

12345
  1. [pytest]
  2. testpaths = dual_camera_system/tests
  3. python_files = test_*.py
  4. python_classes = Test*
  5. python_functions = test_*