bitcoin/qa/rpc-tests/test_framework
John Newbery 0e6d23dd53 Add logging to test_framework.py
This commit adds python logging to test_framework.py. By default this
will output all log levels (DEBUG-INFO-WARNING-ERROR-CRITICAL) to a
test_framework.log file in the temporary test directory, and higher
level logs (WARNING-ERROR-CRITICAL) to the console. The level of logging
to the console can be controlled by a new log-level parameter.

This should have no interaction with the existing trace-rpc parameter.
2017-03-09 09:26:48 -05:00
..
__init__.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
address.py Fix docstrings in qa tests 2017-02-23 10:31:04 -05:00
authproxy.py Fix docstrings in qa tests 2017-02-23 10:31:04 -05:00
bignum.py Fix docstrings in qa tests 2017-02-23 10:31:04 -05:00
blockstore.py Fix docstrings in qa tests 2017-02-23 10:31:04 -05:00
blocktools.py Fix docstrings in qa tests 2017-02-23 10:31:04 -05:00
comptool.py Fix docstrings in qa tests 2017-02-23 10:31:04 -05:00
coverage.py Fix docstrings in qa tests 2017-02-23 10:31:04 -05:00
key.py Fix docstrings in qa tests 2017-02-23 10:31:04 -05:00
mininode.py Fix docstrings in qa tests 2017-02-23 10:31:04 -05:00
netutil.py Fix docstrings in qa tests 2017-02-23 10:31:04 -05:00
script.py Fix docstrings in qa tests 2017-02-23 10:31:04 -05:00
siphash.py Fix docstrings in qa tests 2017-02-23 10:31:04 -05:00
socks5.py Fix docstrings in qa tests 2017-02-23 10:31:04 -05:00
test_framework.py Add logging to test_framework.py 2017-03-09 09:26:48 -05:00
util.py Merge #9602: Remove coin age priority and free transactions - implementation 2017-03-07 19:30:23 +01:00