10 lines
251 B
Python
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'
|