python-trezor/trezorlib/tests/device_tests
matejcik f75b90d260 Merge branch 'upstream' into refactor-transport-nicediff 2018-03-05 19:56:47 +01:00
..
.gitignore tests: Move to trezorlib.tests 2017-12-19 13:16:22 +01:00
__init__.py tests: Move to trezorlib.tests 2017-12-19 13:16:22 +01:00
common.py better way for test suite to search for the right device, 2018-03-02 18:25:39 +01:00
test_basic.py tests: revert basic tests 2018-03-01 00:07:27 +01:00
test_bip32_speed.py tests: disable TestBip32Speed::test_cache on t2 2018-03-05 15:49:04 +01:00
test_cosi.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_debuglink.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_applysettings.py tests: enable test_apply_settings, test_apply_settings_passphrase for t2 2018-03-05 17:45:17 +01:00
test_msg_changepin.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_cipherkeyvalue.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_clearsession.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_ethereum_getaddress.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_ethereum_signmessage.py tests: ethereum sign/verify is skipped (#224) 2018-03-02 16:37:34 +01:00
test_msg_ethereum_signtx.py tests/device: ethereum erc20 tokens test 2018-02-27 17:41:18 +01:00
test_msg_ethereum_verifymessage.py tests: ethereum sign/verify is skipped (#224) 2018-03-02 16:37:34 +01:00
test_msg_getaddress.py tests/device_tests: for t2, enable bch & multisig, disable load & reset 2018-02-27 16:29:59 +01:00
test_msg_getaddress_segwit.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_getaddress_segwit_native.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_getaddress_show.py tests/device_tests: for t2, enable bch & multisig, disable load & reset 2018-02-27 16:29:59 +01:00
test_msg_getentropy.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_getpublickey.py tests: update test_msg_getpublickey.py, add test_msg_getpublickey_curve.py 2018-03-05 17:37:56 +01:00
test_msg_getpublickey_curve.py tests: update test_msg_getpublickey.py, add test_msg_getpublickey_curve.py 2018-03-05 17:37:56 +01:00
test_msg_loaddevice.py tests/device_tests: for t2, enable bch & multisig, disable load & reset 2018-02-27 16:29:59 +01:00
test_msg_loaddevice_xprv.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_nem_getaddress.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_nem_signtx.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_ping.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_recoverydevice.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_recoverydevice_dryrun.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_resetdevice.py tests/device_tests: for t2, enable bch & multisig, disable load & reset 2018-02-27 16:29:59 +01:00
test_msg_resetdevice_skipbackup.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_signidentity.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_signmessage.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_signmessage_segwit.py tests: enable segwit sign&verify tests for t2 2018-03-05 17:45:17 +01:00
test_msg_signmessage_segwit_native.py tests: enable segwit sign&verify tests for t2 2018-03-05 17:45:17 +01:00
test_msg_signtx.py tests/device/signtx: assert exception type and message 2018-02-27 11:50:10 +01:00
test_msg_signtx_bcash.py make flake8 happy (#225) 2018-03-02 16:47:29 +01:00
test_msg_signtx_decred.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_signtx_segwit.py tests/device: assert exception type and message 2018-02-27 15:08:00 +01:00
test_msg_signtx_segwit_native.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_signtx_zcash.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_verifymessage.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_msg_verifymessage_segwit.py tests: enable segwit sign&verify tests for t2 2018-03-05 17:45:17 +01:00
test_msg_verifymessage_segwit_native.py tests: enable segwit sign&verify tests for t2 2018-03-05 17:45:17 +01:00
test_msg_wipedevice.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_multisig.py tests/device: assert exception type and message 2018-02-27 15:08:00 +01:00
test_multisig_change.py Multisig tests enabled for t2 (#216) 2018-02-08 15:36:26 +01:00
test_op_return.py tests/device: assert exception type and message 2018-02-27 15:08:00 +01:00
test_protect_call.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_protection_levels.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00
test_zerosig.py device tests: simplify, drop unittest dependency 2017-12-23 22:03:24 +01:00