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-05-11 15:29:37 +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 tests/device: autodetect Trezor version and skip the appropriate tests automatically 2018-04-03 18:56:18 +02:00
test_basic.py
test_bip32_speed.py
test_cosi.py tests: update imports after tests.support move 2018-05-11 15:29:37 +02:00
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
test_msg_ethereum_signmessage.py
test_msg_ethereum_signtx.py
test_msg_ethereum_verifymessage.py
test_msg_getaddress_segwit_native.py tests: update imports after tests.support move 2018-05-11 15:29:37 +02:00
test_msg_getaddress_segwit.py tests: update imports after tests.support move 2018-05-11 15:29:37 +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 tests: update imports after tests.support move 2018-05-11 15:29:37 +02:00
test_msg_getecdhsessionkey.py
test_msg_getentropy.py
test_msg_getpublickey_curve.py tests: update imports after tests.support move 2018-05-11 15:29:37 +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 tests: xfail Lisk tests until trezor-core#90 is merged 2018-04-18 15:46:10 +02:00
test_msg_lisk_getpublickey.py tests: xfail Lisk tests until trezor-core#90 is merged 2018-04-18 15:46:10 +02:00
test_msg_lisk_signmessage.py tests: xfail Lisk tests until trezor-core#90 is merged 2018-04-18 15:46:10 +02:00
test_msg_lisk_signtx.py lisk: Fix wrong signature in tx tests 2018-04-23 16:47:15 +02:00
test_msg_lisk_verifymessage.py tests: xfail Lisk tests until trezor-core#90 is merged 2018-04-18 15:46:10 +02:00
test_msg_loaddevice_xprv.py
test_msg_loaddevice.py
test_msg_nem_getaddress.py tests: pytest xfail is used instead of skipping 2018-04-04 13:18:22 +02:00
test_msg_nem_signtx_mosaics_t2.py tests: nem mosaics fix 2018-04-16 12:39:17 +02:00
test_msg_nem_signtx_mosaics.py tests/device/nem: test files seperated; swiping for t2 2018-04-03 14:16:49 +02:00
test_msg_nem_signtx_multisig.py tests: multisig fixes 2018-04-16 12:24:55 +02:00
test_msg_nem_signtx_others.py tests/device/nem: multisig tests 2018-04-10 14:50:01 +02:00
test_msg_nem_signtx_transfers.py tests/device/nem: mosaic with levy test 2018-05-03 14:03:38 +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
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 tests: update imports after tests.support move 2018-05-11 15:29:37 +02:00
test_msg_signtx_bitcoin_gold.py tests: update imports after tests.support move 2018-05-11 15:29:37 +02:00
test_msg_signtx_decred.py coins: refactor, use data from coins.json instead of hardcoded lists 2018-04-10 15:58:34 +02:00
test_msg_signtx_segwit_native.py tests: update imports after tests.support move 2018-05-11 15:29:37 +02:00
test_msg_signtx_segwit.py tests: update imports after tests.support move 2018-05-11 15:29:37 +02:00
test_msg_signtx_zcash.py coins: refactor, use data from coins.json instead of hardcoded lists 2018-04-10 15:58:34 +02:00
test_msg_signtx.py coins: refactor, use data from coins.json instead of hardcoded lists 2018-04-10 15:58:34 +02:00
test_msg_stellar_get_public_key.py tests/stellar: marked as passing on T1 2018-05-09 16:34:51 +02:00
test_msg_stellar_sign_transaction.py tests/stellar: marked as passing on T1 2018-05-09 16:34: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 tests: update imports after tests.support move 2018-05-11 15:29:37 +02:00
test_multisig.py tests: update imports after tests.support move 2018-05-11 15:29:37 +02:00
test_op_return.py
test_protect_call.py
test_protection_levels.py
test_zerosig.py