Hennadii Stepanov
a0473442d1
scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()`
...
-BEGIN VERIFY SCRIPT-
sed -i -e 's/\s*().main\s*()/(__file__).main()/' $(git ls-files test/functional/*.py)
sed -i -e 's/def __init__(self)/def __init__(self, test_file)/' test/functional/test_framework/test_framework.py
-END VERIFY SCRIPT-
4 months ago
MarcoFalke
fa0696e786
test: Replace threading with concurrent.futures
2 years ago
ishaanam
dbeca792a9
test: fix race condition in encrypted wallet rescan tests
2 years ago
ishaanam
6a5b348f2e
test: test rescanning encrypted wallets
2 years ago
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
2 years ago
MacroFake
555519d082
test: Remove wallet option from non-wallet tests
...
Review note: The changes are complete, because self.options.descriptors
is set to None in parse_args (test_framework.py).
A value of None implies -disablewallet, see the previous commit.
So if a call to add_wallet_options is missing, it will lead to a test
failure when the wallet is compiled in.
2 years ago
brunoerg
d1a0004621
test: add coverage for invalid parameters for `rescanblockchain`
2 years ago
Sebastian Falbesoner
b60e02e993
test: fix test wallet_transactiontime_rescan.py for descriptor wallets
3 years ago
Sebastian Falbesoner
a905ed1a61
test: refactor: use `set_node_times` helper in wallet_transactiontime_rescan.py
3 years ago
MarcoFalke
fac23c2114
scripted-diff: Bump copyright headers
...
The previous diff touched most files in ./test/, so bump the headers to
avoid having to touch them again for a bump later.
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./test/
-END VERIFY SCRIPT-
3 years ago
MarcoFalke
faac1cda6e
test: Use generate* from TestFramework, not TestNode
3 years ago
BitcoinTsunami
d6eb39af21
test: add functional test to check transaction time determination during block rescanning
3 years ago