Skip to content

Commit 32a9803

Browse files
committed
Use native tracebacks for py.test
1 parent 01007e1 commit 32a9803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[pytest]
2-
addopts = --capture=no --assert=plain --strict
2+
addopts = --capture=no --assert=plain --strict --tb native
33
testpaths = tests

0 commit comments

Comments
 (0)