1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 11:09:01 +00:00
trezor-firmware/trezorlib/tests/device_tests
2019-03-15 14:44:06 +01:00
..
__init__.py
.gitignore
common.py tests: Don't lock storage after setup if the mnemonic needs to be checked. 2019-02-14 21:07:30 +01:00
conftest.py debuglink: add null debuglink, allow running tests interactively 2019-01-31 15:30:05 +01:00
test_basic.py style: apply black/isort 2018-08-13 18:22:19 +02:00
test_bip32_speed.py style: uppercase hex constants to conform with black 18.9b0 style 2018-10-01 14:01:33 +02:00
test_cancel.py style: apply black/isort 2018-08-13 18:22:19 +02:00
test_cosi.py style: apply black/isort 2018-08-13 18:22:19 +02:00
test_debuglink.py tests: debug mnemonic is bytes 2019-03-12 13:22:47 +01:00
test_msg_applysettings.py debug: fix test_msg_applysettings 2018-10-10 13:15:28 +02:00
test_msg_cardano_get_address.py trezorlib: add licence headers where missing 2018-11-12 12:22:32 +01:00
test_msg_cardano_get_public_key.py cardano: fix tests broken after binascii removal 2018-10-02 16:51:53 +02:00
test_msg_cardano_sign_transaction.py add tests for cardano address validation 2019-01-25 16:59:44 +01:00
test_msg_changepin.py tests: Check PIN properly in test_msg_changepin. 2019-02-14 19:16:43 +01:00
test_msg_cipherkeyvalue.py tests: remove usage of binascii 2018-09-27 16:52:28 +02:00
test_msg_clearsession.py style: apply black/isort 2018-08-13 18:22:19 +02:00
test_msg_ethereum_getaddress.py ethereum: update tests to new message format (addresses are strings) 2019-01-29 17:17:05 +01:00
test_msg_ethereum_getpublickey.py tests: update test_msg_ethereum_getpublickey to test node field 2019-02-28 16:38:33 +01:00
test_msg_ethereum_signmessage.py ethereum: update tests to new message format (addresses are strings) 2019-01-29 17:17:05 +01:00
test_msg_ethereum_signtx_eip155.py ethereum: update tests to new message format (addresses are strings) 2019-01-29 17:17:05 +01:00
test_msg_ethereum_signtx.py ethereum: update tests to new message format (addresses are strings) 2019-01-29 17:17:05 +01:00
test_msg_ethereum_verifymessage.py ethereum: update tests to new message format (addresses are strings) 2019-01-29 17:17:05 +01:00
test_msg_getaddress_segwit_native.py Add Groestlcoin device tests (#368) 2019-03-15 14:44:06 +01:00
test_msg_getaddress_segwit.py Add Groestlcoin device tests (#368) 2019-03-15 14:44:06 +01:00
test_msg_getaddress_show.py style: apply black/isort 2018-08-13 18:22:19 +02:00
test_msg_getaddress.py Add Groestlcoin device tests (#368) 2019-03-15 14:44:06 +01:00
test_msg_getecdhsessionkey.py tests: remove usage of binascii 2018-09-27 16:52:28 +02:00
test_msg_getentropy.py device_tests: update test_msg_getentropy to new style 2018-08-13 15:49:12 +02:00
test_msg_getpublickey_curve.py tests: remove usage of binascii 2018-09-27 16:52:28 +02:00
test_msg_getpublickey.py tests: add script_type test to getpublickey test 2018-09-06 19:05:53 +02:00
test_msg_lisk_getaddress.py tests: cleanup lisk tests 2018-09-14 12:23:38 +02:00
test_msg_lisk_getpublickey.py tests: cleanup lisk tests 2018-09-14 12:23:38 +02:00
test_msg_lisk_signmessage.py tests: cleanup lisk tests 2018-09-14 12:23:38 +02:00
test_msg_lisk_signtx.py tests: use valid paths in various altcoin tests 2018-12-13 15:49:31 +01:00
test_msg_lisk_verifymessage.py tests: cleanup lisk tests 2018-09-14 12:23:38 +02:00
test_msg_loaddevice_xprv.py style: apply black/isort 2018-08-13 18:22:19 +02:00
test_msg_loaddevice.py tests: debug mnemonic is bytes 2019-03-12 13:22:47 +01:00
test_msg_monero_getaddress.py trezorlib: add monero getaddress/getwatchkey + tests 2018-11-04 15:27:45 +01:00
test_msg_monero_getwatchkey.py trezorlib: add monero getaddress/getwatchkey + tests 2018-11-04 15:27:45 +01:00
test_msg_nem_getaddress.py style: apply black/isort 2018-08-13 18:22:19 +02:00
test_msg_nem_signtx_mosaics_t2.py device_tests: add input flow function to NEM signing test 2018-12-06 17:41:24 +01:00
test_msg_nem_signtx_mosaics.py tests: remove usage of binascii 2018-09-27 16:52:28 +02:00
test_msg_nem_signtx_multisig.py tests: remove usage of binascii 2018-09-27 16:52:28 +02:00
test_msg_nem_signtx_others.py tests: remove usage of binascii 2018-09-27 16:52:28 +02:00
test_msg_nem_signtx_transfers.py tests: remove usage of binascii 2018-09-27 16:52:28 +02:00
test_msg_ontology_getaddress.py add Ontology support (#301) 2018-09-06 15:36:44 +02:00
test_msg_ontology_sign_ont_id_add_attributes.py device_tests: add input flow function to Ontology tests (#348) 2019-01-07 12:58:42 +01:00
test_msg_ontology_sign_ont_id_register.py device_tests: add input flow function to Ontology tests (#348) 2019-01-07 12:58:42 +01:00
test_msg_ontology_sign_tx.py style: uppercase hex constants to conform with black 18.9b0 style 2018-10-01 14:01:33 +02:00
test_msg_ontology_sign_withdraw_ong.py style: uppercase hex constants to conform with black 18.9b0 style 2018-10-01 14:01:33 +02:00
test_msg_ping.py style: apply black/isort 2018-08-13 18:22:19 +02:00
test_msg_recoverydevice_dryrun.py style: apply black/isort 2018-08-13 18:22:19 +02:00
test_msg_recoverydevice_t2.py debug: accept bytes in mnemonic field 2019-03-11 13:53:40 +01:00
test_msg_recoverydevice.py tests: debug mnemonic is bytes 2019-03-12 13:22:47 +01:00
test_msg_resetdevice_nobackup.py tests: update T1+T2 reset+recovery tests to reflect new Confirm dialog 2018-10-22 14:44:36 +02:00
test_msg_resetdevice_skipbackup.py tests: update T1+T2 reset+recovery tests to reflect new Confirm dialog 2018-10-22 14:44:36 +02:00
test_msg_resetdevice_t2.py tests: update T1+T2 reset+recovery tests to reflect new Confirm dialog 2018-10-22 14:44:36 +02:00
test_msg_resetdevice.py tests: T1 now caches the PIN after PIN set/change 2018-12-14 15:17:41 +01:00
test_msg_ripple_get_address.py tests: xfail marks removed 2018-09-07 17:21:41 +02:00
test_msg_ripple_sign_tx.py tests: uncomment ripple test 2019-01-09 15:00:44 +01:00
test_msg_signidentity.py tests: remove usage of binascii 2018-09-27 16:52:28 +02:00
test_msg_signmessage_decred.py decred: Add sign message tests (#318) 2018-10-10 13:35:31 +02:00
test_msg_signmessage_segwit_native.py Add Groestlcoin device tests (#368) 2019-03-15 14:44:06 +01:00
test_msg_signmessage_segwit.py Add Groestlcoin device tests (#368) 2019-03-15 14:44:06 +01:00
test_msg_signmessage.py Add Groestlcoin device tests (#368) 2019-03-15 14:44:06 +01:00
test_msg_signtx_bcash.py tests: use simplified API for MultisigRedeemScriptType where possible 2019-02-04 01:14:14 +01:00
test_msg_signtx_bgold.py tests: use simplified API for MultisigRedeemScriptType where possible 2019-02-04 01:14:14 +01:00
test_msg_signtx_capricoin.py tests: change flags for test_msg_signtx_capricoin.py 2018-11-14 17:36:19 +01:00
test_msg_signtx_dash.py Dash: Support spending DIP2 special transaction inputs (#351) 2019-01-09 14:43:30 +01:00
test_msg_signtx_decred.py style: reformat decred test 2019-02-04 01:29:08 +01:00
test_msg_signtx_grs.py Add Groestlcoin device tests (#368) 2019-03-15 14:44:06 +01:00
test_msg_signtx_komodo.py tests: set xfail to komodo device test for now 2019-02-15 01:42:41 +01:00
test_msg_signtx_segwit_native.py tests: use simplified API for MultisigRedeemScriptType where possible 2019-02-04 01:14:14 +01:00
test_msg_signtx_segwit.py tests: use simplified API for MultisigRedeemScriptType where possible 2019-02-04 01:14:14 +01:00
test_msg_signtx_zcash.py tests: update KMD device test 2019-02-15 00:23:37 +01:00
test_msg_signtx.py paths: compatibility for derivation paths checks 2018-11-21 17:08:18 +01:00
test_msg_stellar_get_address.py tests: use valid paths in various altcoin tests 2018-12-13 15:49:31 +01:00
test_msg_stellar_sign_transaction.py tests/stellar: use bytes.fromhex instead of binascii.unhexlify 2019-01-17 14:31:07 +01:00
test_msg_tezos_getaddress.py tests: tezos is not xfailed anymore 2018-09-13 15:12:42 +02:00
test_msg_tezos_getpublickey.py tests: tezos is not xfailed anymore 2018-09-13 15:12:42 +02:00
test_msg_tezos_sign_tx.py tests: remove usage of binascii 2018-09-27 16:52:28 +02:00
test_msg_verifymessage_segwit_native.py tests: remove usage of binascii 2018-09-27 16:52:28 +02:00
test_msg_verifymessage_segwit.py tests: remove usage of binascii 2018-09-27 16:52:28 +02:00
test_msg_verifymessage.py Add Groestlcoin device tests (#368) 2019-03-15 14:44:06 +01:00
test_msg_wipedevice.py style: apply black/isort 2018-08-13 18:22:19 +02:00
test_multisig_change.py tests: use simplified API for MultisigRedeemScriptType where possible 2019-02-04 01:14:14 +01:00
test_multisig.py tests: use simplified API for MultisigRedeemScriptType where possible 2019-02-04 01:14:14 +01:00
test_op_return.py paths: compatibility for derivation paths checks 2018-11-21 17:08:18 +01:00
test_protect_call.py client: clean up constants 2018-11-26 15:30:42 +01:00
test_protection_levels.py device_tests: fix remaining use of btc.sign_tx 2018-11-06 13:38:09 +01:00
test_zerosig.py style: fix imports 2018-11-06 13:36:25 +01:00