MCPcopy Create free account
hub / github.com/grapeot/devin.cursorrules / tearDown

Method tearDown

tests/test_llm_api.py:150–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

148 self.mock_azure_client.chat.completions.create.return_value = self.mock_azure_response
149
150 def tearDown(self):
151 self.env_patcher.stop()
152
153 @unittest.skipIf(skip_llm_tests, skip_message)
154 @patch('tools.llm_api.OpenAI')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected