mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 13:22:20 +02:00
qa: Run all tests even if wallet is not compiled
This commit is contained in:
@@ -17,6 +17,9 @@ class MempoolCoinbaseTest(BitcoinTestFramework):
|
||||
def set_test_params(self):
|
||||
self.num_nodes = 2
|
||||
|
||||
def skip_test_if_missing_module(self):
|
||||
self.skip_if_no_wallet()
|
||||
|
||||
alert_filename = None # Set by setup_network
|
||||
|
||||
def run_test(self):
|
||||
|
Reference in New Issue
Block a user