mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-15 01:40:57 +00:00
reenable TestDebugLink.test_layout
This commit is contained in:
parent
260a4322a6
commit
d46bdf2f6e
@ -9,12 +9,9 @@ from trezorlib.client import PinException
|
|||||||
|
|
||||||
class TestDebugLink(common.TrezorTest):
|
class TestDebugLink(common.TrezorTest):
|
||||||
|
|
||||||
# disable for now
|
|
||||||
"""
|
|
||||||
def test_layout(self):
|
def test_layout(self):
|
||||||
layout = self.client.debug.read_layout()
|
layout = self.client.debug.read_layout()
|
||||||
self.assertEqual(len(layout), 1024)
|
self.assertEqual(len(layout), 1024)
|
||||||
"""
|
|
||||||
|
|
||||||
def test_mnemonic(self):
|
def test_mnemonic(self):
|
||||||
self.setup_mnemonic_nopin_nopassphrase()
|
self.setup_mnemonic_nopin_nopassphrase()
|
||||||
|
Loading…
Reference in New Issue
Block a user