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

Method test_create_invalid_provider

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

Source from the content-addressed store, hash-verified

224
225 @unittest.skipIf(skip_llm_tests, skip_message)
226 def test_create_invalid_provider(self):
227 with self.assertRaises(ValueError):
228 create_llm_client("invalid_provider")
229
230 @unittest.skipIf(skip_llm_tests, skip_message)
231 @patch('tools.llm_api.create_llm_client')

Callers

nothing calls this directly

Calls 1

create_llm_clientFunction · 0.90

Tested by

no test coverage detected