Files
wizarr/pytest.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