.. |
.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
|
rework lazy connecting in client
|
2017-09-04 13:36:08 +02: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_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
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02: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.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
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02: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
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_msg_signtx.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02: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
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_multisig.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02:00 |
test_op_return.py
|
tests: start rewriting device tests to pytest
|
2017-07-28 18:07:20 +02: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 |