Moved bitcoin.py tests to their own file
authorChris Glass <tribaal@gmail.com>
Wed, 25 Jun 2014 05:35:49 +0000 (07:35 +0200)
committerChris Glass <tribaal@gmail.com>
Wed, 25 Jun 2014 05:35:49 +0000 (07:35 +0200)
commit73c33820dbf17eadd049ebeb5d295e124bfadfc6
treee2c16938603579ecb922127500af9891f8bea8d9
parenta286b18aedd987ca584ce8114189703854f4d37a
Moved bitcoin.py tests to their own file

This allows standard python testing tools to discover and run them.
lib/bitcoin.py
lib/tests/__init__.py [new file with mode: 0644]
lib/tests/test_bitcoin.py [new file with mode: 0644]