1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-15 18:00:59 +00:00
trezor-firmware/tests/device_tests/reset_recovery
obrusvit 862c987779 refactor(core): consistent naming of UI layouts
- UI layouts name changes:
  - model_tt -> layout_bolt
  - model_tr -> layout_samson
  - model_mercury -> layout_quicksilver
- rust features `model_xyz` freed for different use, now it's
`layout_xyz`
- input_flow function names are based on UI layout and not internal
model name (i.e. quicksilver instead of t3t1)
- directory names and commentary changed accordingly

[no changelog]
2025-01-09 22:57:14 +01:00
..
__init__.py chore(tests): more test reorganizations 2021-12-06 11:15:12 +01:00
test_recovery_bip39_dryrun.py chore(python): improve recovery type deprecation warning 2024-11-12 16:55:17 +01:00
test_recovery_bip39_t1.py refactor(tests): introduce a better model selection mechanism 2024-09-11 12:59:04 +02:00
test_recovery_bip39_t2.py refactor(tests): introduce a better model selection mechanism 2024-09-11 12:59:04 +02:00
test_recovery_slip39_advanced_dryrun.py chore(python): improve recovery type deprecation warning 2024-11-12 16:55:17 +01:00
test_recovery_slip39_advanced.py tests: fix small irregularities 2024-11-12 16:55:17 +01:00
test_recovery_slip39_basic_dryrun.py chore(python): improve recovery type deprecation warning 2024-11-12 16:55:17 +01:00
test_recovery_slip39_basic.py fix(tests): correctly check that backup flow was aborted 2024-11-12 16:55:17 +01:00
test_reset_backup.py refactor(tests): introduce a better model selection mechanism 2024-09-11 12:59:04 +02:00
test_reset_bip39_skipbackup.py refactor(tests): introduce a better model selection mechanism 2024-09-11 12:59:04 +02:00
test_reset_bip39_t1.py refactor(tests): introduce a better model selection mechanism 2024-09-11 12:59:04 +02:00
test_reset_bip39_t2.py refactor(core): consistent naming of UI layouts 2025-01-09 22:57:14 +01:00
test_reset_recovery_bip39.py feat(tests): simplify asserts on translated strings 2024-11-25 13:32:13 +01:00
test_reset_recovery_slip39_advanced.py feat(tests): simplify asserts on translated strings 2024-11-25 13:32:13 +01:00
test_reset_recovery_slip39_basic.py feat(tests): simplify asserts on translated strings 2024-11-25 13:32:13 +01:00
test_reset_slip39_advanced.py refactor(tests): introduce a better model selection mechanism 2024-09-11 12:59:04 +02:00
test_reset_slip39_basic.py feat(tests): Tests for entropy check workflow in ResetDevice. 2025-01-02 13:44:36 +01:00