MarcoFalke
|
fa0b916971
|
scripted-diff: Use generate* from TestFramework
-BEGIN VERIFY SCRIPT-
sed --regexp-extended -i \
's/((self\.)?(nodes\[[^]]+\]|[a-z_]*(wallet|node)[0-9a-z_]*))\.(generate(|toaddress|block|todescriptor)(\(|, ))/self.\5\1, /g' \
$(git grep -l generate ./test | grep -v 'test_framework/' | grep -v 'feature_rbf')
-END VERIFY SCRIPT-
|
2021-09-02 10:34:35 +02:00 |
|
MarcoFalke
|
fa0074e2d8
|
scripted-diff: Bump copyright headers
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
2020-12-31 09:45:41 +01:00 |
|
MarcoFalke
|
fa3f9a0566
|
test: Fix intermittent sync_blocks failures
|
2020-05-05 14:37:46 -04:00 |
|
sanket1729
|
0ca4c8b3c6
|
Changed functional tests which do not require wallets to run without
skipping .Addreses #14216. Changed get_deterministic_priv_key() to a
named tuple
|
2018-09-17 08:25:10 -05:00 |
|
MarcoFalke
|
fac9539836
|
qa: Run all tests even if wallet is not compiled
|
2018-09-10 17:53:21 -04:00 |
|
MarcoFalke
|
fa31ca0c22
|
qa: Remove redundant checkmempool/checkblockindex extra_args
|
2018-08-08 14:29:19 -04:00 |
|
DrahtBot
|
eb7daf4d60
|
Update copyright headers to 2018
|
2018-07-27 07:15:02 -04:00 |
|
Ben Woosley
|
81b0822772
|
test: Use wait_until in tests where time was used for polling
|
2018-03-15 23:43:53 -07:00 |
|
Anthony Towns
|
ca6523d0c8
|
[tests] Rename feature_* functional tests.
|
2018-01-25 09:44:29 +10:00 |
|