1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-26 16:18:22 +00:00

root: move pytest markers to setup.cfg

This commit is contained in:
Pavol Rusnak 2019-05-25 13:06:28 +02:00
parent 684862a7f5
commit 0765842e7f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 19 additions and 18 deletions

View File

@ -1,20 +1,2 @@
[pytest]
addopts = --pyargs trezorlib.tests.device_tests
markers =
capricoin
cardano
decred
eos
ethereum
komodo
lisk
monero
nem
ontology
ripple
skip_t1
skip_t2
stellar
tezos
zcash

View File

@ -27,3 +27,22 @@ not_skip=__init__.py
forced_separate = apps
known_standard_library = micropython,ubinascii,ustruct,uctypes,utime,utimeq,trezorio,trezorui,trezorutils,trezorconfig
known_third_party = curve25519,ecdsa,hypothesis
[tool:pytest]
markers =
capricoin
cardano
decred
eos
ethereum
komodo
lisk
monero
nem
ontology
ripple
skip_t1: skip the test on Trezor One.
skip_t2: skip the test on Trezor Model T.
stellar
tezos
zcash