Skip to content
Snippets Groups Projects
pytest.ini 130 B
Newer Older
[pytest]
DJANGO_SETTINGS_MODULE=config.settings.test

# -- recommended but optional:
python_files = tests.py test_*.py *_tests.py