diff --git a/pyproject.toml b/pyproject.toml index 07937e7..c3f9d61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ pythonPlatform = "All" typeCheckingMode = "basic" [tool.pdm.scripts] -test = "pytest -v -n auto -W ignore" +test = "pytest -v -s -W ignore" format = { composite = ["isort ./src/ ./example/ ./tests/","black ./src/ ./example/ ./tests/","ruff ./src/ ./example/ ./tests/"] } [tool.pytest.ini_options]