tests: Use a default of supports_cli=True (instead of supports_cli=False)

This commit is contained in:
practicalswift
2019-12-06 13:22:04 +00:00
parent 993e38a4e2
commit 5ac804a9eb
6 changed files with 1 additions and 6 deletions

View File

@ -15,7 +15,6 @@ class CreateWalletTest(BitcoinTestFramework):
def set_test_params(self):
self.setup_clean_chain = False
self.num_nodes = 1
self.supports_cli = True
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()