[tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"] addopts = "--tb=short" [tool.coverage.run] source = ["web"] omit = ["web/migrations/*"] [tool.coverage.report] show_missing = true