1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-24 07:18:09 +00:00

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

This commit is contained in:
Tomas Susanka 2020-01-27 15:59:01 +00:00
parent d2f8a83057
commit 1988fb0409

View File

@ -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