Skip to content

Commit

Permalink
tests: pytest: addopts+=-vv
Browse files Browse the repository at this point in the history
This will show whole diffs for test failures by default.
  • Loading branch information
blueyed committed Jul 11, 2018
1 parent 6300327 commit 67a939d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool:pytest]
testpaths = tests
addopts = -ra
addopts = -ra -vv

[isort]
combine_as_imports = 1
Expand Down

0 comments on commit 67a939d

Please sign in to comment.