Kokoro-FastAPI/pytest.ini
2025-01-01 21:50:00 -07:00

5 lines
174 B
INI

[pytest]
testpaths = api/tests ui/tests
python_files = test_*.py
addopts = -v --tb=short --cov=api --cov=ui --cov-report=term-missing --cov-config=.coveragerc
pythonpath = .