pytest.ini 122 B

1234
  1. [pytest]
  2. DJANGO_SETTINGS_MODULE = devproject.test_settings
  3. testpaths = misago
  4. python_files = tests.py test_*.py *_tests.py