MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / tearDown

Method tearDown

tests/entrypoints/test_abort.py:58–60  ·  view source on GitHub ↗

Clean up test fixtures

(self)

Source from the content-addressed store, hash-verified

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")

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected