You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/tests/upgrade_tests
grdddj b8ea21d24a
feat(all): implement translations into Trezor
3 months ago
..
README.md docs: move docs to root 5 years ago
__init__.py chore(tests): fix click, upgrade and persistence tests for new UI 1 year ago
recovery_old.py chore(tests): use special recovery functions for upgrade tests 10 months ago
test_firmware_upgrades.py feat(all): implement translations into Trezor 3 months ago
test_passphrase_consistency.py chore(tests): fix click, upgrade and persistence tests for new UI 1 year ago

README.md

Running Upgrade Tests

  1. As always, use poetry environment:
poetry shell
  1. Download the emulators, if you have not already:
tests/download_emulators.sh
  1. And run the tests using pytest:
pytest tests/upgrade_tests

You can use TREZOR_UPGRADE_TEST environment variable if you would like to run core or legacy upgrade tests exclusively. This will run core only:

TREZOR_UPGRADE_TEST="core" pytest tests/upgrade_tests