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
nyanpasu64 2019-02-15 02:02:17 -08:00 zatwierdzone przez GitHub
rodzic dd2a331980
commit 18e13ea9d1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
[tool:pytest]
testpaths = tests
xfail_strict=true
addopts = --tb=native
[coverage:run]
branch = True