Files
PYTV/pytest.ini

5 lines
150 B
INI
Raw Normal View History

2026-03-08 11:28:59 -04:00
[pytest]
DJANGO_SETTINGS_MODULE = pytv.settings
python_files = tests.py test_*.py *_tests.py
addopts = --cov=core --cov=api --cov-report=term-missing