Files
InvokeAI/.pytest.ini
2023-02-26 21:54:13 +01:00

6 lines
166 B
INI

[pytest]
DJANGO_SETTINGS_MODULE = webtas.settings
; python_files = tests.py test_*.py *_tests.py
addopts = --cov=. --cov-config=.coveragerc --cov-report xml:cov.xml