funquail/api/pytest.ini

6 lines
148 B
INI
Raw Normal View History

[pytest]
DJANGO_SETTINGS_MODULE=config.settings.test
# -- recommended but optional:
python_files = tests.py test_*.py *_tests.py
2017-12-24 19:18:55 +01:00
testpatsh = tests