Skip to content

Commit efa5ea7

Browse files
dav3rfelddy
andauthored
Enable pytest debug logging
More logging is always appreciated when troubleshooting failed tests. Co-authored-by: felddy <[email protected]>
1 parent 57bcc5b commit efa5ea7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pytest.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[pytest]
2-
# Increase verbosity and display extra test summary info for tests that did not pass
3-
addopts = --verbose -ra
2+
# Increase verbosity, display extra test summary info for tests that did not pass,
3+
# and enable debug logging
4+
addopts = --verbose -ra --log-cli-level=DEBUG

0 commit comments

Comments
 (0)