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/update_fixtures.py

8 lines
183 B

#!/usr/bin/env python3
from ui_tests import update_fixtures_with_diff
changes_amount = update_fixtures_with_diff()
print(f"{changes_amount} hashes updated in fixtures.json file.")