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

Method test_list_functions_command

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

Source from the content-addressed store, hash-verified

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,
87 cols_expected=1, cols_expected_verbose=2)
88
89 def test_show_function_definition_command(self):
90 try:

Callers

nothing calls this directly

Calls 1

commandMethod · 0.95

Tested by

no test coverage detected