mirror of
https://github.com/trezor/trezor-firmware.git
synced 2026-03-06 15:30:05 +01:00
Co-authored-by: M1nd3r <petrsedlacek.km@seznam.cz> Co-authored-by: Roman Zeyde <roman.zeyde@satoshilabs.com> [no changelog]
Running Upgrade Tests
- As always, use uv environment:
uv sync
source .venv/bin/activate
- Download the emulators for the models you want to test, if you have not already:
tests/download_emulators.sh {model}
- 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