def testParserFormatList(self): """ This failed for DropBox while working on #3200 """ from omero.cli import Parser p = Parser() p._format_list([]) p._format_list(["a"])