Files
app-ethereum/tests/speculos/test_configuration_cmd.py

11 lines
291 B
Python
Raw Normal View History

2022-04-08 09:57:12 +02:00
def test_configuration(cmd):
if cmd.model == "nanos":
2023-07-31 10:49:15 +02:00
assert cmd.get_configuration() == (14, 1, 10, 4)
2022-10-14 17:40:14 +02:00
if cmd.model == "nanox":
2023-07-31 10:49:15 +02:00
assert cmd.get_configuration() == (14, 1, 10, 4)
2022-06-23 10:32:41 +02:00
if cmd.model == "nanosp":
2023-07-31 10:49:15 +02:00
assert cmd.get_configuration() == (14, 1, 10, 4)