Home
last modified time | relevance | path

Searched refs:create_arg_parser (Results 1 – 2 of 2) sorted by relevance

/test/app_compat/csuite/pylib/
Dcsuite_test.py37 def create_arg_parser(add_help: bool = False) -> argparse.ArgumentParser: function
105 args, unittest_argv = create_arg_parser(add_help=True).parse_known_args(
/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py268 parser = argparse.ArgumentParser(parents=[csuite_test.create_arg_parser()])