mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-21 09:39:02 +00:00
fixup! test: update device tests
This commit is contained in:
parent
1bfcdf1525
commit
295718c02a
@ -96,9 +96,7 @@ def test_cardano_get_address(session: Session, chunkify: bool, parameters, resul
|
||||
)
|
||||
def test_cardano_get_public_key(session: Session, parameters, result):
|
||||
with session:
|
||||
IF = InputFlowShowXpubQRCode(
|
||||
session.client, passphrase=bool(session.passphrase)
|
||||
)
|
||||
IF = InputFlowShowXpubQRCode(session.client, passphrase_request_expected=False)
|
||||
session.set_input_flow(IF.get())
|
||||
# session.init_device(new_session=True, derive_cardano=True)
|
||||
|
||||
|
@ -21,6 +21,7 @@ from trezorlib.debuglink import SessionDebugWrapper as Session
|
||||
|
||||
|
||||
@pytest.mark.setup_client(uninitialized=True)
|
||||
@pytest.mark.uninitialized_session
|
||||
@pytest.mark.models("safe")
|
||||
def test_tutorial(session: Session):
|
||||
device.show_device_tutorial(session)
|
||||
|
Loading…
Reference in New Issue
Block a user