mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 06:18:03 -05: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
|