diff --git a/pyproject.toml b/pyproject.toml index 9c86b8f..e50a727 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,10 @@ build-backend = "poetry.core.masonry.api" # mypy_path = "/home/kae/.cache/pypoetry/virtualenvs/musicmuster-oWgGw1IG-py3.9:/home/kae/git/musicmuster/app" mypy_path = "/home/kae/git/musicmuster/app" +[tool.pytest.ini_options] +addopt = "--exitfirst --showlocals --capture=no" +pythonpath = [".", "app"] + [tool.vulture] exclude = ["migrations", "app/ui", "archive"] paths = ["app"] diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index 1ae6aed..0000000 --- a/pytest.ini +++ /dev/null @@ -1,2 +0,0 @@ -[pytest] -addopts = -xls