Hennadii Stepanov
306ccd4927
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
- 2021: f47dda2c58
- 2020: fa0074e2d8
- 2019: aaaaad6ac9
2022-12-24 23:49:50 +00:00
josibake
bcb7123406
test: add add_wallet_options to TestShell
...
without this, testShell runs with -disablewallet
2022-12-12 17:58:15 +01:00
James Chiang
2493770e36
TestShell: Return self from setup()
...
This allows user to chain setup() to the initializer. test-shell.md code
examples have been updated to reflect this.
2019-11-05 12:55:52 +01:00
James Chiang
a8dea45524
TestShell: Simplify default setting of num_nodes
2019-11-05 12:55:52 +01:00
James Chiang
d3ed06e2cd
TestShell: Fix typo in TestShell warning printout
2019-11-05 12:55:52 +01:00
James Chiang
f5112369cf
Add TestShell class
...
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.
2019-11-04 08:56:56 +01:00