From 3255e8a16a850c58188b3e2271ea62172aa8b9a9 Mon Sep 17 00:00:00 2001 From: matejcik Date: Thu, 8 Aug 2019 14:18:20 +0200 Subject: [PATCH] tests: run default set of tests from root --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 9f7c8f948..d73e4b982 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,6 +31,7 @@ known_first_party = trezorlib [tool:pytest] addopts = --strict --random-order +testpaths = tests crypto storage python/tests xfail_strict = true [mypy]