MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / _Ctx

Class _Ctx

tests/integration/cli/test_cli_commands.py:594–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592
593def test_db_flag_kuzudb_not_overwritten_by_context_database(monkeypatch):
594 class _Ctx:
595 mode = "named"
596 context_name = "test"
597 database = "neo4j"
598 db_path = None
599 cgcignore_path = None
600
601 class _FakeResult:
602 def single(self):

Calls

no outgoing calls