apprise-api/pytest.ini

5 lines
159 B
INI
Raw Permalink Normal View History

2019-10-27 04:53:40 +01:00
[pytest]
DJANGO_SETTINGS_MODULE = core.settings.pytest
2020-12-31 18:57:55 +01:00
addopts = --nomigrations --cov=. --cov-report=term-missing
2019-10-27 04:53:40 +01:00
python_files = tests.py test_*.py *_tests.py