Skip to content

Commit 67a939d

Browse files
committed
tests: pytest: addopts+=-vv
This will show whole diffs for test failures by default.
1 parent 6300327 commit 67a939d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool:pytest]
22
testpaths = tests
3-
addopts = -ra
3+
addopts = -ra -vv
44

55
[isort]
66
combine_as_imports = 1

0 commit comments

Comments
 (0)