labath added a comment. looks good
================ Comment at: lldb/test/API/tools/lldb-vscode/console/TestVSCode_console.py:22 + output = response['body']['result'] + self.assertTrue(contains_string in output, + ("""Verify %s by checking the command output:\n""" ---------------- if you used `self.assertIn(contains_string, output, assertmsg)`, then you wouldn't need to repeat the arguments in the assert message. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77347/new/ https://reviews.llvm.org/D77347 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits