1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

fix(tests): display missed testcases in the UI report

This commit is contained in:
matejcik 2023-03-20 14:57:32 +01:00 committed by matejcik
parent f2fe960fcd
commit 0c4c229c50

View File

@ -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: