test_action_invalid
test_attr_invalid
test_bad_choices_list
test_callback_args_no_tuple
test_callback_kwargs_no_dict
test_callback_not_callable
test_no_callback_args_for_action
test_no_callback_for_action
test_no_callback_kwargs_for_action
test_no_choices_for_type
test_no_choices_list
test_no_const_for_action
test_no_nargs_for_action
test_no_single_dash
test_no_type_for_action
test_opt_string_empty
test_opt_string_long_invalid
test_opt_string_short_invalid
test_opt_string_too_short
test_type_invalid
test_add_option_invalid_arguments
test_add_option_no_Option
test_get_option
test_get_option_equals
test_has_option
test_remove_long_opt
test_remove_nonexistent
test_remove_short_opt
test_basics
test_str_aliases_string
test_type_object
test_basic_defaults
test_mixed_defaults_post
test_mixed_defaults_pre
test_process_default
test_custom_progname
test_default_progname
test_alt_expand
test_default_none_1
test_default_none_2
test_float_default
test_no_default
test_no_expand
test_option_default
test_parser_default_1
test_parser_default_2
test_abbrev_long_option
test_ambiguous_option
test_combined_single_invalid_option
test_defaults
test_empty
test_hyphen_becomes_positional_arg
test_invalid_integer
test_long_invalid_integer
test_long_option_append
test_long_option_argument_joined
test_long_option_argument_split
test_long_option_short_option
test_no_append_versus_append
test_no_such_option
test_option_argument_joined
test_option_argument_joined_integer
test_option_argument_split
test_option_argument_split_negative_integer
test_option_consumes_optionlike_string
test_required_value
test_short_and_long_option_split
test_short_option_consumes_separator
test_short_option_joined_and_separator
test_short_option_split_long_option_append
test_short_option_split_one_positional_arg
test_shortopt_empty_longopt_append
test_bool_default
test_bool_false
test_bool_flicker_on_and_off
test_bool_true
test_add_choice_option
test_invalid_choice
test_valid_choice
test_count_interspersed_args
test_count_no_interspersed_args
test_count_no_such_option
test_count_one
test_count_option_no_value
test_count_override_amount
test_count_override_quiet
test_count_overriding
test_count_overriding_default
test_count_three
test_count_three_apart
test_count_with_default
test_empty
test_nargs_invalid_float_value
test_nargs_long_opt
test_nargs_required_values
test_nargs_with_positional_args
test_nargs_append
test_nargs_append_const
test_nargs_append_required_values
test_nargs_append_simple
test_no_version
test_version
test_conflict_default
test_conflict_default_none
test_add_group_invalid_arguments
test_add_group_no_group
test_add_group_wrong_parser
test_group_manipulate
test_option_group_create_instance
test_filetype_noexist
test_filetype_notfile
test_filetype_ok
test_extend_add_action
test_extend_add_action_normal
test_callback
test_callback_help
test_callback_extra_args
test_callback_meddle_args
test_callback_meddle_args_separator
test_many_args
test_abbrev_callback_expansion
test_consume_separator_stop_at_option
test_positional_arg_and_variable_args
test_stop_at_invalid_option
test_stop_at_option
test_variable_args
test_conflict_error
test_conflict_error_group
test_no_such_conflict_handler
test_conflict_resolve
test_conflict_resolve_help
test_conflict_resolve_long_opt
test_conflict_resolve_long_opts
test_conflict_resolve_short_opt
test_conflict_override_args
test_conflict_override_help
test_conflict_override_opts
test_help
test_help_description_groups
test_help_long_opts_first
test_help_old_usage
test_help_title_formatter
test_help_unicode
test_help_unicode_description
test_wrap_columns
test_match_abbrev
test_match_abbrev_error
test_numeric_options
test_parse_num_fail
test_parse_num_ok
