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

Method test_list_tables_command

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

Source from the content-addressed store, hash-verified

55 shutdown(client)
56
57 def test_list_tables_command(self):
58 self.command('\\lt', self.table1, min_rows_expected=2, rows_expected_pattern_query=1,
59 cols_expected=2, cols_expected_verbose=4)
60
61 def test_list_views_command(self):
62 self.command('\\lv', self.view, 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