Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MikeChongCan/scylla
/ test_create_connection
Function
test_create_connection
tests/database_test.py:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
37
38
def
test_create_connection():
39
db = create_connection()
40
print(db)
41
42
43
def
test_create_db_tables():
Callers
nothing calls this directly
Calls
1
create_connection
Function · 0.90
Tested by
no test coverage detected