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

Method test_list_views_command

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

Source from the content-addressed store, hash-verified

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,
63 cols_expected=2, cols_expected_verbose=3)
64
65 def test_list_schemas_command(self):
66 self.command('\\ls', self.schema, 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