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

Method test_list_databases_command

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

Source from the content-addressed store, hash-verified

73 @unittest.skip("Disabling since this test assumes a single database exists, \
74 which doesn't work for any shared database.")
75 def test_list_databases_command(self):
76 self.command('\\ld', self.database, min_rows_expected=1, rows_expected_pattern_query=1,
77 cols_expected=1, cols_expected_verbose=4)
78
79 @unittest.skip("Disabling since this test is broken on Azure which returns more logins \
80 than expected.")

Callers

nothing calls this directly

Calls 1

commandMethod · 0.95

Tested by

no test coverage detected