Searched refs:argParser (Results 1 – 1 of 1) sorted by relevance
10 argParser = argparse.ArgumentParser(description = 'dexter end-to-end test driver') variable11 argParser.add_argument('-cmd', default = 'dexter')12 argParser.add_argument('-root', help = 'Root location of the test data files')13 argParser.add_argument('-update', action = 'store_true', help = 'Update the expected files')14 args = argParser.parse_args()