Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Feb 14, 2024
1 parent a5dde47 commit 726ffc1
Show file tree
Hide file tree
Showing 32 changed files with 1 addition and 49 deletions.
9 changes: 1 addition & 8 deletions tests/speculos/test_configuration_cmd.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@

def test_configuration(cmd):
if cmd.model == "nanos":
assert cmd.get_configuration() == (14, 1, 10, 4)

if cmd.model == "nanox":
assert cmd.get_configuration() == (14, 1, 10, 4)

if cmd.model == "nanosp":
assert cmd.get_configuration() == (14, 1, 10, 4)
assert cmd.get_configuration() == (2, 1, 10, 4)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.

This file was deleted.

Diff not rendered.
40 changes: 0 additions & 40 deletions tests/zemu/src/starkware.test.js

This file was deleted.

0 comments on commit 726ffc1

Please sign in to comment.