MCPcopy 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
83def shutdown(connection):
84 connection.shutdown()
85
86def getTempPath(*args):
87 testRoot = os.path.join(os.path.abspath(__file__), '..')

Callers 15

mssqlcliMethod · 0.90
invalid_runMethod · 0.90
clientMethod · 0.90
client_with_dbMethod · 0.90
test_connectionMethod · 0.90
setUpClassMethod · 0.90
tearDownClassMethod · 0.90

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected