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

Class _Ctx

tests/integration/cli/test_cli_commands.py:581–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579
580def test_db_flag_kuzudb_not_overwritten_by_context_database(monkeypatch):
581 class _Ctx:
582 mode = "named"
583 context_name = "test"
584 database = "neo4j"
585 db_path = None
586 cgcignore_path = None
587
588 class _FakeResult:
589 def single(self):

Calls

no outgoing calls