qa: Run all tests even if wallet is not compiled
This commit is contained in:
parent
faa669cbcd
commit
fac9539836
85 changed files with 378 additions and 72 deletions
test/functional
|
@ -38,6 +38,9 @@ class PreciousTest(BitcoinTestFramework):
|
|||
self.setup_clean_chain = True
|
||||
self.num_nodes = 3
|
||||
|
||||
def skip_test_if_missing_module(self):
|
||||
self.skip_if_no_wallet()
|
||||
|
||||
def setup_network(self):
|
||||
self.setup_nodes()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue