1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 11:29:11 +00:00
trezor-firmware/trezorlib/tests/device_tests
2018-05-23 13:16:14 +02:00
..
__init__.py
.gitignore
common.py coins: refactor, use data from coins.json instead of hardcoded lists 2018-04-10 15:58:34 +02:00
conftest.py device_tests: allow custom runxfail 2018-05-22 17:29:03 +02:00
test_basic.py
test_bip32_speed.py
test_cosi.py
test_debuglink.py
test_msg_applysettings.py tests: add device test for auto-lock delay 2018-04-11 11:17:17 +02:00
test_msg_changepin.py
test_msg_cipherkeyvalue.py
test_msg_clearsession.py
test_msg_ethereum_getaddress.py device_tests: add more currency markers 2018-05-22 17:29:03 +02:00
test_msg_ethereum_signmessage.py device_tests: add more currency markers 2018-05-22 17:29:03 +02:00
test_msg_ethereum_signtx.py device_tests: add more currency markers 2018-05-22 17:29:03 +02:00
test_msg_ethereum_verifymessage.py device_tests: add more currency markers 2018-05-22 17:29:03 +02:00
test_msg_getaddress_segwit_native.py
test_msg_getaddress_segwit.py
test_msg_getaddress_show.py
test_msg_getaddress.py disable bcash tests for T2 2018-04-05 17:03:36 +02:00
test_msg_getecdhsessionkey.py
test_msg_getentropy.py
test_msg_getpublickey_curve.py
test_msg_getpublickey.py
test_msg_lisk_getaddress.py device_tests: allow custom runxfail 2018-05-22 17:29:03 +02:00
test_msg_lisk_getpublickey.py device_tests: allow custom runxfail 2018-05-22 17:29:03 +02:00
test_msg_lisk_signtx.py device_tests: allow custom runxfail 2018-05-22 17:29:03 +02:00
test_msg_loaddevice_xprv.py
test_msg_loaddevice.py
test_msg_nem_getaddress.py device_tests: allow custom runxfail 2018-05-22 17:29:03 +02:00
test_msg_nem_signtx_mosaics_t2.py device_tests: allow custom runxfail 2018-05-22 17:29:03 +02:00
test_msg_nem_signtx_mosaics.py device_tests: allow custom runxfail 2018-05-22 17:29:03 +02:00
test_msg_nem_signtx_multisig.py device_tests: allow custom runxfail 2018-05-22 17:29:03 +02:00
test_msg_nem_signtx_others.py device_tests: allow custom runxfail 2018-05-22 17:29:03 +02:00
test_msg_nem_signtx_transfers.py device_tests: allow custom runxfail 2018-05-22 17:29:03 +02:00
test_msg_ping.py
test_msg_recoverydevice_dryrun.py
test_msg_recoverydevice_t2.py tests: add T2 RecoveryDevice test 2018-03-22 15:28:04 +01:00
test_msg_recoverydevice.py
test_msg_resetdevice_skipbackup.py
test_msg_resetdevice_t2.py tests: add T2 ResetDevice test 2018-03-20 16:47:11 +01:00
test_msg_resetdevice.py
test_msg_signidentity.py
test_msg_signmessage_segwit_native.py
test_msg_signmessage_segwit.py
test_msg_signmessage.py
test_msg_signtx_bcash.py device_tests: get nicer tracebacks by using pytest.raises instead of custom exception code 2018-05-22 20:12:51 +02:00
test_msg_signtx_bitcoin_gold.py coins: refactor, use data from coins.json instead of hardcoded lists 2018-04-10 15:58:34 +02:00
test_msg_signtx_decred.py device_tests: mark decred 2018-05-22 20:12:51 +02:00
test_msg_signtx_segwit_native.py coins: refactor, use data from coins.json instead of hardcoded lists 2018-04-10 15:58:34 +02:00
test_msg_signtx_segwit.py device_tests: get nicer tracebacks by using pytest.raises instead of custom exception code 2018-05-22 20:12:51 +02:00
test_msg_signtx_zcash.py device_tests: allow custom runxfail 2018-05-22 17:29:03 +02:00
test_msg_signtx.py device_tests: get nicer tracebacks by using pytest.raises instead of custom exception code 2018-05-22 20:12:51 +02:00
test_msg_stellar_get_public_key.py device_tests: allow custom runxfail 2018-05-22 17:29:03 +02:00
test_msg_stellar_sign_message.py device_tests: add more currency markers 2018-05-22 17:29:03 +02:00
test_msg_stellar_sign_transaction.py device_tests: allow custom runxfail 2018-05-22 17:29:03 +02:00
test_msg_stellar_verify_message.py device_tests: get nicer tracebacks by using pytest.raises instead of custom exception code 2018-05-22 20:12:51 +02:00
test_msg_verifymessage_segwit_native.py
test_msg_verifymessage_segwit.py
test_msg_verifymessage.py
test_msg_wipedevice.py
test_multisig_change.py coins: refactor, use data from coins.json instead of hardcoded lists 2018-04-10 15:58:34 +02:00
test_multisig.py device_tests: in test_multisig, T1 raises a different message 2018-05-22 20:12:51 +02:00
test_op_return.py device_tests: get nicer tracebacks by using pytest.raises instead of custom exception code 2018-05-22 20:12:51 +02:00
test_protect_call.py
test_protection_levels.py device_tests: fix test_protection_levels for T1 2018-05-22 20:12:45 +02:00
test_zerosig.py