Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
20
def
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
MyCli
Class · 0.85
connect
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected