mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-08-02 16:27:28 -04:00
6 lines
160 B
INI
6 lines
160 B
INI
[pytest]
|
|
minversion = 6.0
|
|
addopts = -ra -q --tb=short
|
|
testpaths = tests
|
|
python_files = test_*.py
|
|
# Playwright will be enabled via conftest.py for E2E tests only |