We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9146e commit cdf47d2Copy full SHA for cdf47d2
backend/pyproject.toml
@@ -55,7 +55,9 @@ markers = [
55
]
56
asyncio_mode = "auto"
57
asyncio_default_fixture_loop_scope = "function"
58
-log_cli = true
59
-log_cli_level = "INFO"
+log_cli = false
+log_cli_level = "WARNING"
60
+log_capture = true
61
+log_level = "WARNING"
62
# Run tests in parallel by default; distribute by file to minimize contention
-addopts = "-n auto --dist loadfile"
63
+addopts = "-n auto --dist loadfile -q --tb=short"
0 commit comments