Clean up test fixtures
(self)
| 56 | ) |
| 57 | |
| 58 | def tearDown(self): |
| 59 | """Clean up test fixtures""" |
| 60 | self.loop.close() |
| 61 | |
| 62 | @patch("fastdeploy.entrypoints.engine_client.envs.FD_ENABLE_REQUEST_DISCONNECT_STOP_INFERENCE", True) |
| 63 | @patch.object(EngineClient, "_send_task") |