(self)
| 79 | @unittest.skip("Disabling since this test is broken on Azure which returns more logins \ |
| 80 | than expected.") |
| 81 | def test_list_logins_command(self): |
| 82 | self.command('\\ll', self.login, min_rows_expected=1, rows_expected_pattern_query=1, |
| 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, |