Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeGraphContext/CodeGraphContext
/ _Driver
Class
_Driver
tests/unit/core/test_graph_layer_robustness.py:33–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
33
class
_Driver:
34
def
__init__(self, session):
35
self._session = session
36
37
def
session(self, **kwargs):
38
return
self._session
39
40
41
@pytest.mark.parametrize(
"backend"
, [
"falkordb"
,
"neo4j"
])
Callers
2
test_one_failing_ddl_statement_does_not_skip_the_rest
Function · 0.85
test_all_ddl_statements_run_when_none_fail
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_one_failing_ddl_statement_does_not_skip_the_rest
Function · 0.68
test_all_ddl_statements_run_when_none_fail
Function · 0.68