Spaces:
Sleeping
Sleeping
File size: 204 Bytes
fdcd9e5 | 1 2 3 4 5 6 7 8 9 10 11 12 | [tool:pytest]
testpaths = tests
python_files = test_*.py
python_functions = test_*
addopts = -v --cov=app --cov-report=term-missing
[coverage:run]
source = app
omit =
app/ui/*
tests/*
|