Skip to content

Commit c2390b3

Browse files
authored
Merge pull request #33 from cisagov/improvement/pytest-debug-logging
Enable pytest debug logging
2 parents 0234608 + efa5ea7 commit c2390b3

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)