1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

tests: run default set of tests from root

This commit is contained in:
matejcik 2019-08-08 14:18:20 +02:00 committed by matejcik
parent c76d69eb20
commit 3255e8a16a

View File

@ -31,6 +31,7 @@ known_first_party = trezorlib
[tool:pytest]
addopts = --strict --random-order
testpaths = tests crypto storage python/tests
xfail_strict = true
[mypy]