Home | History | Annotate | Download | only in test

Lines Matching refs:parser

7 1) Bug fixing: Parser broke on some input in the field and we want
9 then apply fixes to the parser implementation until it passes.
12 work as expected with the parser. These will be used to ensure
13 we do not break the expected functionality of the parser while
28 parser = optparse.OptionParser(usage=usage)
29 parser.add_option(
32 parser.add_option(
35 help='Storage tag to use for initial parser result.')
36 parser.add_option(
43 (options, args) = parser.parse_args()
45 parser.print_help()
51 parser.print_help()
57 parser.print_help()
71 parser.print_help()
85 # Launch parser on copied_dirpath, collect emitted test objects.