1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-19 02:52:11 +00:00

device tests: re-enable ethereum tests for T2 again

This commit is contained in:
Pavol Rusnak 2017-12-23 13:51:18 +01:00
parent 31c4836073
commit 1881b0e6fd
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 0 additions and 6 deletions

View File

@ -16,11 +16,9 @@
# along with this library. If not, see <http://www.gnu.org/licenses/>.
from . import common
import pytest
import binascii
@pytest.mark.skip_t2
class TestMsgEthereumSignmessage(common.TrezorTest):
def test_sign(self):

View File

@ -17,11 +17,9 @@
# along with this library. If not, see <http://www.gnu.org/licenses/>.
from . import common
import pytest
import binascii
@pytest.mark.skip_t2
class TestMsgEthereumSigntx(common.TrezorTest):
def test_ethereum_signtx_nodata(self):

View File

@ -16,11 +16,9 @@
# along with this library. If not, see <http://www.gnu.org/licenses/>.
from . import common
import pytest
import binascii
@pytest.mark.skip_t2
class TestMsgEthereumVerifymessage(common.TrezorTest):
def test_verify(self):