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
|
fafe5f0d09
|
test: Remove unused imports
|
2019-04-09 12:10:35 -04:00 |
|
MarcoFalke
|
fafe008cb4
|
test: Pass at most one node group to sync_all
|
2019-04-09 12:08:26 -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 |
|
DrahtBot
|
eb7daf4d60
|
Update copyright headers to 2018
|
2018-07-27 07:15:02 -04:00 |
|
Anthony Towns
|
81b79f2c39
|
[tests] Rename rpc_* functional tests.
|
2018-01-25 09:44:29 +10:00 |
|