WIP - regenerate fixtures.json + remove old tests

grdddj/tr_homescreen_game
grdddj 1 year ago
parent 4fb4a74e50
commit 40ce09e9bc

@ -130,11 +130,14 @@ test_emu_ui_record: ## record and hash screens for ui integration tests
test_emu_ui_record_multicore: ## quickly record all screens
make test_emu_ui_multicore || echo "All errors are recorded in fixtures.json"
make test_emu_accept_fixtures
make test_emu_accept_fixtures_remove_missing
test_emu_accept_fixtures: # accept UI fixtures from the last run of UI tests
../tests/update_fixtures.py
test_emu_accept_fixtures_remove_missing: # as above + remove all missing tests
../tests/update_fixtures.py -r
pylint: ## run pylint on application sources and tests
pylint -E $(shell find src tests -name *.py)

@ -1 +0,0 @@
../../vendor/QR-Code-generator

@ -1 +0,0 @@
../../vendor/micropython

@ -1 +0,0 @@
../../vendor/secp256k1-zkp

@ -1 +0,0 @@
../../common

@ -1 +0,0 @@
../../crypto

@ -1 +0,0 @@
../../storage

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save