Skip to content

Commit

Permalink
Add output to junit.xml for easier debugging
Browse files Browse the repository at this point in the history
Change-Id: Ie5862e542eeb52af1a9b391335ae0d5afd966272
  • Loading branch information
LarsMichelsen committed Jun 14, 2021
1 parent 1df7c30 commit 9cbe284
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytest.ini
Expand Up @@ -8,4 +8,6 @@ markers =
checks: Run all existing test cases for checks.
filterwarnings =
ignore::ImportWarning

# When writing a junit.xml, also write the output of a test to the junit
# file in addition to the console.
junit_logging = all

0 comments on commit 9cbe284

Please sign in to comment.