MarcoFalke
fa5f297748
scripted-diff: [doc] Unify stale copyright headers
...
-BEGIN VERIFY SCRIPT-
sed --in-place --regexp-extended \
's;( 20[0-2][0-9])(-20[0-2][0-9])? The Bitcoin Core developers;\1-present The Bitcoin Core developers;g' \
$( git grep -l 'The Bitcoin Core developers' -- ':(exclude)COPYING' ':(exclude)src/ipc/libmultiprocess' ':(exclude)src/minisketch' )
-END VERIFY SCRIPT-
2025-12-16 22:21:15 +01:00
Ava Chow
c847dee148
test: remove legacy wallet functional tests
...
Removes all legacy wallet specific functional tests.
Also removes the --descriptor and --legacy-wallet options as these are
no longer necessary with the legacy wallet removed.
2025-04-23 12:10:30 -07:00
Brandon Odiwuor
303f8cca05
test: fix TestShell initialization and reset()
2025-02-20 15:25:43 +03:00
Sebastian Falbesoner
bd7ce05f9d
test: fix TestShell initialization (late follow-up for #30463 )
2024-08-25 20:57:22 +02:00
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