Create new mssql-cli instance for each test
()
| 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", |
nothing calls this directly
no test coverage detected