prediction-api / pytest.ini
3v324v23's picture
test: Add unit and integration tests with Pytest
9ea8001
[pytest]
addopts = -v --cov=app --cov-report=term-missing
testpaths = tests
python_files = test_*.py