1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 01:18:28 +00:00

tests: pytest xfail is used instead of skipping

This commit is contained in:
Tomas Susanka 2018-04-04 13:18:22 +02:00
parent a4306a00fa
commit 51d9a809bc
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
from .common import *
@pytest.mark.skip_t2
@pytest.mark.xfail # to be removed when nem is merged
class TestMsgNEMGetaddress(TrezorTest):
def test_nem_getaddress(self):

View File

@ -22,7 +22,7 @@ from trezorlib import nem
# assertion data from T1
@pytest.mark.skip_t2
@pytest.mark.xfail # to be removed when nem is merged
class TestMsgNEMSignTx(TrezorTest):
def test_nem_signtx_simple(self):

View File

@ -24,7 +24,7 @@ import time
# assertion data from T1
@pytest.mark.skip_t1
@pytest.mark.skip_t2
@pytest.mark.xfail # to be removed when nem is merged
class TestMsgNEMSignTxMosaics(TrezorTest):
def test_nem_signtx_mosaic_supply_change(self):

View File

@ -23,7 +23,7 @@ import time
# assertion data from T1
@pytest.mark.skip_t2
@pytest.mark.xfail # to be removed when nem is merged
class TestMsgNEMSignTxOther(TrezorTest):
def test_nem_signtx_aggregate_modification(self):