mirror of
https://github.com/caronc/apprise-api.git
synced 2024-12-12 18:00:51 +01:00
5 lines
159 B
INI
5 lines
159 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = core.settings.pytest
|
|
addopts = --nomigrations --cov=. --cov-report=term-missing
|
|
python_files = tests.py test_*.py *_tests.py
|