mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 19:43:13 +02:00
qa: Run all tests even if wallet is not compiled
This commit is contained in:
@@ -23,7 +23,10 @@ class WalletGroupTest(BitcoinTestFramework):
|
||||
self.extra_args = [[], [], ['-avoidpartialspends']]
|
||||
self.rpc_timewait = 120
|
||||
|
||||
def run_test (self):
|
||||
def skip_test_if_missing_module(self):
|
||||
self.skip_if_no_wallet()
|
||||
|
||||
def run_test(self):
|
||||
# Mine some coins
|
||||
self.nodes[0].generate(110)
|
||||
|
||||
|
Reference in New Issue
Block a user