MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / FakeService

Class FakeService

experiments/tests/test_paper_stack.py:764–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762
763def test_prepare_paper_features_uses_embedding_service(monkeypatch):
764 class FakeService:
765 descriptor = "hash:hash:4"
766
767 monkeypatch.setattr(daily_push_agent, "get_embedding_service", lambda: FakeService())
768 monkeypatch.setattr(

Calls

no outgoing calls