mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
core: add custom markers to pytest.ini
Following https://docs.pytest.org/en/latest/mark.html#registering-marks
This commit is contained in:
parent
cc5c8ae7e0
commit
8a179437b1
@ -1,2 +1,20 @@
|
||||
[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
|
||||
|
Loading…
Reference in New Issue
Block a user