kokoro-tts-server / pytest.ini
Michael Hu
initial check in
05b45a5
raw
history blame contribute delete
156 Bytes
[pytest]
testpaths = api/tests
python_files = test_*.py
addopts = -v --tb=short --cov=api --cov-report=term-missing --cov-config=.coveragerc
pythonpath = .