Skip to content

chore(deps): bump pydantic from 2.8.2 to 2.9.2 (#104) #343

chore(deps): bump pydantic from 2.8.2 to 2.9.2 (#104)

chore(deps): bump pydantic from 2.8.2 to 2.9.2 (#104) #343

GitHub Actions / E2E Tests Python3.12 succeeded Sep 23, 2024 in 0s

All 155 tests pass in 1m 3s

155 tests  ±0   155 ✅ ±0   1m 3s ⏱️ -20s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 12b6411. ± Comparison against earlier commit 09176a7.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / E2E Tests Python3.12

155 tests found

There are 155 tests, see "Raw output" for the full list of tests.
Raw output
tests_e2e.__specs.create_new_tool ‑ test_create_new_open_link_tool
tests_e2e.__specs.create_new_tool ‑ test_create_new_python_module_tool
tests_e2e.__specs.create_new_tool ‑ test_create_tool_creates_custom_tools_dir
tests_e2e.__specs.default_argument_values ‑ test_show_default_for_enum_value
tests_e2e.__specs.default_argument_values ‑ test_show_default_for_multiselect_enum_value
tests_e2e.__specs.default_argument_values ‑ test_show_default_when_arg_has_default
tests_e2e.__specs.default_argument_values ‑ test_show_default_when_arg_has_prompt_default
tests_e2e.__specs.execute_again ‑ test_WHEN_command_with_no_alias_THEN_execute_again_is_shown_partially
tests_e2e.__specs.execute_again ‑ test_WHEN_group_tool_command_is_executed_THEN_execute_again_is_shown
tests_e2e.__specs.execute_again ‑ test_WHEN_no_prompts_are_shown_THEN_execute_again_is_hidden
tests_e2e.__specs.execute_again ‑ test_command_with_alias_and_env_execute_again_is_shown
tests_e2e.__specs.execute_again ‑ test_command_with_alias_execute_again_is_shown
tests_e2e.__specs.execute_again ‑ test_enum_values_are_printed_not_names
tests_e2e.__specs.execute_again ‑ test_with_input_command_with_alias_and_env_execute_again_is_shown
tests_e2e.__specs.execute_tool ‑ test_execute_bash_script_module_by_argument
tests_e2e.__specs.execute_tool ‑ test_execute_node_script_module_by_argument
tests_e2e.__specs.execute_tool ‑ test_execute_node_script_module_by_gui
tests_e2e.__specs.execute_tool ‑ test_execute_node_script_module_with_env_and_arguments
tests_e2e.__specs.execute_tool ‑ test_execute_node_script_module_with_other_env
tests_e2e.__specs.execute_tool ‑ test_execute_python_module_by_alias
tests_e2e.__specs.execute_tool ‑ test_execute_python_module_by_argument
tests_e2e.__specs.execute_tool ‑ test_execute_python_module_by_gui
tests_e2e.__specs.execute_tool ‑ test_execute_python_module_with_env_and_arguments
tests_e2e.__specs.execute_tool ‑ test_execute_python_module_with_env_asterisk_by_gui
tests_e2e.__specs.execute_tool ‑ test_execute_python_module_with_env_by_gui
tests_e2e.__specs.execute_tool ‑ test_execute_python_module_with_other_env
tests_e2e.__specs.execute_tool ‑ test_execute_single_file_python_module_by_gui
tests_e2e.__specs.execute_tool_2 ‑ test_execute_a_formatted_command_with_all_action_args
tests_e2e.__specs.execute_tool_2 ‑ test_execute_a_formatted_command_with_env_args
tests_e2e.__specs.execute_tool_2 ‑ test_execute_a_formatted_command_with_object_env_args
tests_e2e.__specs.execute_tool_2 ‑ test_execute_command
tests_e2e.__specs.execute_tool_2 ‑ test_execute_complex_command
tests_e2e.__specs.execute_tool_2 ‑ test_execute_complex_command_with_dots
tests_e2e.__specs.execute_tool_2 ‑ test_execute_failing_command
tests_e2e.__specs.execute_tool_2 ‑ test_execute_inline_command_with_path
tests_e2e.__specs.execute_tool_2 ‑ test_execute_multiline_command
tests_e2e.__specs.execute_tool_2 ‑ test_execute_multiline_command_with_input_as_list
tests_e2e.__specs.execute_tool_2 ‑ test_show_correct_error_when_execute_python_module_with_import_error
tests_e2e.__specs.execute_tool_2 ‑ test_show_correct_error_when_execute_python_module_with_script_error
tests_e2e.__specs.execute_tool_2 ‑ test_show_correct_error_when_execute_python_module_with_script_error_and_no_custom_tools_dir
tests_e2e.__specs.execute_tool_group ‑ test_execute_tool_from_ui_after_leaving_tool_group
tests_e2e.__specs.execute_tool_group ‑ test_execute_tool_group_by_argument
tests_e2e.__specs.execute_tool_group ‑ test_execute_tool_group_by_argument_with_custom_tools_dir
tests_e2e.__specs.execute_tool_group ‑ test_execute_tool_group_by_argument_with_inherited_env_and_cli_arguments
tests_e2e.__specs.execute_tool_group ‑ test_execute_tool_group_from_gui
tests_e2e.__specs.execute_tool_group ‑ test_execute_tool_group_has_correct_trace
tests_e2e.__specs.execute_tool_group ‑ test_execute_tool_group_in_different_directory_with_default_custom_tools_dir
tests_e2e.__specs.execute_tool_group ‑ test_execute_tool_group_with_no_alias_from_gui
tests_e2e.__specs.execute_tool_group ‑ test_execute_tool_inside_inline_group
tests_e2e.__specs.execute_tool_relative_to_paths ‑ test_execute_script_access_with_weird_pathing
tests_e2e.__specs.execute_tool_relative_to_paths ‑ test_execute_script_in_nested_dotted_parent
tests_e2e.__specs.execute_tool_relative_to_paths ‑ test_execute_script_in_nested_to_parent_as_command
tests_e2e.__specs.execute_tool_relative_to_paths ‑ test_execute_script_in_nested_to_parent_as_script
tests_e2e.__specs.execute_tool_relative_to_paths ‑ test_execute_script_in_parent
tests_e2e.__specs.execute_tool_relative_to_paths ‑ test_execute_script_in_same_dir
tests_e2e.__specs.execute_tool_with_args ‑ test_arguments_type_matters
tests_e2e.__specs.execute_tool_with_args ‑ test_execute_python_tool_with_one_positional_arguments
tests_e2e.__specs.execute_tool_with_args ‑ test_execute_python_tool_with_several_positional_arguments
tests_e2e.__specs.execute_tool_with_args ‑ test_only_optional_arguments[args0]
tests_e2e.__specs.execute_tool_with_args ‑ test_only_optional_arguments[args1]
tests_e2e.__specs.execute_tool_with_args ‑ test_only_optional_arguments[args2]
tests_e2e.__specs.execute_tool_with_args ‑ test_only_optional_arguments[args3]
tests_e2e.__specs.execute_tool_with_args ‑ test_optional_arguments_as_list
tests_e2e.__specs.execute_tool_with_args ‑ test_prompt_list_value_using_multiline
tests_e2e.__specs.execute_tool_with_args ‑ test_prompt_shows_default_value
tests_e2e.__specs.execute_tool_with_args ‑ test_prompt_shows_default_value_input_another
tests_e2e.__specs.execute_tool_with_args ‑ test_prompt_support_enum_arguments
tests_e2e.__specs.execute_tool_with_args ‑ test_prompt_support_list_of_enum_arguments
tests_e2e.__specs.execute_tool_with_args ‑ test_prompt_validates_input_correctly
tests_e2e.__specs.execute_tool_with_args ‑ test_should_argument_should_be_traced_once
tests_e2e.__specs.execute_tool_with_args ‑ test_should_handle_prompt_on_access_true
tests_e2e.__specs.execute_tool_with_args ‑ test_should_only_trace_passed_arguments_and_not_defaults
tests_e2e.__specs.execute_tool_with_args ‑ test_should_prompt_fuzzy_file_search
tests_e2e.__specs.execute_tool_with_args ‑ test_should_prompt_fuzzy_file_search_with_generic_choice_at_prompt_level
tests_e2e.__specs.execute_tool_with_args ‑ test_should_prompt_fuzzy_search
tests_e2e.__specs.execute_tool_with_args ‑ test_should_prompt_same_arg_multiple_times_successfully
tests_e2e.__specs.execute_tool_with_args ‑ test_should_prompt_same_positional_arg_multiple_times_successfully
tests_e2e.__specs.execute_tool_with_args ‑ test_should_prompt_yes_no_confirmation
tests_e2e.__specs.execute_tool_with_args ‑ test_should_validate_type
tests_e2e.__specs.execute_tool_with_args ‑ test_show_tool_help_text_when_tool_has_args[--help]
tests_e2e.__specs.execute_tool_with_args ‑ test_show_tool_help_text_when_tool_has_args[-h]
tests_e2e.__specs.execute_tool_with_args ‑ test_show_tool_help_text_when_tool_has_no_args[--help]
tests_e2e.__specs.execute_tool_with_args ‑ test_show_tool_help_text_when_tool_has_no_args[-h]
tests_e2e.__specs.execute_tool_with_args ‑ test_tool_args_class_can_be_used_to_prompt
tests_e2e.__specs.i18n ‑ test_default_locale_is_english
tests_e2e.__specs.i18n ‑ test_locale_is_set_to_english
tests_e2e.__specs.i18n ‑ test_locale_is_set_to_spanish
tests_e2e.__specs.i18n ‑ test_not_found_locales_fallbacks_to_english
tests_e2e.__specs.i18n ‑ test_unknown_language_fallbacks_to_english
tests_e2e.__specs.install_cli ‑ test_do_not_install_dependencies_when_no_custom_tools_dir_present
tests_e2e.__specs.install_cli ‑ test_do_not_warn_install_dir_not_in_PATH_when_it_is
tests_e2e.__specs.install_cli ‑ test_install_cli
tests_e2e.__specs.install_cli ‑ test_install_cli_and_provide_bins_path
tests_e2e.__specs.install_cli ‑ test_install_cli_change_entrypoint_complete
tests_e2e.__specs.install_cli ‑ test_install_cli_change_entrypoint_environ
tests_e2e.__specs.install_cli ‑ test_install_cli_change_entrypoint_pre_command
tests_e2e.__specs.install_cli ‑ test_install_cli_change_entrypoint_shell
tests_e2e.__specs.install_cli ‑ test_install_cli_pass_arguments
tests_e2e.__specs.install_cli ‑ test_warn_install_dir_not_PATH
tests_e2e.__specs.logger.show_panel ‑ test_panel_padding_and_justify
tests_e2e.__specs.logger.show_panel ‑ test_panel_unfit
tests_e2e.__specs.logger.show_panel ‑ test_panel_with_default_values_is_shown
tests_e2e.__specs.logger.show_panel ‑ test_panel_with_title_and_footer
tests_e2e.__specs.logger.status ‑ test_status_is_shown_correctly
tests_e2e.__specs.options ‑ test_default_options
tests_e2e.__specs.options ‑ test_env_variable
tests_e2e.__specs.options ‑ test_invalid_local_options
tests_e2e.__specs.options ‑ test_local_options
tests_e2e.__specs.options ‑ test_options_in_configuration_file
tests_e2e.__specs.plugins ‑ test_hexagon_exists_early_even_when_long_running_background_plugin
tests_e2e.__specs.plugins ‑ test_hexagon_exists_on_error_even_when_long_running_background_plugin
tests_e2e.__specs.plugins ‑ test_register_all_hooks_correctly
tests_e2e.__specs.plugins ‑ test_register_multiple_plugins_in_different_directories
tests_e2e.__specs.plugins ‑ test_register_multiple_plugins_in_same_directory
tests_e2e.__specs.print_help ‑ test_print_help_using_yaml_contents[--help]
tests_e2e.__specs.print_help ‑ test_print_help_using_yaml_contents[-h]
tests_e2e.__specs.print_help ‑ test_print_help_using_yaml_contents_no_tools[--help]
tests_e2e.__specs.print_help ‑ test_print_help_using_yaml_contents_no_tools[-h]
tests_e2e.__specs.print_version ‑ test_print_hexagon_installed_version[--version]
tests_e2e.__specs.print_version ‑ test_print_hexagon_installed_version[-v]
tests_e2e.__specs.prompt_completer ‑ test_text_should_be_autocompleted
tests_e2e.__specs.prompt_hints ‑ test_hints_for_checkbox_prompt_are_generated_correctly
tests_e2e.__specs.prompt_hints ‑ test_hints_for_confirm_prompt_are_generated_correctly
tests_e2e.__specs.prompt_hints ‑ test_hints_for_directory_path_prompt_are_generated_correctly
tests_e2e.__specs.prompt_hints ‑ test_hints_for_file_path_prompt_are_generated_correctly
tests_e2e.__specs.prompt_hints ‑ test_hints_for_floating_number_prompt_are_generated_correctly
tests_e2e.__specs.prompt_hints ‑ test_hints_for_fuzzy_multiselect_prompt_are_generated_correctly
tests_e2e.__specs.prompt_hints ‑ test_hints_for_fuzzy_prompt_are_generated_correctly
tests_e2e.__specs.prompt_hints ‑ test_hints_for_multiline_text_prompt_are_generated_correctly
tests_e2e.__specs.prompt_hints ‑ test_hints_for_number_prompt_are_generated_correctly
tests_e2e.__specs.prompt_hints ‑ test_hints_for_secret_prompt_are_generated_correctly
tests_e2e.__specs.prompt_hints ‑ test_hints_for_select_prompt_are_generated_correctly
tests_e2e.__specs.prompt_hints ‑ test_hints_for_text_prompt_are_generated_correctly
tests_e2e.__specs.prompt_skip_trace ‑ test_trace_is_not_skipped_when_callable_returns_falsy
tests_e2e.__specs.prompt_skip_trace ‑ test_trace_is_skipped_using_callable
tests_e2e.__specs.prompt_skip_trace ‑ test_when_trace_is_skipped_execute_again_is_not_shown
tests_e2e.__specs.prompt_skip_trace ‑ test_when_trace_is_skipped_for_1_execute_again_is_not_show_for_that_arg
tests_e2e.__specs.replay_last_command ‑ test_replay_last_command_by_alias
tests_e2e.__specs.replay_last_command ‑ test_replay_last_command_by_name
tests_e2e.__specs.replay_last_command ‑ test_replay_last_command_by_prompt
tests_e2e.__specs.replay_last_command ‑ test_replay_last_command_with_complex_arg
tests_e2e.__specs.replay_last_command ‑ test_replay_last_command_with_spaced_arg
tests_e2e.__specs.save_alias ‑ test_save_alias
tests_e2e.__specs.update_cli ‑ test_cli_not_updated_if_no_pending_changes
tests_e2e.__specs.update_cli ‑ test_cli_updated_if_pending_changes
tests_e2e.__specs.update_cli ‑ test_cli_updates_fail_silently_if_not_in_a_git_repository
tests_e2e.__specs.update_cli ‑ test_dont_update_when_no_changes_on_current_branch
tests_e2e.__specs.update_cli ‑ test_update_when_changes_on_current_branch
tests_e2e.__specs.update_hexagon ‑ test_new_hexagon_version_available
tests_e2e.__specs.update_hexagon ‑ test_prompt_to_update_hexagon_again_next_day
tests_e2e.__specs.update_hexagon ‑ test_prompt_to_update_hexagon_once_a_day
tests_e2e.__specs.update_hexagon ‑ test_prompt_to_update_hexagon_only_once
tests_e2e.__specs.update_hexagon ‑ test_show_changelog
tests_e2e.__specs.ux_create_tool_and_execute ‑ test_creates_a_python_tool_and_executes_it
tests_e2e.__specs.validate_yaml ‑ test_show_errors_when_invalid_yaml