Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-21 | Python functional tests should log in UTC | John Newbery | |
bitcoind logs use UTC. Python functional tests should also log in UTC. | |||
2017-03-21 | Introduce combine_logs.py to combine log files from multiple bitcoinds. | John Newbery | |
This commit adds a tool for combining log files from multiple instances of bitcoinds as well as the test_framework.log file. This gives a combined view of what the test framework and all bitcoin instances were doing during a qa test. | |||
2017-03-20 | Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py | John Newbery | |
2017-03-20 | Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.py | John Newbery | |
2017-03-20 | Rename rpc-tests directory to functional | John Newbery | |
2017-03-20 | Rename qa directory to test | John Newbery | |