patch('tools.llm_api.create_llm_client')
| 1 | import unittest |
| 2 | from unittest.mock import patch, MagicMock, mock_open |
| 3 | from tools.llm_api import create_llm_client, query_llm, load_environment |
| 4 | import os |
nothing calls this directly
no outgoing calls
no test coverage detected