llmproxy/backend/pytest.ini
Oliver Hofmann 562f6ecd9c Init
2026-04-27 18:54:27 +02:00

5 lines
142 B
INI

[tool.pytest.ini_options]
python_files = "test_*.py"
testpaths = ["tests"]
addopts = "-v --cov=. --cov-report=term-missing --cov-report=html"