test: add extra_args to BTF class

this allows us to pass extra_args when using TestShell
This commit is contained in:
josibake
2022-12-01 12:14:10 +01:00
parent 5488dc1eb4
commit 989a52e0a5

View File

@@ -97,6 +97,7 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass):
self.chain: str = 'regtest'
self.setup_clean_chain: bool = False
self.nodes: List[TestNode] = []
self.extra_args = None
self.network_thread = None
self.rpc_timeout = 60 # Wait for up to 60 seconds for the RPC server to respond
self.supports_cli = True