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]
|
||||
testpaths = tests
|
||||
xfail_strict=true
|
||||
addopts = --tb=native
|
||||
|
||||
[coverage:run]
|
||||
branch = True
|
||||
|
|
Ładowanie…
Reference in New Issue