.. |
.gitignore
|
move device (=TREZOR) tests to tests/device_tests, create tests/unit_tests for unit tests
|
2016-11-28 16:04:55 +01:00 |
common.py
|
don't use generic Exception, but rather specific subclass
|
2017-11-06 11:10:23 +01:00 |
test_basic.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_bip32_speed.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_cosi.py
|
tests: add device test for CoSi
|
2017-10-04 00:51:32 +02:00 |
test_debuglink.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_applysettings.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_changepin.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_cipherkeyvalue.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_clearsession.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_ethereum_getaddress.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_ethereum_signmessage.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_ethereum_signtx.py
|
tests: fix bytes/str problem in test_msg_ethereum_signtx
|
2017-07-31 13:56:25 +02:00 |
test_msg_ethereum_verifymessage.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_getaddress_segwit_native.py
|
Updated segwit_native tests to bech32 and python3
|
2017-11-03 18:32:45 +01:00 |
test_msg_getaddress_segwit.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_getaddress_show.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_getaddress.py
|
tests: add multisig marker
|
2017-08-15 17:33:11 +02:00 |
test_msg_getentropy.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_getpublickey.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_loaddevice_xprv.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_loaddevice.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_nem_getaddress.py
|
device_tests: Add test_msg_nem_getaddress
|
2017-09-03 19:05:29 +02:00 |
test_msg_nem_signtx.py
|
device_tests: Add test_msg_nem_signtx
|
2017-09-03 19:05:29 +02:00 |
test_msg_ping.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_recoverydevice_dryrun.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_recoverydevice.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_resetdevice_skipbackup.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_resetdevice.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_signidentity.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_signmessage_segwit_native.py
|
Added unit tests for sign/verifymessage bech32
|
2017-11-03 18:32:45 +01:00 |
test_msg_signmessage_segwit.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_signmessage.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_signtx_bch.py
|
Fixed white-spaces
|
2017-08-13 20:49:23 +02:00 |
test_msg_signtx_segwit_native.py
|
Updated segwit_native tests to bech32 and python3
|
2017-11-03 18:32:45 +01:00 |
test_msg_signtx_segwit.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_signtx_zcash.py
|
device_tests: disable signtx_zcash
|
2017-11-15 14:35:34 +01:00 |
test_msg_signtx.py
|
Expect confirm button for unusual change address (#138)
|
2017-11-08 22:09:28 +01:00 |
test_msg_verifymessage_segwit_native.py
|
Added unit tests for sign/verifymessage bech32
|
2017-11-03 18:32:45 +01:00 |
test_msg_verifymessage_segwit.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_verifymessage.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_wipedevice.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_multisig_change.py
|
Updated multisig change test
|
2017-11-17 21:04:03 +01:00 |
test_multisig.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_op_return.py
|
device_tests: op_return now requires confirmation by user
|
2017-11-15 15:42:28 +01:00 |
test_protect_call.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_protection_levels.py
|
tests: remove estimate_tx_size
|
2017-07-31 14:00:26 +02:00 |
test_zerosig.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |