InvokeAI/.pytest.ini

6 lines
166 B
INI
Raw Normal View History

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