Skip to content

Commit

Permalink
Merge pull request #139 from cisagov/improvement/pytest-config
Browse files Browse the repository at this point in the history
Improve pytest configuration
  • Loading branch information
jsf9k authored Jan 31, 2025
2 parents 8d93493 + 2d2feab commit 0989965
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[pytest]
addopts = -v -ra --cov
# Increase verbosity, display extra test summary info for tests that did not pass,
# display code coverage results, and enable debug logging
addopts = --verbose -ra --cov --log-cli-level=DEBUG

0 comments on commit 0989965

Please sign in to comment.