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

Class FakeResponse

tests/test_desktop_gui.py:1335–1336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1333 agents._run_git(["remote", "add", "origin", str(bare)], seed) # noqa: SLF001
1334 agents._run_git(["push", "-u", "origin", "main"], seed) # noqa: SLF001
1335
1336 agents._run_git(["clone", "-b", "main", str(bare), str(notes)], tmp_path) # noqa: SLF001
1337 agents._run_git(["config", "user.email", "paperflow@example.com"], notes) # noqa: SLF001
1338 agents._run_git(["config", "user.name", "PaperFlow Test"], notes) # noqa: SLF001
1339 (notes / "Daily Note - Jun 2026.md").write_text(

Callers 5

generateMethod · 0.70
fake_urlopenFunction · 0.70
fake_postFunction · 0.70
fake_getFunction · 0.70

Calls

no outgoing calls

Tested by 5

generateMethod · 0.56
fake_urlopenFunction · 0.56
fake_postFunction · 0.56
fake_getFunction · 0.56