diff --git a/pyproject.toml b/pyproject.toml index 5f2bec6..a10d46c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,5 +24,5 @@ build = ["pyinstaller"] where = ["src"] [tool.pytest.ini_options] -addopts = "-v --tb=short" +addopts = "-vv --tb=short" console_output_style = "count" \ No newline at end of file