1
0

Add tests to the wallet.py module.

This increases test coverage a lot.
This commit is contained in:
Chris Glass
2014-07-03 08:24:25 +02:00
parent 6ad1c46aa5
commit a9592459ed
3 changed files with 199 additions and 17 deletions

View File

@@ -13,6 +13,7 @@ try:
except ImportError:
sys.exit("Error: python-ecdsa does not seem to be installed. Try 'sudo pip install ecdsa'")
class Test_bitcoin(unittest.TestCase):
def test_crypto(self):