1
0
mirror of synced 2025-02-03 13:13:26 +01:00

Increase verbosity of test suite (-v -> -vv)

This commit is contained in:
Viv 2023-06-29 01:40:44 -04:00
parent 5a1d7c9aa3
commit 52eae95161

View File

@ -24,5 +24,5 @@ build = ["pyinstaller"]
where = ["src"] where = ["src"]
[tool.pytest.ini_options] [tool.pytest.ini_options]
addopts = "-v --tb=short" addopts = "-vv --tb=short"
console_output_style = "count" console_output_style = "count"