From 1988fb0409b9f02bbf587589d4b1e25eebccc008 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Mon, 27 Jan 2020 15:59:01 +0000 Subject: [PATCH] core: add short summary to pytest to see what failed right away --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8164c2fb5..12ea30c83 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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