Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-05 | TestShell: Return self from setup() | James Chiang | |
This allows user to chain setup() to the initializer. test-shell.md code examples have been updated to reflect this. | |||
2019-11-05 | TestShell: Simplify default setting of num_nodes | James Chiang | |
2019-11-05 | TestShell: Fix typo in TestShell warning printout | James Chiang | |
2019-11-04 | Add TestShell class | James Chiang | |
A BitcoinTestFramework child class which can be imported by an external user or project. TestShell.setup() initiates an underlying BitcoinTestFramework object with bitcoind subprocesses, rpc interfaces and test logging. TestShell.shutdown() safely tears down the BitcoinTestFramework object. |