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

Function fake_http_get

tests/test_journal_fetcher.py:464–467  ·  view source on GitHub ↗
(url, **kwargs)

Source from the content-addressed store, hash-verified

462 """
463
464 def fake_http_get(url, **kwargs):
465 captured["url"] = url
466 captured.update(kwargs)
467 return FakeResponse()
468
469 monkeypatch.setattr(journal_fetcher, "_http_get", fake_http_get)
470

Callers

nothing calls this directly

Calls 1

FakeResponseClass · 0.70

Tested by

no test coverage detected