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