mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-30 21:49:50 -05:00
5 lines
284 B
INI
5 lines
284 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = recipes.settings
|
|
python_files = tests.py test_*.py *_tests.py
|
|
addopts = --cov=. --cov-report=html:docs/reports/coverage --cov-report=xml:docs/reports/coverage/coverage.xml --junitxml=docs/reports/tests/pytest.xml --html=docs/reports/tests/tests.html
|