MCPcopy Create free account
hub / github.com/cocoindex-io/cocoindex-code / _StubErrEmbedder

Class _StubErrEmbedder

tests/test_shared.py:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92class _StubErrEmbedder:
93 async def embed(self, text: str, **kwargs: Any) -> Any:
94 raise RuntimeError("boom")
95
96
97async def test_check_embedding_ok() -> None:

Callers 1

Calls

no outgoing calls

Tested by 1