Kokoro-FastAPI/pytest.ini

6 lines
156 B
INI
Raw Normal View History

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