mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 06:48:16 +00:00
fix(tests): display missed testcases in the UI report
This commit is contained in:
parent
f2fe960fcd
commit
0c4c229c50
@ -84,8 +84,8 @@ def write_fixtures(
|
||||
) -> None:
|
||||
global FIXTURES
|
||||
content, _ = prepare_fixtures(results, remove_missing)
|
||||
FIXTURES = FixturesType(content)
|
||||
dest.write_text(json.dumps(content, indent=0, sort_keys=True) + "\n")
|
||||
FIXTURES = FixturesType({}) # reset the cache
|
||||
|
||||
|
||||
def _rename_records(screen_path: Path) -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user