mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
6 lines
166 B
INI
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
|