5 lines
150 B
INI
5 lines
150 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = pytv.settings
|
|
python_files = tests.py test_*.py *_tests.py
|
|
addopts = --cov=core --cov=api --cov-report=term-missing
|