Skip to content

Commit 6d61de5

Browse files
author
shadowy-pycoder
committed
Adding new files
1 parent 90fe9ae commit 6d61de5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/test_bitcoin_message_tool.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from __future__ import division, print_function
2+
import pytest
3+
import bitcoin_message_tool
4+
5+
6+
def test_basic():
7+
pass # TODO - add unit tests
8+
9+
10+
if __name__ == "__main__":
11+
pytest.main()

0 commit comments

Comments
 (0)