1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 19:39:05 +00:00
trezor-firmware/trezorlib/tests/device_tests
2018-06-20 15:58:13 +02:00
..
__init__.py
.gitignore
common.py tests: make a fixture out of client 2018-06-05 13:08:54 +02:00
conftest.py tests: make a fixture out of client 2018-06-05 13:08:54 +02:00
test_basic.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_bip32_speed.py Revert "device_tests: update test_bip32_speed cache-speed ratio to 1.2x" 2018-05-30 12:44:39 +02:00
test_cancel.py tests: rename test_cancel after it was parametrized 2018-06-05 13:11:24 +02:00
test_cosi.py device_tests: add a compat test for cosi, checking interoperability between Trezor and local implementation 2018-05-28 17:41:52 +02:00
test_debuglink.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_applysettings.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_changepin.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_cipherkeyvalue.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_clearsession.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_ethereum_getaddress.py Merge branch 'master' into matejcik/refactor 2018-05-24 19:18:26 +02:00
test_msg_ethereum_signmessage.py Merge branch 'matejcik/refactor' 2018-05-28 17:52:01 +02:00
test_msg_ethereum_signtx.py Merge branch 'master' into matejcik/refactor 2018-05-24 19:18:26 +02:00
test_msg_ethereum_verifymessage.py Merge branch 'matejcik/refactor' 2018-05-28 17:52:01 +02:00
test_msg_getaddress_segwit_native.py tests: update to use parse_path 2018-05-11 15:29:38 +02:00
test_msg_getaddress_segwit.py tests: update to use parse_path 2018-05-11 15:29:38 +02:00
test_msg_getaddress_show.py tests: update imports after tests.support move 2018-05-11 15:29:37 +02:00
test_msg_getaddress.py Merge branch 'master' into matejcik/refactor 2018-05-24 19:18:26 +02:00
test_msg_getecdhsessionkey.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_getentropy.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_getpublickey_curve.py tests: update to use parse_path 2018-05-11 15:29:38 +02:00
test_msg_getpublickey.py tests: update imports after tests.support move 2018-05-11 15:29:37 +02:00
test_msg_lisk_getaddress.py device_tests: do not xfail Lisk tests, they are now merged 2018-05-23 14:21:24 +02:00
test_msg_lisk_getpublickey.py device_tests: do not xfail Lisk tests, they are now merged 2018-05-23 14:21:24 +02:00
test_msg_lisk_signmessage.py lisk: restore Lisk sign and verify message functionality 2018-06-07 14:07:26 +02:00
test_msg_lisk_signtx.py Merge branch 'master' into matejcik/refactor 2018-05-24 19:18:26 +02:00
test_msg_lisk_verifymessage.py lisk: restore Lisk sign and verify message functionality 2018-06-07 14:07:26 +02:00
test_msg_loaddevice_xprv.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_loaddevice.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_nem_getaddress.py tests/device: nem is not xfail anymore 2018-06-07 14:41:47 +02:00
test_msg_nem_signtx_mosaics_t2.py tests/device: nem is not xfail anymore 2018-06-07 14:41:47 +02:00
test_msg_nem_signtx_mosaics.py Merge branch 'master' into matejcik/refactor 2018-05-24 19:18:26 +02:00
test_msg_nem_signtx_multisig.py tests/device: nem is not xfail anymore 2018-06-07 14:41:47 +02:00
test_msg_nem_signtx_others.py tests/device: nem is not xfail anymore 2018-06-07 14:41:47 +02:00
test_msg_nem_signtx_transfers.py tests/device: nem is not xfail anymore 2018-06-07 14:41:47 +02:00
test_msg_ping.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_recoverydevice_dryrun.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_recoverydevice_t2.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_recoverydevice.py device_tests: fix test_msg_recoverydevice for T1 2018-05-23 17:08:16 +02:00
test_msg_resetdevice_skipbackup.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_resetdevice_t2.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_resetdevice.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_signidentity.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_signmessage_segwit_native.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_signmessage_segwit.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_signmessage.py device_tests: cashaddr test in sign/verify message 2018-06-01 21:30:05 +02:00
test_msg_signtx_bcash.py Merge branch 'master' into matejcik/refactor 2018-05-24 19:18:26 +02:00
test_msg_signtx_bgold.py device_tests: fix bgold unit test 2018-05-29 17:33:18 +02:00
test_msg_signtx_decred.py device_tests: re-enable decred test for T1 2018-06-02 15:53:22 +02:00
test_msg_signtx_segwit_native.py remove remaining usages of expand_path 2018-05-28 15:47:57 +02:00
test_msg_signtx_segwit.py Merge branch 'master' into matejcik/refactor 2018-05-24 19:18:26 +02:00
test_msg_signtx_zcash.py device_tests: fix test_msg_signtx_zcash 2018-06-15 10:35:28 +02:00
test_msg_signtx.py Merge branch 'master' into matejcik/refactor 2018-05-24 19:18:26 +02:00
test_msg_stellar_get_address.py tests: disable Stellar tests for T1 too 2018-06-20 00:13:34 +02:00
test_msg_stellar_get_public_key.py tests: disable Stellar tests for T1 too 2018-06-20 00:13:34 +02:00
test_msg_stellar_sign_transaction.py tests/device: stellar accounts are addresses 2018-06-20 15:58:13 +02:00
test_msg_verifymessage_segwit_native.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_verifymessage_segwit.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_msg_verifymessage.py device_tests: cashaddr test in sign/verify message 2018-06-01 21:30:05 +02:00
test_msg_wipedevice.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_multisig_change.py tests: update to use parse_path 2018-05-11 15:29:38 +02:00
test_multisig.py Merge branch 'master' into matejcik/refactor 2018-05-24 19:18:26 +02:00
test_op_return.py Merge branch 'master' into matejcik/refactor 2018-05-24 19:18:26 +02:00
test_protect_call.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00
test_protection_levels.py Merge branch 'master' into matejcik/refactor 2018-05-24 19:18:26 +02:00
test_zerosig.py tests/device_tests: remove all star imports 2018-05-11 15:29:38 +02:00