core: add short summary to pytest to see what failed right away

pull/808/head
Tomas Susanka 4 years ago
parent d2f8a83057
commit 1988fb0409

@ -30,7 +30,7 @@ known_third_party = curve25519,ecdsa,hypothesis,pytest,mnemonic,shamir-mnemonic
known_first_party = trezorlib
[tool:pytest]
addopts = --strict --random-order
addopts = -rfE --strict --random-order
testpaths = tests crypto storage python/tests
xfail_strict = true
timeout = 60

Loading…
Cancel
Save