ThomasV
|
5262d6ae73
|
remove wrong test
|
10 years ago |
ThomasV
|
03e420b1c0
|
fix tests
|
10 years ago |
ThomasV
|
f183554446
|
rm failing tests
|
10 years ago |
ThomasV
|
c2d175cb60
|
remove broken tests
|
10 years ago |
ThomasV
|
ef74ae57ff
|
fix tests
|
10 years ago |
ThomasV
|
03f4b4c933
|
fix broken test
|
10 years ago |
ThomasV
|
9f8e537a7e
|
fix broken test
|
10 years ago |
Chris Glass
|
73ee95ec9a
|
Removed failing test for now
As discussed on IRC, it might be too early to write this test since the
behavior is not entirely defined yet.
|
11 years ago |
Chris Glass
|
a9592459ed
|
Add tests to the wallet.py module.
This increases test coverage a lot.
|
11 years ago |
Michael Wozniak
|
09154fdf20
|
Shouldn't redo URI encoding
|
11 years ago |
Michael Wozniak
|
8ad7a5a085
|
Update tests and fix URI parsing
Update URI parsing for BIP0072 compatability
Update tests for parse_URI
|
11 years ago |
Chris Glass
|
0ac02bf040
|
Made all bip32 primitives testnet compatible.
|
11 years ago |
Chris Glass
|
b2f8d507de
|
Fixed docstrings
|
11 years ago |
Chris Glass
|
99a31b0c6a
|
Fixes previously introduced bug
The passed in command line options were saved to the user config.
|
11 years ago |
Chris Glass
|
34f0a65c49
|
Added more tests for user config parsing.
|
11 years ago |
Chris Glass
|
ad3640d7a4
|
Added tests for the system config function.
|
11 years ago |
Chris Glass
|
5eeae69425
|
Added more tests for edge cases.
|
11 years ago |
Chris Glass
|
fff3ed9b77
|
Added a lot of tests for SimpleConfig
Refactored the SImpleConfig class a lot to make sure the behavior is
always defined.
|
11 years ago |
Chris Glass
|
af5a0eba33
|
Added mnemonic to seed tests
|
11 years ago |
Chris Glass
|
4675ea5321
|
Added util test file
|
11 years ago |
Chris Glass
|
bc98223188
|
Added more bitcoin tests
|
11 years ago |
Chris Glass
|
9dc814ec8c
|
Made _do_test_crypto private to allow nosetests
|
11 years ago |
Chris Glass
|
413945435a
|
Added private/public key tests
Including converting from a private key to a public key, and
deriving the primary address from a private key.
|
11 years ago |
Chris Glass
|
73c33820db
|
Moved bitcoin.py tests to their own file
This allows standard python testing tools to discover and run them.
|
11 years ago |