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

Method test_list_indices_command

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

Source from the content-addressed store, hash-verified

67 cols_expected=1, cols_expected_verbose=3)
68
69 def test_list_indices_command(self):
70 self.command('\\li', self.index, min_rows_expected=1, rows_expected_pattern_query=1,
71 cols_expected=3, cols_expected_verbose=5)
72
73 @unittest.skip("Disabling since this test assumes a single database exists, \
74 which doesn't work for any shared database.")

Callers

nothing calls this directly

Calls 1

commandMethod · 0.95

Tested by

no test coverage detected