Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ shutdown
Function
shutdown
tests/mssqltestutils.py:83–84 ·
view source on GitHub ↗
(connection)
Source
from the content-addressed store, hash-verified
81
return
get_config(options.mssqlclirc_file)
82
83
def
shutdown(connection):
84
connection.shutdown()
85
86
def
getTempPath(*args):
87
testRoot = os.path.join(os.path.abspath(__file__),
'..'
)
Callers
15
mssqlcli
Method · 0.90
test_output_with_interactive_change
Method · 0.90
invalid_run
Method · 0.90
client
Method · 0.90
client_with_db
Method · 0.90
test_connection
Method · 0.90
test_mssqlcliclient_reset_connection
Method · 0.90
setUpClass
Method · 0.90
tearDownClass
Method · 0.90
test_show_function_definition_command
Method · 0.90
test_describe_object_command
Method · 0.90
test_named_queries_commands
Method · 0.90
Calls
1
shutdown
Method · 0.45
Tested by
no test coverage detected