Skip to content

Commit

Permalink
[pytest] Increase verbosity (#1451)
Browse files Browse the repository at this point in the history
Increase verbosity of pytest to allow for full, non-truncated error messages to appear in CI unit test results in order to help facilitate troubleshooting of unit test failures.
  • Loading branch information
jleveque authored Mar 12, 2021
1 parent 6ced42c commit 4a5bd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
addopts = --cov-config=.coveragerc --cov --cov-report html --cov-report term --cov-report xml --junitxml=test-results.xml -v
addopts = --cov-config=.coveragerc --cov --cov-report html --cov-report term --cov-report xml --junitxml=test-results.xml -vv

0 comments on commit 4a5bd47

Please sign in to comment.