added unit test directory and one unit test - to use, run: trial p2pool
authorForrest Voight <forrest@forre.st>
Sun, 4 Dec 2011 03:40:05 +0000 (22:40 -0500)
committerForrest Voight <forrest@forre.st>
Sun, 4 Dec 2011 03:40:05 +0000 (22:40 -0500)
commitc4e0d09a2717daf8208c7fca22e2d5efbcd18af5
treec47a9f9a7091ce4994c8930cb0135ee033ebaab3
parent56e58a900615a2e55a9902c8588f769cea6584c4
added unit test directory and one unit test - to use, run: trial p2pool
p2pool/test/__init__.py [new file with mode: 0644]
p2pool/test/util/__init__.py [new file with mode: 0644]
p2pool/test/util/test_bases.py [new file with mode: 0644]
p2pool/util/bases.py