diff --git a/surfsense_backend/pyproject.toml b/surfsense_backend/pyproject.toml index e92395500..9dcb12485 100644 --- a/surfsense_backend/pyproject.toml +++ b/surfsense_backend/pyproject.toml @@ -171,6 +171,7 @@ testpaths = ["tests"] python_files = ["test_*.py"] python_classes = ["Test*"] python_functions = ["test_*"] +addopts = "-v --tb=short -x --durations=10" [tool.setuptools.packages.find] where = ["."]