MCPcopy
hub / github.com/collabora/WhisperLive / tearDown

Method tearDown

tests/test_client_extended.py:18–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 self.client = Client(host="localhost", port=9090, lang="en")
17
18 def tearDown(self):
19 self.client.close_websocket()
20
21 def test_wait_status(self):
22 msg = {"uid": self.client.uid, "status": "WAIT", "message": 5.0}

Callers

nothing calls this directly

Calls 1

close_websocketMethod · 0.80

Tested by

no test coverage detected