apprise-api/pytest.ini

5 lines
151 B
INI
Raw Normal View History

2019-10-27 04:53:40 +01:00
[pytest]
DJANGO_SETTINGS_MODULE = core.settings.pytest
addopts = --nomigrations --cov=. --cov-report=html
python_files = tests.py test_*.py *_tests.py