MCPcopy Index your code
hub / github.com/dbcli/mycli / mycli

Function mycli

test/pytests/test_tabular_output.py:20–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19@pytest.fixture
20def mycli():
21 cli = MyCli()
22 cli.connect(None, USER, PASSWORD, HOST, PORT, None, init_command=None)
23 yield cli
24 cli.sqlexecute.conn.close()
25
26
27@dbtest

Callers

nothing calls this directly

Calls 3

MyCliClass · 0.85
connectMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected