From 52eae951617741453d86e0554b2faf4ab76d3f4e Mon Sep 17 00:00:00 2001 From: Viv Date: Thu, 29 Jun 2023 01:40:44 -0400 Subject: [PATCH] Increase verbosity of test suite (-v -> -vv) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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