Skip to content

Commit

Permalink
Set default verbosity of pytest to 1
Browse files Browse the repository at this point in the history
This is equivalent to the `-v` option, which e.g. shows each test inside a
file as a separate line in the output, showing the reason why a test was
skipped.

xref. https://docs.pytest.org/en/7.1.x/how-to/output.html#verbosity
  • Loading branch information
nsoranzo committed Nov 11, 2022
1 parent 2117f5a commit b9b0581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[pytest]
addopts = --verbosity=1
markers =
tests_galaxy_branch: test against a specific Galaxy branch

0 comments on commit b9b0581

Please sign in to comment.