| 592 | |
| 593 | def 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): |
no outgoing calls