mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-26 09:52:34 +00:00
root: move pytest markers to setup.cfg
This commit is contained in:
parent
684862a7f5
commit
0765842e7f
@ -1,20 +1,2 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
addopts = --pyargs trezorlib.tests.device_tests
|
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
|
|
||||||
|
19
setup.cfg
19
setup.cfg
@ -27,3 +27,22 @@ not_skip=__init__.py
|
|||||||
forced_separate = apps
|
forced_separate = apps
|
||||||
known_standard_library = micropython,ubinascii,ustruct,uctypes,utime,utimeq,trezorio,trezorui,trezorutils,trezorconfig
|
known_standard_library = micropython,ubinascii,ustruct,uctypes,utime,utimeq,trezorio,trezorui,trezorutils,trezorconfig
|
||||||
known_third_party = curve25519,ecdsa,hypothesis
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user