mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
5 lines
156 B
INI
5 lines
156 B
INI
[pytest]
|
|
testpaths = api/tests
|
|
python_files = test_*.py
|
|
addopts = -v --tb=short --cov=api --cov-report=term-missing --cov-config=.coveragerc
|
|
pythonpath = .
|