mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 17:12:27 +02:00
qa: Run all tests even if wallet is not compiled
This commit is contained in:
@@ -28,6 +28,9 @@ class GetBlockTemplateLPTest(BitcoinTestFramework):
|
||||
def set_test_params(self):
|
||||
self.num_nodes = 2
|
||||
|
||||
def skip_test_if_missing_module(self):
|
||||
self.skip_if_no_wallet()
|
||||
|
||||
def run_test(self):
|
||||
self.log.info("Warning: this test will take about 70 seconds in the best case. Be patient.")
|
||||
self.nodes[0].generate(10)
|
||||
|
Reference in New Issue
Block a user