Files
trezor-firmware/docs/tests/upgrade-tests.md
2026-01-06 17:55:35 +01:00

531 B

Running Upgrade Tests

  1. As always, use uv environment:
uv sync
source .venv/bin/activate
  1. Download the emulators for the models you want to test, if you have not already:
tests/download_emulators.sh {model}
  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