mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 19:21:36 +02:00
qa: Run all tests even if wallet is not compiled
This commit is contained in:
@@ -27,6 +27,9 @@ class ListTransactionsTest(BitcoinTestFramework):
|
||||
self.num_nodes = 2
|
||||
self.enable_mocktime()
|
||||
|
||||
def skip_test_if_missing_module(self):
|
||||
self.skip_if_no_wallet()
|
||||
|
||||
def run_test(self):
|
||||
# Simple send, 0 to 1:
|
||||
txid = self.nodes[0].sendtoaddress(self.nodes[1].getnewaddress(), 0.1)
|
||||
|
Reference in New Issue
Block a user