diff --git a/pyproject.toml b/pyproject.toml index bce9e9e..ae29b41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,13 +134,14 @@ ban-relative-imports = "all" [tool.pytest.ini_options] DJANGO_SETTINGS_MODULE = "tests.settings" pythonpath = [".", "src"] -markers = ["mock_network_and_subprocess"] +testpaths = ["tests"] # Coverage [tool.coverage.run] source = ["src"] branch = true parallel = true +omit = ["*/migrations/*", "*/tests/*", "*/conftest.py"] [tool.coverage.report] show_missing = true