mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-17 01:52:02 +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]
|
[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
|
||||||
|
Loading…
Reference in New Issue
Block a user