ResearchRadar / setup.cfg
ak0601's picture
Upload 63 files
fdcd9e5 verified
raw
history blame contribute delete
204 Bytes
[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/*