diff --git a/.coverage b/.coverage deleted file mode 100644 index 849b8dd..0000000 Binary files a/.coverage and /dev/null differ diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..dae8ddc --- /dev/null +++ b/.coveragerc @@ -0,0 +1,5 @@ +[run] +omit= + vrobbler/wsgi.py + vrobbler/asgi.py + vrobbler/cli.py diff --git a/pyproject.toml b/pyproject.toml index 3c74562..7a1c240 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,9 +55,7 @@ bandit = "^1.7.4" [tool.pytest.ini_options] minversion = "6.0" addopts = "-ra -q" -testpaths = [ - "tests", -] +testpaths = ["tests"] DJANGO_SETTINGS_MODULE='vrobbler.settings' [tool.black]