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 |
|
Kiminuo
|
bfa9309ad6
|
Use COINBASE_MATURITY constant in functional tests.
|
2021-05-31 07:32:28 +02:00 |
|
Jon Atack
|
6bfbc97d71
|
test: disallow sendtoaddress/sendmany when private keys disabled
|
2021-02-16 15:49:28 -05:00 |
|
Fabian Jahr
|
590bda79e8
|
scripted-diff: Remove setup_clean_chain if default is not changed
-BEGIN VERIFY SCRIPT-
git grep -l "self.setup_clean_chain = False" test/functional/*.py | xargs sed -i "/self.setup_clean_chain = False/d";
-END VERIFY SCRIPT-
|
2021-02-01 23:13:38 +01:00 |
|
practicalswift
|
5ac804a9eb
|
tests: Use a default of supports_cli=True (instead of supports_cli=False)
|
2019-12-06 15:24:06 +00:00 |
|
Sebastian Falbesoner
|
71e08ab22d
|
test: add executable flag for wallet_watchonly.py
|
2019-08-28 18:25:00 +02:00 |
|
William Casarin
|
72eaab073b
|
tests: functional watch-only wallet tests
These test the new watch-only defaults for rpcs with include_watchonly
and includeWatching options.
Signed-off-by: William Casarin <jb55@jb55.com>
|
2019-07-24 03:33:53 -07:00 |
|