MCPcopy Create free account
hub / github.com/dbcli/mssql-cli / mssqlcli

Method mssqlcli

tests/test_noninteractive_mode.py:139–141  ·  view source on GitHub ↗

Create new mssql-cli instance for each test

()

Source from the content-addressed store, hash-verified

137 @staticmethod
138 @pytest.fixture(scope='function')
139 def mssqlcli():
140 """ Create new mssql-cli instance for each test """
141 return create_mssql_cli(interactive_mode=False)
142
143 testdata = [
144 "select 1",

Callers

nothing calls this directly

Calls 1

create_mssql_cliFunction · 0.90

Tested by

no test coverage detected