[tool.pytest.ini_options] testpaths = ["tests"] addopts = "-v --tb=short" [tool.coverage.run] source = ["app"] [tool.coverage.report] fail_under = 85 show_missing = true skip_empty = true exclude_lines = [ "pragma: no cover", "if __name__ == .__main__.", ]