kopia lustrzana https://github.com/corrscope/corrscope
Always run pytest --tb=native (less bloated stack traces) (#198)
By default, pytest prints entire docstring of innermost function (which can be very long in libraries).pull/357/head
rodzic
dd2a331980
commit
18e13ea9d1
|
@ -1,6 +1,7 @@
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
testpaths = tests
|
testpaths = tests
|
||||||
xfail_strict=true
|
xfail_strict=true
|
||||||
|
addopts = --tb=native
|
||||||
|
|
||||||
[coverage:run]
|
[coverage:run]
|
||||||
branch = True
|
branch = True
|
||||||
|
|
Ładowanie…
Reference in New Issue