mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-29 19:43:06 +02:00
test: add extra_args to BTF class
this allows us to pass extra_args when using TestShell
This commit is contained in:
@@ -97,6 +97,7 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass):
|
|||||||
self.chain: str = 'regtest'
|
self.chain: str = 'regtest'
|
||||||
self.setup_clean_chain: bool = False
|
self.setup_clean_chain: bool = False
|
||||||
self.nodes: List[TestNode] = []
|
self.nodes: List[TestNode] = []
|
||||||
|
self.extra_args = None
|
||||||
self.network_thread = None
|
self.network_thread = None
|
||||||
self.rpc_timeout = 60 # Wait for up to 60 seconds for the RPC server to respond
|
self.rpc_timeout = 60 # Wait for up to 60 seconds for the RPC server to respond
|
||||||
self.supports_cli = True
|
self.supports_cli = True
|
||||||
|
Reference in New Issue
Block a user