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

Method test_list_logins_command

tests/test_special.py:81–83  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79 @unittest.skip("Disabling since this test is broken on Azure which returns more logins \
80 than expected.")
81 def test_list_logins_command(self):
82 self.command('\\ll', self.login, min_rows_expected=1, rows_expected_pattern_query=1,
83 cols_expected=2, cols_expected_verbose=5)
84
85 def test_list_functions_command(self):
86 self.command('\\lf', self.function, min_rows_expected=1, rows_expected_pattern_query=1,

Callers

nothing calls this directly

Calls 1

commandMethod · 0.95

Tested by

no test coverage detected