[tool.pytest.ini_options] testpaths = ["tests"] asyncio_mode = "auto" filterwarnings = ["ignore::DeprecationWarning"] addopts = "-v --tb=short" [tool.coverage.run] source = ["app"] omit = ["app/agent/*"] [tool.coverage.report] show_missing = true