MCPcopy
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
38def test_create_connection():
39 db = create_connection()
40 print(db)
41
42
43def test_create_db_tables():

Callers

nothing calls this directly

Calls 1

create_connectionFunction · 0.90

Tested by

no test coverage detected