tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such

This commit is contained in:
practicalswift
2019-12-06 14:37:49 +00:00
parent cb11324a63
commit 993e38a4e2
49 changed files with 49 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class RawTransactionsTest(BitcoinTestFramework):
# This test isn't testing tx relay. Set whitelist on the peers for
# instant tx relay.
self.extra_args = [['-whitelist=127.0.0.1']] * self.num_nodes
self.supports_cli = False
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()