Kokoro-FastAPI/pytest.ini

6 lines
174 B
INI
Raw Normal View History

2024-12-30 13:25:30 -07:00
[pytest]
2025-01-01 21:50:00 -07:00
testpaths = api/tests ui/tests
2024-12-30 13:25:30 -07:00
python_files = test_*.py
2025-01-01 21:50:00 -07:00
addopts = -v --tb=short --cov=api --cov=ui --cov-report=term-missing --cov-config=.coveragerc
2024-12-30 13:25:30 -07:00
pythonpath = .