def __init__(self, *args, **kwargs): MockHost.__init__(self, *args, **kwargs) self._deprecated_port = MockPort() self.ews_server = MockEWSServer() self.wakeup_event = threading.Event()
def __init__(self, *args, **kwargs): MockHost.__init__(self, *args, **kwargs) self._deprecated_port = MockPort() self.status_server = MockStatusServer() self.wakeup_event = threading.Event()
def __init__(self, *args, **kwargs): MockHost.__init__(self, *args, **kwargs) self._deprecated_port = MockPort() self.status_server = MockStatusServer() self._irc = None self.irc_password = "******" self.wakeup_event = threading.Event()
def __init__(self, *args, **kwargs): MockHost.__init__(self, *args, **kwargs) self._port = TestPort(self) self._port.name = lambda: "MockPort" self.status_server = MockStatusServer() self._irc = None self.irc_password = "******" self.wakeup_event = threading.Event()
def __init__(self): MockHost.__init__(self) self.executive = MockExecutive2(exception=OSError()) self.filesystem = MockFileSystem() self._mockSCM = TestExporterTest.MockGit(None, None, None, None)
def __init__(self, *args, **kwargs): MockHost.__init__(self, *args, **kwargs) self._deprecated_port = MockPort()
def __init__(self, *args, **kwargs): MockHost.__init__(self, *args, **kwargs)