mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-09 15:00:58 +00:00
tests: fix missing import in lisk tests
This commit is contained in:
parent
144c8c1f5b
commit
3831ddd5a9
@ -20,6 +20,7 @@ from trezorlib import lisk
|
|||||||
from trezorlib.tools import parse_path
|
from trezorlib.tools import parse_path
|
||||||
|
|
||||||
from .common import TrezorTest
|
from .common import TrezorTest
|
||||||
|
from .conftest import TREZOR_VERSION
|
||||||
|
|
||||||
LISK_PATH = parse_path("m/44h/134h/0h/1h")
|
LISK_PATH = parse_path("m/44h/134h/0h/1h")
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@ from trezorlib import lisk
|
|||||||
from trezorlib.tools import parse_path
|
from trezorlib.tools import parse_path
|
||||||
|
|
||||||
from .common import TrezorTest
|
from .common import TrezorTest
|
||||||
|
from .conftest import TREZOR_VERSION
|
||||||
|
|
||||||
LISK_PATH = parse_path("m/44h/134h/0h/0h")
|
LISK_PATH = parse_path("m/44h/134h/0h/0h")
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@ from trezorlib import lisk
|
|||||||
from trezorlib.tools import parse_path
|
from trezorlib.tools import parse_path
|
||||||
|
|
||||||
from .common import TrezorTest
|
from .common import TrezorTest
|
||||||
|
from .conftest import TREZOR_VERSION
|
||||||
|
|
||||||
LISK_PATH = parse_path("m/44h/134h/0h/0h")
|
LISK_PATH = parse_path("m/44h/134h/0h/0h")
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@ from trezorlib import lisk, messages as proto
|
|||||||
from trezorlib.tools import parse_path
|
from trezorlib.tools import parse_path
|
||||||
|
|
||||||
from .common import TrezorTest
|
from .common import TrezorTest
|
||||||
|
from .conftest import TREZOR_VERSION
|
||||||
|
|
||||||
PUBLIC_KEY = unhexlify(
|
PUBLIC_KEY = unhexlify(
|
||||||
"eb56d7bbb5e8ea9269405f7a8527fe126023d1db2c973cfac6f760b60ae27294"
|
"eb56d7bbb5e8ea9269405f7a8527fe126023d1db2c973cfac6f760b60ae27294"
|
||||||
|
@ -21,6 +21,7 @@ import pytest
|
|||||||
from trezorlib import lisk, messages as proto
|
from trezorlib import lisk, messages as proto
|
||||||
|
|
||||||
from .common import TrezorTest
|
from .common import TrezorTest
|
||||||
|
from .conftest import TREZOR_VERSION
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.lisk
|
@pytest.mark.lisk
|
||||||
|
Loading…
Reference in New Issue
Block a user