1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Jochen Hoenicke
d5daf1d2f0
Fixed unit tests (also for Python 3)
Removed old unit tests for non-implemented functions (SimpleSignTx, Ecies).
2016-06-28 01:06:51 +02:00
Pavol Rusnak
54c8bfd1d4
import print function from future 2016-05-20 22:27:20 +02:00
Pavol Rusnak
de9b10fd90
more python3 stuff 2016-05-20 13:46:51 +02:00
Pavol Rusnak
62aff7a22a adapt tests to reflect reorder change 2015-02-11 19:02:35 +01:00
Pavol Rusnak
399deeee67 add tests for multisig tx change confirmation 2014-12-20 23:45:40 +01:00
Pavol Rusnak
a51a530dbc cleanup multisig test 2014-12-20 01:23:01 +01:00
slush0
2b664a6b4d Renamed HDPubkeyType to HDNodePathType 2014-12-15 14:37:19 +01:00
slush0
bb88abab1e Reflects changes in multisig API: Pass HDNodeType+address_n instead of pubkeys 2014-12-12 22:19:30 +01:00
Pavol Rusnak
1fde1ecc22 add 15-15-multisig to show address test 2014-12-10 19:53:24 +01:00
slush0
58f5644402 Merge branch 'master' of github.com:trezor/python-trezor
Conflicts:
	tests/test_multisig.py
2014-12-10 17:59:29 +01:00
slush0
c7431750a2 Added multisig tests for missing pubkey and for 15of15 2014-12-10 17:51:55 +01:00
Pavol Rusnak
2ffdff9816 check partial sigs in multisig test 2014-12-07 15:10:16 +01:00
slush0
5c03c72d91 First multisig unit test 2014-12-04 01:30:41 +01:00