mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 23:40:58 +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:
|
) -> None:
|
||||||
global FIXTURES
|
global FIXTURES
|
||||||
content, _ = prepare_fixtures(results, remove_missing)
|
content, _ = prepare_fixtures(results, remove_missing)
|
||||||
FIXTURES = FixturesType(content)
|
|
||||||
dest.write_text(json.dumps(content, indent=0, sort_keys=True) + "\n")
|
dest.write_text(json.dumps(content, indent=0, sort_keys=True) + "\n")
|
||||||
|
FIXTURES = FixturesType({}) # reset the cache
|
||||||
|
|
||||||
|
|
||||||
def _rename_records(screen_path: Path) -> None:
|
def _rename_records(screen_path: Path) -> None:
|
||||||
|
Loading…
Reference in New Issue
Block a user