[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/*