Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-06 | Merge bctest.py into bitcoin-util-test.py | John Newbery | |
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. | |||
2017-05-03 | Use shared config file for functional and util tests | John Newbery | |
The functional tests and util tests both require a config file that is generated by ./configure. This commit merges those two config files into a single configuration file that can be shared by both tests. The config from config.ini is put into a Namespace object to maintain the interface with bctest.py. A future commit could change this interface to use a dictionary instead of a namespace. | |||
2017-05-03 | Use an .ini config file for environment vars in bitcoin-util-test.py | John Newbery | |
2017-05-03 | Change help_text in bitcoin-util-test.py to a docstring. | John Newbery | |
2017-05-03 | Change bitcoin-util-test.py to use Python3 | John Newbery | |
2017-03-20 | Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py | John Newbery | |