(self)
| 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, |