mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
no_network: turn off control_tub and log_tub
These aren't needed for most tests, and saves about 7% of the total test runtime (on my laptop, it drops from 844s to 786s).
This commit is contained in:
parent
a35073cb3d
commit
8ca653c30d
@ -184,6 +184,10 @@ class NoNetworkClient(Client):
|
||||
pass
|
||||
def init_introducer_client(self):
|
||||
pass
|
||||
def create_control_tub(self):
|
||||
pass
|
||||
def create_log_tub(self):
|
||||
pass
|
||||
def setup_logging(self):
|
||||
pass
|
||||
def startService(self):
|
||||
|
Loading…
Reference in New Issue
Block a user