mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
added pytest reporting updated Github Action CI/CD to write coverage output to docs updated GA CI/CD to generate test and coverage badges
5 lines
254 B
INI
5 lines
254 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = recipes.settings
|
|
python_files = tests.py test_*.py *_tests.py
|
|
# addopts = --cov=. --cov-report=html:docs/coverage --cov-report=xml:docs/coverage/coverage.xml --junitxml=docs/tests/pytest.xml --html=docs/tests/tests.html
|