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

Class FakeConnection

tests/test_desktop_gui.py:233–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 ]
232
233 class FakeConnection:
234 def execute(self, *_args, **_kwargs):
235 return FakeRows()
236
237 def close(self):
238 return None
239
240 monkeypatch.setattr(agents.db_ops, "get_connection", lambda: FakeConnection())
241

Calls

no outgoing calls