1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-03 04:58:25 +00:00
trezor-firmware/tests/upgrade_tests
M1nd3r bb87825324 test: fix style
[no changelog]
2024-11-29 11:12:11 +01:00
..
__init__.py
README.md
recovery_old.py
test_firmware_upgrades.py test: fix style 2024-11-29 11:12:11 +01:00
test_passphrase_consistency.py test(python): fix upgrade_tests (partially) 2024-11-29 11:12:11 +01:00

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