Files
app-ethereum/tests/speculos/test_version_cmd.py
2022-06-28 15:11:20 +02:00

10 lines
251 B
Python

#from warnings import catch_warnings
#
#import boilerplate_client
#
#
#def test_version(cmd):
# try:
# cmd.get_version()
# except boilerplate_client.exception.errors.InsNotSupportedError as error:
# assert error.args[0] == '0x6d00'