1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-08 22:40:59 +00:00

tests: fix missing import in lisk tests

This commit is contained in:
Pavol Rusnak 2018-09-14 11:37:42 +02:00
parent 144c8c1f5b
commit 3831ddd5a9
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
5 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,7 @@ from trezorlib import lisk
from trezorlib.tools import parse_path
from .common import TrezorTest
from .conftest import TREZOR_VERSION
LISK_PATH = parse_path("m/44h/134h/0h/1h")

View File

@ -22,6 +22,7 @@ from trezorlib import lisk
from trezorlib.tools import parse_path
from .common import TrezorTest
from .conftest import TREZOR_VERSION
LISK_PATH = parse_path("m/44h/134h/0h/0h")

View File

@ -22,6 +22,7 @@ from trezorlib import lisk
from trezorlib.tools import parse_path
from .common import TrezorTest
from .conftest import TREZOR_VERSION
LISK_PATH = parse_path("m/44h/134h/0h/0h")

View File

@ -22,6 +22,7 @@ from trezorlib import lisk, messages as proto
from trezorlib.tools import parse_path
from .common import TrezorTest
from .conftest import TREZOR_VERSION
PUBLIC_KEY = unhexlify(
"eb56d7bbb5e8ea9269405f7a8527fe126023d1db2c973cfac6f760b60ae27294"

View File

@ -21,6 +21,7 @@ import pytest
from trezorlib import lisk, messages as proto
from .common import TrezorTest
from .conftest import TREZOR_VERSION
@pytest.mark.lisk