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

Method tearDown

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

Source from the content-addressed store, hash-verified

29 del os.environ[key]
30
31 def tearDown(self):
32 # Restore original environment
33 os.environ.clear()
34 os.environ.update(self.original_env)
35
36 @patch('pathlib.Path.exists')
37 @patch('tools.llm_api.load_dotenv')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected