Merge bctest.py into bitcoin-util-test.py
commit8ad5bdef781d9b3009030287e5c99341e6933007
authorJohn Newbery <john@johnnewbery.com>
Tue, 21 Mar 2017 19:01:48 +0000 (21 15:01 -0400)
committerJohn Newbery <john@johnnewbery.com>
Tue, 6 Jun 2017 20:42:38 +0000 (6 16:42 -0400)
tree34ccda80c4a98576e8b07dcf3606030de8a4ec11
parent95836c5eba4a6cdc835e72189e4b0fe3e9458c5a
Merge bctest.py into bitcoin-util-test.py

bctest.py is only used as an import by bitcoin-util-test.py. There's no
value in keeping it as a separate module, so let's merge them into a
single module to keep building and packaging simpler.

bitcoin-test-util is importable as a module, so if any future modules
really want to import the code from bctest.py, they can import
bitcoin-test-util and call the bctest functions by name.
Makefile.am
configure.ac
test/util/bitcoin-util-test.py [moved from test/util/bctest.py with 78% similarity, mode: 0755]