1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-09 22:22:38 +00:00
trezor-firmware/tests/click_tests
Roman Zeyde 061e71213e test(core): don't fetch full DebugLinkState by default
In case the main workflow is restarting after a `DebugLinkDecision`,
sending the response of `DebugLinkGetState` may get interrupted.

We are making the state fetching explicit, in order to avoid the
"restart" race condition (as described in #4401).

Following the above change, text-based layout recording is removed.

[no changelog]
2025-02-07 11:21:44 +01:00
..
__init__.py tests: improve clicktests 2019-11-15 15:54:16 +01:00
common.py test(core): don't fetch full DebugLinkState by default 2025-02-07 11:21:44 +01:00
record_layout.py feat(common): Add INFO button to DebugLinkDecision. 2022-01-27 13:15:04 +01:00
recovery.py test(core): don't fetch full DebugLinkState by default 2025-02-07 11:21:44 +01:00
reset.py test(core): don't fetch full DebugLinkState by default 2025-02-07 11:21:44 +01:00
test_autolock.py test(core): don't fetch full DebugLinkState by default 2025-02-07 11:21:44 +01:00
test_backup_slip39_custom.py refactor(core): consistent naming of UI layouts 2025-01-20 12:29:24 +01:00
test_lock.py test(core): don't fetch full DebugLinkState by default 2025-02-07 11:21:44 +01:00
test_passphrase_bolt.py refactor(core): consistent naming of UI layouts 2025-01-09 22:57:14 +01:00
test_passphrase_caesar.py refactor(core): consistent naming of UI layouts 2025-01-20 12:29:24 +01:00
test_passphrase_delizia.py refactor(core): consistent naming of UI layouts 2025-01-20 12:29:24 +01:00
test_pin.py test(core): don't fetch full DebugLinkState by default 2025-02-07 11:21:44 +01:00
test_recovery.py fix(tests): update tests for newly introduced device.setup() 2025-01-17 11:28:12 +01:00
test_repeated_backup.py fix(tests): update tests for newly introduced device.setup() 2025-01-17 11:28:12 +01:00
test_reset_bip39.py fix(tests): update tests for newly introduced device.setup() 2025-01-17 11:28:12 +01:00
test_reset_slip39_advanced.py refactor(core): consistent naming of UI layouts 2025-01-20 12:29:24 +01:00
test_reset_slip39_basic.py fix(tests): update tests for newly introduced device.setup() 2025-01-17 11:28:12 +01:00
test_tutorial_caesar.py test(core): don't fetch full DebugLinkState by default 2025-02-07 11:21:44 +01:00
test_tutorial_delizia.py test(core): don't fetch full DebugLinkState by default 2025-02-07 11:21:44 +01:00