def test_cli_ctx_type_error(self): with self.assertRaises(TypeError): CLIQuery(cli_ctx=object())
def setUp(self): self.mock_ctx = MockContext() self.cli_query = CLIQuery(cli_ctx=self.mock_ctx)