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

tests: enable order randomization

tests: fixup
This commit is contained in:
matejcik 2019-08-06 16:51:08 +02:00 committed by matejcik
parent 37f8cbd403
commit 2f7b2da2e3

View File

@ -30,7 +30,7 @@ known_third_party = curve25519,ecdsa,hypothesis,pytest,mnemonic
known_first_party = trezorlib
[tool:pytest]
addopts = --strict
addopts = --strict --random-order
xfail_strict = true
[mypy]