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.
2 parents 0234608 + efa5ea7 commit c2390b3Copy full SHA for c2390b3
pytest.ini
@@ -1,3 +1,4 @@
1
[pytest]
2
-# Increase verbosity and display extra test summary info for tests that did not pass
3
-addopts = --verbose -ra
+# Increase verbosity, display extra test summary info for tests that did not pass,
+# and enable debug logging
4
+addopts = --verbose -ra --log-cli-level=DEBUG
0 commit comments