1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

tests/device: nem is not xfail anymore

This commit is contained in:
Tomas Susanka 2018-06-07 14:41:09 +02:00
parent e110d87494
commit 63222931be
5 changed files with 0 additions and 5 deletions

View File

@ -22,7 +22,6 @@ from trezorlib.tools import parse_path
@pytest.mark.nem
@pytest.mark.xfail # to be removed when nem is merged
class TestMsgNEMGetaddress(TrezorTest):
def test_nem_getaddress(self):

View File

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

View File

@ -26,7 +26,6 @@ from trezorlib import nem
# assertion data from T1
@pytest.mark.nem
@pytest.mark.xfail # to be removed when nem is merged
class TestMsgNEMSignTxMultisig(TrezorTest):
def test_nem_signtx_aggregate_modification(self):

View File

@ -26,7 +26,6 @@ from trezorlib.tools import parse_path
# assertion data from T1
@pytest.mark.nem
@pytest.mark.xfail # to be removed when nem is merged
class TestMsgNEMSignTxOther(TrezorTest):
def test_nem_signtx_importance_transfer(self):

View File

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