(self)
| 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} |
nothing calls this directly
no test coverage detected