| 579 | |
| 580 | def 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): |
no outgoing calls