mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-04 10:04:46 +02:00
qa: Run all tests even if wallet is not compiled
This commit is contained in:
@@ -23,6 +23,9 @@ class WalletTest(BitcoinTestFramework):
|
||||
self.num_nodes = 4
|
||||
self.setup_clean_chain = True
|
||||
|
||||
def skip_test_if_missing_module(self):
|
||||
self.skip_if_no_wallet()
|
||||
|
||||
def setup_network(self):
|
||||
self.add_nodes(4)
|
||||
self.start_node(0)
|
||||
|
Reference in New Issue
Block a user