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

Route test_query_error

tests/test_llm_api.py:None–None  ·  view source on GitHub ↗
patch('tools.llm_api.create_llm_client')

Source from the content-addressed store, hash-verified

1import unittest
2from unittest.mock import patch, MagicMock, mock_open
3from tools.llm_api import create_llm_client, query_llm, load_environment
4import os

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected