Kokoro-FastAPI/pytest.ini
2024-12-30 13:25:30 -07:00

5 lines
95 B
INI

[pytest]
testpaths = api/tests
python_files = test_*.py
addopts = -v --tb=short
pythonpath = .