Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ client
Method
client
tests/test_mssqlcliclient.py:28–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
@staticmethod
27
@pytest.fixture(scope=
'function'
)
28
def
client():
29
cl = create_mssql_cli_client()
30
yield
cl
31
shutdown(cl)
32
33
@staticmethod
34
@pytest.fixture(scope=
'class'
)
Callers
nothing calls this directly
Calls
2
create_mssql_cli_client
Function · 0.90
shutdown
Function · 0.90
Tested by
no test coverage detected