From e4633d5e9457e40a23d145ed6e9e6aee42b310bb Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 2 Dec 2024 20:22:50 +0100 Subject: [PATCH] feat: add tests --- src/rougail/output_console/__init__.py | 59 ++++++--- .../test_mandatory_secrets/00_0empty.sh | 7 + .../00_0version_underscore.sh | 8 ++ .../00_1empty_variable.sh | 8 ++ .../00_2default_calculated.sh | 12 ++ .../00_2default_calculated_multi.sh | 15 +++ ...2default_calculated_variable_transitive.sh | 13 ++ .../00_4load_subfolder.sh | 9 ++ .../test_mandatory_secrets/00_5load_notype.sh | 8 ++ .../test_mandatory_secrets/00_6boolean.sh | 13 ++ .../00_6boolean_no_mandatory.sh | 8 ++ .../test_mandatory_secrets/00_6choice.sh | 13 ++ .../00_6choice_calculation.sh | 8 ++ .../00_6choice_variable.sh | 12 ++ .../test_mandatory_secrets/00_6custom.sh | 9 ++ .../test_mandatory_secrets/00_6domainname.sh | 8 ++ .../00_6domainname_params.sh | 8 ++ .../test_mandatory_secrets/00_6float.sh | 13 ++ .../test_mandatory_secrets/00_6number.sh | 13 ++ .../test_mandatory_secrets/00_6port.sh | 10 ++ .../test_mandatory_secrets/00_6regexp.sh | 8 ++ .../test_mandatory_secrets/00_6string.sh | 13 ++ .../00_7choice_quote.sh | 8 ++ .../test_mandatory_secrets/00_7help_quote.sh | 9 ++ .../00_7value_doublequote.sh | 8 ++ .../00_7value_doublequote2.sh | 8 ++ .../00_7value_doublequote3.sh | 8 ++ .../test_mandatory_secrets/00_7value_quote.sh | 8 ++ .../00_8calculation_information.sh | 8 ++ .../test_mandatory_secrets/00_8test.sh | 15 +++ .../00_9choice_variable_multi.sh | 13 ++ .../00_9choice_variables.sh | 10 ++ .../00_9default_calculation.sh | 8 ++ .../00_9default_calculation_information.sh | 8 ++ ..._calculation_information_other_variable.sh | 9 ++ .../00_9default_calculation_multi_optional.sh | 12 ++ ...00_9default_calculation_multi_optional2.sh | 12 ++ .../00_9default_calculation_optional.sh | 11 ++ ...00_9default_calculation_optional_exists.sh | 15 +++ .../00_9default_calculation_param_optional.sh | 9 ++ .../00_9default_information_other_variable.sh | 9 ++ .../00_9default_integer.sh | 8 ++ .../01_6boolean_multi.sh | 23 ++++ .../01_6custom_multi.sh | 15 +++ .../test_mandatory_secrets/01_6float_multi.sh | 39 ++++++ .../01_6number_multi.sh | 39 ++++++ .../01_6string_empty.sh | 11 ++ .../01_6string_multi.sh | 36 ++++++ .../01_7value_multi_doublequote.sh | 11 ++ .../01_7value_multi_doublequote2.sh | 11 ++ .../01_7value_multi_quote.sh | 11 ++ .../01_8calculation_information_multi.sh | 11 ++ .../01_9choice_variable_multi.sh | 12 ++ .../test_mandatory_secrets/04_0type_param.sh | 8 ++ .../test_mandatory_secrets/04_1auto_save.sh | 8 ++ .../04_1auto_save_and_calculated.sh | 9 ++ .../04_1auto_save_and_calculated_hidden.sh | 9 ++ .../04_1auto_save_and_hidden.sh | 8 ++ .../04_1default_calculation_hidden.sh | 10 ++ .../04_1default_calculation_hidden_2.sh | 10 ++ .../04_5disabled_calculation_optional.sh | 10 ++ .../04_5disabled_calculation_variable.sh | 8 ++ .../04_5disabled_calculation_variable2.sh | 8 ++ .../04_5disabled_calculation_variable3.sh | 9 ++ .../04_5disabled_calculation_variable4.sh | 8 ++ .../test_mandatory_secrets/04_5validators.sh | 8 ++ .../04_5validators_differ.sh | 9 ++ .../04_5validators_multi.sh | 11 ++ .../04_5validators_multi2.sh | 10 ++ .../05_0multi_not_uniq.sh | 11 ++ .../test_mandatory_secrets/05_0multi_uniq.sh | 11 ++ .../12_1auto_save_expert.sh | 8 ++ .../16_0redefine_description.sh | 8 ++ .../16_2family_redefine_calculation.sh | 7 + .../16_2family_redefine_disabled.sh | 7 + .../16_5exists_nonexists.sh | 9 ++ .../16_5exists_redefine.sh | 8 ++ .../16_5redefine_calculation.sh | 8 ++ .../16_5redefine_choice.sh | 8 ++ .../16_5redefine_default.sh | 8 ++ .../16_5redefine_default_calculation.sh | 8 ++ .../16_5redefine_family.sh | 9 ++ .../16_5redefine_help.sh | 9 ++ .../16_5redefine_hidden.sh | 8 ++ .../16_5redefine_multi.sh | 11 ++ ...16_5redefine_remove_disable_calculation.sh | 9 ++ .../16_5test_redefine.sh | 10 ++ .../16_6choice_redefine.sh | 8 ++ .../16_6exists_redefine_family.sh | 11 ++ .../test_mandatory_secrets/16exists_exists.sh | 8 ++ .../17_5redefine_leadership.sh | 8 ++ .../20_0empty_family.sh | 7 + .../20_0family_append.sh | 10 ++ .../20_0family_underscore.sh | 7 + .../20_0multi_family.sh | 10 ++ .../20_0multi_family_basic.sh | 10 ++ .../20_0multi_family_expert.sh | 10 ++ .../20_0multi_family_order.sh | 13 ++ .../20_0validators_differ_redefine.sh | 10 ++ .../20_1empty_subfamily.sh | 7 + .../20_9default_information_parent.sh | 10 ++ .../24_0family_hidden_condition_sub_family.sh | 11 ++ ...ly_hidden_condition_variable_sub_family.sh | 11 ++ ...amily_hidden_param_condition_sub_family.sh | 11 ++ .../24_0family_mandatory_condition.sh | 9 ++ ...24_0family_mandatory_condition_variable.sh | 9 ++ .../24_7validators_variable_optional.sh | 10 ++ .../24_family_disabled_var_hidden.sh | 7 + .../test_mandatory_secrets/40_0leadership.sh | 20 +++ .../40_0leadership_diff_name.sh | 20 +++ .../40_0leadership_empty.sh | 7 + ...leadership_follower_default_calculation.sh | 20 +++ .../40_0leadership_follower_default_value.sh | 17 +++ .../40_0leadership_leader_not_multi.sh | 23 ++++ .../40_1leadership_append_follower.sh | 23 ++++ .../40_6leadership_follower_multi.sh | 38 ++++++ .../40_8calculation_boolean.sh | 13 ++ .../40_8calculation_multi_variable.sh | 13 ++ .../40_8calculation_multi_variable_parent.sh | 10 ++ .../40_8calculation_multi_variable_parent2.sh | 11 ++ .../41_0choice_leader.sh | 17 +++ .../44_0leadership_hidden.sh | 8 ++ .../44_0leadership_leader_hidden.sh | 8 ++ .../44_1leadership_append_hidden_follower.sh | 8 ++ .../44_4leadership_mandatory.sh | 17 +++ .../44_4leadership_mandatory_follower.sh | 17 +++ ...4_5leadership_leader_hidden_calculation.sh | 18 +++ ...eadership_follower_disabled_calculation.sh | 18 +++ .../60_0family_dynamic.sh | 17 +++ .../60_0family_dynamic_1_1.sh | 17 +++ .../60_0family_dynamic_1_1_empty.sh | 14 ++ .../60_0family_dynamic_empty.sh | 17 +++ .../60_0family_dynamic_no_description.sh | 17 +++ ...60_0family_dynamic_no_description_empty.sh | 14 ++ .../60_0family_dynamic_static.sh | 11 ++ .../60_0family_dynamic_test.sh | 14 ++ .../60_0family_dynamic_variable_empty.sh | 17 +++ .../60_0family_dynamic_variable_suffix.sh | 17 +++ ...0_0family_dynamic_variable_suffix_empty.sh | 14 ++ .../60_0family_empty.sh | 7 + .../60_0family_hidden.sh | 9 ++ .../test_mandatory_secrets/60_0family_mode.sh | 9 ++ .../60_1family_dynamic_jinja.sh | 17 +++ ...60_2family_dynamic_jinja_fill_sub_group.sh | 21 +++ ..._2family_dynamic_jinja_fill_sub_group_2.sh | 21 +++ ...ly_dynamic_jinja_fill_sub_group_2_empty.sh | 17 +++ ...mily_dynamic_jinja_fill_sub_group_empty.sh | 17 +++ .../60_2family_dynamic_outside_calc.sh | 18 +++ .../60_2family_dynamic_outside_calc_empty.sh | 15 +++ .../60_5family_dynamic_calc_suffix2.sh | 17 +++ .../60_5family_dynamic_calc_suffix2_empty.sh | 14 ++ .../60_5family_dynamic_calc_suffix_param.sh | 17 +++ ...5family_dynamic_calc_suffix_param_empty.sh | 14 ++ .../60_5family_dynamic_calc_variable.sh | 18 +++ .../60_5family_dynamic_calc_variable_empty.sh | 15 +++ .../60_5family_dynamic_hidden_suffix.sh | 15 +++ ...5family_dynamic_variable_outside_suffix.sh | 18 +++ ...y_dynamic_variable_outside_suffix_empty.sh | 15 +++ .../60_6family_dynamic_leadership.sh | 53 ++++++++ .../60_6family_dynamic_leadership_empty.sh | 38 ++++++ .../60_9family_dynamic_calc_both.sh | 12 ++ .../68_0family_leadership_mode.sh | 20 +++ .../00_0empty.sh | 7 + .../00_0version_underscore.sh | 9 ++ .../00_1empty_variable.sh | 9 ++ .../00_2default_calculated.sh | 13 ++ .../00_2default_calculated_multi.sh | 16 +++ ...2default_calculated_variable_transitive.sh | 14 ++ .../00_4load_subfolder.sh | 10 ++ .../00_5load_notype.sh | 9 ++ .../00_6boolean.sh | 14 ++ .../00_6boolean_no_mandatory.sh | 9 ++ .../00_6choice.sh | 14 ++ .../00_6choice_calculation.sh | 9 ++ .../00_6choice_variable.sh | 13 ++ .../00_6custom.sh | 10 ++ .../00_6domainname.sh | 9 ++ .../00_6domainname_params.sh | 9 ++ .../00_6float.sh | 14 ++ .../00_6number.sh | 14 ++ .../00_6port.sh | 11 ++ .../00_6regexp.sh | 9 ++ .../00_6string.sh | 14 ++ .../00_7choice_quote.sh | 9 ++ .../00_7help_quote.sh | 10 ++ .../00_7value_doublequote.sh | 9 ++ .../00_7value_doublequote2.sh | 9 ++ .../00_7value_doublequote3.sh | 9 ++ .../00_7value_quote.sh | 9 ++ .../00_8calculation_information.sh | 9 ++ .../00_8test.sh | 16 +++ .../00_9choice_variable_multi.sh | 14 ++ .../00_9choice_variables.sh | 11 ++ .../00_9default_calculation.sh | 9 ++ .../00_9default_calculation_information.sh | 9 ++ ..._calculation_information_other_variable.sh | 10 ++ .../00_9default_calculation_multi_optional.sh | 13 ++ ...00_9default_calculation_multi_optional2.sh | 13 ++ .../00_9default_calculation_optional.sh | 12 ++ ...00_9default_calculation_optional_exists.sh | 16 +++ .../00_9default_calculation_param_optional.sh | 10 ++ .../00_9default_information_other_variable.sh | 10 ++ .../00_9default_integer.sh | 9 ++ .../00_9extra.sh | 11 ++ .../00_9extra_calculation.sh | 13 ++ .../01_6boolean_multi.sh | 24 ++++ .../01_6custom_multi.sh | 16 +++ .../01_6float_multi.sh | 40 ++++++ .../01_6number_multi.sh | 40 ++++++ .../01_6string_empty.sh | 12 ++ .../01_6string_multi.sh | 37 ++++++ .../01_7value_multi_doublequote.sh | 12 ++ .../01_7value_multi_doublequote2.sh | 12 ++ .../01_7value_multi_quote.sh | 12 ++ .../01_8calculation_information_multi.sh | 12 ++ .../01_9choice_variable_multi.sh | 13 ++ .../04_0type_param.sh | 9 ++ .../04_1auto_save.sh | 9 ++ .../04_1auto_save_and_calculated.sh | 10 ++ .../04_1auto_save_and_calculated_hidden.sh | 10 ++ .../04_1auto_save_and_hidden.sh | 9 ++ .../04_1default_calculation_hidden.sh | 11 ++ .../04_1default_calculation_hidden_2.sh | 11 ++ .../04_5disabled_calculation.sh | 11 ++ .../04_5disabled_calculation_default.sh | 11 ++ .../04_5disabled_calculation_optional.sh | 11 ++ .../04_5disabled_calculation_variable.sh | 9 ++ .../04_5disabled_calculation_variable2.sh | 9 ++ .../04_5disabled_calculation_variable3.sh | 10 ++ .../04_5disabled_calculation_variable4.sh | 9 ++ .../04_5hidden_calculation.sh | 11 ++ .../04_5hidden_calculation2.sh | 11 ++ ...5hidden_calculation_default_calculation.sh | 11 ++ .../04_5validators.sh | 9 ++ .../04_5validators_differ.sh | 10 ++ .../04_5validators_multi.sh | 12 ++ .../04_5validators_multi2.sh | 11 ++ .../05_0multi_not_uniq.sh | 12 ++ .../05_0multi_uniq.sh | 12 ++ .../12_1auto_save_expert.sh | 9 ++ .../16_0redefine_description.sh | 9 ++ .../16_2family_redefine_calculation.sh | 8 ++ .../16_2family_redefine_disabled.sh | 8 ++ .../16_5exists_nonexists.sh | 10 ++ .../16_5exists_redefine.sh | 9 ++ .../16_5redefine_calculation.sh | 9 ++ .../16_5redefine_choice.sh | 9 ++ .../16_5redefine_default.sh | 9 ++ .../16_5redefine_default_calculation.sh | 9 ++ .../16_5redefine_family.sh | 10 ++ .../16_5redefine_help.sh | 10 ++ .../16_5redefine_hidden.sh | 9 ++ .../16_5redefine_multi.sh | 12 ++ ...16_5redefine_remove_disable_calculation.sh | 10 ++ .../16_5test_redefine.sh | 11 ++ .../16_6choice_redefine.sh | 9 ++ .../16_6exists_redefine_family.sh | 12 ++ .../16exists_exists.sh | 9 ++ .../17_5redefine_leadership.sh | 9 ++ .../20_0empty_family.sh | 8 ++ .../20_0family_append.sh | 11 ++ .../20_0family_underscore.sh | 8 ++ .../20_0multi_family.sh | 11 ++ .../20_0multi_family_basic.sh | 11 ++ .../20_0multi_family_expert.sh | 11 ++ .../20_0multi_family_order.sh | 14 ++ .../20_0validators_differ_redefine.sh | 11 ++ .../20_1empty_subfamily.sh | 8 ++ .../20_9default_information_parent.sh | 11 ++ .../24_0family_hidden_condition.sh | 11 ++ .../24_0family_hidden_condition_boolean.sh | 11 ++ .../24_0family_hidden_condition_sub_family.sh | 12 ++ ...ly_hidden_condition_variable_sub_family.sh | 12 ++ ..._0family_hidden_condition_with_variable.sh | 12 ++ ...amily_hidden_param_condition_sub_family.sh | 12 ++ .../24_0family_mandatory_condition.sh | 10 ++ ...24_0family_mandatory_condition_variable.sh | 10 ++ .../24_7validators_variable_optional.sh | 11 ++ .../24_family_disabled_var_hidden.sh | 8 ++ .../40_0leadership.sh | 21 +++ .../40_0leadership_diff_name.sh | 21 +++ .../40_0leadership_empty.sh | 8 ++ ...leadership_follower_default_calculation.sh | 21 +++ ...0_0leadership_follower_default_submulti.sh | 39 ++++++ ...p_follower_default_submulti_calculation.sh | 39 ++++++ .../40_0leadership_follower_default_value.sh | 18 +++ .../40_0leadership_leader_not_multi.sh | 24 ++++ .../40_1leadership_append_follower.sh | 24 ++++ .../40_2leadership_calculation_index.sh | 18 +++ .../40_2leadership_calculation_param_index.sh | 18 +++ .../40_2leadership_leader_calculation.sh | 21 +++ .../40_6leadership_follower_multi.sh | 39 ++++++ .../40_8calculation_boolean.sh | 14 ++ .../40_8calculation_boolean_return_none.sh | 10 ++ .../40_8calculation_integer.sh | 11 ++ .../40_8calculation_multi_variable.sh | 14 ++ .../40_8calculation_multi_variable_parent.sh | 11 ++ .../40_8calculation_multi_variable_parent2.sh | 12 ++ .../41_0choice_leader.sh | 18 +++ .../44_0leadership_hidden.sh | 9 ++ .../44_0leadership_leader_hidden.sh | 9 ++ .../44_1leadership_append_hidden_follower.sh | 9 ++ .../44_4disabled_calcultion_follower.sh | 19 +++ .../44_4leadership_mandatory.sh | 18 +++ .../44_4leadership_mandatory_follower.sh | 18 +++ ...4_5leadership_leader_hidden_calculation.sh | 19 +++ ...eadership_follower_disabled_calculation.sh | 19 +++ ...4_9calculated_default_leadership_leader.sh | 18 +++ .../60_0family_dynamic.sh | 18 +++ .../60_0family_dynamic_1_0.sh | 18 +++ .../60_0family_dynamic_1_0_empty.sh | 15 +++ .../60_0family_dynamic_1_0_type.sh | 18 +++ .../60_0family_dynamic_1_0_type_empty.sh | 15 +++ .../60_0family_dynamic_1_1.sh | 18 +++ .../60_0family_dynamic_1_1_empty.sh | 15 +++ .../60_0family_dynamic_empty.sh | 18 +++ .../60_0family_dynamic_jinja_number.sh | 19 +++ .../60_0family_dynamic_jinja_number_empty.sh | 16 +++ .../60_0family_dynamic_no_description.sh | 18 +++ ...60_0family_dynamic_no_description_empty.sh | 15 +++ .../60_0family_dynamic_static.sh | 12 ++ .../60_0family_dynamic_test.sh | 15 +++ .../60_0family_dynamic_variable_empty.sh | 18 +++ .../60_0family_dynamic_variable_suffix.sh | 18 +++ ...0_0family_dynamic_variable_suffix_empty.sh | 15 +++ .../60_0family_empty.sh | 8 ++ .../60_0family_hidden.sh | 10 ++ .../60_0family_mode.sh | 10 ++ .../60_1family_dynamic_jinja.sh | 18 +++ ...60_2family_dynamic_jinja_fill_sub_group.sh | 22 ++++ ..._2family_dynamic_jinja_fill_sub_group_2.sh | 22 ++++ ...ly_dynamic_jinja_fill_sub_group_2_empty.sh | 18 +++ ...mily_dynamic_jinja_fill_sub_group_empty.sh | 18 +++ .../60_2family_dynamic_outside_calc.sh | 19 +++ .../60_2family_dynamic_outside_calc_empty.sh | 16 +++ .../60_5family_dynamic_calc2.sh | 19 +++ .../60_5family_dynamic_calc2_empty.sh | 16 +++ .../60_5family_dynamic_calc_suffix.sh | 19 +++ .../60_5family_dynamic_calc_suffix2.sh | 18 +++ .../60_5family_dynamic_calc_suffix2_empty.sh | 15 +++ ...60_5family_dynamic_calc_suffix_disabled.sh | 11 ++ .../60_5family_dynamic_calc_suffix_empty.sh | 16 +++ .../60_5family_dynamic_calc_suffix_param.sh | 18 +++ ...5family_dynamic_calc_suffix_param_empty.sh | 15 +++ .../60_5family_dynamic_calc_variable.sh | 19 +++ .../60_5family_dynamic_calc_variable_empty.sh | 16 +++ .../60_5family_dynamic_hidden_suffix.sh | 16 +++ .../60_5family_dynamic_unknown_suffix.sh | 33 +++++ ...60_5family_dynamic_unknown_suffix_empty.sh | 33 +++++ .../60_5family_dynamic_variable_outside.sh | 22 ++++ .../60_5family_dynamic_variable_outside2.sh | 22 ++++ ...5family_dynamic_variable_outside2_empty.sh | 19 +++ ..._5family_dynamic_variable_outside_empty.sh | 19 +++ ..._5family_dynamic_variable_outside_jinja.sh | 22 ++++ ...ly_dynamic_variable_outside_jinja_empty.sh | 19 +++ ...ily_dynamic_variable_outside_sub_suffix.sh | 37 ++++++ ...namic_variable_outside_sub_suffix_empty.sh | 25 ++++ ...5family_dynamic_variable_outside_suffix.sh | 19 +++ ...y_dynamic_variable_outside_suffix_empty.sh | 16 +++ .../60_6family_dynamic_inside.sh | 27 ++++ .../60_6family_dynamic_inside_empty.sh | 21 +++ .../60_6family_dynamic_leadership.sh | 54 ++++++++ .../60_6family_dynamic_leadership_empty.sh | 39 ++++++ .../60_6family_dynamic_sub_dynamic.sh | 63 +++++++++ .../60_6family_dynamic_sub_dynamic_1_0.sh | 63 +++++++++ .../60_6family_dynamic_sub_dynamic_empty.sh | 45 +++++++ .../60_9extra_dynamic.sh | 19 +++ .../60_9extra_dynamic_extra.sh | 24 ++++ .../60_9family_dynamic_calc_both.sh | 13 ++ .../68_0family_leadership_mode.sh | 21 +++ .../test_namespace_read_write/00_0empty.sh | 6 + .../00_0version_underscore.sh | 8 ++ .../00_1empty_variable.sh | 8 ++ .../00_2default_calculated.sh | 10 ++ .../00_2default_calculated_multi.sh | 15 +++ ...2default_calculated_variable_transitive.sh | 9 ++ .../00_4load_subfolder.sh | 9 ++ .../00_5load_notype.sh | 8 ++ .../test_namespace_read_write/00_6boolean.sh | 13 ++ .../00_6boolean_no_mandatory.sh | 8 ++ .../test_namespace_read_write/00_6choice.sh | 13 ++ .../00_6choice_calculation.sh | 8 ++ .../00_6choice_variable.sh | 12 ++ .../test_namespace_read_write/00_6custom.sh | 9 ++ .../00_6domainname.sh | 8 ++ .../00_6domainname_params.sh | 8 ++ .../test_namespace_read_write/00_6float.sh | 13 ++ .../test_namespace_read_write/00_6number.sh | 13 ++ .../test_namespace_read_write/00_6port.sh | 10 ++ .../test_namespace_read_write/00_6regexp.sh | 8 ++ .../test_namespace_read_write/00_6string.sh | 13 ++ .../00_7choice_quote.sh | 8 ++ .../00_7help_quote.sh | 9 ++ .../00_7value_doublequote.sh | 8 ++ .../00_7value_doublequote2.sh | 8 ++ .../00_7value_doublequote3.sh | 8 ++ .../00_7value_quote.sh | 8 ++ .../00_8calculation_information.sh | 8 ++ .../test_namespace_read_write/00_8test.sh | 13 ++ .../00_9choice_variable_multi.sh | 9 ++ .../00_9choice_variables.sh | 10 ++ .../00_9default_calculation.sh | 8 ++ .../00_9default_calculation_information.sh | 8 ++ ..._calculation_information_other_variable.sh | 9 ++ .../00_9default_calculation_multi_optional.sh | 10 ++ ...00_9default_calculation_multi_optional2.sh | 10 ++ .../00_9default_calculation_optional.sh | 8 ++ ...00_9default_calculation_optional_exists.sh | 13 ++ .../00_9default_calculation_param_optional.sh | 9 ++ .../00_9default_information_other_variable.sh | 9 ++ .../00_9default_integer.sh | 8 ++ .../test_namespace_read_write/00_9extra.sh | 10 ++ .../00_9extra_calculation.sh | 12 ++ .../01_6boolean_multi.sh | 23 ++++ .../01_6custom_multi.sh | 10 ++ .../01_6float_multi.sh | 23 ++++ .../01_6number_multi.sh | 23 ++++ .../01_6string_empty.sh | 10 ++ .../01_6string_multi.sh | 20 +++ .../01_7value_multi_doublequote.sh | 9 ++ .../01_7value_multi_doublequote2.sh | 9 ++ .../01_7value_multi_quote.sh | 9 ++ .../01_8calculation_information_multi.sh | 8 ++ .../01_9choice_variable_multi.sh | 12 ++ .../04_0type_param.sh | 8 ++ .../04_1auto_save.sh | 8 ++ .../04_1auto_save_and_calculated.sh | 9 ++ .../04_1auto_save_and_calculated_hidden.sh | 9 ++ .../04_1auto_save_and_hidden.sh | 7 + .../04_1default_calculation_hidden.sh | 9 ++ .../04_1default_calculation_hidden_2.sh | 9 ++ .../04_5disabled_calculation.sh | 10 ++ .../04_5disabled_calculation_default.sh | 10 ++ .../04_5disabled_calculation_optional.sh | 8 ++ .../04_5disabled_calculation_variable.sh | 9 ++ .../04_5disabled_calculation_variable2.sh | 8 ++ .../04_5disabled_calculation_variable3.sh | 8 ++ .../04_5disabled_calculation_variable4.sh | 9 ++ .../04_5hidden_calculation.sh | 10 ++ .../04_5hidden_calculation2.sh | 8 ++ ...5hidden_calculation_default_calculation.sh | 10 ++ .../04_5validators.sh | 8 ++ .../04_5validators_differ.sh | 9 ++ .../04_5validators_multi.sh | 10 ++ .../04_5validators_multi2.sh | 10 ++ .../05_0multi_not_uniq.sh | 9 ++ .../05_0multi_uniq.sh | 9 ++ .../12_1auto_save_expert.sh | 8 ++ .../16_0redefine_description.sh | 8 ++ .../16_2family_redefine_calculation.sh | 7 + .../16_2family_redefine_disabled.sh | 7 + .../16_5exists_nonexists.sh | 9 ++ .../16_5exists_redefine.sh | 7 + .../16_5redefine_calculation.sh | 8 ++ .../16_5redefine_choice.sh | 8 ++ .../16_5redefine_default.sh | 8 ++ .../16_5redefine_default_calculation.sh | 8 ++ .../16_5redefine_family.sh | 9 ++ .../16_5redefine_help.sh | 9 ++ .../16_5redefine_hidden.sh | 7 + .../16_5redefine_multi.sh | 9 ++ ...16_5redefine_remove_disable_calculation.sh | 9 ++ .../16_5test_redefine.sh | 10 ++ .../16_6choice_redefine.sh | 8 ++ .../16_6exists_redefine_family.sh | 11 ++ .../16exists_exists.sh | 8 ++ .../17_5redefine_leadership.sh | 7 + .../20_0empty_family.sh | 7 + .../20_0family_append.sh | 10 ++ .../20_0family_underscore.sh | 7 + .../20_0multi_family.sh | 10 ++ .../20_0multi_family_basic.sh | 10 ++ .../20_0multi_family_expert.sh | 10 ++ .../20_0multi_family_order.sh | 13 ++ .../20_0validators_differ_redefine.sh | 10 ++ .../20_1empty_subfamily.sh | 7 + .../20_9default_information_parent.sh | 10 ++ .../24_0family_hidden_condition.sh | 10 ++ .../24_0family_hidden_condition_boolean.sh | 8 ++ .../24_0family_hidden_condition_sub_family.sh | 11 ++ ...ly_hidden_condition_variable_sub_family.sh | 8 ++ ..._0family_hidden_condition_with_variable.sh | 9 ++ ...amily_hidden_param_condition_sub_family.sh | 11 ++ .../24_0family_mandatory_condition.sh | 9 ++ ...24_0family_mandatory_condition_variable.sh | 9 ++ .../24_7validators_variable_optional.sh | 10 ++ .../24_family_disabled_var_hidden.sh | 7 + .../40_0leadership.sh | 8 ++ .../40_0leadership_diff_name.sh | 8 ++ .../40_0leadership_empty.sh | 7 + ...leadership_follower_default_calculation.sh | 8 ++ ...0_0leadership_follower_default_submulti.sh | 15 +++ ...p_follower_default_submulti_calculation.sh | 14 ++ .../40_0leadership_follower_default_value.sh | 8 ++ .../40_0leadership_leader_not_multi.sh | 11 ++ .../40_1leadership_append_follower.sh | 8 ++ .../40_2leadership_calculation_index.sh | 17 +++ .../40_2leadership_calculation_param_index.sh | 17 +++ .../40_2leadership_leader_calculation.sh | 16 +++ .../40_6leadership_follower_multi.sh | 8 ++ .../40_8calculation_boolean.sh | 13 ++ .../40_8calculation_boolean_return_none.sh | 9 ++ .../40_8calculation_integer.sh | 10 ++ .../40_8calculation_multi_variable.sh | 12 ++ .../40_8calculation_multi_variable_parent.sh | 10 ++ .../40_8calculation_multi_variable_parent2.sh | 11 ++ .../41_0choice_leader.sh | 8 ++ .../44_0leadership_hidden.sh | 7 + .../44_0leadership_leader_hidden.sh | 7 + .../44_1leadership_append_hidden_follower.sh | 7 + .../44_4disabled_calcultion_follower.sh | 12 ++ .../44_4leadership_mandatory.sh | 8 ++ .../44_4leadership_mandatory_follower.sh | 8 ++ ...4_5leadership_leader_hidden_calculation.sh | 8 ++ ...eadership_follower_disabled_calculation.sh | 9 ++ ...4_9calculated_default_leadership_leader.sh | 13 ++ .../60_0family_dynamic.sh | 14 ++ .../60_0family_dynamic_1_0.sh | 14 ++ .../60_0family_dynamic_1_0_empty.sh | 8 ++ .../60_0family_dynamic_1_0_type.sh | 14 ++ .../60_0family_dynamic_1_0_type_empty.sh | 8 ++ .../60_0family_dynamic_1_1.sh | 14 ++ .../60_0family_dynamic_1_1_empty.sh | 8 ++ .../60_0family_dynamic_empty.sh | 8 ++ .../60_0family_dynamic_jinja_number.sh | 15 +++ .../60_0family_dynamic_jinja_number_empty.sh | 9 ++ .../60_0family_dynamic_no_description.sh | 14 ++ ...60_0family_dynamic_no_description_empty.sh | 8 ++ .../60_0family_dynamic_static.sh | 11 ++ .../60_0family_dynamic_test.sh | 8 ++ .../60_0family_dynamic_variable_empty.sh | 8 ++ .../60_0family_dynamic_variable_suffix.sh | 14 ++ ...0_0family_dynamic_variable_suffix_empty.sh | 8 ++ .../60_0family_empty.sh | 7 + .../60_0family_hidden.sh | 7 + .../60_0family_mode.sh | 9 ++ .../60_1family_dynamic_jinja.sh | 14 ++ ...60_2family_dynamic_jinja_fill_sub_group.sh | 17 +++ ..._2family_dynamic_jinja_fill_sub_group_2.sh | 17 +++ ...ly_dynamic_jinja_fill_sub_group_2_empty.sh | 9 ++ ...mily_dynamic_jinja_fill_sub_group_empty.sh | 9 ++ .../60_2family_dynamic_outside_calc.sh | 15 +++ .../60_2family_dynamic_outside_calc_empty.sh | 9 ++ .../60_5family_dynamic_calc2.sh | 15 +++ .../60_5family_dynamic_calc2_empty.sh | 9 ++ .../60_5family_dynamic_calc_suffix.sh | 15 +++ .../60_5family_dynamic_calc_suffix2.sh | 14 ++ .../60_5family_dynamic_calc_suffix2_empty.sh | 8 ++ ...60_5family_dynamic_calc_suffix_disabled.sh | 10 ++ .../60_5family_dynamic_calc_suffix_empty.sh | 9 ++ .../60_5family_dynamic_calc_suffix_param.sh | 14 ++ ...5family_dynamic_calc_suffix_param_empty.sh | 8 ++ .../60_5family_dynamic_calc_variable.sh | 15 +++ .../60_5family_dynamic_calc_variable_empty.sh | 9 ++ .../60_5family_dynamic_hidden_suffix.sh | 11 ++ .../60_5family_dynamic_unknown_suffix.sh | 18 +++ ...60_5family_dynamic_unknown_suffix_empty.sh | 8 ++ .../60_5family_dynamic_variable_outside.sh | 17 +++ .../60_5family_dynamic_variable_outside2.sh | 17 +++ ...5family_dynamic_variable_outside2_empty.sh | 9 ++ ..._5family_dynamic_variable_outside_empty.sh | 9 ++ ..._5family_dynamic_variable_outside_jinja.sh | 17 +++ ...ly_dynamic_variable_outside_jinja_empty.sh | 9 ++ ...ily_dynamic_variable_outside_sub_suffix.sh | 23 ++++ ...namic_variable_outside_sub_suffix_empty.sh | 9 ++ ...5family_dynamic_variable_outside_suffix.sh | 15 +++ ...y_dynamic_variable_outside_suffix_empty.sh | 9 ++ .../60_6family_dynamic_inside.sh | 20 +++ .../60_6family_dynamic_inside_empty.sh | 8 ++ .../60_6family_dynamic_leadership.sh | 14 ++ .../60_6family_dynamic_leadership_empty.sh | 8 ++ .../60_6family_dynamic_sub_dynamic.sh | 34 +++++ .../60_6family_dynamic_sub_dynamic_1_0.sh | 34 +++++ .../60_6family_dynamic_sub_dynamic_empty.sh | 8 ++ .../60_9extra_dynamic.sh | 12 ++ .../60_9extra_dynamic_extra.sh | 15 +++ .../60_9family_dynamic_calc_both.sh | 12 ++ .../68_0family_leadership_mode.sh | 8 ++ .../00_0empty.sh | 6 + .../00_0version_underscore.sh | 8 ++ .../00_1empty_variable.sh | 8 ++ .../00_2default_calculated.sh | 12 ++ .../00_2default_calculated_multi.sh | 15 +++ ...2default_calculated_variable_transitive.sh | 13 ++ .../00_4load_subfolder.sh | 9 ++ .../00_5load_notype.sh | 8 ++ .../00_6boolean.sh | 13 ++ .../00_6boolean_no_mandatory.sh | 8 ++ .../00_6choice.sh | 13 ++ .../00_6choice_calculation.sh | 8 ++ .../00_6choice_variable.sh | 12 ++ .../00_6custom.sh | 9 ++ .../00_6domainname.sh | 8 ++ .../00_6domainname_params.sh | 8 ++ .../00_6float.sh | 13 ++ .../00_6number.sh | 13 ++ .../00_6port.sh | 10 ++ .../00_6regexp.sh | 8 ++ .../00_6string.sh | 13 ++ .../00_7choice_quote.sh | 8 ++ .../00_7help_quote.sh | 9 ++ .../00_7value_doublequote.sh | 8 ++ .../00_7value_doublequote2.sh | 8 ++ .../00_7value_doublequote3.sh | 8 ++ .../00_7value_quote.sh | 8 ++ .../00_8calculation_information.sh | 8 ++ .../00_8test.sh | 15 +++ .../00_9choice_variable_multi.sh | 13 ++ .../00_9choice_variables.sh | 10 ++ .../00_9default_calculation.sh | 8 ++ .../00_9default_calculation_information.sh | 8 ++ ..._calculation_information_other_variable.sh | 9 ++ .../00_9default_calculation_multi_optional.sh | 12 ++ ...00_9default_calculation_multi_optional2.sh | 12 ++ .../00_9default_calculation_optional.sh | 11 ++ ...00_9default_calculation_optional_exists.sh | 15 +++ .../00_9default_calculation_param_optional.sh | 9 ++ .../00_9default_information_other_variable.sh | 9 ++ .../00_9default_integer.sh | 8 ++ .../00_9extra.sh | 10 ++ .../00_9extra_calculation.sh | 12 ++ .../01_6boolean_multi.sh | 23 ++++ .../01_6custom_multi.sh | 15 +++ .../01_6float_multi.sh | 39 ++++++ .../01_6number_multi.sh | 39 ++++++ .../01_6string_empty.sh | 11 ++ .../01_6string_multi.sh | 36 ++++++ .../01_7value_multi_doublequote.sh | 11 ++ .../01_7value_multi_doublequote2.sh | 11 ++ .../01_7value_multi_quote.sh | 11 ++ .../01_8calculation_information_multi.sh | 11 ++ .../01_9choice_variable_multi.sh | 12 ++ .../04_0type_param.sh | 8 ++ .../04_1auto_save.sh | 8 ++ .../04_1auto_save_and_calculated.sh | 9 ++ .../04_1auto_save_and_calculated_hidden.sh | 9 ++ .../04_1auto_save_and_hidden.sh | 7 + .../04_1default_calculation_hidden.sh | 10 ++ .../04_1default_calculation_hidden_2.sh | 10 ++ .../04_5disabled_calculation.sh | 10 ++ .../04_5disabled_calculation_default.sh | 10 ++ .../04_5disabled_calculation_optional.sh | 9 ++ .../04_5disabled_calculation_variable.sh | 8 ++ .../04_5disabled_calculation_variable2.sh | 8 ++ .../04_5disabled_calculation_variable3.sh | 9 ++ .../04_5disabled_calculation_variable4.sh | 8 ++ .../04_5hidden_calculation.sh | 10 ++ .../04_5hidden_calculation2.sh | 8 ++ ...5hidden_calculation_default_calculation.sh | 10 ++ .../04_5validators.sh | 8 ++ .../04_5validators_differ.sh | 9 ++ .../04_5validators_multi.sh | 11 ++ .../04_5validators_multi2.sh | 10 ++ .../05_0multi_not_uniq.sh | 11 ++ .../05_0multi_uniq.sh | 11 ++ .../12_1auto_save_expert.sh | 8 ++ .../16_0redefine_description.sh | 8 ++ .../16_2family_redefine_calculation.sh | 7 + .../16_2family_redefine_disabled.sh | 7 + .../16_5exists_nonexists.sh | 9 ++ .../16_5exists_redefine.sh | 7 + .../16_5redefine_calculation.sh | 8 ++ .../16_5redefine_choice.sh | 8 ++ .../16_5redefine_default.sh | 8 ++ .../16_5redefine_default_calculation.sh | 8 ++ .../16_5redefine_family.sh | 9 ++ .../16_5redefine_help.sh | 9 ++ .../16_5redefine_hidden.sh | 7 + .../16_5redefine_multi.sh | 11 ++ ...16_5redefine_remove_disable_calculation.sh | 9 ++ .../16_5test_redefine.sh | 10 ++ .../16_6choice_redefine.sh | 8 ++ .../16_6exists_redefine_family.sh | 11 ++ .../16exists_exists.sh | 8 ++ .../17_5redefine_leadership.sh | 7 + .../20_0empty_family.sh | 7 + .../20_0family_append.sh | 10 ++ .../20_0family_underscore.sh | 7 + .../20_0multi_family.sh | 10 ++ .../20_0multi_family_basic.sh | 10 ++ .../20_0multi_family_expert.sh | 10 ++ .../20_0multi_family_order.sh | 13 ++ .../20_0validators_differ_redefine.sh | 10 ++ .../20_1empty_subfamily.sh | 7 + .../20_9default_information_parent.sh | 10 ++ .../24_0family_hidden_condition.sh | 10 ++ .../24_0family_hidden_condition_boolean.sh | 10 ++ .../24_0family_hidden_condition_sub_family.sh | 11 ++ ...ly_hidden_condition_variable_sub_family.sh | 8 ++ ..._0family_hidden_condition_with_variable.sh | 10 ++ ...amily_hidden_param_condition_sub_family.sh | 11 ++ .../24_0family_mandatory_condition.sh | 9 ++ ...24_0family_mandatory_condition_variable.sh | 9 ++ .../24_7validators_variable_optional.sh | 10 ++ .../24_family_disabled_var_hidden.sh | 7 + .../40_0leadership.sh | 20 +++ .../40_0leadership_diff_name.sh | 20 +++ .../40_0leadership_empty.sh | 7 + ...leadership_follower_default_calculation.sh | 20 +++ ...0_0leadership_follower_default_submulti.sh | 38 ++++++ ...p_follower_default_submulti_calculation.sh | 38 ++++++ .../40_0leadership_follower_default_value.sh | 17 +++ .../40_0leadership_leader_not_multi.sh | 23 ++++ .../40_1leadership_append_follower.sh | 23 ++++ .../40_2leadership_calculation_index.sh | 17 +++ .../40_2leadership_calculation_param_index.sh | 17 +++ .../40_2leadership_leader_calculation.sh | 20 +++ .../40_6leadership_follower_multi.sh | 38 ++++++ .../40_8calculation_boolean.sh | 13 ++ .../40_8calculation_boolean_return_none.sh | 9 ++ .../40_8calculation_integer.sh | 10 ++ .../40_8calculation_multi_variable.sh | 13 ++ .../40_8calculation_multi_variable_parent.sh | 10 ++ .../40_8calculation_multi_variable_parent2.sh | 11 ++ .../41_0choice_leader.sh | 17 +++ .../44_0leadership_hidden.sh | 7 + .../44_0leadership_leader_hidden.sh | 7 + .../44_1leadership_append_hidden_follower.sh | 7 + .../44_4disabled_calcultion_follower.sh | 18 +++ .../44_4leadership_mandatory.sh | 17 +++ .../44_4leadership_mandatory_follower.sh | 17 +++ ...4_5leadership_leader_hidden_calculation.sh | 18 +++ ...eadership_follower_disabled_calculation.sh | 18 +++ ...4_9calculated_default_leadership_leader.sh | 17 +++ .../60_0family_dynamic.sh | 17 +++ .../60_0family_dynamic_1_0.sh | 17 +++ .../60_0family_dynamic_1_0_empty.sh | 14 ++ .../60_0family_dynamic_1_0_type.sh | 17 +++ .../60_0family_dynamic_1_0_type_empty.sh | 14 ++ .../60_0family_dynamic_1_1.sh | 17 +++ .../60_0family_dynamic_1_1_empty.sh | 14 ++ .../60_0family_dynamic_empty.sh | 17 +++ .../60_0family_dynamic_jinja_number.sh | 18 +++ .../60_0family_dynamic_jinja_number_empty.sh | 15 +++ .../60_0family_dynamic_no_description.sh | 17 +++ ...60_0family_dynamic_no_description_empty.sh | 14 ++ .../60_0family_dynamic_static.sh | 11 ++ .../60_0family_dynamic_test.sh | 14 ++ .../60_0family_dynamic_variable_empty.sh | 17 +++ .../60_0family_dynamic_variable_suffix.sh | 17 +++ ...0_0family_dynamic_variable_suffix_empty.sh | 14 ++ .../60_0family_empty.sh | 7 + .../60_0family_hidden.sh | 7 + .../60_0family_mode.sh | 9 ++ .../60_1family_dynamic_jinja.sh | 17 +++ ...60_2family_dynamic_jinja_fill_sub_group.sh | 21 +++ ..._2family_dynamic_jinja_fill_sub_group_2.sh | 21 +++ ...ly_dynamic_jinja_fill_sub_group_2_empty.sh | 17 +++ ...mily_dynamic_jinja_fill_sub_group_empty.sh | 17 +++ .../60_2family_dynamic_outside_calc.sh | 18 +++ .../60_2family_dynamic_outside_calc_empty.sh | 15 +++ .../60_5family_dynamic_calc2.sh | 18 +++ .../60_5family_dynamic_calc2_empty.sh | 15 +++ .../60_5family_dynamic_calc_suffix.sh | 18 +++ .../60_5family_dynamic_calc_suffix2.sh | 17 +++ .../60_5family_dynamic_calc_suffix2_empty.sh | 14 ++ ...60_5family_dynamic_calc_suffix_disabled.sh | 10 ++ .../60_5family_dynamic_calc_suffix_empty.sh | 15 +++ .../60_5family_dynamic_calc_suffix_param.sh | 17 +++ ...5family_dynamic_calc_suffix_param_empty.sh | 14 ++ .../60_5family_dynamic_calc_variable.sh | 18 +++ .../60_5family_dynamic_calc_variable_empty.sh | 15 +++ .../60_5family_dynamic_hidden_suffix.sh | 11 ++ .../60_5family_dynamic_unknown_suffix.sh | 32 +++++ ...60_5family_dynamic_unknown_suffix_empty.sh | 32 +++++ .../60_5family_dynamic_variable_outside.sh | 21 +++ .../60_5family_dynamic_variable_outside2.sh | 21 +++ ...5family_dynamic_variable_outside2_empty.sh | 18 +++ ..._5family_dynamic_variable_outside_empty.sh | 18 +++ ..._5family_dynamic_variable_outside_jinja.sh | 21 +++ ...ly_dynamic_variable_outside_jinja_empty.sh | 18 +++ ...ily_dynamic_variable_outside_sub_suffix.sh | 36 ++++++ ...namic_variable_outside_sub_suffix_empty.sh | 24 ++++ ...5family_dynamic_variable_outside_suffix.sh | 18 +++ ...y_dynamic_variable_outside_suffix_empty.sh | 15 +++ .../60_6family_dynamic_inside.sh | 26 ++++ .../60_6family_dynamic_inside_empty.sh | 20 +++ .../60_6family_dynamic_leadership.sh | 53 ++++++++ .../60_6family_dynamic_leadership_empty.sh | 38 ++++++ .../60_6family_dynamic_sub_dynamic.sh | 62 +++++++++ .../60_6family_dynamic_sub_dynamic_1_0.sh | 62 +++++++++ .../60_6family_dynamic_sub_dynamic_empty.sh | 44 +++++++ .../60_9extra_dynamic.sh | 18 +++ .../60_9extra_dynamic_extra.sh | 23 ++++ .../60_9family_dynamic_calc_both.sh | 12 ++ .../68_0family_leadership_mode.sh | 20 +++ .../00_0empty.sh | 6 + .../00_0version_underscore.sh | 3 + .../00_1empty_variable.sh | 3 + .../00_2default_calculated.sh | 10 ++ .../00_2default_calculated_multi.sh | 15 +++ ...2default_calculated_variable_transitive.sh | 4 + .../00_4load_subfolder.sh | 4 + .../00_5load_notype.sh | 8 ++ .../00_6boolean.sh | 13 ++ .../00_6boolean_no_mandatory.sh | 8 ++ .../00_6choice.sh | 4 + .../00_6choice_calculation.sh | 8 ++ .../00_6choice_variable.sh | 12 ++ .../00_6custom.sh | 3 + .../00_6domainname.sh | 8 ++ .../00_6domainname_params.sh | 8 ++ .../00_6float.sh | 13 ++ .../00_6number.sh | 13 ++ .../00_6port.sh | 3 + .../00_6regexp.sh | 8 ++ .../00_6string.sh | 5 + .../00_7choice_quote.sh | 8 ++ .../00_7help_quote.sh | 4 + .../00_7value_doublequote.sh | 8 ++ .../00_7value_doublequote2.sh | 8 ++ .../00_7value_doublequote3.sh | 8 ++ .../00_7value_quote.sh | 8 ++ .../00_8calculation_information.sh | 3 + .../00_8test.sh | 5 + .../00_9choice_variable_multi.sh | 3 + .../00_9choice_variables.sh | 10 ++ .../00_9default_calculation.sh | 8 ++ .../00_9default_calculation_information.sh | 3 + ..._calculation_information_other_variable.sh | 4 + .../00_9default_calculation_multi_optional.sh | 10 ++ ...00_9default_calculation_multi_optional2.sh | 10 ++ .../00_9default_calculation_optional.sh | 3 + ...00_9default_calculation_optional_exists.sh | 13 ++ .../00_9default_calculation_param_optional.sh | 9 ++ .../00_9default_information_other_variable.sh | 4 + .../00_9default_integer.sh | 8 ++ .../00_9extra.sh | 10 ++ .../00_9extra_calculation.sh | 12 ++ .../01_6boolean_multi.sh | 23 ++++ .../01_6custom_multi.sh | 3 + .../01_6float_multi.sh | 23 ++++ .../01_6number_multi.sh | 23 ++++ .../01_6string_empty.sh | 3 + .../01_6string_multi.sh | 5 + .../01_7value_multi_doublequote.sh | 9 ++ .../01_7value_multi_doublequote2.sh | 9 ++ .../01_7value_multi_quote.sh | 9 ++ .../01_8calculation_information_multi.sh | 3 + .../01_9choice_variable_multi.sh | 3 + .../04_0type_param.sh | 8 ++ .../04_1auto_save.sh | 8 ++ .../04_1auto_save_and_calculated.sh | 9 ++ .../04_1auto_save_and_calculated_hidden.sh | 9 ++ .../04_1auto_save_and_hidden.sh | 7 + .../04_1default_calculation_hidden.sh | 9 ++ .../04_1default_calculation_hidden_2.sh | 9 ++ .../04_5disabled_calculation.sh | 4 + .../04_5disabled_calculation_default.sh | 10 ++ .../04_5disabled_calculation_optional.sh | 8 ++ .../04_5disabled_calculation_variable.sh | 3 + .../04_5disabled_calculation_variable2.sh | 8 ++ .../04_5disabled_calculation_variable3.sh | 8 ++ .../04_5disabled_calculation_variable4.sh | 3 + .../04_5hidden_calculation.sh | 10 ++ .../04_5hidden_calculation2.sh | 8 ++ ...5hidden_calculation_default_calculation.sh | 10 ++ .../04_5validators.sh | 3 + .../04_5validators_differ.sh | 9 ++ .../04_5validators_multi.sh | 10 ++ .../04_5validators_multi2.sh | 10 ++ .../05_0multi_not_uniq.sh | 9 ++ .../05_0multi_uniq.sh | 9 ++ .../12_1auto_save_expert.sh | 8 ++ .../16_0redefine_description.sh | 3 + .../16_2family_redefine_calculation.sh | 7 + .../16_2family_redefine_disabled.sh | 7 + .../16_5exists_nonexists.sh | 9 ++ .../16_5exists_redefine.sh | 7 + .../16_5redefine_calculation.sh | 8 ++ .../16_5redefine_choice.sh | 3 + .../16_5redefine_default.sh | 8 ++ .../16_5redefine_default_calculation.sh | 3 + .../16_5redefine_family.sh | 3 + .../16_5redefine_help.sh | 3 + .../16_5redefine_hidden.sh | 7 + .../16_5redefine_multi.sh | 9 ++ ...16_5redefine_remove_disable_calculation.sh | 3 + .../16_5test_redefine.sh | 3 + .../16_6choice_redefine.sh | 8 ++ .../16_6exists_redefine_family.sh | 4 + .../16exists_exists.sh | 3 + .../17_5redefine_leadership.sh | 7 + .../20_0empty_family.sh | 7 + .../20_0family_append.sh | 4 + .../20_0family_underscore.sh | 7 + .../20_0multi_family.sh | 10 ++ .../20_0multi_family_basic.sh | 3 + .../20_0multi_family_expert.sh | 10 ++ .../20_0multi_family_order.sh | 6 + .../20_0validators_differ_redefine.sh | 10 ++ .../20_1empty_subfamily.sh | 7 + .../20_9default_information_parent.sh | 4 + .../24_0family_hidden_condition.sh | 3 + .../24_0family_hidden_condition_boolean.sh | 8 ++ .../24_0family_hidden_condition_sub_family.sh | 3 + ...ly_hidden_condition_variable_sub_family.sh | 8 ++ ..._0family_hidden_condition_with_variable.sh | 9 ++ ...amily_hidden_param_condition_sub_family.sh | 3 + .../24_0family_mandatory_condition.sh | 9 ++ ...24_0family_mandatory_condition_variable.sh | 3 + .../24_7validators_variable_optional.sh | 3 + .../24_family_disabled_var_hidden.sh | 7 + .../40_0leadership.sh | 3 + .../40_0leadership_diff_name.sh | 3 + .../40_0leadership_empty.sh | 7 + ...leadership_follower_default_calculation.sh | 3 + ...0_0leadership_follower_default_submulti.sh | 15 +++ ...p_follower_default_submulti_calculation.sh | 14 ++ .../40_0leadership_follower_default_value.sh | 8 ++ .../40_0leadership_leader_not_multi.sh | 3 + .../40_1leadership_append_follower.sh | 3 + .../40_2leadership_calculation_index.sh | 17 +++ .../40_2leadership_calculation_param_index.sh | 17 +++ .../40_2leadership_leader_calculation.sh | 6 + .../40_6leadership_follower_multi.sh | 3 + .../40_8calculation_boolean.sh | 13 ++ .../40_8calculation_boolean_return_none.sh | 3 + .../40_8calculation_integer.sh | 10 ++ .../40_8calculation_multi_variable.sh | 12 ++ .../40_8calculation_multi_variable_parent.sh | 10 ++ .../40_8calculation_multi_variable_parent2.sh | 11 ++ .../41_0choice_leader.sh | 8 ++ .../44_0leadership_hidden.sh | 7 + .../44_0leadership_leader_hidden.sh | 7 + .../44_1leadership_append_hidden_follower.sh | 7 + .../44_4disabled_calcultion_follower.sh | 3 + .../44_4leadership_mandatory.sh | 3 + .../44_4leadership_mandatory_follower.sh | 8 ++ ...4_5leadership_leader_hidden_calculation.sh | 8 ++ ...eadership_follower_disabled_calculation.sh | 3 + ...4_9calculated_default_leadership_leader.sh | 13 ++ .../60_0family_dynamic.sh | 4 + .../60_0family_dynamic_1_0.sh | 14 ++ .../60_0family_dynamic_1_0_empty.sh | 8 ++ .../60_0family_dynamic_1_0_type.sh | 4 + .../60_0family_dynamic_1_0_type_empty.sh | 8 ++ .../60_0family_dynamic_1_1.sh | 4 + .../60_0family_dynamic_1_1_empty.sh | 8 ++ .../60_0family_dynamic_empty.sh | 8 ++ .../60_0family_dynamic_jinja_number.sh | 15 +++ .../60_0family_dynamic_jinja_number_empty.sh | 3 + .../60_0family_dynamic_no_description.sh | 4 + ...60_0family_dynamic_no_description_empty.sh | 8 ++ .../60_0family_dynamic_static.sh | 4 + .../60_0family_dynamic_test.sh | 3 + .../60_0family_dynamic_variable_empty.sh | 3 + .../60_0family_dynamic_variable_suffix.sh | 14 ++ ...0_0family_dynamic_variable_suffix_empty.sh | 3 + .../60_0family_empty.sh | 7 + .../60_0family_hidden.sh | 7 + .../60_0family_mode.sh | 9 ++ .../60_1family_dynamic_jinja.sh | 14 ++ ...60_2family_dynamic_jinja_fill_sub_group.sh | 5 + ..._2family_dynamic_jinja_fill_sub_group_2.sh | 17 +++ ...ly_dynamic_jinja_fill_sub_group_2_empty.sh | 9 ++ ...mily_dynamic_jinja_fill_sub_group_empty.sh | 9 ++ .../60_2family_dynamic_outside_calc.sh | 15 +++ .../60_2family_dynamic_outside_calc_empty.sh | 9 ++ .../60_5family_dynamic_calc2.sh | 3 + .../60_5family_dynamic_calc2_empty.sh | 3 + .../60_5family_dynamic_calc_suffix.sh | 5 + .../60_5family_dynamic_calc_suffix2.sh | 14 ++ .../60_5family_dynamic_calc_suffix2_empty.sh | 8 ++ ...60_5family_dynamic_calc_suffix_disabled.sh | 3 + .../60_5family_dynamic_calc_suffix_empty.sh | 3 + .../60_5family_dynamic_calc_suffix_param.sh | 14 ++ ...5family_dynamic_calc_suffix_param_empty.sh | 8 ++ .../60_5family_dynamic_calc_variable.sh | 5 + .../60_5family_dynamic_calc_variable_empty.sh | 3 + .../60_5family_dynamic_hidden_suffix.sh | 11 ++ .../60_5family_dynamic_unknown_suffix.sh | 18 +++ ...60_5family_dynamic_unknown_suffix_empty.sh | 8 ++ .../60_5family_dynamic_variable_outside.sh | 17 +++ .../60_5family_dynamic_variable_outside2.sh | 17 +++ ...5family_dynamic_variable_outside2_empty.sh | 3 + ..._5family_dynamic_variable_outside_empty.sh | 3 + ..._5family_dynamic_variable_outside_jinja.sh | 17 +++ ...ly_dynamic_variable_outside_jinja_empty.sh | 3 + ...ily_dynamic_variable_outside_sub_suffix.sh | 23 ++++ ...namic_variable_outside_sub_suffix_empty.sh | 9 ++ ...5family_dynamic_variable_outside_suffix.sh | 15 +++ ...y_dynamic_variable_outside_suffix_empty.sh | 9 ++ .../60_6family_dynamic_inside.sh | 20 +++ .../60_6family_dynamic_inside_empty.sh | 8 ++ .../60_6family_dynamic_leadership.sh | 4 + .../60_6family_dynamic_leadership_empty.sh | 8 ++ .../60_6family_dynamic_sub_dynamic.sh | 34 +++++ .../60_6family_dynamic_sub_dynamic_1_0.sh | 34 +++++ .../60_6family_dynamic_sub_dynamic_empty.sh | 8 ++ .../60_9extra_dynamic.sh | 3 + .../60_9extra_dynamic_extra.sh | 3 + .../60_9family_dynamic_calc_both.sh | 4 + .../68_0family_leadership_mode.sh | 8 ++ .../00_0empty.sh | 6 + .../00_0version_underscore.sh | 8 ++ .../00_1empty_variable.sh | 8 ++ .../00_2default_calculated.sh | 10 ++ .../00_2default_calculated_multi.sh | 15 +++ ...2default_calculated_variable_transitive.sh | 9 ++ .../00_4load_subfolder.sh | 9 ++ .../00_5load_notype.sh | 8 ++ .../00_6boolean.sh | 13 ++ .../00_6boolean_no_mandatory.sh | 8 ++ .../00_6choice.sh | 13 ++ .../00_6choice_calculation.sh | 8 ++ .../00_6choice_variable.sh | 12 ++ .../00_6custom.sh | 9 ++ .../00_6domainname.sh | 8 ++ .../00_6domainname_params.sh | 8 ++ .../00_6float.sh | 13 ++ .../00_6number.sh | 13 ++ .../00_6port.sh | 10 ++ .../00_6regexp.sh | 8 ++ .../00_6string.sh | 13 ++ .../00_7choice_quote.sh | 8 ++ .../00_7help_quote.sh | 9 ++ .../00_7value_doublequote.sh | 8 ++ .../00_7value_doublequote2.sh | 8 ++ .../00_7value_doublequote3.sh | 8 ++ .../00_7value_quote.sh | 8 ++ .../00_8calculation_information.sh | 8 ++ .../00_8test.sh | 13 ++ .../00_9choice_variable_multi.sh | 9 ++ .../00_9choice_variables.sh | 10 ++ .../00_9default_calculation.sh | 8 ++ .../00_9default_calculation_information.sh | 8 ++ ..._calculation_information_other_variable.sh | 9 ++ .../00_9default_calculation_multi_optional.sh | 10 ++ ...00_9default_calculation_multi_optional2.sh | 10 ++ .../00_9default_calculation_optional.sh | 8 ++ ...00_9default_calculation_optional_exists.sh | 13 ++ .../00_9default_calculation_param_optional.sh | 9 ++ .../00_9default_information_other_variable.sh | 9 ++ .../00_9default_integer.sh | 8 ++ .../00_9extra.sh | 10 ++ .../00_9extra_calculation.sh | 12 ++ .../01_6boolean_multi.sh | 23 ++++ .../01_6custom_multi.sh | 10 ++ .../01_6float_multi.sh | 23 ++++ .../01_6number_multi.sh | 23 ++++ .../01_6string_empty.sh | 10 ++ .../01_6string_multi.sh | 20 +++ .../01_7value_multi_doublequote.sh | 9 ++ .../01_7value_multi_doublequote2.sh | 9 ++ .../01_7value_multi_quote.sh | 9 ++ .../01_8calculation_information_multi.sh | 8 ++ .../01_9choice_variable_multi.sh | 12 ++ .../04_0type_param.sh | 8 ++ .../04_1auto_save.sh | 8 ++ .../04_1auto_save_and_calculated.sh | 9 ++ .../04_1auto_save_and_calculated_hidden.sh | 9 ++ .../04_1auto_save_and_hidden.sh | 7 + .../04_1default_calculation_hidden.sh | 9 ++ .../04_1default_calculation_hidden_2.sh | 9 ++ .../04_5disabled_calculation.sh | 10 ++ .../04_5disabled_calculation_default.sh | 10 ++ .../04_5disabled_calculation_optional.sh | 8 ++ .../04_5disabled_calculation_variable.sh | 9 ++ .../04_5disabled_calculation_variable2.sh | 8 ++ .../04_5disabled_calculation_variable3.sh | 8 ++ .../04_5disabled_calculation_variable4.sh | 9 ++ .../04_5hidden_calculation.sh | 10 ++ .../04_5hidden_calculation2.sh | 8 ++ ...5hidden_calculation_default_calculation.sh | 10 ++ .../04_5validators.sh | 8 ++ .../04_5validators_differ.sh | 9 ++ .../04_5validators_multi.sh | 10 ++ .../04_5validators_multi2.sh | 10 ++ .../05_0multi_not_uniq.sh | 9 ++ .../05_0multi_uniq.sh | 9 ++ .../12_1auto_save_expert.sh | 8 ++ .../16_0redefine_description.sh | 8 ++ .../16_2family_redefine_calculation.sh | 7 + .../16_2family_redefine_disabled.sh | 7 + .../16_5exists_nonexists.sh | 9 ++ .../16_5exists_redefine.sh | 7 + .../16_5redefine_calculation.sh | 8 ++ .../16_5redefine_choice.sh | 8 ++ .../16_5redefine_default.sh | 8 ++ .../16_5redefine_default_calculation.sh | 8 ++ .../16_5redefine_family.sh | 9 ++ .../16_5redefine_help.sh | 9 ++ .../16_5redefine_hidden.sh | 7 + .../16_5redefine_multi.sh | 9 ++ ...16_5redefine_remove_disable_calculation.sh | 9 ++ .../16_5test_redefine.sh | 10 ++ .../16_6choice_redefine.sh | 8 ++ .../16_6exists_redefine_family.sh | 11 ++ .../16exists_exists.sh | 8 ++ .../17_5redefine_leadership.sh | 7 + .../20_0empty_family.sh | 7 + .../20_0family_append.sh | 10 ++ .../20_0family_underscore.sh | 7 + .../20_0multi_family.sh | 10 ++ .../20_0multi_family_basic.sh | 10 ++ .../20_0multi_family_expert.sh | 10 ++ .../20_0multi_family_order.sh | 13 ++ .../20_0validators_differ_redefine.sh | 10 ++ .../20_1empty_subfamily.sh | 7 + .../20_9default_information_parent.sh | 10 ++ .../24_0family_hidden_condition.sh | 10 ++ .../24_0family_hidden_condition_boolean.sh | 8 ++ .../24_0family_hidden_condition_sub_family.sh | 11 ++ ...ly_hidden_condition_variable_sub_family.sh | 8 ++ ..._0family_hidden_condition_with_variable.sh | 9 ++ ...amily_hidden_param_condition_sub_family.sh | 11 ++ .../24_0family_mandatory_condition.sh | 9 ++ ...24_0family_mandatory_condition_variable.sh | 9 ++ .../24_7validators_variable_optional.sh | 10 ++ .../24_family_disabled_var_hidden.sh | 7 + .../40_0leadership.sh | 8 ++ .../40_0leadership_diff_name.sh | 8 ++ .../40_0leadership_empty.sh | 7 + ...leadership_follower_default_calculation.sh | 8 ++ ...0_0leadership_follower_default_submulti.sh | 15 +++ ...p_follower_default_submulti_calculation.sh | 14 ++ .../40_0leadership_follower_default_value.sh | 8 ++ .../40_0leadership_leader_not_multi.sh | 11 ++ .../40_1leadership_append_follower.sh | 8 ++ .../40_2leadership_calculation_index.sh | 17 +++ .../40_2leadership_calculation_param_index.sh | 17 +++ .../40_2leadership_leader_calculation.sh | 16 +++ .../40_6leadership_follower_multi.sh | 8 ++ .../40_8calculation_boolean.sh | 13 ++ .../40_8calculation_boolean_return_none.sh | 9 ++ .../40_8calculation_integer.sh | 10 ++ .../40_8calculation_multi_variable.sh | 12 ++ .../40_8calculation_multi_variable_parent.sh | 10 ++ .../40_8calculation_multi_variable_parent2.sh | 11 ++ .../41_0choice_leader.sh | 8 ++ .../44_0leadership_hidden.sh | 7 + .../44_0leadership_leader_hidden.sh | 7 + .../44_1leadership_append_hidden_follower.sh | 7 + .../44_4disabled_calcultion_follower.sh | 12 ++ .../44_4leadership_mandatory.sh | 8 ++ .../44_4leadership_mandatory_follower.sh | 8 ++ ...4_5leadership_leader_hidden_calculation.sh | 8 ++ ...eadership_follower_disabled_calculation.sh | 9 ++ ...4_9calculated_default_leadership_leader.sh | 13 ++ .../60_0family_dynamic.sh | 14 ++ .../60_0family_dynamic_1_0.sh | 14 ++ .../60_0family_dynamic_1_0_empty.sh | 8 ++ .../60_0family_dynamic_1_0_type.sh | 14 ++ .../60_0family_dynamic_1_0_type_empty.sh | 8 ++ .../60_0family_dynamic_1_1.sh | 14 ++ .../60_0family_dynamic_1_1_empty.sh | 8 ++ .../60_0family_dynamic_empty.sh | 8 ++ .../60_0family_dynamic_jinja_number.sh | 15 +++ .../60_0family_dynamic_jinja_number_empty.sh | 9 ++ .../60_0family_dynamic_no_description.sh | 14 ++ ...60_0family_dynamic_no_description_empty.sh | 8 ++ .../60_0family_dynamic_static.sh | 11 ++ .../60_0family_dynamic_test.sh | 8 ++ .../60_0family_dynamic_variable_empty.sh | 8 ++ .../60_0family_dynamic_variable_suffix.sh | 14 ++ ...0_0family_dynamic_variable_suffix_empty.sh | 8 ++ .../60_0family_empty.sh | 7 + .../60_0family_hidden.sh | 7 + .../60_0family_mode.sh | 9 ++ .../60_1family_dynamic_jinja.sh | 14 ++ ...60_2family_dynamic_jinja_fill_sub_group.sh | 17 +++ ..._2family_dynamic_jinja_fill_sub_group_2.sh | 17 +++ ...ly_dynamic_jinja_fill_sub_group_2_empty.sh | 9 ++ ...mily_dynamic_jinja_fill_sub_group_empty.sh | 9 ++ .../60_2family_dynamic_outside_calc.sh | 15 +++ .../60_2family_dynamic_outside_calc_empty.sh | 9 ++ .../60_5family_dynamic_calc2.sh | 15 +++ .../60_5family_dynamic_calc2_empty.sh | 9 ++ .../60_5family_dynamic_calc_suffix.sh | 15 +++ .../60_5family_dynamic_calc_suffix2.sh | 14 ++ .../60_5family_dynamic_calc_suffix2_empty.sh | 8 ++ ...60_5family_dynamic_calc_suffix_disabled.sh | 10 ++ .../60_5family_dynamic_calc_suffix_empty.sh | 9 ++ .../60_5family_dynamic_calc_suffix_param.sh | 14 ++ ...5family_dynamic_calc_suffix_param_empty.sh | 8 ++ .../60_5family_dynamic_calc_variable.sh | 15 +++ .../60_5family_dynamic_calc_variable_empty.sh | 9 ++ .../60_5family_dynamic_hidden_suffix.sh | 11 ++ .../60_5family_dynamic_unknown_suffix.sh | 18 +++ ...60_5family_dynamic_unknown_suffix_empty.sh | 8 ++ .../60_5family_dynamic_variable_outside.sh | 17 +++ .../60_5family_dynamic_variable_outside2.sh | 17 +++ ...5family_dynamic_variable_outside2_empty.sh | 9 ++ ..._5family_dynamic_variable_outside_empty.sh | 9 ++ ..._5family_dynamic_variable_outside_jinja.sh | 17 +++ ...ly_dynamic_variable_outside_jinja_empty.sh | 9 ++ ...ily_dynamic_variable_outside_sub_suffix.sh | 23 ++++ ...namic_variable_outside_sub_suffix_empty.sh | 9 ++ ...5family_dynamic_variable_outside_suffix.sh | 15 +++ ...y_dynamic_variable_outside_suffix_empty.sh | 9 ++ .../60_6family_dynamic_inside.sh | 20 +++ .../60_6family_dynamic_inside_empty.sh | 8 ++ .../60_6family_dynamic_leadership.sh | 14 ++ .../60_6family_dynamic_leadership_empty.sh | 8 ++ .../60_6family_dynamic_sub_dynamic.sh | 34 +++++ .../60_6family_dynamic_sub_dynamic_1_0.sh | 34 +++++ .../60_6family_dynamic_sub_dynamic_empty.sh | 8 ++ .../60_9extra_dynamic.sh | 12 ++ .../60_9extra_dynamic_extra.sh | 15 +++ .../60_9family_dynamic_calc_both.sh | 12 ++ .../68_0family_leadership_mode.sh | 8 ++ .../test_namespace_secrets/00_0empty.sh | 7 + .../00_0version_underscore.sh | 9 ++ .../00_1empty_variable.sh | 9 ++ .../00_2default_calculated.sh | 13 ++ .../00_2default_calculated_multi.sh | 16 +++ ...2default_calculated_variable_transitive.sh | 14 ++ .../00_4load_subfolder.sh | 10 ++ .../test_namespace_secrets/00_5load_notype.sh | 9 ++ .../test_namespace_secrets/00_6boolean.sh | 14 ++ .../00_6boolean_no_mandatory.sh | 9 ++ .../test_namespace_secrets/00_6choice.sh | 14 ++ .../00_6choice_calculation.sh | 9 ++ .../00_6choice_variable.sh | 13 ++ .../test_namespace_secrets/00_6custom.sh | 10 ++ .../test_namespace_secrets/00_6domainname.sh | 9 ++ .../00_6domainname_params.sh | 9 ++ .../test_namespace_secrets/00_6float.sh | 14 ++ .../test_namespace_secrets/00_6number.sh | 14 ++ .../test_namespace_secrets/00_6port.sh | 11 ++ .../test_namespace_secrets/00_6regexp.sh | 9 ++ .../test_namespace_secrets/00_6string.sh | 14 ++ .../00_7choice_quote.sh | 9 ++ .../test_namespace_secrets/00_7help_quote.sh | 10 ++ .../00_7value_doublequote.sh | 9 ++ .../00_7value_doublequote2.sh | 9 ++ .../00_7value_doublequote3.sh | 9 ++ .../test_namespace_secrets/00_7value_quote.sh | 9 ++ .../00_8calculation_information.sh | 9 ++ .../test_namespace_secrets/00_8test.sh | 16 +++ .../00_9choice_variable_multi.sh | 14 ++ .../00_9choice_variables.sh | 11 ++ .../00_9default_calculation.sh | 9 ++ .../00_9default_calculation_information.sh | 9 ++ ..._calculation_information_other_variable.sh | 10 ++ .../00_9default_calculation_multi_optional.sh | 13 ++ ...00_9default_calculation_multi_optional2.sh | 13 ++ .../00_9default_calculation_optional.sh | 12 ++ ...00_9default_calculation_optional_exists.sh | 16 +++ .../00_9default_calculation_param_optional.sh | 10 ++ .../00_9default_information_other_variable.sh | 10 ++ .../00_9default_integer.sh | 9 ++ .../test_namespace_secrets/00_9extra.sh | 11 ++ .../00_9extra_calculation.sh | 13 ++ .../01_6boolean_multi.sh | 24 ++++ .../01_6custom_multi.sh | 16 +++ .../test_namespace_secrets/01_6float_multi.sh | 40 ++++++ .../01_6number_multi.sh | 40 ++++++ .../01_6string_empty.sh | 12 ++ .../01_6string_multi.sh | 37 ++++++ .../01_7value_multi_doublequote.sh | 12 ++ .../01_7value_multi_doublequote2.sh | 12 ++ .../01_7value_multi_quote.sh | 12 ++ .../01_8calculation_information_multi.sh | 12 ++ .../01_9choice_variable_multi.sh | 13 ++ .../test_namespace_secrets/04_0type_param.sh | 9 ++ .../test_namespace_secrets/04_1auto_save.sh | 9 ++ .../04_1auto_save_and_calculated.sh | 10 ++ .../04_1auto_save_and_calculated_hidden.sh | 10 ++ .../04_1auto_save_and_hidden.sh | 9 ++ .../04_1default_calculation_hidden.sh | 11 ++ .../04_1default_calculation_hidden_2.sh | 11 ++ .../04_5disabled_calculation.sh | 11 ++ .../04_5disabled_calculation_default.sh | 11 ++ .../04_5disabled_calculation_optional.sh | 11 ++ .../04_5disabled_calculation_variable.sh | 9 ++ .../04_5disabled_calculation_variable2.sh | 9 ++ .../04_5disabled_calculation_variable3.sh | 10 ++ .../04_5disabled_calculation_variable4.sh | 9 ++ .../04_5hidden_calculation.sh | 11 ++ .../04_5hidden_calculation2.sh | 11 ++ ...5hidden_calculation_default_calculation.sh | 11 ++ .../test_namespace_secrets/04_5validators.sh | 9 ++ .../04_5validators_differ.sh | 10 ++ .../04_5validators_multi.sh | 12 ++ .../04_5validators_multi2.sh | 11 ++ .../05_0multi_not_uniq.sh | 12 ++ .../test_namespace_secrets/05_0multi_uniq.sh | 12 ++ .../12_1auto_save_expert.sh | 9 ++ .../16_0redefine_description.sh | 9 ++ .../16_2family_redefine_calculation.sh | 8 ++ .../16_2family_redefine_disabled.sh | 8 ++ .../16_5exists_nonexists.sh | 10 ++ .../16_5exists_redefine.sh | 9 ++ .../16_5redefine_calculation.sh | 9 ++ .../16_5redefine_choice.sh | 9 ++ .../16_5redefine_default.sh | 9 ++ .../16_5redefine_default_calculation.sh | 9 ++ .../16_5redefine_family.sh | 10 ++ .../16_5redefine_help.sh | 10 ++ .../16_5redefine_hidden.sh | 9 ++ .../16_5redefine_multi.sh | 12 ++ ...16_5redefine_remove_disable_calculation.sh | 10 ++ .../16_5test_redefine.sh | 11 ++ .../16_6choice_redefine.sh | 9 ++ .../16_6exists_redefine_family.sh | 12 ++ .../test_namespace_secrets/16exists_exists.sh | 9 ++ .../17_5redefine_leadership.sh | 9 ++ .../20_0empty_family.sh | 8 ++ .../20_0family_append.sh | 11 ++ .../20_0family_underscore.sh | 8 ++ .../20_0multi_family.sh | 11 ++ .../20_0multi_family_basic.sh | 11 ++ .../20_0multi_family_expert.sh | 11 ++ .../20_0multi_family_order.sh | 14 ++ .../20_0validators_differ_redefine.sh | 11 ++ .../20_1empty_subfamily.sh | 8 ++ .../20_9default_information_parent.sh | 11 ++ .../24_0family_hidden_condition.sh | 11 ++ .../24_0family_hidden_condition_boolean.sh | 11 ++ .../24_0family_hidden_condition_sub_family.sh | 12 ++ ...ly_hidden_condition_variable_sub_family.sh | 12 ++ ..._0family_hidden_condition_with_variable.sh | 12 ++ ...amily_hidden_param_condition_sub_family.sh | 12 ++ .../24_0family_mandatory_condition.sh | 10 ++ ...24_0family_mandatory_condition_variable.sh | 10 ++ .../24_7validators_variable_optional.sh | 11 ++ .../24_family_disabled_var_hidden.sh | 8 ++ .../test_namespace_secrets/40_0leadership.sh | 21 +++ .../40_0leadership_diff_name.sh | 21 +++ .../40_0leadership_empty.sh | 8 ++ ...leadership_follower_default_calculation.sh | 21 +++ ...0_0leadership_follower_default_submulti.sh | 39 ++++++ ...p_follower_default_submulti_calculation.sh | 39 ++++++ .../40_0leadership_follower_default_value.sh | 18 +++ .../40_0leadership_leader_not_multi.sh | 24 ++++ .../40_1leadership_append_follower.sh | 24 ++++ .../40_2leadership_calculation_index.sh | 18 +++ .../40_2leadership_calculation_param_index.sh | 18 +++ .../40_2leadership_leader_calculation.sh | 21 +++ .../40_6leadership_follower_multi.sh | 39 ++++++ .../40_8calculation_boolean.sh | 14 ++ .../40_8calculation_boolean_return_none.sh | 10 ++ .../40_8calculation_integer.sh | 11 ++ .../40_8calculation_multi_variable.sh | 14 ++ .../40_8calculation_multi_variable_parent.sh | 11 ++ .../40_8calculation_multi_variable_parent2.sh | 12 ++ .../41_0choice_leader.sh | 18 +++ .../44_0leadership_hidden.sh | 9 ++ .../44_0leadership_leader_hidden.sh | 9 ++ .../44_1leadership_append_hidden_follower.sh | 9 ++ .../44_4disabled_calcultion_follower.sh | 19 +++ .../44_4leadership_mandatory.sh | 18 +++ .../44_4leadership_mandatory_follower.sh | 18 +++ ...4_5leadership_leader_hidden_calculation.sh | 19 +++ ...eadership_follower_disabled_calculation.sh | 19 +++ ...4_9calculated_default_leadership_leader.sh | 18 +++ .../60_0family_dynamic.sh | 18 +++ .../60_0family_dynamic_1_0.sh | 18 +++ .../60_0family_dynamic_1_0_empty.sh | 15 +++ .../60_0family_dynamic_1_0_type.sh | 18 +++ .../60_0family_dynamic_1_0_type_empty.sh | 15 +++ .../60_0family_dynamic_1_1.sh | 18 +++ .../60_0family_dynamic_1_1_empty.sh | 15 +++ .../60_0family_dynamic_empty.sh | 18 +++ .../60_0family_dynamic_jinja_number.sh | 19 +++ .../60_0family_dynamic_jinja_number_empty.sh | 16 +++ .../60_0family_dynamic_no_description.sh | 18 +++ ...60_0family_dynamic_no_description_empty.sh | 15 +++ .../60_0family_dynamic_static.sh | 12 ++ .../60_0family_dynamic_test.sh | 15 +++ .../60_0family_dynamic_variable_empty.sh | 18 +++ .../60_0family_dynamic_variable_suffix.sh | 18 +++ ...0_0family_dynamic_variable_suffix_empty.sh | 15 +++ .../60_0family_empty.sh | 8 ++ .../60_0family_hidden.sh | 10 ++ .../test_namespace_secrets/60_0family_mode.sh | 10 ++ .../60_1family_dynamic_jinja.sh | 18 +++ ...60_2family_dynamic_jinja_fill_sub_group.sh | 22 ++++ ..._2family_dynamic_jinja_fill_sub_group_2.sh | 22 ++++ ...ly_dynamic_jinja_fill_sub_group_2_empty.sh | 18 +++ ...mily_dynamic_jinja_fill_sub_group_empty.sh | 18 +++ .../60_2family_dynamic_outside_calc.sh | 19 +++ .../60_2family_dynamic_outside_calc_empty.sh | 16 +++ .../60_5family_dynamic_calc2.sh | 19 +++ .../60_5family_dynamic_calc2_empty.sh | 16 +++ .../60_5family_dynamic_calc_suffix.sh | 19 +++ .../60_5family_dynamic_calc_suffix2.sh | 18 +++ .../60_5family_dynamic_calc_suffix2_empty.sh | 15 +++ ...60_5family_dynamic_calc_suffix_disabled.sh | 11 ++ .../60_5family_dynamic_calc_suffix_empty.sh | 16 +++ .../60_5family_dynamic_calc_suffix_param.sh | 18 +++ ...5family_dynamic_calc_suffix_param_empty.sh | 15 +++ .../60_5family_dynamic_calc_variable.sh | 19 +++ .../60_5family_dynamic_calc_variable_empty.sh | 16 +++ .../60_5family_dynamic_hidden_suffix.sh | 16 +++ .../60_5family_dynamic_unknown_suffix.sh | 33 +++++ ...60_5family_dynamic_unknown_suffix_empty.sh | 33 +++++ .../60_5family_dynamic_variable_outside.sh | 22 ++++ .../60_5family_dynamic_variable_outside2.sh | 22 ++++ ...5family_dynamic_variable_outside2_empty.sh | 19 +++ ..._5family_dynamic_variable_outside_empty.sh | 19 +++ ..._5family_dynamic_variable_outside_jinja.sh | 22 ++++ ...ly_dynamic_variable_outside_jinja_empty.sh | 19 +++ ...ily_dynamic_variable_outside_sub_suffix.sh | 37 ++++++ ...namic_variable_outside_sub_suffix_empty.sh | 25 ++++ ...5family_dynamic_variable_outside_suffix.sh | 19 +++ ...y_dynamic_variable_outside_suffix_empty.sh | 16 +++ .../60_6family_dynamic_inside.sh | 27 ++++ .../60_6family_dynamic_inside_empty.sh | 21 +++ .../60_6family_dynamic_leadership.sh | 54 ++++++++ .../60_6family_dynamic_leadership_empty.sh | 39 ++++++ .../60_6family_dynamic_sub_dynamic.sh | 63 +++++++++ .../60_6family_dynamic_sub_dynamic_1_0.sh | 63 +++++++++ .../60_6family_dynamic_sub_dynamic_empty.sh | 45 +++++++ .../60_9extra_dynamic.sh | 19 +++ .../60_9extra_dynamic_extra.sh | 24 ++++ .../60_9family_dynamic_calc_both.sh | 13 ++ .../68_0family_leadership_mode.sh | 21 +++ tests/results/test_read_write/00_0empty.sh | 6 + .../test_read_write/00_0version_underscore.sh | 7 + .../test_read_write/00_1empty_variable.sh | 7 + .../test_read_write/00_2default_calculated.sh | 9 ++ .../00_2default_calculated_multi.sh | 14 ++ ...2default_calculated_variable_transitive.sh | 8 ++ .../test_read_write/00_4load_subfolder.sh | 8 ++ .../test_read_write/00_5load_notype.sh | 7 + tests/results/test_read_write/00_6boolean.sh | 12 ++ .../00_6boolean_no_mandatory.sh | 7 + tests/results/test_read_write/00_6choice.sh | 12 ++ .../test_read_write/00_6choice_calculation.sh | 7 + .../test_read_write/00_6choice_variable.sh | 11 ++ tests/results/test_read_write/00_6custom.sh | 8 ++ .../results/test_read_write/00_6domainname.sh | 7 + .../test_read_write/00_6domainname_params.sh | 7 + tests/results/test_read_write/00_6float.sh | 12 ++ tests/results/test_read_write/00_6number.sh | 12 ++ tests/results/test_read_write/00_6port.sh | 9 ++ tests/results/test_read_write/00_6regexp.sh | 7 + tests/results/test_read_write/00_6string.sh | 12 ++ .../test_read_write/00_7choice_quote.sh | 7 + .../results/test_read_write/00_7help_quote.sh | 8 ++ .../test_read_write/00_7value_doublequote.sh | 7 + .../test_read_write/00_7value_doublequote2.sh | 7 + .../test_read_write/00_7value_doublequote3.sh | 7 + .../test_read_write/00_7value_quote.sh | 7 + .../00_8calculation_information.sh | 7 + tests/results/test_read_write/00_8test.sh | 12 ++ .../00_9choice_variable_multi.sh | 8 ++ .../test_read_write/00_9choice_variables.sh | 9 ++ .../00_9default_calculation.sh | 7 + .../00_9default_calculation_information.sh | 7 + ..._calculation_information_other_variable.sh | 8 ++ .../00_9default_calculation_multi_optional.sh | 9 ++ ...00_9default_calculation_multi_optional2.sh | 9 ++ .../00_9default_calculation_optional.sh | 7 + ...00_9default_calculation_optional_exists.sh | 12 ++ .../00_9default_calculation_param_optional.sh | 8 ++ .../00_9default_information_other_variable.sh | 8 ++ .../test_read_write/00_9default_integer.sh | 7 + .../test_read_write/01_6boolean_multi.sh | 22 ++++ .../test_read_write/01_6custom_multi.sh | 9 ++ .../test_read_write/01_6float_multi.sh | 22 ++++ .../test_read_write/01_6number_multi.sh | 22 ++++ .../test_read_write/01_6string_empty.sh | 9 ++ .../test_read_write/01_6string_multi.sh | 19 +++ .../01_7value_multi_doublequote.sh | 8 ++ .../01_7value_multi_doublequote2.sh | 8 ++ .../test_read_write/01_7value_multi_quote.sh | 8 ++ .../01_8calculation_information_multi.sh | 7 + .../01_9choice_variable_multi.sh | 11 ++ .../results/test_read_write/04_0type_param.sh | 7 + .../results/test_read_write/04_1auto_save.sh | 7 + .../04_1auto_save_and_calculated.sh | 8 ++ .../04_1auto_save_and_calculated_hidden.sh | 8 ++ .../04_1auto_save_and_hidden.sh | 6 + .../04_1default_calculation_hidden.sh | 8 ++ .../04_1default_calculation_hidden_2.sh | 8 ++ .../04_5disabled_calculation_optional.sh | 7 + .../04_5disabled_calculation_variable.sh | 8 ++ .../04_5disabled_calculation_variable2.sh | 7 + .../04_5disabled_calculation_variable3.sh | 7 + .../04_5disabled_calculation_variable4.sh | 8 ++ .../results/test_read_write/04_5validators.sh | 7 + .../test_read_write/04_5validators_differ.sh | 8 ++ .../test_read_write/04_5validators_multi.sh | 9 ++ .../test_read_write/04_5validators_multi2.sh | 9 ++ .../test_read_write/05_0multi_not_uniq.sh | 8 ++ .../results/test_read_write/05_0multi_uniq.sh | 8 ++ .../test_read_write/12_1auto_save_expert.sh | 7 + .../16_0redefine_description.sh | 7 + .../16_2family_redefine_calculation.sh | 6 + .../16_2family_redefine_disabled.sh | 6 + .../test_read_write/16_5exists_nonexists.sh | 8 ++ .../test_read_write/16_5exists_redefine.sh | 6 + .../16_5redefine_calculation.sh | 7 + .../test_read_write/16_5redefine_choice.sh | 7 + .../test_read_write/16_5redefine_default.sh | 7 + .../16_5redefine_default_calculation.sh | 7 + .../test_read_write/16_5redefine_family.sh | 8 ++ .../test_read_write/16_5redefine_help.sh | 8 ++ .../test_read_write/16_5redefine_hidden.sh | 6 + .../test_read_write/16_5redefine_multi.sh | 8 ++ ...16_5redefine_remove_disable_calculation.sh | 8 ++ .../test_read_write/16_5test_redefine.sh | 9 ++ .../test_read_write/16_6choice_redefine.sh | 7 + .../16_6exists_redefine_family.sh | 10 ++ .../test_read_write/16exists_exists.sh | 7 + .../17_5redefine_leadership.sh | 6 + .../test_read_write/20_0empty_family.sh | 6 + .../test_read_write/20_0family_append.sh | 9 ++ .../test_read_write/20_0family_underscore.sh | 6 + .../test_read_write/20_0multi_family.sh | 9 ++ .../test_read_write/20_0multi_family_basic.sh | 9 ++ .../20_0multi_family_expert.sh | 9 ++ .../test_read_write/20_0multi_family_order.sh | 12 ++ .../20_0validators_differ_redefine.sh | 9 ++ .../test_read_write/20_1empty_subfamily.sh | 6 + .../20_9default_information_parent.sh | 9 ++ .../24_0family_hidden_condition_sub_family.sh | 10 ++ ...ly_hidden_condition_variable_sub_family.sh | 7 + ...amily_hidden_param_condition_sub_family.sh | 10 ++ .../24_0family_mandatory_condition.sh | 8 ++ ...24_0family_mandatory_condition_variable.sh | 8 ++ .../24_7validators_variable_optional.sh | 9 ++ .../24_family_disabled_var_hidden.sh | 6 + .../results/test_read_write/40_0leadership.sh | 7 + .../40_0leadership_diff_name.sh | 7 + .../test_read_write/40_0leadership_empty.sh | 6 + ...leadership_follower_default_calculation.sh | 7 + .../40_0leadership_follower_default_value.sh | 7 + .../40_0leadership_leader_not_multi.sh | 10 ++ .../40_1leadership_append_follower.sh | 7 + .../40_6leadership_follower_multi.sh | 7 + .../40_8calculation_boolean.sh | 12 ++ .../40_8calculation_multi_variable.sh | 11 ++ .../40_8calculation_multi_variable_parent.sh | 9 ++ .../40_8calculation_multi_variable_parent2.sh | 10 ++ .../test_read_write/41_0choice_leader.sh | 7 + .../test_read_write/44_0leadership_hidden.sh | 6 + .../44_0leadership_leader_hidden.sh | 6 + .../44_1leadership_append_hidden_follower.sh | 6 + .../44_4leadership_mandatory.sh | 7 + .../44_4leadership_mandatory_follower.sh | 7 + ...4_5leadership_leader_hidden_calculation.sh | 7 + ...eadership_follower_disabled_calculation.sh | 8 ++ .../test_read_write/60_0family_dynamic.sh | 13 ++ .../test_read_write/60_0family_dynamic_1_1.sh | 13 ++ .../60_0family_dynamic_1_1_empty.sh | 7 + .../60_0family_dynamic_empty.sh | 7 + .../60_0family_dynamic_no_description.sh | 13 ++ ...60_0family_dynamic_no_description_empty.sh | 7 + .../60_0family_dynamic_static.sh | 10 ++ .../60_0family_dynamic_test.sh | 7 + .../60_0family_dynamic_variable_empty.sh | 7 + .../60_0family_dynamic_variable_suffix.sh | 13 ++ ...0_0family_dynamic_variable_suffix_empty.sh | 7 + .../test_read_write/60_0family_empty.sh | 6 + .../test_read_write/60_0family_hidden.sh | 6 + .../test_read_write/60_0family_mode.sh | 8 ++ .../60_1family_dynamic_jinja.sh | 13 ++ ...60_2family_dynamic_jinja_fill_sub_group.sh | 16 +++ ..._2family_dynamic_jinja_fill_sub_group_2.sh | 16 +++ ...ly_dynamic_jinja_fill_sub_group_2_empty.sh | 8 ++ ...mily_dynamic_jinja_fill_sub_group_empty.sh | 8 ++ .../60_2family_dynamic_outside_calc.sh | 14 ++ .../60_2family_dynamic_outside_calc_empty.sh | 8 ++ .../60_5family_dynamic_calc_suffix2.sh | 13 ++ .../60_5family_dynamic_calc_suffix2_empty.sh | 7 + .../60_5family_dynamic_calc_suffix_param.sh | 13 ++ ...5family_dynamic_calc_suffix_param_empty.sh | 7 + .../60_5family_dynamic_calc_variable.sh | 14 ++ .../60_5family_dynamic_calc_variable_empty.sh | 8 ++ .../60_5family_dynamic_hidden_suffix.sh | 10 ++ ...5family_dynamic_variable_outside_suffix.sh | 14 ++ ...y_dynamic_variable_outside_suffix_empty.sh | 8 ++ .../60_6family_dynamic_leadership.sh | 13 ++ .../60_6family_dynamic_leadership_empty.sh | 7 + .../60_9family_dynamic_calc_both.sh | 11 ++ .../68_0family_leadership_mode.sh | 7 + .../00_0empty.sh | 6 + .../00_0version_underscore.sh | 7 + .../00_1empty_variable.sh | 7 + .../00_2default_calculated.sh | 11 ++ .../00_2default_calculated_multi.sh | 14 ++ ...2default_calculated_variable_transitive.sh | 12 ++ .../00_4load_subfolder.sh | 8 ++ .../00_5load_notype.sh | 7 + .../00_6boolean.sh | 12 ++ .../00_6boolean_no_mandatory.sh | 7 + .../00_6choice.sh | 12 ++ .../00_6choice_calculation.sh | 7 + .../00_6choice_variable.sh | 11 ++ .../00_6custom.sh | 8 ++ .../00_6domainname.sh | 7 + .../00_6domainname_params.sh | 7 + .../00_6float.sh | 12 ++ .../00_6number.sh | 12 ++ .../00_6port.sh | 9 ++ .../00_6regexp.sh | 7 + .../00_6string.sh | 12 ++ .../00_7choice_quote.sh | 7 + .../00_7help_quote.sh | 8 ++ .../00_7value_doublequote.sh | 7 + .../00_7value_doublequote2.sh | 7 + .../00_7value_doublequote3.sh | 7 + .../00_7value_quote.sh | 7 + .../00_8calculation_information.sh | 7 + .../00_8test.sh | 14 ++ .../00_9choice_variable_multi.sh | 12 ++ .../00_9choice_variables.sh | 9 ++ .../00_9default_calculation.sh | 7 + .../00_9default_calculation_information.sh | 7 + ..._calculation_information_other_variable.sh | 8 ++ .../00_9default_calculation_multi_optional.sh | 11 ++ ...00_9default_calculation_multi_optional2.sh | 11 ++ .../00_9default_calculation_optional.sh | 10 ++ ...00_9default_calculation_optional_exists.sh | 14 ++ .../00_9default_calculation_param_optional.sh | 8 ++ .../00_9default_information_other_variable.sh | 8 ++ .../00_9default_integer.sh | 7 + .../01_6boolean_multi.sh | 22 ++++ .../01_6custom_multi.sh | 14 ++ .../01_6float_multi.sh | 38 ++++++ .../01_6number_multi.sh | 38 ++++++ .../01_6string_empty.sh | 10 ++ .../01_6string_multi.sh | 35 +++++ .../01_7value_multi_doublequote.sh | 10 ++ .../01_7value_multi_doublequote2.sh | 10 ++ .../01_7value_multi_quote.sh | 10 ++ .../01_8calculation_information_multi.sh | 10 ++ .../01_9choice_variable_multi.sh | 11 ++ .../04_0type_param.sh | 7 + .../04_1auto_save.sh | 7 + .../04_1auto_save_and_calculated.sh | 8 ++ .../04_1auto_save_and_calculated_hidden.sh | 8 ++ .../04_1auto_save_and_hidden.sh | 6 + .../04_1default_calculation_hidden.sh | 9 ++ .../04_1default_calculation_hidden_2.sh | 9 ++ .../04_5disabled_calculation_optional.sh | 8 ++ .../04_5disabled_calculation_variable.sh | 7 + .../04_5disabled_calculation_variable2.sh | 7 + .../04_5disabled_calculation_variable3.sh | 8 ++ .../04_5disabled_calculation_variable4.sh | 7 + .../04_5validators.sh | 7 + .../04_5validators_differ.sh | 8 ++ .../04_5validators_multi.sh | 10 ++ .../04_5validators_multi2.sh | 9 ++ .../05_0multi_not_uniq.sh | 10 ++ .../05_0multi_uniq.sh | 10 ++ .../12_1auto_save_expert.sh | 7 + .../16_0redefine_description.sh | 7 + .../16_2family_redefine_calculation.sh | 6 + .../16_2family_redefine_disabled.sh | 6 + .../16_5exists_nonexists.sh | 8 ++ .../16_5exists_redefine.sh | 6 + .../16_5redefine_calculation.sh | 7 + .../16_5redefine_choice.sh | 7 + .../16_5redefine_default.sh | 7 + .../16_5redefine_default_calculation.sh | 7 + .../16_5redefine_family.sh | 8 ++ .../16_5redefine_help.sh | 8 ++ .../16_5redefine_hidden.sh | 6 + .../16_5redefine_multi.sh | 10 ++ ...16_5redefine_remove_disable_calculation.sh | 8 ++ .../16_5test_redefine.sh | 9 ++ .../16_6choice_redefine.sh | 7 + .../16_6exists_redefine_family.sh | 10 ++ .../16exists_exists.sh | 7 + .../17_5redefine_leadership.sh | 6 + .../20_0empty_family.sh | 6 + .../20_0family_append.sh | 9 ++ .../20_0family_underscore.sh | 6 + .../20_0multi_family.sh | 9 ++ .../20_0multi_family_basic.sh | 9 ++ .../20_0multi_family_expert.sh | 9 ++ .../20_0multi_family_order.sh | 12 ++ .../20_0validators_differ_redefine.sh | 9 ++ .../20_1empty_subfamily.sh | 6 + .../20_9default_information_parent.sh | 9 ++ .../24_0family_hidden_condition_sub_family.sh | 10 ++ ...ly_hidden_condition_variable_sub_family.sh | 7 + ...amily_hidden_param_condition_sub_family.sh | 10 ++ .../24_0family_mandatory_condition.sh | 8 ++ ...24_0family_mandatory_condition_variable.sh | 8 ++ .../24_7validators_variable_optional.sh | 9 ++ .../24_family_disabled_var_hidden.sh | 6 + .../40_0leadership.sh | 19 +++ .../40_0leadership_diff_name.sh | 19 +++ .../40_0leadership_empty.sh | 6 + ...leadership_follower_default_calculation.sh | 19 +++ .../40_0leadership_follower_default_value.sh | 16 +++ .../40_0leadership_leader_not_multi.sh | 22 ++++ .../40_1leadership_append_follower.sh | 22 ++++ .../40_6leadership_follower_multi.sh | 37 ++++++ .../40_8calculation_boolean.sh | 12 ++ .../40_8calculation_multi_variable.sh | 12 ++ .../40_8calculation_multi_variable_parent.sh | 9 ++ .../40_8calculation_multi_variable_parent2.sh | 10 ++ .../41_0choice_leader.sh | 16 +++ .../44_0leadership_hidden.sh | 6 + .../44_0leadership_leader_hidden.sh | 6 + .../44_1leadership_append_hidden_follower.sh | 6 + .../44_4leadership_mandatory.sh | 16 +++ .../44_4leadership_mandatory_follower.sh | 16 +++ ...4_5leadership_leader_hidden_calculation.sh | 17 +++ ...eadership_follower_disabled_calculation.sh | 17 +++ .../60_0family_dynamic.sh | 16 +++ .../60_0family_dynamic_1_1.sh | 16 +++ .../60_0family_dynamic_1_1_empty.sh | 13 ++ .../60_0family_dynamic_empty.sh | 16 +++ .../60_0family_dynamic_no_description.sh | 16 +++ ...60_0family_dynamic_no_description_empty.sh | 13 ++ .../60_0family_dynamic_static.sh | 10 ++ .../60_0family_dynamic_test.sh | 13 ++ .../60_0family_dynamic_variable_empty.sh | 16 +++ .../60_0family_dynamic_variable_suffix.sh | 16 +++ ...0_0family_dynamic_variable_suffix_empty.sh | 13 ++ .../60_0family_empty.sh | 6 + .../60_0family_hidden.sh | 6 + .../60_0family_mode.sh | 8 ++ .../60_1family_dynamic_jinja.sh | 16 +++ ...60_2family_dynamic_jinja_fill_sub_group.sh | 20 +++ ..._2family_dynamic_jinja_fill_sub_group_2.sh | 20 +++ ...ly_dynamic_jinja_fill_sub_group_2_empty.sh | 16 +++ ...mily_dynamic_jinja_fill_sub_group_empty.sh | 16 +++ .../60_2family_dynamic_outside_calc.sh | 17 +++ .../60_2family_dynamic_outside_calc_empty.sh | 14 ++ .../60_5family_dynamic_calc_suffix2.sh | 16 +++ .../60_5family_dynamic_calc_suffix2_empty.sh | 13 ++ .../60_5family_dynamic_calc_suffix_param.sh | 16 +++ ...5family_dynamic_calc_suffix_param_empty.sh | 13 ++ .../60_5family_dynamic_calc_variable.sh | 17 +++ .../60_5family_dynamic_calc_variable_empty.sh | 14 ++ .../60_5family_dynamic_hidden_suffix.sh | 10 ++ ...5family_dynamic_variable_outside_suffix.sh | 17 +++ ...y_dynamic_variable_outside_suffix_empty.sh | 14 ++ .../60_6family_dynamic_leadership.sh | 52 ++++++++ .../60_6family_dynamic_leadership_empty.sh | 37 ++++++ .../60_9family_dynamic_calc_both.sh | 11 ++ .../68_0family_leadership_mode.sh | 19 +++ .../00_0empty.sh | 6 + .../00_0version_underscore.sh | 3 + .../00_1empty_variable.sh | 3 + .../00_2default_calculated.sh | 9 ++ .../00_2default_calculated_multi.sh | 14 ++ ...2default_calculated_variable_transitive.sh | 4 + .../00_4load_subfolder.sh | 4 + .../00_5load_notype.sh | 7 + .../00_6boolean.sh | 12 ++ .../00_6boolean_no_mandatory.sh | 7 + .../00_6choice.sh | 4 + .../00_6choice_calculation.sh | 7 + .../00_6choice_variable.sh | 11 ++ .../00_6custom.sh | 3 + .../00_6domainname.sh | 7 + .../00_6domainname_params.sh | 7 + .../00_6float.sh | 12 ++ .../00_6number.sh | 12 ++ .../00_6port.sh | 3 + .../00_6regexp.sh | 7 + .../00_6string.sh | 5 + .../00_7choice_quote.sh | 7 + .../00_7help_quote.sh | 4 + .../00_7value_doublequote.sh | 7 + .../00_7value_doublequote2.sh | 7 + .../00_7value_doublequote3.sh | 7 + .../00_7value_quote.sh | 7 + .../00_8calculation_information.sh | 3 + .../00_8test.sh | 5 + .../00_9choice_variable_multi.sh | 3 + .../00_9choice_variables.sh | 9 ++ .../00_9default_calculation.sh | 7 + .../00_9default_calculation_information.sh | 3 + ..._calculation_information_other_variable.sh | 4 + .../00_9default_calculation_multi_optional.sh | 9 ++ ...00_9default_calculation_multi_optional2.sh | 9 ++ .../00_9default_calculation_optional.sh | 3 + ...00_9default_calculation_optional_exists.sh | 12 ++ .../00_9default_calculation_param_optional.sh | 8 ++ .../00_9default_information_other_variable.sh | 4 + .../00_9default_integer.sh | 7 + .../01_6boolean_multi.sh | 22 ++++ .../01_6custom_multi.sh | 3 + .../01_6float_multi.sh | 22 ++++ .../01_6number_multi.sh | 22 ++++ .../01_6string_empty.sh | 3 + .../01_6string_multi.sh | 5 + .../01_7value_multi_doublequote.sh | 8 ++ .../01_7value_multi_doublequote2.sh | 8 ++ .../01_7value_multi_quote.sh | 8 ++ .../01_8calculation_information_multi.sh | 3 + .../01_9choice_variable_multi.sh | 3 + .../04_0type_param.sh | 7 + .../04_1auto_save.sh | 7 + .../04_1auto_save_and_calculated.sh | 8 ++ .../04_1auto_save_and_calculated_hidden.sh | 8 ++ .../04_1auto_save_and_hidden.sh | 6 + .../04_1default_calculation_hidden.sh | 8 ++ .../04_1default_calculation_hidden_2.sh | 8 ++ .../04_5disabled_calculation_optional.sh | 7 + .../04_5disabled_calculation_variable.sh | 3 + .../04_5disabled_calculation_variable2.sh | 7 + .../04_5disabled_calculation_variable3.sh | 7 + .../04_5disabled_calculation_variable4.sh | 3 + .../04_5validators.sh | 3 + .../04_5validators_differ.sh | 8 ++ .../04_5validators_multi.sh | 9 ++ .../04_5validators_multi2.sh | 9 ++ .../05_0multi_not_uniq.sh | 8 ++ .../05_0multi_uniq.sh | 8 ++ .../12_1auto_save_expert.sh | 7 + .../16_0redefine_description.sh | 3 + .../16_2family_redefine_calculation.sh | 6 + .../16_2family_redefine_disabled.sh | 6 + .../16_5exists_nonexists.sh | 8 ++ .../16_5exists_redefine.sh | 6 + .../16_5redefine_calculation.sh | 7 + .../16_5redefine_choice.sh | 3 + .../16_5redefine_default.sh | 7 + .../16_5redefine_default_calculation.sh | 3 + .../16_5redefine_family.sh | 3 + .../16_5redefine_help.sh | 3 + .../16_5redefine_hidden.sh | 6 + .../16_5redefine_multi.sh | 8 ++ ...16_5redefine_remove_disable_calculation.sh | 3 + .../16_5test_redefine.sh | 3 + .../16_6choice_redefine.sh | 7 + .../16_6exists_redefine_family.sh | 4 + .../16exists_exists.sh | 3 + .../17_5redefine_leadership.sh | 6 + .../20_0empty_family.sh | 6 + .../20_0family_append.sh | 4 + .../20_0family_underscore.sh | 6 + .../20_0multi_family.sh | 9 ++ .../20_0multi_family_basic.sh | 3 + .../20_0multi_family_expert.sh | 9 ++ .../20_0multi_family_order.sh | 6 + .../20_0validators_differ_redefine.sh | 9 ++ .../20_1empty_subfamily.sh | 6 + .../20_9default_information_parent.sh | 4 + .../24_0family_hidden_condition_sub_family.sh | 3 + ...ly_hidden_condition_variable_sub_family.sh | 7 + ...amily_hidden_param_condition_sub_family.sh | 3 + .../24_0family_mandatory_condition.sh | 8 ++ ...24_0family_mandatory_condition_variable.sh | 3 + .../24_7validators_variable_optional.sh | 3 + .../24_family_disabled_var_hidden.sh | 6 + .../40_0leadership.sh | 3 + .../40_0leadership_diff_name.sh | 3 + .../40_0leadership_empty.sh | 6 + ...leadership_follower_default_calculation.sh | 3 + .../40_0leadership_follower_default_value.sh | 7 + .../40_0leadership_leader_not_multi.sh | 3 + .../40_1leadership_append_follower.sh | 3 + .../40_6leadership_follower_multi.sh | 3 + .../40_8calculation_boolean.sh | 12 ++ .../40_8calculation_multi_variable.sh | 11 ++ .../40_8calculation_multi_variable_parent.sh | 9 ++ .../40_8calculation_multi_variable_parent2.sh | 10 ++ .../41_0choice_leader.sh | 7 + .../44_0leadership_hidden.sh | 6 + .../44_0leadership_leader_hidden.sh | 6 + .../44_1leadership_append_hidden_follower.sh | 6 + .../44_4leadership_mandatory.sh | 3 + .../44_4leadership_mandatory_follower.sh | 7 + ...4_5leadership_leader_hidden_calculation.sh | 7 + ...eadership_follower_disabled_calculation.sh | 3 + .../60_0family_dynamic.sh | 4 + .../60_0family_dynamic_1_1.sh | 4 + .../60_0family_dynamic_1_1_empty.sh | 7 + .../60_0family_dynamic_empty.sh | 7 + .../60_0family_dynamic_no_description.sh | 4 + ...60_0family_dynamic_no_description_empty.sh | 7 + .../60_0family_dynamic_static.sh | 4 + .../60_0family_dynamic_test.sh | 3 + .../60_0family_dynamic_variable_empty.sh | 3 + .../60_0family_dynamic_variable_suffix.sh | 13 ++ ...0_0family_dynamic_variable_suffix_empty.sh | 3 + .../60_0family_empty.sh | 6 + .../60_0family_hidden.sh | 6 + .../60_0family_mode.sh | 8 ++ .../60_1family_dynamic_jinja.sh | 13 ++ ...60_2family_dynamic_jinja_fill_sub_group.sh | 5 + ..._2family_dynamic_jinja_fill_sub_group_2.sh | 16 +++ ...ly_dynamic_jinja_fill_sub_group_2_empty.sh | 8 ++ ...mily_dynamic_jinja_fill_sub_group_empty.sh | 8 ++ .../60_2family_dynamic_outside_calc.sh | 14 ++ .../60_2family_dynamic_outside_calc_empty.sh | 8 ++ .../60_5family_dynamic_calc_suffix2.sh | 13 ++ .../60_5family_dynamic_calc_suffix2_empty.sh | 7 + .../60_5family_dynamic_calc_suffix_param.sh | 13 ++ ...5family_dynamic_calc_suffix_param_empty.sh | 7 + .../60_5family_dynamic_calc_variable.sh | 5 + .../60_5family_dynamic_calc_variable_empty.sh | 3 + .../60_5family_dynamic_hidden_suffix.sh | 10 ++ ...5family_dynamic_variable_outside_suffix.sh | 14 ++ ...y_dynamic_variable_outside_suffix_empty.sh | 8 ++ .../60_6family_dynamic_leadership.sh | 4 + .../60_6family_dynamic_leadership_empty.sh | 7 + .../60_9family_dynamic_calc_both.sh | 4 + .../68_0family_leadership_mode.sh | 7 + .../test_read_write_secrets/00_0empty.sh | 6 + .../00_0version_underscore.sh | 7 + .../00_1empty_variable.sh | 7 + .../00_2default_calculated.sh | 9 ++ .../00_2default_calculated_multi.sh | 14 ++ ...2default_calculated_variable_transitive.sh | 8 ++ .../00_4load_subfolder.sh | 8 ++ .../00_5load_notype.sh | 7 + .../test_read_write_secrets/00_6boolean.sh | 12 ++ .../00_6boolean_no_mandatory.sh | 7 + .../test_read_write_secrets/00_6choice.sh | 12 ++ .../00_6choice_calculation.sh | 7 + .../00_6choice_variable.sh | 11 ++ .../test_read_write_secrets/00_6custom.sh | 8 ++ .../test_read_write_secrets/00_6domainname.sh | 7 + .../00_6domainname_params.sh | 7 + .../test_read_write_secrets/00_6float.sh | 12 ++ .../test_read_write_secrets/00_6number.sh | 12 ++ .../test_read_write_secrets/00_6port.sh | 9 ++ .../test_read_write_secrets/00_6regexp.sh | 7 + .../test_read_write_secrets/00_6string.sh | 12 ++ .../00_7choice_quote.sh | 7 + .../test_read_write_secrets/00_7help_quote.sh | 8 ++ .../00_7value_doublequote.sh | 7 + .../00_7value_doublequote2.sh | 7 + .../00_7value_doublequote3.sh | 7 + .../00_7value_quote.sh | 7 + .../00_8calculation_information.sh | 7 + .../test_read_write_secrets/00_8test.sh | 12 ++ .../00_9choice_variable_multi.sh | 8 ++ .../00_9choice_variables.sh | 9 ++ .../00_9default_calculation.sh | 7 + .../00_9default_calculation_information.sh | 7 + ..._calculation_information_other_variable.sh | 8 ++ .../00_9default_calculation_multi_optional.sh | 9 ++ ...00_9default_calculation_multi_optional2.sh | 9 ++ .../00_9default_calculation_optional.sh | 7 + ...00_9default_calculation_optional_exists.sh | 12 ++ .../00_9default_calculation_param_optional.sh | 8 ++ .../00_9default_information_other_variable.sh | 8 ++ .../00_9default_integer.sh | 7 + .../01_6boolean_multi.sh | 22 ++++ .../01_6custom_multi.sh | 9 ++ .../01_6float_multi.sh | 22 ++++ .../01_6number_multi.sh | 22 ++++ .../01_6string_empty.sh | 9 ++ .../01_6string_multi.sh | 19 +++ .../01_7value_multi_doublequote.sh | 8 ++ .../01_7value_multi_doublequote2.sh | 8 ++ .../01_7value_multi_quote.sh | 8 ++ .../01_8calculation_information_multi.sh | 7 + .../01_9choice_variable_multi.sh | 11 ++ .../test_read_write_secrets/04_0type_param.sh | 7 + .../test_read_write_secrets/04_1auto_save.sh | 7 + .../04_1auto_save_and_calculated.sh | 8 ++ .../04_1auto_save_and_calculated_hidden.sh | 8 ++ .../04_1auto_save_and_hidden.sh | 6 + .../04_1default_calculation_hidden.sh | 8 ++ .../04_1default_calculation_hidden_2.sh | 8 ++ .../04_5disabled_calculation_optional.sh | 7 + .../04_5disabled_calculation_variable.sh | 8 ++ .../04_5disabled_calculation_variable2.sh | 7 + .../04_5disabled_calculation_variable3.sh | 7 + .../04_5disabled_calculation_variable4.sh | 8 ++ .../test_read_write_secrets/04_5validators.sh | 7 + .../04_5validators_differ.sh | 8 ++ .../04_5validators_multi.sh | 9 ++ .../04_5validators_multi2.sh | 9 ++ .../05_0multi_not_uniq.sh | 8 ++ .../test_read_write_secrets/05_0multi_uniq.sh | 8 ++ .../12_1auto_save_expert.sh | 7 + .../16_0redefine_description.sh | 7 + .../16_2family_redefine_calculation.sh | 6 + .../16_2family_redefine_disabled.sh | 6 + .../16_5exists_nonexists.sh | 8 ++ .../16_5exists_redefine.sh | 6 + .../16_5redefine_calculation.sh | 7 + .../16_5redefine_choice.sh | 7 + .../16_5redefine_default.sh | 7 + .../16_5redefine_default_calculation.sh | 7 + .../16_5redefine_family.sh | 8 ++ .../16_5redefine_help.sh | 8 ++ .../16_5redefine_hidden.sh | 6 + .../16_5redefine_multi.sh | 8 ++ ...16_5redefine_remove_disable_calculation.sh | 8 ++ .../16_5test_redefine.sh | 9 ++ .../16_6choice_redefine.sh | 7 + .../16_6exists_redefine_family.sh | 10 ++ .../16exists_exists.sh | 7 + .../17_5redefine_leadership.sh | 6 + .../20_0empty_family.sh | 6 + .../20_0family_append.sh | 9 ++ .../20_0family_underscore.sh | 6 + .../20_0multi_family.sh | 9 ++ .../20_0multi_family_basic.sh | 9 ++ .../20_0multi_family_expert.sh | 9 ++ .../20_0multi_family_order.sh | 12 ++ .../20_0validators_differ_redefine.sh | 9 ++ .../20_1empty_subfamily.sh | 6 + .../20_9default_information_parent.sh | 9 ++ .../24_0family_hidden_condition_sub_family.sh | 10 ++ ...ly_hidden_condition_variable_sub_family.sh | 7 + ...amily_hidden_param_condition_sub_family.sh | 10 ++ .../24_0family_mandatory_condition.sh | 8 ++ ...24_0family_mandatory_condition_variable.sh | 8 ++ .../24_7validators_variable_optional.sh | 9 ++ .../24_family_disabled_var_hidden.sh | 6 + .../test_read_write_secrets/40_0leadership.sh | 7 + .../40_0leadership_diff_name.sh | 7 + .../40_0leadership_empty.sh | 6 + ...leadership_follower_default_calculation.sh | 7 + .../40_0leadership_follower_default_value.sh | 7 + .../40_0leadership_leader_not_multi.sh | 10 ++ .../40_1leadership_append_follower.sh | 7 + .../40_6leadership_follower_multi.sh | 7 + .../40_8calculation_boolean.sh | 12 ++ .../40_8calculation_multi_variable.sh | 11 ++ .../40_8calculation_multi_variable_parent.sh | 9 ++ .../40_8calculation_multi_variable_parent2.sh | 10 ++ .../41_0choice_leader.sh | 7 + .../44_0leadership_hidden.sh | 6 + .../44_0leadership_leader_hidden.sh | 6 + .../44_1leadership_append_hidden_follower.sh | 6 + .../44_4leadership_mandatory.sh | 7 + .../44_4leadership_mandatory_follower.sh | 7 + ...4_5leadership_leader_hidden_calculation.sh | 7 + ...eadership_follower_disabled_calculation.sh | 8 ++ .../60_0family_dynamic.sh | 13 ++ .../60_0family_dynamic_1_1.sh | 13 ++ .../60_0family_dynamic_1_1_empty.sh | 7 + .../60_0family_dynamic_empty.sh | 7 + .../60_0family_dynamic_no_description.sh | 13 ++ ...60_0family_dynamic_no_description_empty.sh | 7 + .../60_0family_dynamic_static.sh | 10 ++ .../60_0family_dynamic_test.sh | 7 + .../60_0family_dynamic_variable_empty.sh | 7 + .../60_0family_dynamic_variable_suffix.sh | 13 ++ ...0_0family_dynamic_variable_suffix_empty.sh | 7 + .../60_0family_empty.sh | 6 + .../60_0family_hidden.sh | 6 + .../60_0family_mode.sh | 8 ++ .../60_1family_dynamic_jinja.sh | 13 ++ ...60_2family_dynamic_jinja_fill_sub_group.sh | 16 +++ ..._2family_dynamic_jinja_fill_sub_group_2.sh | 16 +++ ...ly_dynamic_jinja_fill_sub_group_2_empty.sh | 8 ++ ...mily_dynamic_jinja_fill_sub_group_empty.sh | 8 ++ .../60_2family_dynamic_outside_calc.sh | 14 ++ .../60_2family_dynamic_outside_calc_empty.sh | 8 ++ .../60_5family_dynamic_calc_suffix2.sh | 13 ++ .../60_5family_dynamic_calc_suffix2_empty.sh | 7 + .../60_5family_dynamic_calc_suffix_param.sh | 13 ++ ...5family_dynamic_calc_suffix_param_empty.sh | 7 + .../60_5family_dynamic_calc_variable.sh | 14 ++ .../60_5family_dynamic_calc_variable_empty.sh | 8 ++ .../60_5family_dynamic_hidden_suffix.sh | 10 ++ ...5family_dynamic_variable_outside_suffix.sh | 14 ++ ...y_dynamic_variable_outside_suffix_empty.sh | 8 ++ .../60_6family_dynamic_leadership.sh | 13 ++ .../60_6family_dynamic_leadership_empty.sh | 7 + .../60_9family_dynamic_calc_both.sh | 11 ++ .../68_0family_leadership_mode.sh | 7 + tests/results/test_secrets/00_0empty.sh | 7 + .../test_secrets/00_0version_underscore.sh | 8 ++ .../test_secrets/00_1empty_variable.sh | 8 ++ .../test_secrets/00_2default_calculated.sh | 12 ++ .../00_2default_calculated_multi.sh | 15 +++ ...2default_calculated_variable_transitive.sh | 13 ++ .../test_secrets/00_4load_subfolder.sh | 9 ++ tests/results/test_secrets/00_5load_notype.sh | 8 ++ tests/results/test_secrets/00_6boolean.sh | 13 ++ .../test_secrets/00_6boolean_no_mandatory.sh | 8 ++ tests/results/test_secrets/00_6choice.sh | 13 ++ .../test_secrets/00_6choice_calculation.sh | 8 ++ .../test_secrets/00_6choice_variable.sh | 12 ++ tests/results/test_secrets/00_6custom.sh | 9 ++ tests/results/test_secrets/00_6domainname.sh | 8 ++ .../test_secrets/00_6domainname_params.sh | 8 ++ tests/results/test_secrets/00_6float.sh | 13 ++ tests/results/test_secrets/00_6number.sh | 13 ++ tests/results/test_secrets/00_6port.sh | 10 ++ tests/results/test_secrets/00_6regexp.sh | 8 ++ tests/results/test_secrets/00_6string.sh | 13 ++ .../results/test_secrets/00_7choice_quote.sh | 8 ++ tests/results/test_secrets/00_7help_quote.sh | 9 ++ .../test_secrets/00_7value_doublequote.sh | 8 ++ .../test_secrets/00_7value_doublequote2.sh | 8 ++ .../test_secrets/00_7value_doublequote3.sh | 8 ++ tests/results/test_secrets/00_7value_quote.sh | 8 ++ .../00_8calculation_information.sh | 8 ++ tests/results/test_secrets/00_8test.sh | 15 +++ .../test_secrets/00_9choice_variable_multi.sh | 13 ++ .../test_secrets/00_9choice_variables.sh | 10 ++ .../test_secrets/00_9default_calculation.sh | 8 ++ .../00_9default_calculation_information.sh | 8 ++ ..._calculation_information_other_variable.sh | 9 ++ .../00_9default_calculation_multi_optional.sh | 12 ++ ...00_9default_calculation_multi_optional2.sh | 12 ++ .../00_9default_calculation_optional.sh | 11 ++ ...00_9default_calculation_optional_exists.sh | 15 +++ .../00_9default_calculation_param_optional.sh | 9 ++ .../00_9default_information_other_variable.sh | 9 ++ .../test_secrets/00_9default_integer.sh | 8 ++ .../results/test_secrets/01_6boolean_multi.sh | 23 ++++ .../results/test_secrets/01_6custom_multi.sh | 15 +++ tests/results/test_secrets/01_6float_multi.sh | 39 ++++++ .../results/test_secrets/01_6number_multi.sh | 39 ++++++ .../results/test_secrets/01_6string_empty.sh | 11 ++ .../results/test_secrets/01_6string_multi.sh | 36 ++++++ .../01_7value_multi_doublequote.sh | 11 ++ .../01_7value_multi_doublequote2.sh | 11 ++ .../test_secrets/01_7value_multi_quote.sh | 11 ++ .../01_8calculation_information_multi.sh | 11 ++ .../test_secrets/01_9choice_variable_multi.sh | 12 ++ tests/results/test_secrets/04_0type_param.sh | 8 ++ tests/results/test_secrets/04_1auto_save.sh | 8 ++ .../04_1auto_save_and_calculated.sh | 9 ++ .../04_1auto_save_and_calculated_hidden.sh | 9 ++ .../test_secrets/04_1auto_save_and_hidden.sh | 8 ++ .../04_1default_calculation_hidden.sh | 10 ++ .../04_1default_calculation_hidden_2.sh | 10 ++ .../04_5disabled_calculation_optional.sh | 10 ++ .../04_5disabled_calculation_variable.sh | 8 ++ .../04_5disabled_calculation_variable2.sh | 8 ++ .../04_5disabled_calculation_variable3.sh | 9 ++ .../04_5disabled_calculation_variable4.sh | 8 ++ tests/results/test_secrets/04_5validators.sh | 8 ++ .../test_secrets/04_5validators_differ.sh | 9 ++ .../test_secrets/04_5validators_multi.sh | 11 ++ .../test_secrets/04_5validators_multi2.sh | 10 ++ .../test_secrets/05_0multi_not_uniq.sh | 11 ++ tests/results/test_secrets/05_0multi_uniq.sh | 11 ++ .../test_secrets/12_1auto_save_expert.sh | 8 ++ .../test_secrets/16_0redefine_description.sh | 8 ++ .../16_2family_redefine_calculation.sh | 7 + .../16_2family_redefine_disabled.sh | 7 + .../test_secrets/16_5exists_nonexists.sh | 9 ++ .../test_secrets/16_5exists_redefine.sh | 8 ++ .../test_secrets/16_5redefine_calculation.sh | 8 ++ .../test_secrets/16_5redefine_choice.sh | 8 ++ .../test_secrets/16_5redefine_default.sh | 8 ++ .../16_5redefine_default_calculation.sh | 8 ++ .../test_secrets/16_5redefine_family.sh | 9 ++ .../results/test_secrets/16_5redefine_help.sh | 9 ++ .../test_secrets/16_5redefine_hidden.sh | 8 ++ .../test_secrets/16_5redefine_multi.sh | 11 ++ ...16_5redefine_remove_disable_calculation.sh | 9 ++ .../results/test_secrets/16_5test_redefine.sh | 10 ++ .../test_secrets/16_6choice_redefine.sh | 8 ++ .../16_6exists_redefine_family.sh | 11 ++ tests/results/test_secrets/16exists_exists.sh | 8 ++ .../test_secrets/17_5redefine_leadership.sh | 8 ++ .../results/test_secrets/20_0empty_family.sh | 7 + .../results/test_secrets/20_0family_append.sh | 10 ++ .../test_secrets/20_0family_underscore.sh | 7 + .../results/test_secrets/20_0multi_family.sh | 10 ++ .../test_secrets/20_0multi_family_basic.sh | 10 ++ .../test_secrets/20_0multi_family_expert.sh | 10 ++ .../test_secrets/20_0multi_family_order.sh | 13 ++ .../20_0validators_differ_redefine.sh | 10 ++ .../test_secrets/20_1empty_subfamily.sh | 7 + .../20_9default_information_parent.sh | 10 ++ .../24_0family_hidden_condition_sub_family.sh | 11 ++ ...ly_hidden_condition_variable_sub_family.sh | 11 ++ ...amily_hidden_param_condition_sub_family.sh | 11 ++ .../24_0family_mandatory_condition.sh | 9 ++ ...24_0family_mandatory_condition_variable.sh | 9 ++ .../24_7validators_variable_optional.sh | 10 ++ .../24_family_disabled_var_hidden.sh | 7 + tests/results/test_secrets/40_0leadership.sh | 20 +++ .../test_secrets/40_0leadership_diff_name.sh | 20 +++ .../test_secrets/40_0leadership_empty.sh | 7 + ...leadership_follower_default_calculation.sh | 20 +++ .../40_0leadership_follower_default_value.sh | 17 +++ .../40_0leadership_leader_not_multi.sh | 23 ++++ .../40_1leadership_append_follower.sh | 23 ++++ .../40_6leadership_follower_multi.sh | 38 ++++++ .../test_secrets/40_8calculation_boolean.sh | 13 ++ .../40_8calculation_multi_variable.sh | 13 ++ .../40_8calculation_multi_variable_parent.sh | 10 ++ .../40_8calculation_multi_variable_parent2.sh | 11 ++ .../results/test_secrets/41_0choice_leader.sh | 17 +++ .../test_secrets/44_0leadership_hidden.sh | 8 ++ .../44_0leadership_leader_hidden.sh | 8 ++ .../44_1leadership_append_hidden_follower.sh | 8 ++ .../test_secrets/44_4leadership_mandatory.sh | 17 +++ .../44_4leadership_mandatory_follower.sh | 17 +++ ...4_5leadership_leader_hidden_calculation.sh | 18 +++ ...eadership_follower_disabled_calculation.sh | 18 +++ .../test_secrets/60_0family_dynamic.sh | 17 +++ .../test_secrets/60_0family_dynamic_1_1.sh | 17 +++ .../60_0family_dynamic_1_1_empty.sh | 14 ++ .../test_secrets/60_0family_dynamic_empty.sh | 17 +++ .../60_0family_dynamic_no_description.sh | 17 +++ ...60_0family_dynamic_no_description_empty.sh | 14 ++ .../test_secrets/60_0family_dynamic_static.sh | 11 ++ .../test_secrets/60_0family_dynamic_test.sh | 14 ++ .../60_0family_dynamic_variable_empty.sh | 17 +++ .../60_0family_dynamic_variable_suffix.sh | 17 +++ ...0_0family_dynamic_variable_suffix_empty.sh | 14 ++ .../results/test_secrets/60_0family_empty.sh | 7 + .../results/test_secrets/60_0family_hidden.sh | 9 ++ tests/results/test_secrets/60_0family_mode.sh | 9 ++ .../test_secrets/60_1family_dynamic_jinja.sh | 17 +++ ...60_2family_dynamic_jinja_fill_sub_group.sh | 21 +++ ..._2family_dynamic_jinja_fill_sub_group_2.sh | 21 +++ ...ly_dynamic_jinja_fill_sub_group_2_empty.sh | 17 +++ ...mily_dynamic_jinja_fill_sub_group_empty.sh | 17 +++ .../60_2family_dynamic_outside_calc.sh | 18 +++ .../60_2family_dynamic_outside_calc_empty.sh | 15 +++ .../60_5family_dynamic_calc_suffix2.sh | 17 +++ .../60_5family_dynamic_calc_suffix2_empty.sh | 14 ++ .../60_5family_dynamic_calc_suffix_param.sh | 17 +++ ...5family_dynamic_calc_suffix_param_empty.sh | 14 ++ .../60_5family_dynamic_calc_variable.sh | 18 +++ .../60_5family_dynamic_calc_variable_empty.sh | 15 +++ .../60_5family_dynamic_hidden_suffix.sh | 15 +++ ...5family_dynamic_variable_outside_suffix.sh | 18 +++ ...y_dynamic_variable_outside_suffix_empty.sh | 15 +++ .../60_6family_dynamic_leadership.sh | 53 ++++++++ .../60_6family_dynamic_leadership_empty.sh | 38 ++++++ .../60_9family_dynamic_calc_both.sh | 12 ++ .../68_0family_leadership_mode.sh | 20 +++ tests/test_load.py | 120 ++++++++++++++++++ 2216 files changed, 25399 insertions(+), 15 deletions(-) create mode 100644 tests/results/test_mandatory_secrets/00_0empty.sh create mode 100644 tests/results/test_mandatory_secrets/00_0version_underscore.sh create mode 100644 tests/results/test_mandatory_secrets/00_1empty_variable.sh create mode 100644 tests/results/test_mandatory_secrets/00_2default_calculated.sh create mode 100644 tests/results/test_mandatory_secrets/00_2default_calculated_multi.sh create mode 100644 tests/results/test_mandatory_secrets/00_2default_calculated_variable_transitive.sh create mode 100644 tests/results/test_mandatory_secrets/00_4load_subfolder.sh create mode 100644 tests/results/test_mandatory_secrets/00_5load_notype.sh create mode 100644 tests/results/test_mandatory_secrets/00_6boolean.sh create mode 100644 tests/results/test_mandatory_secrets/00_6boolean_no_mandatory.sh create mode 100644 tests/results/test_mandatory_secrets/00_6choice.sh create mode 100644 tests/results/test_mandatory_secrets/00_6choice_calculation.sh create mode 100644 tests/results/test_mandatory_secrets/00_6choice_variable.sh create mode 100644 tests/results/test_mandatory_secrets/00_6custom.sh create mode 100644 tests/results/test_mandatory_secrets/00_6domainname.sh create mode 100644 tests/results/test_mandatory_secrets/00_6domainname_params.sh create mode 100644 tests/results/test_mandatory_secrets/00_6float.sh create mode 100644 tests/results/test_mandatory_secrets/00_6number.sh create mode 100644 tests/results/test_mandatory_secrets/00_6port.sh create mode 100644 tests/results/test_mandatory_secrets/00_6regexp.sh create mode 100644 tests/results/test_mandatory_secrets/00_6string.sh create mode 100644 tests/results/test_mandatory_secrets/00_7choice_quote.sh create mode 100644 tests/results/test_mandatory_secrets/00_7help_quote.sh create mode 100644 tests/results/test_mandatory_secrets/00_7value_doublequote.sh create mode 100644 tests/results/test_mandatory_secrets/00_7value_doublequote2.sh create mode 100644 tests/results/test_mandatory_secrets/00_7value_doublequote3.sh create mode 100644 tests/results/test_mandatory_secrets/00_7value_quote.sh create mode 100644 tests/results/test_mandatory_secrets/00_8calculation_information.sh create mode 100644 tests/results/test_mandatory_secrets/00_8test.sh create mode 100644 tests/results/test_mandatory_secrets/00_9choice_variable_multi.sh create mode 100644 tests/results/test_mandatory_secrets/00_9choice_variables.sh create mode 100644 tests/results/test_mandatory_secrets/00_9default_calculation.sh create mode 100644 tests/results/test_mandatory_secrets/00_9default_calculation_information.sh create mode 100644 tests/results/test_mandatory_secrets/00_9default_calculation_information_other_variable.sh create mode 100644 tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional.sh create mode 100644 tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional2.sh create mode 100644 tests/results/test_mandatory_secrets/00_9default_calculation_optional.sh create mode 100644 tests/results/test_mandatory_secrets/00_9default_calculation_optional_exists.sh create mode 100644 tests/results/test_mandatory_secrets/00_9default_calculation_param_optional.sh create mode 100644 tests/results/test_mandatory_secrets/00_9default_information_other_variable.sh create mode 100644 tests/results/test_mandatory_secrets/00_9default_integer.sh create mode 100644 tests/results/test_mandatory_secrets/01_6boolean_multi.sh create mode 100644 tests/results/test_mandatory_secrets/01_6custom_multi.sh create mode 100644 tests/results/test_mandatory_secrets/01_6float_multi.sh create mode 100644 tests/results/test_mandatory_secrets/01_6number_multi.sh create mode 100644 tests/results/test_mandatory_secrets/01_6string_empty.sh create mode 100644 tests/results/test_mandatory_secrets/01_6string_multi.sh create mode 100644 tests/results/test_mandatory_secrets/01_7value_multi_doublequote.sh create mode 100644 tests/results/test_mandatory_secrets/01_7value_multi_doublequote2.sh create mode 100644 tests/results/test_mandatory_secrets/01_7value_multi_quote.sh create mode 100644 tests/results/test_mandatory_secrets/01_8calculation_information_multi.sh create mode 100644 tests/results/test_mandatory_secrets/01_9choice_variable_multi.sh create mode 100644 tests/results/test_mandatory_secrets/04_0type_param.sh create mode 100644 tests/results/test_mandatory_secrets/04_1auto_save.sh create mode 100644 tests/results/test_mandatory_secrets/04_1auto_save_and_calculated.sh create mode 100644 tests/results/test_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh create mode 100644 tests/results/test_mandatory_secrets/04_1auto_save_and_hidden.sh create mode 100644 tests/results/test_mandatory_secrets/04_1default_calculation_hidden.sh create mode 100644 tests/results/test_mandatory_secrets/04_1default_calculation_hidden_2.sh create mode 100644 tests/results/test_mandatory_secrets/04_5disabled_calculation_optional.sh create mode 100644 tests/results/test_mandatory_secrets/04_5disabled_calculation_variable.sh create mode 100644 tests/results/test_mandatory_secrets/04_5disabled_calculation_variable2.sh create mode 100644 tests/results/test_mandatory_secrets/04_5disabled_calculation_variable3.sh create mode 100644 tests/results/test_mandatory_secrets/04_5disabled_calculation_variable4.sh create mode 100644 tests/results/test_mandatory_secrets/04_5validators.sh create mode 100644 tests/results/test_mandatory_secrets/04_5validators_differ.sh create mode 100644 tests/results/test_mandatory_secrets/04_5validators_multi.sh create mode 100644 tests/results/test_mandatory_secrets/04_5validators_multi2.sh create mode 100644 tests/results/test_mandatory_secrets/05_0multi_not_uniq.sh create mode 100644 tests/results/test_mandatory_secrets/05_0multi_uniq.sh create mode 100644 tests/results/test_mandatory_secrets/12_1auto_save_expert.sh create mode 100644 tests/results/test_mandatory_secrets/16_0redefine_description.sh create mode 100644 tests/results/test_mandatory_secrets/16_2family_redefine_calculation.sh create mode 100644 tests/results/test_mandatory_secrets/16_2family_redefine_disabled.sh create mode 100644 tests/results/test_mandatory_secrets/16_5exists_nonexists.sh create mode 100644 tests/results/test_mandatory_secrets/16_5exists_redefine.sh create mode 100644 tests/results/test_mandatory_secrets/16_5redefine_calculation.sh create mode 100644 tests/results/test_mandatory_secrets/16_5redefine_choice.sh create mode 100644 tests/results/test_mandatory_secrets/16_5redefine_default.sh create mode 100644 tests/results/test_mandatory_secrets/16_5redefine_default_calculation.sh create mode 100644 tests/results/test_mandatory_secrets/16_5redefine_family.sh create mode 100644 tests/results/test_mandatory_secrets/16_5redefine_help.sh create mode 100644 tests/results/test_mandatory_secrets/16_5redefine_hidden.sh create mode 100644 tests/results/test_mandatory_secrets/16_5redefine_multi.sh create mode 100644 tests/results/test_mandatory_secrets/16_5redefine_remove_disable_calculation.sh create mode 100644 tests/results/test_mandatory_secrets/16_5test_redefine.sh create mode 100644 tests/results/test_mandatory_secrets/16_6choice_redefine.sh create mode 100644 tests/results/test_mandatory_secrets/16_6exists_redefine_family.sh create mode 100644 tests/results/test_mandatory_secrets/16exists_exists.sh create mode 100644 tests/results/test_mandatory_secrets/17_5redefine_leadership.sh create mode 100644 tests/results/test_mandatory_secrets/20_0empty_family.sh create mode 100644 tests/results/test_mandatory_secrets/20_0family_append.sh create mode 100644 tests/results/test_mandatory_secrets/20_0family_underscore.sh create mode 100644 tests/results/test_mandatory_secrets/20_0multi_family.sh create mode 100644 tests/results/test_mandatory_secrets/20_0multi_family_basic.sh create mode 100644 tests/results/test_mandatory_secrets/20_0multi_family_expert.sh create mode 100644 tests/results/test_mandatory_secrets/20_0multi_family_order.sh create mode 100644 tests/results/test_mandatory_secrets/20_0validators_differ_redefine.sh create mode 100644 tests/results/test_mandatory_secrets/20_1empty_subfamily.sh create mode 100644 tests/results/test_mandatory_secrets/20_9default_information_parent.sh create mode 100644 tests/results/test_mandatory_secrets/24_0family_hidden_condition_sub_family.sh create mode 100644 tests/results/test_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh create mode 100644 tests/results/test_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh create mode 100644 tests/results/test_mandatory_secrets/24_0family_mandatory_condition.sh create mode 100644 tests/results/test_mandatory_secrets/24_0family_mandatory_condition_variable.sh create mode 100644 tests/results/test_mandatory_secrets/24_7validators_variable_optional.sh create mode 100644 tests/results/test_mandatory_secrets/24_family_disabled_var_hidden.sh create mode 100644 tests/results/test_mandatory_secrets/40_0leadership.sh create mode 100644 tests/results/test_mandatory_secrets/40_0leadership_diff_name.sh create mode 100644 tests/results/test_mandatory_secrets/40_0leadership_empty.sh create mode 100644 tests/results/test_mandatory_secrets/40_0leadership_follower_default_calculation.sh create mode 100644 tests/results/test_mandatory_secrets/40_0leadership_follower_default_value.sh create mode 100644 tests/results/test_mandatory_secrets/40_0leadership_leader_not_multi.sh create mode 100644 tests/results/test_mandatory_secrets/40_1leadership_append_follower.sh create mode 100644 tests/results/test_mandatory_secrets/40_6leadership_follower_multi.sh create mode 100644 tests/results/test_mandatory_secrets/40_8calculation_boolean.sh create mode 100644 tests/results/test_mandatory_secrets/40_8calculation_multi_variable.sh create mode 100644 tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent.sh create mode 100644 tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent2.sh create mode 100644 tests/results/test_mandatory_secrets/41_0choice_leader.sh create mode 100644 tests/results/test_mandatory_secrets/44_0leadership_hidden.sh create mode 100644 tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.sh create mode 100644 tests/results/test_mandatory_secrets/44_1leadership_append_hidden_follower.sh create mode 100644 tests/results/test_mandatory_secrets/44_4leadership_mandatory.sh create mode 100644 tests/results/test_mandatory_secrets/44_4leadership_mandatory_follower.sh create mode 100644 tests/results/test_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh create mode 100644 tests/results/test_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh create mode 100644 tests/results/test_mandatory_secrets/60_0family_dynamic.sh create mode 100644 tests/results/test_mandatory_secrets/60_0family_dynamic_1_1.sh create mode 100644 tests/results/test_mandatory_secrets/60_0family_dynamic_1_1_empty.sh create mode 100644 tests/results/test_mandatory_secrets/60_0family_dynamic_empty.sh create mode 100644 tests/results/test_mandatory_secrets/60_0family_dynamic_no_description.sh create mode 100644 tests/results/test_mandatory_secrets/60_0family_dynamic_no_description_empty.sh create mode 100644 tests/results/test_mandatory_secrets/60_0family_dynamic_static.sh create mode 100644 tests/results/test_mandatory_secrets/60_0family_dynamic_test.sh create mode 100644 tests/results/test_mandatory_secrets/60_0family_dynamic_variable_empty.sh create mode 100644 tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix.sh create mode 100644 tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh create mode 100644 tests/results/test_mandatory_secrets/60_0family_empty.sh create mode 100644 tests/results/test_mandatory_secrets/60_0family_hidden.sh create mode 100644 tests/results/test_mandatory_secrets/60_0family_mode.sh create mode 100644 tests/results/test_mandatory_secrets/60_1family_dynamic_jinja.sh create mode 100644 tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh create mode 100644 tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh create mode 100644 tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh create mode 100644 tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh create mode 100644 tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc.sh create mode 100644 tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh create mode 100644 tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh create mode 100644 tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh create mode 100644 tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh create mode 100644 tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh create mode 100644 tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable.sh create mode 100644 tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh create mode 100644 tests/results/test_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh create mode 100644 tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh create mode 100644 tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh create mode 100644 tests/results/test_mandatory_secrets/60_6family_dynamic_leadership.sh create mode 100644 tests/results/test_mandatory_secrets/60_6family_dynamic_leadership_empty.sh create mode 100644 tests/results/test_mandatory_secrets/60_9family_dynamic_calc_both.sh create mode 100644 tests/results/test_mandatory_secrets/68_0family_leadership_mode.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_0empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_0version_underscore.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_1empty_variable.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_2default_calculated.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_2default_calculated_multi.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_transitive.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_4load_subfolder.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_5load_notype.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_6boolean.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_6boolean_no_mandatory.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_6choice.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_6choice_calculation.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_6choice_variable.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_6custom.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_6domainname.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_6domainname_params.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_6float.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_6number.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_6port.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_6regexp.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_6string.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_7choice_quote.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_7help_quote.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_7value_doublequote.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_7value_doublequote2.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_7value_doublequote3.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_7value_quote.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_8calculation_information.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_8test.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_9choice_variable_multi.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_9choice_variables.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_9default_calculation.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information_other_variable.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional2.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional_exists.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_9default_calculation_param_optional.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_9default_integer.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_9extra.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/00_9extra_calculation.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/01_6boolean_multi.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/01_6custom_multi.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/01_6float_multi.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/01_6number_multi.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/01_6string_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/01_6string_multi.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote2.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/01_7value_multi_quote.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/01_8calculation_information_multi.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/01_9choice_variable_multi.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_0type_param.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_1auto_save.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_hidden.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_2.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_default.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable2.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable3.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable4.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation2.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation_default_calculation.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_5validators.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_5validators_differ.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_5validators_multi.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/04_5validators_multi2.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/05_0multi_not_uniq.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/05_0multi_uniq.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/12_1auto_save_expert.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_0redefine_description.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_2family_redefine_calculation.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_2family_redefine_disabled.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_5exists_nonexists.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_5exists_redefine.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_5redefine_calculation.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_5redefine_choice.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_5redefine_default.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_5redefine_default_calculation.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_5redefine_family.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_5redefine_help.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_5redefine_hidden.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_5redefine_multi.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_5redefine_remove_disable_calculation.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_5test_redefine.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_6choice_redefine.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16_6exists_redefine_family.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/16exists_exists.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/20_0empty_family.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/20_0family_append.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/20_0family_underscore.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/20_0multi_family.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/20_0multi_family_basic.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/20_0multi_family_expert.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/20_0multi_family_order.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/20_0validators_differ_redefine.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/20_1empty_subfamily.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/20_9default_information_parent.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_boolean.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_sub_family.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_with_variable.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition_variable.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/24_7validators_variable_optional.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/24_family_disabled_var_hidden.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_0leadership.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_0leadership_diff_name.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_0leadership_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_calculation.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_value.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_not_multi.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_1leadership_append_follower.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_param_index.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_2leadership_leader_calculation.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean_return_none.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_8calculation_integer.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent2.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/41_0choice_leader.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/44_0leadership_hidden.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/44_0leadership_leader_hidden.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/44_1leadership_append_hidden_follower.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory_follower.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/44_9calculated_default_leadership_leader.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_static.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_test.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_hidden.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_0family_mode.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_1family_dynamic_jinja.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic_extra.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/60_9family_dynamic_calc_both.sh create mode 100644 tests/results/test_namespace_mandatory_secrets/68_0family_leadership_mode.sh create mode 100644 tests/results/test_namespace_read_write/00_0empty.sh create mode 100644 tests/results/test_namespace_read_write/00_0version_underscore.sh create mode 100644 tests/results/test_namespace_read_write/00_1empty_variable.sh create mode 100644 tests/results/test_namespace_read_write/00_2default_calculated.sh create mode 100644 tests/results/test_namespace_read_write/00_2default_calculated_multi.sh create mode 100644 tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.sh create mode 100644 tests/results/test_namespace_read_write/00_4load_subfolder.sh create mode 100644 tests/results/test_namespace_read_write/00_5load_notype.sh create mode 100644 tests/results/test_namespace_read_write/00_6boolean.sh create mode 100644 tests/results/test_namespace_read_write/00_6boolean_no_mandatory.sh create mode 100644 tests/results/test_namespace_read_write/00_6choice.sh create mode 100644 tests/results/test_namespace_read_write/00_6choice_calculation.sh create mode 100644 tests/results/test_namespace_read_write/00_6choice_variable.sh create mode 100644 tests/results/test_namespace_read_write/00_6custom.sh create mode 100644 tests/results/test_namespace_read_write/00_6domainname.sh create mode 100644 tests/results/test_namespace_read_write/00_6domainname_params.sh create mode 100644 tests/results/test_namespace_read_write/00_6float.sh create mode 100644 tests/results/test_namespace_read_write/00_6number.sh create mode 100644 tests/results/test_namespace_read_write/00_6port.sh create mode 100644 tests/results/test_namespace_read_write/00_6regexp.sh create mode 100644 tests/results/test_namespace_read_write/00_6string.sh create mode 100644 tests/results/test_namespace_read_write/00_7choice_quote.sh create mode 100644 tests/results/test_namespace_read_write/00_7help_quote.sh create mode 100644 tests/results/test_namespace_read_write/00_7value_doublequote.sh create mode 100644 tests/results/test_namespace_read_write/00_7value_doublequote2.sh create mode 100644 tests/results/test_namespace_read_write/00_7value_doublequote3.sh create mode 100644 tests/results/test_namespace_read_write/00_7value_quote.sh create mode 100644 tests/results/test_namespace_read_write/00_8calculation_information.sh create mode 100644 tests/results/test_namespace_read_write/00_8test.sh create mode 100644 tests/results/test_namespace_read_write/00_9choice_variable_multi.sh create mode 100644 tests/results/test_namespace_read_write/00_9choice_variables.sh create mode 100644 tests/results/test_namespace_read_write/00_9default_calculation.sh create mode 100644 tests/results/test_namespace_read_write/00_9default_calculation_information.sh create mode 100644 tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.sh create mode 100644 tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.sh create mode 100644 tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.sh create mode 100644 tests/results/test_namespace_read_write/00_9default_calculation_optional.sh create mode 100644 tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.sh create mode 100644 tests/results/test_namespace_read_write/00_9default_calculation_param_optional.sh create mode 100644 tests/results/test_namespace_read_write/00_9default_information_other_variable.sh create mode 100644 tests/results/test_namespace_read_write/00_9default_integer.sh create mode 100644 tests/results/test_namespace_read_write/00_9extra.sh create mode 100644 tests/results/test_namespace_read_write/00_9extra_calculation.sh create mode 100644 tests/results/test_namespace_read_write/01_6boolean_multi.sh create mode 100644 tests/results/test_namespace_read_write/01_6custom_multi.sh create mode 100644 tests/results/test_namespace_read_write/01_6float_multi.sh create mode 100644 tests/results/test_namespace_read_write/01_6number_multi.sh create mode 100644 tests/results/test_namespace_read_write/01_6string_empty.sh create mode 100644 tests/results/test_namespace_read_write/01_6string_multi.sh create mode 100644 tests/results/test_namespace_read_write/01_7value_multi_doublequote.sh create mode 100644 tests/results/test_namespace_read_write/01_7value_multi_doublequote2.sh create mode 100644 tests/results/test_namespace_read_write/01_7value_multi_quote.sh create mode 100644 tests/results/test_namespace_read_write/01_8calculation_information_multi.sh create mode 100644 tests/results/test_namespace_read_write/01_9choice_variable_multi.sh create mode 100644 tests/results/test_namespace_read_write/04_0type_param.sh create mode 100644 tests/results/test_namespace_read_write/04_1auto_save.sh create mode 100644 tests/results/test_namespace_read_write/04_1auto_save_and_calculated.sh create mode 100644 tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.sh create mode 100644 tests/results/test_namespace_read_write/04_1auto_save_and_hidden.sh create mode 100644 tests/results/test_namespace_read_write/04_1default_calculation_hidden.sh create mode 100644 tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.sh create mode 100644 tests/results/test_namespace_read_write/04_5disabled_calculation.sh create mode 100644 tests/results/test_namespace_read_write/04_5disabled_calculation_default.sh create mode 100644 tests/results/test_namespace_read_write/04_5disabled_calculation_optional.sh create mode 100644 tests/results/test_namespace_read_write/04_5disabled_calculation_variable.sh create mode 100644 tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.sh create mode 100644 tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.sh create mode 100644 tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.sh create mode 100644 tests/results/test_namespace_read_write/04_5hidden_calculation.sh create mode 100644 tests/results/test_namespace_read_write/04_5hidden_calculation2.sh create mode 100644 tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.sh create mode 100644 tests/results/test_namespace_read_write/04_5validators.sh create mode 100644 tests/results/test_namespace_read_write/04_5validators_differ.sh create mode 100644 tests/results/test_namespace_read_write/04_5validators_multi.sh create mode 100644 tests/results/test_namespace_read_write/04_5validators_multi2.sh create mode 100644 tests/results/test_namespace_read_write/05_0multi_not_uniq.sh create mode 100644 tests/results/test_namespace_read_write/05_0multi_uniq.sh create mode 100644 tests/results/test_namespace_read_write/12_1auto_save_expert.sh create mode 100644 tests/results/test_namespace_read_write/16_0redefine_description.sh create mode 100644 tests/results/test_namespace_read_write/16_2family_redefine_calculation.sh create mode 100644 tests/results/test_namespace_read_write/16_2family_redefine_disabled.sh create mode 100644 tests/results/test_namespace_read_write/16_5exists_nonexists.sh create mode 100644 tests/results/test_namespace_read_write/16_5exists_redefine.sh create mode 100644 tests/results/test_namespace_read_write/16_5redefine_calculation.sh create mode 100644 tests/results/test_namespace_read_write/16_5redefine_choice.sh create mode 100644 tests/results/test_namespace_read_write/16_5redefine_default.sh create mode 100644 tests/results/test_namespace_read_write/16_5redefine_default_calculation.sh create mode 100644 tests/results/test_namespace_read_write/16_5redefine_family.sh create mode 100644 tests/results/test_namespace_read_write/16_5redefine_help.sh create mode 100644 tests/results/test_namespace_read_write/16_5redefine_hidden.sh create mode 100644 tests/results/test_namespace_read_write/16_5redefine_multi.sh create mode 100644 tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.sh create mode 100644 tests/results/test_namespace_read_write/16_5test_redefine.sh create mode 100644 tests/results/test_namespace_read_write/16_6choice_redefine.sh create mode 100644 tests/results/test_namespace_read_write/16_6exists_redefine_family.sh create mode 100644 tests/results/test_namespace_read_write/16exists_exists.sh create mode 100644 tests/results/test_namespace_read_write/17_5redefine_leadership.sh create mode 100644 tests/results/test_namespace_read_write/20_0empty_family.sh create mode 100644 tests/results/test_namespace_read_write/20_0family_append.sh create mode 100644 tests/results/test_namespace_read_write/20_0family_underscore.sh create mode 100644 tests/results/test_namespace_read_write/20_0multi_family.sh create mode 100644 tests/results/test_namespace_read_write/20_0multi_family_basic.sh create mode 100644 tests/results/test_namespace_read_write/20_0multi_family_expert.sh create mode 100644 tests/results/test_namespace_read_write/20_0multi_family_order.sh create mode 100644 tests/results/test_namespace_read_write/20_0validators_differ_redefine.sh create mode 100644 tests/results/test_namespace_read_write/20_1empty_subfamily.sh create mode 100644 tests/results/test_namespace_read_write/20_9default_information_parent.sh create mode 100644 tests/results/test_namespace_read_write/24_0family_hidden_condition.sh create mode 100644 tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.sh create mode 100644 tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.sh create mode 100644 tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.sh create mode 100644 tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.sh create mode 100644 tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.sh create mode 100644 tests/results/test_namespace_read_write/24_0family_mandatory_condition.sh create mode 100644 tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.sh create mode 100644 tests/results/test_namespace_read_write/24_7validators_variable_optional.sh create mode 100644 tests/results/test_namespace_read_write/24_family_disabled_var_hidden.sh create mode 100644 tests/results/test_namespace_read_write/40_0leadership.sh create mode 100644 tests/results/test_namespace_read_write/40_0leadership_diff_name.sh create mode 100644 tests/results/test_namespace_read_write/40_0leadership_empty.sh create mode 100644 tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.sh create mode 100644 tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.sh create mode 100644 tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.sh create mode 100644 tests/results/test_namespace_read_write/40_0leadership_follower_default_value.sh create mode 100644 tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.sh create mode 100644 tests/results/test_namespace_read_write/40_1leadership_append_follower.sh create mode 100644 tests/results/test_namespace_read_write/40_2leadership_calculation_index.sh create mode 100644 tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.sh create mode 100644 tests/results/test_namespace_read_write/40_2leadership_leader_calculation.sh create mode 100644 tests/results/test_namespace_read_write/40_6leadership_follower_multi.sh create mode 100644 tests/results/test_namespace_read_write/40_8calculation_boolean.sh create mode 100644 tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.sh create mode 100644 tests/results/test_namespace_read_write/40_8calculation_integer.sh create mode 100644 tests/results/test_namespace_read_write/40_8calculation_multi_variable.sh create mode 100644 tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.sh create mode 100644 tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.sh create mode 100644 tests/results/test_namespace_read_write/41_0choice_leader.sh create mode 100644 tests/results/test_namespace_read_write/44_0leadership_hidden.sh create mode 100644 tests/results/test_namespace_read_write/44_0leadership_leader_hidden.sh create mode 100644 tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.sh create mode 100644 tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.sh create mode 100644 tests/results/test_namespace_read_write/44_4leadership_mandatory.sh create mode 100644 tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.sh create mode 100644 tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.sh create mode 100644 tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.sh create mode 100644 tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_1_0.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_1_1.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_no_description.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_static.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_test.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_hidden.sh create mode 100644 tests/results/test_namespace_read_write/60_0family_mode.sh create mode 100644 tests/results/test_namespace_read_write/60_1family_dynamic_jinja.sh create mode 100644 tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.sh create mode 100644 tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh create mode 100644 tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.sh create mode 100644 tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc2.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.sh create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_6family_dynamic_inside.sh create mode 100644 tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_6family_dynamic_leadership.sh create mode 100644 tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.sh create mode 100644 tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.sh create mode 100644 tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.sh create mode 100644 tests/results/test_namespace_read_write/60_9extra_dynamic.sh create mode 100644 tests/results/test_namespace_read_write/60_9extra_dynamic_extra.sh create mode 100644 tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.sh create mode 100644 tests/results/test_namespace_read_write/68_0family_leadership_mode.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_0empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_0version_underscore.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_1empty_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_4load_subfolder.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_5load_notype.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean_no_mandatory.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_6choice.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_6custom.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname_params.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_6float.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_6number.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_6port.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_6string.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_7choice_quote.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_7help_quote.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote3.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_7value_quote.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_information.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_8test.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variable_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variables.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional_exists.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_param_optional.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_9default_integer.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_9extra.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/01_6boolean_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/01_6custom_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/01_6float_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/01_6number_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/01_6string_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_quote.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/01_8calculation_information_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_hidden.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_default.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable3.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable4.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation_default_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_5validators.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_differ.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_not_uniq.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_uniq.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/12_1auto_save_expert.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_0redefine_description.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_disabled.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_nonexists.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_redefine.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_choice.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_family.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_help.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_hidden.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_5test_redefine.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_6choice_redefine.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_redefine_family.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/16exists_exists.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/17_5redefine_leadership.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/20_0empty_family.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/20_0family_append.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/20_0family_underscore.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_basic.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_expert.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_order.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/20_0validators_differ_redefine.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/20_1empty_subfamily.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/20_9default_information_parent.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_boolean.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_with_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/24_7validators_variable_optional.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/24_family_disabled_var_hidden.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_diff_name.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_value.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_not_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_1leadership_append_follower.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_param_index.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_leader_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean_return_none.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_integer.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/41_0choice_leader.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_hidden.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_leader_hidden.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory_follower.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/44_9calculated_default_leadership_leader.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_static.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_test.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_hidden.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_0family_mode.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_1family_dynamic_jinja.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic_extra.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/60_9family_dynamic_calc_both.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets/68_0family_leadership_mode.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0version_underscore.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_1empty_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_variable_transitive.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_4load_subfolder.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_5load_notype.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6boolean.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6boolean_no_mandatory.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6custom.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6domainname.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6domainname_params.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6float.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6number.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6port.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6regexp.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6string.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7choice_quote.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7help_quote.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote3.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_quote.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8calculation_information.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8test.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9choice_variable_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9choice_variables.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_information.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_information_other_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_optional.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_optional_exists.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_param_optional.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_information_other_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_integer.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6boolean_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6custom_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6float_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6number_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6string_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6string_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_doublequote.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_doublequote2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_quote.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/01_8calculation_information_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/01_9choice_variable_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_0type_param.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated_hidden.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_hidden.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_default.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable3.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable4.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation_default_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_differ.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/05_0multi_not_uniq.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/05_0multi_uniq.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/12_1auto_save_expert.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_0redefine_description.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_2family_redefine_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_2family_redefine_disabled.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5exists_nonexists.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5exists_redefine.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_choice.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_default.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_default_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_family.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_help.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_hidden.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_remove_disable_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5test_redefine.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6choice_redefine.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6exists_redefine_family.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/16exists_exists.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/17_5redefine_leadership.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0empty_family.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0family_append.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0family_underscore.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_basic.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_expert.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_order.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0validators_differ_redefine.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/20_1empty_subfamily.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/20_9default_information_parent.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_boolean.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_sub_family.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_variable_sub_family.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_with_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_param_condition_sub_family.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_mandatory_condition.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_mandatory_condition_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/24_7validators_variable_optional.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/24_family_disabled_var_hidden.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_diff_name.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_submulti.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_submulti_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_value.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_leader_not_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_1leadership_append_follower.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_calculation_index.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_calculation_param_index.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_leader_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_6leadership_follower_multi.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_boolean.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_boolean_return_none.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_integer.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/41_0choice_leader.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/44_0leadership_hidden.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/44_0leadership_leader_hidden.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/44_1leadership_append_hidden_follower.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4disabled_calcultion_follower.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4leadership_mandatory.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4leadership_mandatory_follower.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/44_5leadership_leader_hidden_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/44_6leadership_follower_disabled_calculation.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/44_9calculated_default_leadership_leader.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_type.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_type_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_jinja_number.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_jinja_number_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_static.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_test.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_hidden.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_mode.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_1family_dynamic_jinja.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc2_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_disabled.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_hidden_suffix.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_unknown_suffix.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_unknown_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside2.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside2_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_jinja.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_inside.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_inside_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_1_0.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_empty.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9extra_dynamic.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9extra_dynamic_extra.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9family_dynamic_calc_both.sh create mode 100644 tests/results/test_namespace_read_write_mandatory_secrets_errors/68_0family_leadership_mode.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_0empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_0version_underscore.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_1empty_variable.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_2default_calculated.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_2default_calculated_multi.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_transitive.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_4load_subfolder.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_5load_notype.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_6boolean.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_6boolean_no_mandatory.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_6choice.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_6choice_calculation.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_6choice_variable.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_6custom.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_6domainname.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_6domainname_params.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_6float.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_6number.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_6port.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_6regexp.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_6string.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_7choice_quote.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_7help_quote.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_7value_doublequote.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_7value_doublequote2.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_7value_doublequote3.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_7value_quote.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_8calculation_information.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_8test.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_9choice_variable_multi.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_9choice_variables.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_9default_calculation.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_9default_calculation_information.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_9default_calculation_information_other_variable.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional2.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional_exists.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_9default_calculation_param_optional.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_9default_integer.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_9extra.sh create mode 100644 tests/results/test_namespace_read_write_secrets/00_9extra_calculation.sh create mode 100644 tests/results/test_namespace_read_write_secrets/01_6boolean_multi.sh create mode 100644 tests/results/test_namespace_read_write_secrets/01_6custom_multi.sh create mode 100644 tests/results/test_namespace_read_write_secrets/01_6float_multi.sh create mode 100644 tests/results/test_namespace_read_write_secrets/01_6number_multi.sh create mode 100644 tests/results/test_namespace_read_write_secrets/01_6string_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/01_6string_multi.sh create mode 100644 tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote.sh create mode 100644 tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote2.sh create mode 100644 tests/results/test_namespace_read_write_secrets/01_7value_multi_quote.sh create mode 100644 tests/results/test_namespace_read_write_secrets/01_8calculation_information_multi.sh create mode 100644 tests/results/test_namespace_read_write_secrets/01_9choice_variable_multi.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_0type_param.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_1auto_save.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated_hidden.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_1auto_save_and_hidden.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_2.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_5disabled_calculation.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_default.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable2.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable3.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable4.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_5hidden_calculation.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_5hidden_calculation2.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_5hidden_calculation_default_calculation.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_5validators.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_5validators_differ.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_5validators_multi.sh create mode 100644 tests/results/test_namespace_read_write_secrets/04_5validators_multi2.sh create mode 100644 tests/results/test_namespace_read_write_secrets/05_0multi_not_uniq.sh create mode 100644 tests/results/test_namespace_read_write_secrets/05_0multi_uniq.sh create mode 100644 tests/results/test_namespace_read_write_secrets/12_1auto_save_expert.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_0redefine_description.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_2family_redefine_calculation.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_2family_redefine_disabled.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_5exists_nonexists.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_5exists_redefine.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_5redefine_calculation.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_5redefine_choice.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_5redefine_default.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_5redefine_default_calculation.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_5redefine_family.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_5redefine_help.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_5redefine_hidden.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_5redefine_multi.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_5redefine_remove_disable_calculation.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_5test_redefine.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_6choice_redefine.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16_6exists_redefine_family.sh create mode 100644 tests/results/test_namespace_read_write_secrets/16exists_exists.sh create mode 100644 tests/results/test_namespace_read_write_secrets/17_5redefine_leadership.sh create mode 100644 tests/results/test_namespace_read_write_secrets/20_0empty_family.sh create mode 100644 tests/results/test_namespace_read_write_secrets/20_0family_append.sh create mode 100644 tests/results/test_namespace_read_write_secrets/20_0family_underscore.sh create mode 100644 tests/results/test_namespace_read_write_secrets/20_0multi_family.sh create mode 100644 tests/results/test_namespace_read_write_secrets/20_0multi_family_basic.sh create mode 100644 tests/results/test_namespace_read_write_secrets/20_0multi_family_expert.sh create mode 100644 tests/results/test_namespace_read_write_secrets/20_0multi_family_order.sh create mode 100644 tests/results/test_namespace_read_write_secrets/20_0validators_differ_redefine.sh create mode 100644 tests/results/test_namespace_read_write_secrets/20_1empty_subfamily.sh create mode 100644 tests/results/test_namespace_read_write_secrets/20_9default_information_parent.sh create mode 100644 tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition.sh create mode 100644 tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_boolean.sh create mode 100644 tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_sub_family.sh create mode 100644 tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_variable_sub_family.sh create mode 100644 tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_with_variable.sh create mode 100644 tests/results/test_namespace_read_write_secrets/24_0family_hidden_param_condition_sub_family.sh create mode 100644 tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition.sh create mode 100644 tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition_variable.sh create mode 100644 tests/results/test_namespace_read_write_secrets/24_7validators_variable_optional.sh create mode 100644 tests/results/test_namespace_read_write_secrets/24_family_disabled_var_hidden.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_0leadership.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_0leadership_diff_name.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_0leadership_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_calculation.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti_calculation.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_value.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_0leadership_leader_not_multi.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_1leadership_append_follower.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_param_index.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_2leadership_leader_calculation.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_8calculation_boolean.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_8calculation_boolean_return_none.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_8calculation_integer.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent.sh create mode 100644 tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent2.sh create mode 100644 tests/results/test_namespace_read_write_secrets/41_0choice_leader.sh create mode 100644 tests/results/test_namespace_read_write_secrets/44_0leadership_hidden.sh create mode 100644 tests/results/test_namespace_read_write_secrets/44_0leadership_leader_hidden.sh create mode 100644 tests/results/test_namespace_read_write_secrets/44_1leadership_append_hidden_follower.sh create mode 100644 tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower.sh create mode 100644 tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory.sh create mode 100644 tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory_follower.sh create mode 100644 tests/results/test_namespace_read_write_secrets/44_5leadership_leader_hidden_calculation.sh create mode 100644 tests/results/test_namespace_read_write_secrets/44_6leadership_follower_disabled_calculation.sh create mode 100644 tests/results/test_namespace_read_write_secrets/44_9calculated_default_leadership_leader.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic_static.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic_test.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_hidden.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_0family_mode.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_1family_dynamic_jinja.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_hidden_suffix.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_9extra_dynamic.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_9extra_dynamic_extra.sh create mode 100644 tests/results/test_namespace_read_write_secrets/60_9family_dynamic_calc_both.sh create mode 100644 tests/results/test_namespace_read_write_secrets/68_0family_leadership_mode.sh create mode 100644 tests/results/test_namespace_secrets/00_0empty.sh create mode 100644 tests/results/test_namespace_secrets/00_0version_underscore.sh create mode 100644 tests/results/test_namespace_secrets/00_1empty_variable.sh create mode 100644 tests/results/test_namespace_secrets/00_2default_calculated.sh create mode 100644 tests/results/test_namespace_secrets/00_2default_calculated_multi.sh create mode 100644 tests/results/test_namespace_secrets/00_2default_calculated_variable_transitive.sh create mode 100644 tests/results/test_namespace_secrets/00_4load_subfolder.sh create mode 100644 tests/results/test_namespace_secrets/00_5load_notype.sh create mode 100644 tests/results/test_namespace_secrets/00_6boolean.sh create mode 100644 tests/results/test_namespace_secrets/00_6boolean_no_mandatory.sh create mode 100644 tests/results/test_namespace_secrets/00_6choice.sh create mode 100644 tests/results/test_namespace_secrets/00_6choice_calculation.sh create mode 100644 tests/results/test_namespace_secrets/00_6choice_variable.sh create mode 100644 tests/results/test_namespace_secrets/00_6custom.sh create mode 100644 tests/results/test_namespace_secrets/00_6domainname.sh create mode 100644 tests/results/test_namespace_secrets/00_6domainname_params.sh create mode 100644 tests/results/test_namespace_secrets/00_6float.sh create mode 100644 tests/results/test_namespace_secrets/00_6number.sh create mode 100644 tests/results/test_namespace_secrets/00_6port.sh create mode 100644 tests/results/test_namespace_secrets/00_6regexp.sh create mode 100644 tests/results/test_namespace_secrets/00_6string.sh create mode 100644 tests/results/test_namespace_secrets/00_7choice_quote.sh create mode 100644 tests/results/test_namespace_secrets/00_7help_quote.sh create mode 100644 tests/results/test_namespace_secrets/00_7value_doublequote.sh create mode 100644 tests/results/test_namespace_secrets/00_7value_doublequote2.sh create mode 100644 tests/results/test_namespace_secrets/00_7value_doublequote3.sh create mode 100644 tests/results/test_namespace_secrets/00_7value_quote.sh create mode 100644 tests/results/test_namespace_secrets/00_8calculation_information.sh create mode 100644 tests/results/test_namespace_secrets/00_8test.sh create mode 100644 tests/results/test_namespace_secrets/00_9choice_variable_multi.sh create mode 100644 tests/results/test_namespace_secrets/00_9choice_variables.sh create mode 100644 tests/results/test_namespace_secrets/00_9default_calculation.sh create mode 100644 tests/results/test_namespace_secrets/00_9default_calculation_information.sh create mode 100644 tests/results/test_namespace_secrets/00_9default_calculation_information_other_variable.sh create mode 100644 tests/results/test_namespace_secrets/00_9default_calculation_multi_optional.sh create mode 100644 tests/results/test_namespace_secrets/00_9default_calculation_multi_optional2.sh create mode 100644 tests/results/test_namespace_secrets/00_9default_calculation_optional.sh create mode 100644 tests/results/test_namespace_secrets/00_9default_calculation_optional_exists.sh create mode 100644 tests/results/test_namespace_secrets/00_9default_calculation_param_optional.sh create mode 100644 tests/results/test_namespace_secrets/00_9default_information_other_variable.sh create mode 100644 tests/results/test_namespace_secrets/00_9default_integer.sh create mode 100644 tests/results/test_namespace_secrets/00_9extra.sh create mode 100644 tests/results/test_namespace_secrets/00_9extra_calculation.sh create mode 100644 tests/results/test_namespace_secrets/01_6boolean_multi.sh create mode 100644 tests/results/test_namespace_secrets/01_6custom_multi.sh create mode 100644 tests/results/test_namespace_secrets/01_6float_multi.sh create mode 100644 tests/results/test_namespace_secrets/01_6number_multi.sh create mode 100644 tests/results/test_namespace_secrets/01_6string_empty.sh create mode 100644 tests/results/test_namespace_secrets/01_6string_multi.sh create mode 100644 tests/results/test_namespace_secrets/01_7value_multi_doublequote.sh create mode 100644 tests/results/test_namespace_secrets/01_7value_multi_doublequote2.sh create mode 100644 tests/results/test_namespace_secrets/01_7value_multi_quote.sh create mode 100644 tests/results/test_namespace_secrets/01_8calculation_information_multi.sh create mode 100644 tests/results/test_namespace_secrets/01_9choice_variable_multi.sh create mode 100644 tests/results/test_namespace_secrets/04_0type_param.sh create mode 100644 tests/results/test_namespace_secrets/04_1auto_save.sh create mode 100644 tests/results/test_namespace_secrets/04_1auto_save_and_calculated.sh create mode 100644 tests/results/test_namespace_secrets/04_1auto_save_and_calculated_hidden.sh create mode 100644 tests/results/test_namespace_secrets/04_1auto_save_and_hidden.sh create mode 100644 tests/results/test_namespace_secrets/04_1default_calculation_hidden.sh create mode 100644 tests/results/test_namespace_secrets/04_1default_calculation_hidden_2.sh create mode 100644 tests/results/test_namespace_secrets/04_5disabled_calculation.sh create mode 100644 tests/results/test_namespace_secrets/04_5disabled_calculation_default.sh create mode 100644 tests/results/test_namespace_secrets/04_5disabled_calculation_optional.sh create mode 100644 tests/results/test_namespace_secrets/04_5disabled_calculation_variable.sh create mode 100644 tests/results/test_namespace_secrets/04_5disabled_calculation_variable2.sh create mode 100644 tests/results/test_namespace_secrets/04_5disabled_calculation_variable3.sh create mode 100644 tests/results/test_namespace_secrets/04_5disabled_calculation_variable4.sh create mode 100644 tests/results/test_namespace_secrets/04_5hidden_calculation.sh create mode 100644 tests/results/test_namespace_secrets/04_5hidden_calculation2.sh create mode 100644 tests/results/test_namespace_secrets/04_5hidden_calculation_default_calculation.sh create mode 100644 tests/results/test_namespace_secrets/04_5validators.sh create mode 100644 tests/results/test_namespace_secrets/04_5validators_differ.sh create mode 100644 tests/results/test_namespace_secrets/04_5validators_multi.sh create mode 100644 tests/results/test_namespace_secrets/04_5validators_multi2.sh create mode 100644 tests/results/test_namespace_secrets/05_0multi_not_uniq.sh create mode 100644 tests/results/test_namespace_secrets/05_0multi_uniq.sh create mode 100644 tests/results/test_namespace_secrets/12_1auto_save_expert.sh create mode 100644 tests/results/test_namespace_secrets/16_0redefine_description.sh create mode 100644 tests/results/test_namespace_secrets/16_2family_redefine_calculation.sh create mode 100644 tests/results/test_namespace_secrets/16_2family_redefine_disabled.sh create mode 100644 tests/results/test_namespace_secrets/16_5exists_nonexists.sh create mode 100644 tests/results/test_namespace_secrets/16_5exists_redefine.sh create mode 100644 tests/results/test_namespace_secrets/16_5redefine_calculation.sh create mode 100644 tests/results/test_namespace_secrets/16_5redefine_choice.sh create mode 100644 tests/results/test_namespace_secrets/16_5redefine_default.sh create mode 100644 tests/results/test_namespace_secrets/16_5redefine_default_calculation.sh create mode 100644 tests/results/test_namespace_secrets/16_5redefine_family.sh create mode 100644 tests/results/test_namespace_secrets/16_5redefine_help.sh create mode 100644 tests/results/test_namespace_secrets/16_5redefine_hidden.sh create mode 100644 tests/results/test_namespace_secrets/16_5redefine_multi.sh create mode 100644 tests/results/test_namespace_secrets/16_5redefine_remove_disable_calculation.sh create mode 100644 tests/results/test_namespace_secrets/16_5test_redefine.sh create mode 100644 tests/results/test_namespace_secrets/16_6choice_redefine.sh create mode 100644 tests/results/test_namespace_secrets/16_6exists_redefine_family.sh create mode 100644 tests/results/test_namespace_secrets/16exists_exists.sh create mode 100644 tests/results/test_namespace_secrets/17_5redefine_leadership.sh create mode 100644 tests/results/test_namespace_secrets/20_0empty_family.sh create mode 100644 tests/results/test_namespace_secrets/20_0family_append.sh create mode 100644 tests/results/test_namespace_secrets/20_0family_underscore.sh create mode 100644 tests/results/test_namespace_secrets/20_0multi_family.sh create mode 100644 tests/results/test_namespace_secrets/20_0multi_family_basic.sh create mode 100644 tests/results/test_namespace_secrets/20_0multi_family_expert.sh create mode 100644 tests/results/test_namespace_secrets/20_0multi_family_order.sh create mode 100644 tests/results/test_namespace_secrets/20_0validators_differ_redefine.sh create mode 100644 tests/results/test_namespace_secrets/20_1empty_subfamily.sh create mode 100644 tests/results/test_namespace_secrets/20_9default_information_parent.sh create mode 100644 tests/results/test_namespace_secrets/24_0family_hidden_condition.sh create mode 100644 tests/results/test_namespace_secrets/24_0family_hidden_condition_boolean.sh create mode 100644 tests/results/test_namespace_secrets/24_0family_hidden_condition_sub_family.sh create mode 100644 tests/results/test_namespace_secrets/24_0family_hidden_condition_variable_sub_family.sh create mode 100644 tests/results/test_namespace_secrets/24_0family_hidden_condition_with_variable.sh create mode 100644 tests/results/test_namespace_secrets/24_0family_hidden_param_condition_sub_family.sh create mode 100644 tests/results/test_namespace_secrets/24_0family_mandatory_condition.sh create mode 100644 tests/results/test_namespace_secrets/24_0family_mandatory_condition_variable.sh create mode 100644 tests/results/test_namespace_secrets/24_7validators_variable_optional.sh create mode 100644 tests/results/test_namespace_secrets/24_family_disabled_var_hidden.sh create mode 100644 tests/results/test_namespace_secrets/40_0leadership.sh create mode 100644 tests/results/test_namespace_secrets/40_0leadership_diff_name.sh create mode 100644 tests/results/test_namespace_secrets/40_0leadership_empty.sh create mode 100644 tests/results/test_namespace_secrets/40_0leadership_follower_default_calculation.sh create mode 100644 tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti.sh create mode 100644 tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti_calculation.sh create mode 100644 tests/results/test_namespace_secrets/40_0leadership_follower_default_value.sh create mode 100644 tests/results/test_namespace_secrets/40_0leadership_leader_not_multi.sh create mode 100644 tests/results/test_namespace_secrets/40_1leadership_append_follower.sh create mode 100644 tests/results/test_namespace_secrets/40_2leadership_calculation_index.sh create mode 100644 tests/results/test_namespace_secrets/40_2leadership_calculation_param_index.sh create mode 100644 tests/results/test_namespace_secrets/40_2leadership_leader_calculation.sh create mode 100644 tests/results/test_namespace_secrets/40_6leadership_follower_multi.sh create mode 100644 tests/results/test_namespace_secrets/40_8calculation_boolean.sh create mode 100644 tests/results/test_namespace_secrets/40_8calculation_boolean_return_none.sh create mode 100644 tests/results/test_namespace_secrets/40_8calculation_integer.sh create mode 100644 tests/results/test_namespace_secrets/40_8calculation_multi_variable.sh create mode 100644 tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent.sh create mode 100644 tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent2.sh create mode 100644 tests/results/test_namespace_secrets/41_0choice_leader.sh create mode 100644 tests/results/test_namespace_secrets/44_0leadership_hidden.sh create mode 100644 tests/results/test_namespace_secrets/44_0leadership_leader_hidden.sh create mode 100644 tests/results/test_namespace_secrets/44_1leadership_append_hidden_follower.sh create mode 100644 tests/results/test_namespace_secrets/44_4disabled_calcultion_follower.sh create mode 100644 tests/results/test_namespace_secrets/44_4leadership_mandatory.sh create mode 100644 tests/results/test_namespace_secrets/44_4leadership_mandatory_follower.sh create mode 100644 tests/results/test_namespace_secrets/44_5leadership_leader_hidden_calculation.sh create mode 100644 tests/results/test_namespace_secrets/44_6leadership_follower_disabled_calculation.sh create mode 100644 tests/results/test_namespace_secrets/44_9calculated_default_leadership_leader.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic_1_0.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic_1_0_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic_1_1.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic_1_1_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic_no_description.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic_no_description_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic_static.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic_test.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic_variable_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_hidden.sh create mode 100644 tests/results/test_namespace_secrets/60_0family_mode.sh create mode 100644 tests/results/test_namespace_secrets/60_1family_dynamic_jinja.sh create mode 100644 tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group.sh create mode 100644 tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh create mode 100644 tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc.sh create mode 100644 tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_calc2.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_calc2_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_hidden_suffix.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix.sh create mode 100644 tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_6family_dynamic_inside.sh create mode 100644 tests/results/test_namespace_secrets/60_6family_dynamic_inside_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_6family_dynamic_leadership.sh create mode 100644 tests/results/test_namespace_secrets/60_6family_dynamic_leadership_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic.sh create mode 100644 tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0.sh create mode 100644 tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty.sh create mode 100644 tests/results/test_namespace_secrets/60_9extra_dynamic.sh create mode 100644 tests/results/test_namespace_secrets/60_9extra_dynamic_extra.sh create mode 100644 tests/results/test_namespace_secrets/60_9family_dynamic_calc_both.sh create mode 100644 tests/results/test_namespace_secrets/68_0family_leadership_mode.sh create mode 100644 tests/results/test_read_write/00_0empty.sh create mode 100644 tests/results/test_read_write/00_0version_underscore.sh create mode 100644 tests/results/test_read_write/00_1empty_variable.sh create mode 100644 tests/results/test_read_write/00_2default_calculated.sh create mode 100644 tests/results/test_read_write/00_2default_calculated_multi.sh create mode 100644 tests/results/test_read_write/00_2default_calculated_variable_transitive.sh create mode 100644 tests/results/test_read_write/00_4load_subfolder.sh create mode 100644 tests/results/test_read_write/00_5load_notype.sh create mode 100644 tests/results/test_read_write/00_6boolean.sh create mode 100644 tests/results/test_read_write/00_6boolean_no_mandatory.sh create mode 100644 tests/results/test_read_write/00_6choice.sh create mode 100644 tests/results/test_read_write/00_6choice_calculation.sh create mode 100644 tests/results/test_read_write/00_6choice_variable.sh create mode 100644 tests/results/test_read_write/00_6custom.sh create mode 100644 tests/results/test_read_write/00_6domainname.sh create mode 100644 tests/results/test_read_write/00_6domainname_params.sh create mode 100644 tests/results/test_read_write/00_6float.sh create mode 100644 tests/results/test_read_write/00_6number.sh create mode 100644 tests/results/test_read_write/00_6port.sh create mode 100644 tests/results/test_read_write/00_6regexp.sh create mode 100644 tests/results/test_read_write/00_6string.sh create mode 100644 tests/results/test_read_write/00_7choice_quote.sh create mode 100644 tests/results/test_read_write/00_7help_quote.sh create mode 100644 tests/results/test_read_write/00_7value_doublequote.sh create mode 100644 tests/results/test_read_write/00_7value_doublequote2.sh create mode 100644 tests/results/test_read_write/00_7value_doublequote3.sh create mode 100644 tests/results/test_read_write/00_7value_quote.sh create mode 100644 tests/results/test_read_write/00_8calculation_information.sh create mode 100644 tests/results/test_read_write/00_8test.sh create mode 100644 tests/results/test_read_write/00_9choice_variable_multi.sh create mode 100644 tests/results/test_read_write/00_9choice_variables.sh create mode 100644 tests/results/test_read_write/00_9default_calculation.sh create mode 100644 tests/results/test_read_write/00_9default_calculation_information.sh create mode 100644 tests/results/test_read_write/00_9default_calculation_information_other_variable.sh create mode 100644 tests/results/test_read_write/00_9default_calculation_multi_optional.sh create mode 100644 tests/results/test_read_write/00_9default_calculation_multi_optional2.sh create mode 100644 tests/results/test_read_write/00_9default_calculation_optional.sh create mode 100644 tests/results/test_read_write/00_9default_calculation_optional_exists.sh create mode 100644 tests/results/test_read_write/00_9default_calculation_param_optional.sh create mode 100644 tests/results/test_read_write/00_9default_information_other_variable.sh create mode 100644 tests/results/test_read_write/00_9default_integer.sh create mode 100644 tests/results/test_read_write/01_6boolean_multi.sh create mode 100644 tests/results/test_read_write/01_6custom_multi.sh create mode 100644 tests/results/test_read_write/01_6float_multi.sh create mode 100644 tests/results/test_read_write/01_6number_multi.sh create mode 100644 tests/results/test_read_write/01_6string_empty.sh create mode 100644 tests/results/test_read_write/01_6string_multi.sh create mode 100644 tests/results/test_read_write/01_7value_multi_doublequote.sh create mode 100644 tests/results/test_read_write/01_7value_multi_doublequote2.sh create mode 100644 tests/results/test_read_write/01_7value_multi_quote.sh create mode 100644 tests/results/test_read_write/01_8calculation_information_multi.sh create mode 100644 tests/results/test_read_write/01_9choice_variable_multi.sh create mode 100644 tests/results/test_read_write/04_0type_param.sh create mode 100644 tests/results/test_read_write/04_1auto_save.sh create mode 100644 tests/results/test_read_write/04_1auto_save_and_calculated.sh create mode 100644 tests/results/test_read_write/04_1auto_save_and_calculated_hidden.sh create mode 100644 tests/results/test_read_write/04_1auto_save_and_hidden.sh create mode 100644 tests/results/test_read_write/04_1default_calculation_hidden.sh create mode 100644 tests/results/test_read_write/04_1default_calculation_hidden_2.sh create mode 100644 tests/results/test_read_write/04_5disabled_calculation_optional.sh create mode 100644 tests/results/test_read_write/04_5disabled_calculation_variable.sh create mode 100644 tests/results/test_read_write/04_5disabled_calculation_variable2.sh create mode 100644 tests/results/test_read_write/04_5disabled_calculation_variable3.sh create mode 100644 tests/results/test_read_write/04_5disabled_calculation_variable4.sh create mode 100644 tests/results/test_read_write/04_5validators.sh create mode 100644 tests/results/test_read_write/04_5validators_differ.sh create mode 100644 tests/results/test_read_write/04_5validators_multi.sh create mode 100644 tests/results/test_read_write/04_5validators_multi2.sh create mode 100644 tests/results/test_read_write/05_0multi_not_uniq.sh create mode 100644 tests/results/test_read_write/05_0multi_uniq.sh create mode 100644 tests/results/test_read_write/12_1auto_save_expert.sh create mode 100644 tests/results/test_read_write/16_0redefine_description.sh create mode 100644 tests/results/test_read_write/16_2family_redefine_calculation.sh create mode 100644 tests/results/test_read_write/16_2family_redefine_disabled.sh create mode 100644 tests/results/test_read_write/16_5exists_nonexists.sh create mode 100644 tests/results/test_read_write/16_5exists_redefine.sh create mode 100644 tests/results/test_read_write/16_5redefine_calculation.sh create mode 100644 tests/results/test_read_write/16_5redefine_choice.sh create mode 100644 tests/results/test_read_write/16_5redefine_default.sh create mode 100644 tests/results/test_read_write/16_5redefine_default_calculation.sh create mode 100644 tests/results/test_read_write/16_5redefine_family.sh create mode 100644 tests/results/test_read_write/16_5redefine_help.sh create mode 100644 tests/results/test_read_write/16_5redefine_hidden.sh create mode 100644 tests/results/test_read_write/16_5redefine_multi.sh create mode 100644 tests/results/test_read_write/16_5redefine_remove_disable_calculation.sh create mode 100644 tests/results/test_read_write/16_5test_redefine.sh create mode 100644 tests/results/test_read_write/16_6choice_redefine.sh create mode 100644 tests/results/test_read_write/16_6exists_redefine_family.sh create mode 100644 tests/results/test_read_write/16exists_exists.sh create mode 100644 tests/results/test_read_write/17_5redefine_leadership.sh create mode 100644 tests/results/test_read_write/20_0empty_family.sh create mode 100644 tests/results/test_read_write/20_0family_append.sh create mode 100644 tests/results/test_read_write/20_0family_underscore.sh create mode 100644 tests/results/test_read_write/20_0multi_family.sh create mode 100644 tests/results/test_read_write/20_0multi_family_basic.sh create mode 100644 tests/results/test_read_write/20_0multi_family_expert.sh create mode 100644 tests/results/test_read_write/20_0multi_family_order.sh create mode 100644 tests/results/test_read_write/20_0validators_differ_redefine.sh create mode 100644 tests/results/test_read_write/20_1empty_subfamily.sh create mode 100644 tests/results/test_read_write/20_9default_information_parent.sh create mode 100644 tests/results/test_read_write/24_0family_hidden_condition_sub_family.sh create mode 100644 tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.sh create mode 100644 tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.sh create mode 100644 tests/results/test_read_write/24_0family_mandatory_condition.sh create mode 100644 tests/results/test_read_write/24_0family_mandatory_condition_variable.sh create mode 100644 tests/results/test_read_write/24_7validators_variable_optional.sh create mode 100644 tests/results/test_read_write/24_family_disabled_var_hidden.sh create mode 100644 tests/results/test_read_write/40_0leadership.sh create mode 100644 tests/results/test_read_write/40_0leadership_diff_name.sh create mode 100644 tests/results/test_read_write/40_0leadership_empty.sh create mode 100644 tests/results/test_read_write/40_0leadership_follower_default_calculation.sh create mode 100644 tests/results/test_read_write/40_0leadership_follower_default_value.sh create mode 100644 tests/results/test_read_write/40_0leadership_leader_not_multi.sh create mode 100644 tests/results/test_read_write/40_1leadership_append_follower.sh create mode 100644 tests/results/test_read_write/40_6leadership_follower_multi.sh create mode 100644 tests/results/test_read_write/40_8calculation_boolean.sh create mode 100644 tests/results/test_read_write/40_8calculation_multi_variable.sh create mode 100644 tests/results/test_read_write/40_8calculation_multi_variable_parent.sh create mode 100644 tests/results/test_read_write/40_8calculation_multi_variable_parent2.sh create mode 100644 tests/results/test_read_write/41_0choice_leader.sh create mode 100644 tests/results/test_read_write/44_0leadership_hidden.sh create mode 100644 tests/results/test_read_write/44_0leadership_leader_hidden.sh create mode 100644 tests/results/test_read_write/44_1leadership_append_hidden_follower.sh create mode 100644 tests/results/test_read_write/44_4leadership_mandatory.sh create mode 100644 tests/results/test_read_write/44_4leadership_mandatory_follower.sh create mode 100644 tests/results/test_read_write/44_5leadership_leader_hidden_calculation.sh create mode 100644 tests/results/test_read_write/44_6leadership_follower_disabled_calculation.sh create mode 100644 tests/results/test_read_write/60_0family_dynamic.sh create mode 100644 tests/results/test_read_write/60_0family_dynamic_1_1.sh create mode 100644 tests/results/test_read_write/60_0family_dynamic_1_1_empty.sh create mode 100644 tests/results/test_read_write/60_0family_dynamic_empty.sh create mode 100644 tests/results/test_read_write/60_0family_dynamic_no_description.sh create mode 100644 tests/results/test_read_write/60_0family_dynamic_no_description_empty.sh create mode 100644 tests/results/test_read_write/60_0family_dynamic_static.sh create mode 100644 tests/results/test_read_write/60_0family_dynamic_test.sh create mode 100644 tests/results/test_read_write/60_0family_dynamic_variable_empty.sh create mode 100644 tests/results/test_read_write/60_0family_dynamic_variable_suffix.sh create mode 100644 tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.sh create mode 100644 tests/results/test_read_write/60_0family_empty.sh create mode 100644 tests/results/test_read_write/60_0family_hidden.sh create mode 100644 tests/results/test_read_write/60_0family_mode.sh create mode 100644 tests/results/test_read_write/60_1family_dynamic_jinja.sh create mode 100644 tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.sh create mode 100644 tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh create mode 100644 tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh create mode 100644 tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh create mode 100644 tests/results/test_read_write/60_2family_dynamic_outside_calc.sh create mode 100644 tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.sh create mode 100644 tests/results/test_read_write/60_5family_dynamic_calc_suffix2.sh create mode 100644 tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.sh create mode 100644 tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.sh create mode 100644 tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.sh create mode 100644 tests/results/test_read_write/60_5family_dynamic_calc_variable.sh create mode 100644 tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.sh create mode 100644 tests/results/test_read_write/60_5family_dynamic_hidden_suffix.sh create mode 100644 tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.sh create mode 100644 tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh create mode 100644 tests/results/test_read_write/60_6family_dynamic_leadership.sh create mode 100644 tests/results/test_read_write/60_6family_dynamic_leadership_empty.sh create mode 100644 tests/results/test_read_write/60_9family_dynamic_calc_both.sh create mode 100644 tests/results/test_read_write/68_0family_leadership_mode.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_0empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_0version_underscore.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_1empty_variable.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_2default_calculated.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_2default_calculated_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_4load_subfolder.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_5load_notype.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_6boolean.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_6boolean_no_mandatory.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_6choice.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_6choice_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_6choice_variable.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_6custom.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_6domainname.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_6domainname_params.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_6float.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_6number.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_6port.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_6regexp.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_6string.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_7choice_quote.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_7help_quote.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_7value_doublequote.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_7value_doublequote2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_7value_doublequote3.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_7value_quote.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_8calculation_information.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_8test.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_9choice_variable_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_9choice_variables.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_9default_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional_exists.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_9default_calculation_param_optional.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/00_9default_integer.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/01_6boolean_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/01_6custom_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/01_6float_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/01_6number_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/01_6string_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/01_6string_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/01_7value_multi_quote.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/01_8calculation_information_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/01_9choice_variable_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/04_0type_param.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/04_1auto_save.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_hidden.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable3.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable4.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/04_5validators.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/04_5validators_differ.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/04_5validators_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/04_5validators_multi2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/05_0multi_not_uniq.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/05_0multi_uniq.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/12_1auto_save_expert.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_0redefine_description.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_2family_redefine_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_2family_redefine_disabled.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_5exists_nonexists.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_5exists_redefine.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_5redefine_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_5redefine_choice.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_5redefine_default.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_5redefine_default_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_5redefine_family.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_5redefine_help.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_5redefine_hidden.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_5redefine_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_5test_redefine.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_6choice_redefine.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16_6exists_redefine_family.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/16exists_exists.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/17_5redefine_leadership.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/20_0empty_family.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/20_0family_append.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/20_0family_underscore.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/20_0multi_family.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/20_0multi_family_basic.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/20_0multi_family_expert.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/20_0multi_family_order.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/20_0validators_differ_redefine.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/20_1empty_subfamily.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/20_9default_information_parent.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/24_7validators_variable_optional.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/24_family_disabled_var_hidden.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/40_0leadership.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/40_0leadership_diff_name.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/40_0leadership_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_value.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_not_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/40_1leadership_append_follower.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/40_8calculation_boolean.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/41_0choice_leader.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/44_0leadership_hidden.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/44_0leadership_leader_hidden.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory_follower.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_0family_dynamic.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_static.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_test.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_0family_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_0family_hidden.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_0family_mode.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_1family_dynamic_jinja.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/60_9family_dynamic_calc_both.sh create mode 100644 tests/results/test_read_write_mandatory_secrets/68_0family_leadership_mode.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_0empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_0version_underscore.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_1empty_variable.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_variable_transitive.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_4load_subfolder.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_5load_notype.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_6boolean.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_6boolean_no_mandatory.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_6choice.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_6choice_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_6choice_variable.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_6custom.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_6domainname.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_6domainname_params.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_6float.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_6number.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_6port.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_6regexp.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_6string.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_7choice_quote.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_7help_quote.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote3.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_7value_quote.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_8calculation_information.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_8test.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_9choice_variable_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_9choice_variables.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_information.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_information_other_variable.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_optional.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_optional_exists.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_param_optional.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_9default_information_other_variable.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/00_9default_integer.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/01_6boolean_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/01_6custom_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/01_6float_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/01_6number_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/01_6string_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/01_6string_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_doublequote.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_doublequote2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_quote.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/01_8calculation_information_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/01_9choice_variable_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/04_0type_param.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated_hidden.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_hidden.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable3.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable4.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/04_5validators.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/04_5validators_differ.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/05_0multi_not_uniq.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/05_0multi_uniq.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/12_1auto_save_expert.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_0redefine_description.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_2family_redefine_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_2family_redefine_disabled.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_5exists_nonexists.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_5exists_redefine.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_choice.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_default.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_default_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_family.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_help.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_hidden.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_remove_disable_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_5test_redefine.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_6choice_redefine.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16_6exists_redefine_family.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/16exists_exists.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/17_5redefine_leadership.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/20_0empty_family.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/20_0family_append.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/20_0family_underscore.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_basic.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_expert.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_order.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/20_0validators_differ_redefine.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/20_1empty_subfamily.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/20_9default_information_parent.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_condition_sub_family.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_condition_variable_sub_family.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_param_condition_sub_family.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/24_0family_mandatory_condition.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/24_0family_mandatory_condition_variable.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/24_7validators_variable_optional.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/24_family_disabled_var_hidden.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/40_0leadership.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_diff_name.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_follower_default_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_follower_default_value.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_leader_not_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/40_1leadership_append_follower.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/40_6leadership_follower_multi.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_boolean.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/41_0choice_leader.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/44_0leadership_hidden.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/44_0leadership_leader_hidden.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/44_1leadership_append_hidden_follower.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/44_4leadership_mandatory.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/44_4leadership_mandatory_follower.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/44_5leadership_leader_hidden_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/44_6leadership_follower_disabled_calculation.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_static.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_test.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_0family_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_0family_hidden.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_0family_mode.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_1family_dynamic_jinja.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_hidden_suffix.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership_empty.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/60_9family_dynamic_calc_both.sh create mode 100644 tests/results/test_read_write_mandatory_secrets_errors/68_0family_leadership_mode.sh create mode 100644 tests/results/test_read_write_secrets/00_0empty.sh create mode 100644 tests/results/test_read_write_secrets/00_0version_underscore.sh create mode 100644 tests/results/test_read_write_secrets/00_1empty_variable.sh create mode 100644 tests/results/test_read_write_secrets/00_2default_calculated.sh create mode 100644 tests/results/test_read_write_secrets/00_2default_calculated_multi.sh create mode 100644 tests/results/test_read_write_secrets/00_2default_calculated_variable_transitive.sh create mode 100644 tests/results/test_read_write_secrets/00_4load_subfolder.sh create mode 100644 tests/results/test_read_write_secrets/00_5load_notype.sh create mode 100644 tests/results/test_read_write_secrets/00_6boolean.sh create mode 100644 tests/results/test_read_write_secrets/00_6boolean_no_mandatory.sh create mode 100644 tests/results/test_read_write_secrets/00_6choice.sh create mode 100644 tests/results/test_read_write_secrets/00_6choice_calculation.sh create mode 100644 tests/results/test_read_write_secrets/00_6choice_variable.sh create mode 100644 tests/results/test_read_write_secrets/00_6custom.sh create mode 100644 tests/results/test_read_write_secrets/00_6domainname.sh create mode 100644 tests/results/test_read_write_secrets/00_6domainname_params.sh create mode 100644 tests/results/test_read_write_secrets/00_6float.sh create mode 100644 tests/results/test_read_write_secrets/00_6number.sh create mode 100644 tests/results/test_read_write_secrets/00_6port.sh create mode 100644 tests/results/test_read_write_secrets/00_6regexp.sh create mode 100644 tests/results/test_read_write_secrets/00_6string.sh create mode 100644 tests/results/test_read_write_secrets/00_7choice_quote.sh create mode 100644 tests/results/test_read_write_secrets/00_7help_quote.sh create mode 100644 tests/results/test_read_write_secrets/00_7value_doublequote.sh create mode 100644 tests/results/test_read_write_secrets/00_7value_doublequote2.sh create mode 100644 tests/results/test_read_write_secrets/00_7value_doublequote3.sh create mode 100644 tests/results/test_read_write_secrets/00_7value_quote.sh create mode 100644 tests/results/test_read_write_secrets/00_8calculation_information.sh create mode 100644 tests/results/test_read_write_secrets/00_8test.sh create mode 100644 tests/results/test_read_write_secrets/00_9choice_variable_multi.sh create mode 100644 tests/results/test_read_write_secrets/00_9choice_variables.sh create mode 100644 tests/results/test_read_write_secrets/00_9default_calculation.sh create mode 100644 tests/results/test_read_write_secrets/00_9default_calculation_information.sh create mode 100644 tests/results/test_read_write_secrets/00_9default_calculation_information_other_variable.sh create mode 100644 tests/results/test_read_write_secrets/00_9default_calculation_multi_optional.sh create mode 100644 tests/results/test_read_write_secrets/00_9default_calculation_multi_optional2.sh create mode 100644 tests/results/test_read_write_secrets/00_9default_calculation_optional.sh create mode 100644 tests/results/test_read_write_secrets/00_9default_calculation_optional_exists.sh create mode 100644 tests/results/test_read_write_secrets/00_9default_calculation_param_optional.sh create mode 100644 tests/results/test_read_write_secrets/00_9default_information_other_variable.sh create mode 100644 tests/results/test_read_write_secrets/00_9default_integer.sh create mode 100644 tests/results/test_read_write_secrets/01_6boolean_multi.sh create mode 100644 tests/results/test_read_write_secrets/01_6custom_multi.sh create mode 100644 tests/results/test_read_write_secrets/01_6float_multi.sh create mode 100644 tests/results/test_read_write_secrets/01_6number_multi.sh create mode 100644 tests/results/test_read_write_secrets/01_6string_empty.sh create mode 100644 tests/results/test_read_write_secrets/01_6string_multi.sh create mode 100644 tests/results/test_read_write_secrets/01_7value_multi_doublequote.sh create mode 100644 tests/results/test_read_write_secrets/01_7value_multi_doublequote2.sh create mode 100644 tests/results/test_read_write_secrets/01_7value_multi_quote.sh create mode 100644 tests/results/test_read_write_secrets/01_8calculation_information_multi.sh create mode 100644 tests/results/test_read_write_secrets/01_9choice_variable_multi.sh create mode 100644 tests/results/test_read_write_secrets/04_0type_param.sh create mode 100644 tests/results/test_read_write_secrets/04_1auto_save.sh create mode 100644 tests/results/test_read_write_secrets/04_1auto_save_and_calculated.sh create mode 100644 tests/results/test_read_write_secrets/04_1auto_save_and_calculated_hidden.sh create mode 100644 tests/results/test_read_write_secrets/04_1auto_save_and_hidden.sh create mode 100644 tests/results/test_read_write_secrets/04_1default_calculation_hidden.sh create mode 100644 tests/results/test_read_write_secrets/04_1default_calculation_hidden_2.sh create mode 100644 tests/results/test_read_write_secrets/04_5disabled_calculation_optional.sh create mode 100644 tests/results/test_read_write_secrets/04_5disabled_calculation_variable.sh create mode 100644 tests/results/test_read_write_secrets/04_5disabled_calculation_variable2.sh create mode 100644 tests/results/test_read_write_secrets/04_5disabled_calculation_variable3.sh create mode 100644 tests/results/test_read_write_secrets/04_5disabled_calculation_variable4.sh create mode 100644 tests/results/test_read_write_secrets/04_5validators.sh create mode 100644 tests/results/test_read_write_secrets/04_5validators_differ.sh create mode 100644 tests/results/test_read_write_secrets/04_5validators_multi.sh create mode 100644 tests/results/test_read_write_secrets/04_5validators_multi2.sh create mode 100644 tests/results/test_read_write_secrets/05_0multi_not_uniq.sh create mode 100644 tests/results/test_read_write_secrets/05_0multi_uniq.sh create mode 100644 tests/results/test_read_write_secrets/12_1auto_save_expert.sh create mode 100644 tests/results/test_read_write_secrets/16_0redefine_description.sh create mode 100644 tests/results/test_read_write_secrets/16_2family_redefine_calculation.sh create mode 100644 tests/results/test_read_write_secrets/16_2family_redefine_disabled.sh create mode 100644 tests/results/test_read_write_secrets/16_5exists_nonexists.sh create mode 100644 tests/results/test_read_write_secrets/16_5exists_redefine.sh create mode 100644 tests/results/test_read_write_secrets/16_5redefine_calculation.sh create mode 100644 tests/results/test_read_write_secrets/16_5redefine_choice.sh create mode 100644 tests/results/test_read_write_secrets/16_5redefine_default.sh create mode 100644 tests/results/test_read_write_secrets/16_5redefine_default_calculation.sh create mode 100644 tests/results/test_read_write_secrets/16_5redefine_family.sh create mode 100644 tests/results/test_read_write_secrets/16_5redefine_help.sh create mode 100644 tests/results/test_read_write_secrets/16_5redefine_hidden.sh create mode 100644 tests/results/test_read_write_secrets/16_5redefine_multi.sh create mode 100644 tests/results/test_read_write_secrets/16_5redefine_remove_disable_calculation.sh create mode 100644 tests/results/test_read_write_secrets/16_5test_redefine.sh create mode 100644 tests/results/test_read_write_secrets/16_6choice_redefine.sh create mode 100644 tests/results/test_read_write_secrets/16_6exists_redefine_family.sh create mode 100644 tests/results/test_read_write_secrets/16exists_exists.sh create mode 100644 tests/results/test_read_write_secrets/17_5redefine_leadership.sh create mode 100644 tests/results/test_read_write_secrets/20_0empty_family.sh create mode 100644 tests/results/test_read_write_secrets/20_0family_append.sh create mode 100644 tests/results/test_read_write_secrets/20_0family_underscore.sh create mode 100644 tests/results/test_read_write_secrets/20_0multi_family.sh create mode 100644 tests/results/test_read_write_secrets/20_0multi_family_basic.sh create mode 100644 tests/results/test_read_write_secrets/20_0multi_family_expert.sh create mode 100644 tests/results/test_read_write_secrets/20_0multi_family_order.sh create mode 100644 tests/results/test_read_write_secrets/20_0validators_differ_redefine.sh create mode 100644 tests/results/test_read_write_secrets/20_1empty_subfamily.sh create mode 100644 tests/results/test_read_write_secrets/20_9default_information_parent.sh create mode 100644 tests/results/test_read_write_secrets/24_0family_hidden_condition_sub_family.sh create mode 100644 tests/results/test_read_write_secrets/24_0family_hidden_condition_variable_sub_family.sh create mode 100644 tests/results/test_read_write_secrets/24_0family_hidden_param_condition_sub_family.sh create mode 100644 tests/results/test_read_write_secrets/24_0family_mandatory_condition.sh create mode 100644 tests/results/test_read_write_secrets/24_0family_mandatory_condition_variable.sh create mode 100644 tests/results/test_read_write_secrets/24_7validators_variable_optional.sh create mode 100644 tests/results/test_read_write_secrets/24_family_disabled_var_hidden.sh create mode 100644 tests/results/test_read_write_secrets/40_0leadership.sh create mode 100644 tests/results/test_read_write_secrets/40_0leadership_diff_name.sh create mode 100644 tests/results/test_read_write_secrets/40_0leadership_empty.sh create mode 100644 tests/results/test_read_write_secrets/40_0leadership_follower_default_calculation.sh create mode 100644 tests/results/test_read_write_secrets/40_0leadership_follower_default_value.sh create mode 100644 tests/results/test_read_write_secrets/40_0leadership_leader_not_multi.sh create mode 100644 tests/results/test_read_write_secrets/40_1leadership_append_follower.sh create mode 100644 tests/results/test_read_write_secrets/40_6leadership_follower_multi.sh create mode 100644 tests/results/test_read_write_secrets/40_8calculation_boolean.sh create mode 100644 tests/results/test_read_write_secrets/40_8calculation_multi_variable.sh create mode 100644 tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent.sh create mode 100644 tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent2.sh create mode 100644 tests/results/test_read_write_secrets/41_0choice_leader.sh create mode 100644 tests/results/test_read_write_secrets/44_0leadership_hidden.sh create mode 100644 tests/results/test_read_write_secrets/44_0leadership_leader_hidden.sh create mode 100644 tests/results/test_read_write_secrets/44_1leadership_append_hidden_follower.sh create mode 100644 tests/results/test_read_write_secrets/44_4leadership_mandatory.sh create mode 100644 tests/results/test_read_write_secrets/44_4leadership_mandatory_follower.sh create mode 100644 tests/results/test_read_write_secrets/44_5leadership_leader_hidden_calculation.sh create mode 100644 tests/results/test_read_write_secrets/44_6leadership_follower_disabled_calculation.sh create mode 100644 tests/results/test_read_write_secrets/60_0family_dynamic.sh create mode 100644 tests/results/test_read_write_secrets/60_0family_dynamic_1_1.sh create mode 100644 tests/results/test_read_write_secrets/60_0family_dynamic_1_1_empty.sh create mode 100644 tests/results/test_read_write_secrets/60_0family_dynamic_empty.sh create mode 100644 tests/results/test_read_write_secrets/60_0family_dynamic_no_description.sh create mode 100644 tests/results/test_read_write_secrets/60_0family_dynamic_no_description_empty.sh create mode 100644 tests/results/test_read_write_secrets/60_0family_dynamic_static.sh create mode 100644 tests/results/test_read_write_secrets/60_0family_dynamic_test.sh create mode 100644 tests/results/test_read_write_secrets/60_0family_dynamic_variable_empty.sh create mode 100644 tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix.sh create mode 100644 tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix_empty.sh create mode 100644 tests/results/test_read_write_secrets/60_0family_empty.sh create mode 100644 tests/results/test_read_write_secrets/60_0family_hidden.sh create mode 100644 tests/results/test_read_write_secrets/60_0family_mode.sh create mode 100644 tests/results/test_read_write_secrets/60_1family_dynamic_jinja.sh create mode 100644 tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.sh create mode 100644 tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh create mode 100644 tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh create mode 100644 tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh create mode 100644 tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc.sh create mode 100644 tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc_empty.sh create mode 100644 tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2.sh create mode 100644 tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.sh create mode 100644 tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param.sh create mode 100644 tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.sh create mode 100644 tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable.sh create mode 100644 tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_empty.sh create mode 100644 tests/results/test_read_write_secrets/60_5family_dynamic_hidden_suffix.sh create mode 100644 tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix.sh create mode 100644 tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh create mode 100644 tests/results/test_read_write_secrets/60_6family_dynamic_leadership.sh create mode 100644 tests/results/test_read_write_secrets/60_6family_dynamic_leadership_empty.sh create mode 100644 tests/results/test_read_write_secrets/60_9family_dynamic_calc_both.sh create mode 100644 tests/results/test_read_write_secrets/68_0family_leadership_mode.sh create mode 100644 tests/results/test_secrets/00_0empty.sh create mode 100644 tests/results/test_secrets/00_0version_underscore.sh create mode 100644 tests/results/test_secrets/00_1empty_variable.sh create mode 100644 tests/results/test_secrets/00_2default_calculated.sh create mode 100644 tests/results/test_secrets/00_2default_calculated_multi.sh create mode 100644 tests/results/test_secrets/00_2default_calculated_variable_transitive.sh create mode 100644 tests/results/test_secrets/00_4load_subfolder.sh create mode 100644 tests/results/test_secrets/00_5load_notype.sh create mode 100644 tests/results/test_secrets/00_6boolean.sh create mode 100644 tests/results/test_secrets/00_6boolean_no_mandatory.sh create mode 100644 tests/results/test_secrets/00_6choice.sh create mode 100644 tests/results/test_secrets/00_6choice_calculation.sh create mode 100644 tests/results/test_secrets/00_6choice_variable.sh create mode 100644 tests/results/test_secrets/00_6custom.sh create mode 100644 tests/results/test_secrets/00_6domainname.sh create mode 100644 tests/results/test_secrets/00_6domainname_params.sh create mode 100644 tests/results/test_secrets/00_6float.sh create mode 100644 tests/results/test_secrets/00_6number.sh create mode 100644 tests/results/test_secrets/00_6port.sh create mode 100644 tests/results/test_secrets/00_6regexp.sh create mode 100644 tests/results/test_secrets/00_6string.sh create mode 100644 tests/results/test_secrets/00_7choice_quote.sh create mode 100644 tests/results/test_secrets/00_7help_quote.sh create mode 100644 tests/results/test_secrets/00_7value_doublequote.sh create mode 100644 tests/results/test_secrets/00_7value_doublequote2.sh create mode 100644 tests/results/test_secrets/00_7value_doublequote3.sh create mode 100644 tests/results/test_secrets/00_7value_quote.sh create mode 100644 tests/results/test_secrets/00_8calculation_information.sh create mode 100644 tests/results/test_secrets/00_8test.sh create mode 100644 tests/results/test_secrets/00_9choice_variable_multi.sh create mode 100644 tests/results/test_secrets/00_9choice_variables.sh create mode 100644 tests/results/test_secrets/00_9default_calculation.sh create mode 100644 tests/results/test_secrets/00_9default_calculation_information.sh create mode 100644 tests/results/test_secrets/00_9default_calculation_information_other_variable.sh create mode 100644 tests/results/test_secrets/00_9default_calculation_multi_optional.sh create mode 100644 tests/results/test_secrets/00_9default_calculation_multi_optional2.sh create mode 100644 tests/results/test_secrets/00_9default_calculation_optional.sh create mode 100644 tests/results/test_secrets/00_9default_calculation_optional_exists.sh create mode 100644 tests/results/test_secrets/00_9default_calculation_param_optional.sh create mode 100644 tests/results/test_secrets/00_9default_information_other_variable.sh create mode 100644 tests/results/test_secrets/00_9default_integer.sh create mode 100644 tests/results/test_secrets/01_6boolean_multi.sh create mode 100644 tests/results/test_secrets/01_6custom_multi.sh create mode 100644 tests/results/test_secrets/01_6float_multi.sh create mode 100644 tests/results/test_secrets/01_6number_multi.sh create mode 100644 tests/results/test_secrets/01_6string_empty.sh create mode 100644 tests/results/test_secrets/01_6string_multi.sh create mode 100644 tests/results/test_secrets/01_7value_multi_doublequote.sh create mode 100644 tests/results/test_secrets/01_7value_multi_doublequote2.sh create mode 100644 tests/results/test_secrets/01_7value_multi_quote.sh create mode 100644 tests/results/test_secrets/01_8calculation_information_multi.sh create mode 100644 tests/results/test_secrets/01_9choice_variable_multi.sh create mode 100644 tests/results/test_secrets/04_0type_param.sh create mode 100644 tests/results/test_secrets/04_1auto_save.sh create mode 100644 tests/results/test_secrets/04_1auto_save_and_calculated.sh create mode 100644 tests/results/test_secrets/04_1auto_save_and_calculated_hidden.sh create mode 100644 tests/results/test_secrets/04_1auto_save_and_hidden.sh create mode 100644 tests/results/test_secrets/04_1default_calculation_hidden.sh create mode 100644 tests/results/test_secrets/04_1default_calculation_hidden_2.sh create mode 100644 tests/results/test_secrets/04_5disabled_calculation_optional.sh create mode 100644 tests/results/test_secrets/04_5disabled_calculation_variable.sh create mode 100644 tests/results/test_secrets/04_5disabled_calculation_variable2.sh create mode 100644 tests/results/test_secrets/04_5disabled_calculation_variable3.sh create mode 100644 tests/results/test_secrets/04_5disabled_calculation_variable4.sh create mode 100644 tests/results/test_secrets/04_5validators.sh create mode 100644 tests/results/test_secrets/04_5validators_differ.sh create mode 100644 tests/results/test_secrets/04_5validators_multi.sh create mode 100644 tests/results/test_secrets/04_5validators_multi2.sh create mode 100644 tests/results/test_secrets/05_0multi_not_uniq.sh create mode 100644 tests/results/test_secrets/05_0multi_uniq.sh create mode 100644 tests/results/test_secrets/12_1auto_save_expert.sh create mode 100644 tests/results/test_secrets/16_0redefine_description.sh create mode 100644 tests/results/test_secrets/16_2family_redefine_calculation.sh create mode 100644 tests/results/test_secrets/16_2family_redefine_disabled.sh create mode 100644 tests/results/test_secrets/16_5exists_nonexists.sh create mode 100644 tests/results/test_secrets/16_5exists_redefine.sh create mode 100644 tests/results/test_secrets/16_5redefine_calculation.sh create mode 100644 tests/results/test_secrets/16_5redefine_choice.sh create mode 100644 tests/results/test_secrets/16_5redefine_default.sh create mode 100644 tests/results/test_secrets/16_5redefine_default_calculation.sh create mode 100644 tests/results/test_secrets/16_5redefine_family.sh create mode 100644 tests/results/test_secrets/16_5redefine_help.sh create mode 100644 tests/results/test_secrets/16_5redefine_hidden.sh create mode 100644 tests/results/test_secrets/16_5redefine_multi.sh create mode 100644 tests/results/test_secrets/16_5redefine_remove_disable_calculation.sh create mode 100644 tests/results/test_secrets/16_5test_redefine.sh create mode 100644 tests/results/test_secrets/16_6choice_redefine.sh create mode 100644 tests/results/test_secrets/16_6exists_redefine_family.sh create mode 100644 tests/results/test_secrets/16exists_exists.sh create mode 100644 tests/results/test_secrets/17_5redefine_leadership.sh create mode 100644 tests/results/test_secrets/20_0empty_family.sh create mode 100644 tests/results/test_secrets/20_0family_append.sh create mode 100644 tests/results/test_secrets/20_0family_underscore.sh create mode 100644 tests/results/test_secrets/20_0multi_family.sh create mode 100644 tests/results/test_secrets/20_0multi_family_basic.sh create mode 100644 tests/results/test_secrets/20_0multi_family_expert.sh create mode 100644 tests/results/test_secrets/20_0multi_family_order.sh create mode 100644 tests/results/test_secrets/20_0validators_differ_redefine.sh create mode 100644 tests/results/test_secrets/20_1empty_subfamily.sh create mode 100644 tests/results/test_secrets/20_9default_information_parent.sh create mode 100644 tests/results/test_secrets/24_0family_hidden_condition_sub_family.sh create mode 100644 tests/results/test_secrets/24_0family_hidden_condition_variable_sub_family.sh create mode 100644 tests/results/test_secrets/24_0family_hidden_param_condition_sub_family.sh create mode 100644 tests/results/test_secrets/24_0family_mandatory_condition.sh create mode 100644 tests/results/test_secrets/24_0family_mandatory_condition_variable.sh create mode 100644 tests/results/test_secrets/24_7validators_variable_optional.sh create mode 100644 tests/results/test_secrets/24_family_disabled_var_hidden.sh create mode 100644 tests/results/test_secrets/40_0leadership.sh create mode 100644 tests/results/test_secrets/40_0leadership_diff_name.sh create mode 100644 tests/results/test_secrets/40_0leadership_empty.sh create mode 100644 tests/results/test_secrets/40_0leadership_follower_default_calculation.sh create mode 100644 tests/results/test_secrets/40_0leadership_follower_default_value.sh create mode 100644 tests/results/test_secrets/40_0leadership_leader_not_multi.sh create mode 100644 tests/results/test_secrets/40_1leadership_append_follower.sh create mode 100644 tests/results/test_secrets/40_6leadership_follower_multi.sh create mode 100644 tests/results/test_secrets/40_8calculation_boolean.sh create mode 100644 tests/results/test_secrets/40_8calculation_multi_variable.sh create mode 100644 tests/results/test_secrets/40_8calculation_multi_variable_parent.sh create mode 100644 tests/results/test_secrets/40_8calculation_multi_variable_parent2.sh create mode 100644 tests/results/test_secrets/41_0choice_leader.sh create mode 100644 tests/results/test_secrets/44_0leadership_hidden.sh create mode 100644 tests/results/test_secrets/44_0leadership_leader_hidden.sh create mode 100644 tests/results/test_secrets/44_1leadership_append_hidden_follower.sh create mode 100644 tests/results/test_secrets/44_4leadership_mandatory.sh create mode 100644 tests/results/test_secrets/44_4leadership_mandatory_follower.sh create mode 100644 tests/results/test_secrets/44_5leadership_leader_hidden_calculation.sh create mode 100644 tests/results/test_secrets/44_6leadership_follower_disabled_calculation.sh create mode 100644 tests/results/test_secrets/60_0family_dynamic.sh create mode 100644 tests/results/test_secrets/60_0family_dynamic_1_1.sh create mode 100644 tests/results/test_secrets/60_0family_dynamic_1_1_empty.sh create mode 100644 tests/results/test_secrets/60_0family_dynamic_empty.sh create mode 100644 tests/results/test_secrets/60_0family_dynamic_no_description.sh create mode 100644 tests/results/test_secrets/60_0family_dynamic_no_description_empty.sh create mode 100644 tests/results/test_secrets/60_0family_dynamic_static.sh create mode 100644 tests/results/test_secrets/60_0family_dynamic_test.sh create mode 100644 tests/results/test_secrets/60_0family_dynamic_variable_empty.sh create mode 100644 tests/results/test_secrets/60_0family_dynamic_variable_suffix.sh create mode 100644 tests/results/test_secrets/60_0family_dynamic_variable_suffix_empty.sh create mode 100644 tests/results/test_secrets/60_0family_empty.sh create mode 100644 tests/results/test_secrets/60_0family_hidden.sh create mode 100644 tests/results/test_secrets/60_0family_mode.sh create mode 100644 tests/results/test_secrets/60_1family_dynamic_jinja.sh create mode 100644 tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group.sh create mode 100644 tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh create mode 100644 tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh create mode 100644 tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh create mode 100644 tests/results/test_secrets/60_2family_dynamic_outside_calc.sh create mode 100644 tests/results/test_secrets/60_2family_dynamic_outside_calc_empty.sh create mode 100644 tests/results/test_secrets/60_5family_dynamic_calc_suffix2.sh create mode 100644 tests/results/test_secrets/60_5family_dynamic_calc_suffix2_empty.sh create mode 100644 tests/results/test_secrets/60_5family_dynamic_calc_suffix_param.sh create mode 100644 tests/results/test_secrets/60_5family_dynamic_calc_suffix_param_empty.sh create mode 100644 tests/results/test_secrets/60_5family_dynamic_calc_variable.sh create mode 100644 tests/results/test_secrets/60_5family_dynamic_calc_variable_empty.sh create mode 100644 tests/results/test_secrets/60_5family_dynamic_hidden_suffix.sh create mode 100644 tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix.sh create mode 100644 tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh create mode 100644 tests/results/test_secrets/60_6family_dynamic_leadership.sh create mode 100644 tests/results/test_secrets/60_6family_dynamic_leadership_empty.sh create mode 100644 tests/results/test_secrets/60_9family_dynamic_calc_both.sh create mode 100644 tests/results/test_secrets/68_0family_leadership_mode.sh create mode 100644 tests/test_load.py diff --git a/src/rougail/output_console/__init__.py b/src/rougail/output_console/__init__.py index 235aa043..b1dfc7a7 100644 --- a/src/rougail/output_console/__init__.py +++ b/src/rougail/output_console/__init__.py @@ -17,10 +17,13 @@ along with this program. If not, see . """ from typing import Any, List, Optional +from io import BytesIO + from rich.tree import Tree from rich.console import Console from rich.table import Table from rich.panel import Panel +from ruamel.yaml import YAML from tiramisu import undefined from tiramisu.error import PropertiesOptionError, ConfigError @@ -122,7 +125,7 @@ class RougailOutputConsole: def run(self) -> str: with self.console.capture() as capture: self.print() - return capture.get() + return capture.get() def print(self) -> None: self.exporter() @@ -211,10 +214,13 @@ class RougailOutputConsole: self.out.append(tree) def get_root(self) -> None: + yaml = YAML() + yaml.indent(mapping=2, sequence=4, offset=2) self.output = OutputFamily( _("Variables:"), None, self, + yaml, no_icon=True, ) return self.output @@ -225,7 +231,7 @@ class RougailOutputConsole: class OutputFamily: def __init__( - self, family, parent, root, *, is_leader: bool = False, no_icon: bool = False + self, family, parent, root, _yaml, *, is_leader: bool = False, no_icon: bool = False ) -> None: if parent is None: tree = Tree @@ -247,6 +253,7 @@ class OutputFamily: guide_style="bold bright_blue", ) self.root = root + self._yaml = _yaml def add_family( self, @@ -268,6 +275,7 @@ class OutputFamily: ), self.tree, self.root, + self._yaml, ) def add_variable( @@ -288,9 +296,18 @@ class OutputFamily: elif "advanced" in properties: variable_color = self.root.variable_advanced_and_modified_color color = None - default_value = option.value.default() - if leader_index is not None and len(default_value) > leader_index: - default_value = default_value[leader_index] + try: + default_value = option.value.default() + except ConfigError: + if option.ismulti(): + default_value = [] + else: + default_value = None + if leader_index is not None: + if len(default_value) > leader_index: + default_value = default_value[leader_index] + else: + default_value = None if value is undefined: value = option.value.get() key = self.colorize( @@ -325,6 +342,7 @@ class OutputFamily: if isinstance(value, list): if default_value is None: default_value = [] +# default_value = [self.convert_value(option, val) for val in default_value] len_value = len(value) len_default_value = len(default_value) len_values = max(len_value, len_default_value) @@ -335,8 +353,6 @@ class OutputFamily: else: val = "" if idx < len_default_value: - if val: - val += " " default = default_value[idx] else: default = None @@ -349,30 +365,43 @@ class OutputFamily: ) ) return ret - if option and value is not None: + if option: value = self.convert_value( option, value, ) - else: - value = str(value) if color is not None: ret = f"[{color}]{value}[/{color}]" else: ret = value - if default_value and "force_store_value" not in option.property.get(): + if default_value is not None and "force_store_value" not in option.property.get(): default_value_color = self.root.value_default_color - ret += f" ([{default_value_color}]{default_value}[/{default_value_color}])" + default_value = self.convert_value(option, default_value) + if ret: + ret += f" ([{default_value_color}]{default_value}[/{default_value_color}])" + else: + ret = f"[{default_value_color}]{default_value}[/{default_value_color}]" return ret def convert_value( self, option, - value, - ): + value: Any, + ) -> str: + if isinstance(value, list): + print(value) + raise Exception('pfff') + """Dump variable, means transform bool, ... to yaml string""" if not self.root.show_secrets and option.type() == "password": return "*" * 10 - return str(value) + if isinstance(value, str): + return value + with BytesIO() as ymlfh: + self._yaml.dump(value, ymlfh) + ret = ymlfh.getvalue().decode("utf-8").strip() + if ret.endswith("..."): + ret = ret[:-3].strip() + return ret RougailOutput = RougailOutputConsole diff --git a/tests/results/test_mandatory_secrets/00_0empty.sh b/tests/results/test_mandatory_secrets/00_0empty.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_0empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_mandatory_secrets/00_0version_underscore.sh b/tests/results/test_mandatory_secrets/00_0version_underscore.sh new file mode 100644 index 00000000..cbb3131f --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_0version_underscore.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 version: string1 diff --git a/tests/results/test_mandatory_secrets/00_1empty_variable.sh b/tests/results/test_mandatory_secrets/00_1empty_variable.sh new file mode 100644 index 00000000..10d4ca96 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_1empty_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 empty: string1 diff --git a/tests/results/test_mandatory_secrets/00_2default_calculated.sh b/tests/results/test_mandatory_secrets/00_2default_calculated.sh new file mode 100644 index 00000000..456e0a0a --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_2default_calculated.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (no) +┗━━ 📓 var2 : + ┣━━ string1 (string1) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/00_2default_calculated_multi.sh b/tests/results/test_mandatory_secrets/00_2default_calculated_multi.sh new file mode 100644 index 00000000..a5340fd3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_multi.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 (no) +┃ ┣━━ string2 (yes) +┃ ┗━━ string3 (maybe) +┗━━ 📓 var2 : + ┣━━ string1 (string1) + ┣━━ string2 (string2) + ┗━━ string3 (string3) diff --git a/tests/results/test_mandatory_secrets/00_2default_calculated_variable_transitive.sh b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_transitive.sh new file mode 100644 index 00000000..851283d8 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ domain1.lan +┃ ┗━━ domain2.lan +┗━━ 📓 var2 : + ┣━━ domain1.lan (domain1.lan) + ┗━━ domain2.lan (domain2.lan) diff --git a/tests/results/test_mandatory_secrets/00_4load_subfolder.sh b/tests/results/test_mandatory_secrets/00_4load_subfolder.sh new file mode 100644 index 00000000..745d9a2f --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_4load_subfolder.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/00_5load_notype.sh b/tests/results/test_mandatory_secrets/00_5load_notype.sh new file mode 100644 index 00000000..65bd95e5 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_5load_notype.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 without_type: string1 (non) diff --git a/tests/results/test_mandatory_secrets/00_6boolean.sh b/tests/results/test_mandatory_secrets/00_6boolean.sh new file mode 100644 index 00000000..b27ab1f8 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6boolean.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: true (true) +┣━━ 📓 var2: true (true) +┣━━ 📓 var3: true (true) +┣━━ 📓 var4: true (false) +┣━━ 📓 var5: true (false) +┗━━ 📓 var6: true (false) diff --git a/tests/results/test_mandatory_secrets/00_6boolean_no_mandatory.sh b/tests/results/test_mandatory_secrets/00_6boolean_no_mandatory.sh new file mode 100644 index 00000000..20d348f2 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6boolean_no_mandatory.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: true (true) diff --git a/tests/results/test_mandatory_secrets/00_6choice.sh b/tests/results/test_mandatory_secrets/00_6choice.sh new file mode 100644 index 00000000..49df8e5c --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6choice.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: a +┣━━ 📓 var2: a +┣━━ 📓 var3: a +┣━━ 📓 var4: null +┣━━ 📓 var5: a (a) +┗━━ 📓 var6: 1 (1) diff --git a/tests/results/test_mandatory_secrets/00_6choice_calculation.sh b/tests/results/test_mandatory_secrets/00_6choice_calculation.sh new file mode 100644 index 00000000..ac788111 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6choice_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_mandatory_secrets/00_6choice_variable.sh b/tests/results/test_mandatory_secrets/00_6choice_variable.sh new file mode 100644 index 00000000..8acfef60 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6choice_variable.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 (a) +┃ ┣━━ string2 (b) +┃ ┗━━ string3 (c) +┗━━ 📓 var2: string1 (a) diff --git a/tests/results/test_mandatory_secrets/00_6custom.sh b/tests/results/test_mandatory_secrets/00_6custom.sh new file mode 100644 index 00000000..3e4f83a7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6custom.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 custom1: string1 +┗━━ 📓 custom2: string1 (value) diff --git a/tests/results/test_mandatory_secrets/00_6domainname.sh b/tests/results/test_mandatory_secrets/00_6domainname.sh new file mode 100644 index 00000000..4b6a7ccb --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6domainname.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_mandatory_secrets/00_6domainname_params.sh b/tests/results/test_mandatory_secrets/00_6domainname_params.sh new file mode 100644 index 00000000..4b6a7ccb --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6domainname_params.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_mandatory_secrets/00_6float.sh b/tests/results/test_mandatory_secrets/00_6float.sh new file mode 100644 index 00000000..b2f20845 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6float.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: 1.1 (0.0) +┣━━ 📓 var2: 1.1 (0.0) +┣━━ 📓 var3: 1.1 (0.0) +┣━━ 📓 var4: 1.1 (10.1) +┣━━ 📓 var5: 1.1 (10.1) +┗━━ 📓 var6: 1.1 (10.1) diff --git a/tests/results/test_mandatory_secrets/00_6number.sh b/tests/results/test_mandatory_secrets/00_6number.sh new file mode 100644 index 00000000..65e8ec85 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6number.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: 1 (0) +┣━━ 📓 var2: 1 (0) +┣━━ 📓 var3: 1 (0) +┣━━ 📓 var4: 1 (10) +┣━━ 📓 var5: 1 (10) +┗━━ 📓 var6: 1 (10) diff --git a/tests/results/test_mandatory_secrets/00_6port.sh b/tests/results/test_mandatory_secrets/00_6port.sh new file mode 100644 index 00000000..8a43519f --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6port.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable1: 80 +┣━━ 📓 variable2: 80 (8080) +┗━━ 📓 variable3: 80 (8080) diff --git a/tests/results/test_mandatory_secrets/00_6regexp.sh b/tests/results/test_mandatory_secrets/00_6regexp.sh new file mode 100644 index 00000000..c85c7c3b --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6regexp.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_mandatory_secrets/00_6string.sh b/tests/results/test_mandatory_secrets/00_6string.sh new file mode 100644 index 00000000..8ab1c48c --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_6string.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┣━━ 📓 var2: string1 +┣━━ 📓 var3: string1 +┣━━ 📓 var4: string1 (value) +┣━━ 📓 var5: string1 (value) +┗━━ 📓 var6: string1 (value) diff --git a/tests/results/test_mandatory_secrets/00_7choice_quote.sh b/tests/results/test_mandatory_secrets/00_7choice_quote.sh new file mode 100644 index 00000000..514be07a --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_7choice_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: quote' (quote') diff --git a/tests/results/test_mandatory_secrets/00_7help_quote.sh b/tests/results/test_mandatory_secrets/00_7help_quote.sh new file mode 100644 index 00000000..745d9a2f --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_7help_quote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/00_7value_doublequote.sh b/tests/results/test_mandatory_secrets/00_7value_doublequote.sh new file mode 100644 index 00000000..cfb0fbae --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_7value_doublequote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (quote") diff --git a/tests/results/test_mandatory_secrets/00_7value_doublequote2.sh b/tests/results/test_mandatory_secrets/00_7value_doublequote2.sh new file mode 100644 index 00000000..d2d12018 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_7value_doublequote2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (quote'") diff --git a/tests/results/test_mandatory_secrets/00_7value_doublequote3.sh b/tests/results/test_mandatory_secrets/00_7value_doublequote3.sh new file mode 100644 index 00000000..452fc214 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_7value_doublequote3.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (quote\"\') diff --git a/tests/results/test_mandatory_secrets/00_7value_quote.sh b/tests/results/test_mandatory_secrets/00_7value_quote.sh new file mode 100644 index 00000000..4d596891 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_7value_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (quote') diff --git a/tests/results/test_mandatory_secrets/00_8calculation_information.sh b/tests/results/test_mandatory_secrets/00_8calculation_information.sh new file mode 100644 index 00000000..20ee2871 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_8calculation_information.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 diff --git a/tests/results/test_mandatory_secrets/00_8test.sh b/tests/results/test_mandatory_secrets/00_8test.sh new file mode 100644 index 00000000..b1ffb34a --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_8test.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: test +┣━━ 📓 var2: test (value) +┣━━ 📓 var3: test1 +┣━━ 📓 var4: null +┣━━ 📓 var5: false (true) +┗━━ 📓 var6 : + ┣━━ test1 + ┗━━ test2 diff --git a/tests/results/test_mandatory_secrets/00_9choice_variable_multi.sh b/tests/results/test_mandatory_secrets/00_9choice_variable_multi.sh new file mode 100644 index 00000000..a583b22c --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9choice_variable_multi.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┗━━ 📓 variable2 : + ┣━━ val1 + ┗━━ val2 diff --git a/tests/results/test_mandatory_secrets/00_9choice_variables.sh b/tests/results/test_mandatory_secrets/00_9choice_variables.sh new file mode 100644 index 00000000..ab3878d2 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9choice_variables.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 source_variable_1: string1 (val1) +┣━━ 📓 source_variable_2: string1 (val2) +┗━━ 📓 my_variable: string1 (val1) diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation.sh b/tests/results/test_mandatory_secrets/00_9default_calculation.sh new file mode 100644 index 00000000..f48bdd20 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (string_1_True_None) diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_information.sh b/tests/results/test_mandatory_secrets/00_9default_calculation_information.sh new file mode 100644 index 00000000..9d9c8c4f --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_information.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_information_other_variable.sh b/tests/results/test_mandatory_secrets/00_9default_calculation_information_other_variable.sh new file mode 100644 index 00000000..745d9a2f --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional.sh b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional.sh new file mode 100644 index 00000000..09d1e5c3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable: string1 (val1) +┗━━ 📓 my_calculated_variable : + ┣━━ string1 (string1) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional2.sh b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional2.sh new file mode 100644 index 00000000..09d1e5c3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable: string1 (val1) +┗━━ 📓 my_calculated_variable : + ┣━━ string1 (string1) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_optional.sh b/tests/results/test_mandatory_secrets/00_9default_calculation_optional.sh new file mode 100644 index 00000000..1636046e --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_optional.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 my_calculated_variable : + ┣━━ string1 + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_optional_exists.sh b/tests/results/test_mandatory_secrets/00_9default_calculation_optional_exists.sh new file mode 100644 index 00000000..2d44a09f --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_optional_exists.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┗━━ 📓 my_calculated_variable : + ┣━━ string1 (string1) + ┣━━ string2 (string2) + ┗━━ string3 (string3) diff --git a/tests/results/test_mandatory_secrets/00_9default_calculation_param_optional.sh b/tests/results/test_mandatory_secrets/00_9default_calculation_param_optional.sh new file mode 100644 index 00000000..67cc3d28 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_param_optional.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (string1) +┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_mandatory_secrets/00_9default_information_other_variable.sh b/tests/results/test_mandatory_secrets/00_9default_information_other_variable.sh new file mode 100644 index 00000000..745d9a2f --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_information_other_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/00_9default_integer.sh b/tests/results/test_mandatory_secrets/00_9default_integer.sh new file mode 100644 index 00000000..ac788111 --- /dev/null +++ b/tests/results/test_mandatory_secrets/00_9default_integer.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_mandatory_secrets/01_6boolean_multi.sh b/tests/results/test_mandatory_secrets/01_6boolean_multi.sh new file mode 100644 index 00000000..fd45bd52 --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_6boolean_multi.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┗━━ true (true) +┣━━ 📓 var2 : +┃ ┗━━ true (true) +┣━━ 📓 var3 : +┃ ┗━━ true (true) +┣━━ 📓 var4 : +┃ ┗━━ true (false) +┣━━ 📓 var5 : +┃ ┗━━ true (false) +┣━━ 📓 var6 : +┃ ┗━━ true (false) +┣━━ 📓 var7 : +┃ ┗━━ true (true) +┗━━ 📓 var8 : + ┗━━ true (true) diff --git a/tests/results/test_mandatory_secrets/01_6custom_multi.sh b/tests/results/test_mandatory_secrets/01_6custom_multi.sh new file mode 100644 index 00000000..9ca11f8e --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_6custom_multi.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 custom1 : +┃ ┣━━ string1 +┃ ┣━━ string2 +┃ ┗━━ string3 +┗━━ 📓 custom2 : + ┣━━ string1 (value) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/01_6float_multi.sh b/tests/results/test_mandatory_secrets/01_6float_multi.sh new file mode 100644 index 00000000..23d167b2 --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_6float_multi.sh @@ -0,0 +1,39 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ 1.1 (0.0) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var2 : +┃ ┣━━ 1.1 (0.0) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var3 : +┃ ┣━━ 1.1 (0.0) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var4 : +┃ ┣━━ 1.1 (10.1) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var5 : +┃ ┣━━ 1.1 (10.1) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var6 : +┃ ┣━━ 1.1 (10.1) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var7 : +┃ ┣━━ 1.1 (0.0) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┗━━ 📓 var8 : + ┣━━ 1.1 (0.0) + ┣━━ 2.2 + ┗━━ 3.3 diff --git a/tests/results/test_mandatory_secrets/01_6number_multi.sh b/tests/results/test_mandatory_secrets/01_6number_multi.sh new file mode 100644 index 00000000..a5ad1075 --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_6number_multi.sh @@ -0,0 +1,39 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ 1 (0) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var2 : +┃ ┣━━ 1 (0) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var3 : +┃ ┣━━ 1 (0) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var4 : +┃ ┣━━ 1 (10) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var5 : +┃ ┣━━ 1 (10) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var6 : +┃ ┣━━ 1 (10) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var7 : +┃ ┣━━ 1 (0) +┃ ┣━━ 2 +┃ ┗━━ 3 +┗━━ 📓 var8 : + ┣━━ 1 (0) + ┣━━ 2 + ┗━━ 3 diff --git a/tests/results/test_mandatory_secrets/01_6string_empty.sh b/tests/results/test_mandatory_secrets/01_6string_empty.sh new file mode 100644 index 00000000..c8a3fd0c --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_6string_empty.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ string1 (value) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/01_6string_multi.sh b/tests/results/test_mandatory_secrets/01_6string_multi.sh new file mode 100644 index 00000000..4e254cd2 --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_6string_multi.sh @@ -0,0 +1,36 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📓 var2 : +┃ ┣━━ string1 +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📓 var3: string1 +┣━━ 📓 var4 : +┃ ┣━━ string1 (value) +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📓 var5 : +┃ ┣━━ string1 (value) +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📓 var6 : +┃ ┣━━ string1 (value) +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📓 var7 : +┃ ┣━━ string1 (value) +┃ ┣━━ string2 +┃ ┗━━ string3 +┗━━ 📓 var8 : + ┣━━ string1 (value) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/01_7value_multi_doublequote.sh b/tests/results/test_mandatory_secrets/01_7value_multi_doublequote.sh new file mode 100644 index 00000000..c48b269b --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_7value_multi_doublequote.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 (quote") + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/01_7value_multi_doublequote2.sh b/tests/results/test_mandatory_secrets/01_7value_multi_doublequote2.sh new file mode 100644 index 00000000..d28cadfb --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_7value_multi_doublequote2.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 (quote'") + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/01_7value_multi_quote.sh b/tests/results/test_mandatory_secrets/01_7value_multi_quote.sh new file mode 100644 index 00000000..7a0036ee --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_7value_multi_quote.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 (quote') + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/01_8calculation_information_multi.sh b/tests/results/test_mandatory_secrets/01_8calculation_information_multi.sh new file mode 100644 index 00000000..3d17763c --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_8calculation_information_multi.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/01_9choice_variable_multi.sh b/tests/results/test_mandatory_secrets/01_9choice_variable_multi.sh new file mode 100644 index 00000000..d7a7ea2b --- /dev/null +++ b/tests/results/test_mandatory_secrets/01_9choice_variable_multi.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable1 : +┃ ┣━━ string1 (a) +┃ ┣━━ string2 (b) +┃ ┗━━ string3 (c) +┗━━ 📓 variable2: string1 diff --git a/tests/results/test_mandatory_secrets/04_0type_param.sh b/tests/results/test_mandatory_secrets/04_0type_param.sh new file mode 100644 index 00000000..ddfef88f --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_0type_param.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 int: 1 (10) diff --git a/tests/results/test_mandatory_secrets/04_1auto_save.sh b/tests/results/test_mandatory_secrets/04_1auto_save.sh new file mode 100644 index 00000000..a99ff67d --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1auto_save.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: no diff --git a/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated.sh b/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated.sh new file mode 100644 index 00000000..a730525f --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (no) +┗━━ 📓 var2: no diff --git a/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 00000000..823343a3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (no) +┗━━ 📓 var2: yes diff --git a/tests/results/test_mandatory_secrets/04_1auto_save_and_hidden.sh b/tests/results/test_mandatory_secrets/04_1auto_save_and_hidden.sh new file mode 100644 index 00000000..f3bbf7cb --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1auto_save_and_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: yes diff --git a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden.sh b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden.sh new file mode 100644 index 00000000..f4a35c34 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (value) +┣━━ 📓 var2: string1 +┗━━ 📓 var3: string1 diff --git a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_2.sh b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_2.sh new file mode 100644 index 00000000..f4a35c34 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (value) +┣━━ 📓 var2: string1 +┗━━ 📓 var3: string1 diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional.sh b/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional.sh new file mode 100644 index 00000000..c862f1fe --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┣━━ 📓 var1: null +┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable.sh b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable.sh new file mode 100644 index 00000000..a9481ef9 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: true (false) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable2.sh b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable2.sh new file mode 100644 index 00000000..881ad945 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: true (true) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable3.sh b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable3.sh new file mode 100644 index 00000000..36d67de7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable3.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (yes) +┗━━ 📓 variable: string1 diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable4.sh b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable4.sh new file mode 100644 index 00000000..672c603d --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable4.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_mandatory_secrets/04_5validators.sh b/tests/results/test_mandatory_secrets/04_5validators.sh new file mode 100644 index 00000000..adce0151 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5validators.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 int: 1 diff --git a/tests/results/test_mandatory_secrets/04_5validators_differ.sh b/tests/results/test_mandatory_secrets/04_5validators_differ.sh new file mode 100644 index 00000000..e30325e9 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5validators_differ.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: another_value (oui) +┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_mandatory_secrets/04_5validators_multi.sh b/tests/results/test_mandatory_secrets/04_5validators_multi.sh new file mode 100644 index 00000000..7f26d871 --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5validators_multi.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ string1 (no) + ┣━━ string2 (yes) + ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/04_5validators_multi2.sh b/tests/results/test_mandatory_secrets/04_5validators_multi2.sh new file mode 100644 index 00000000..3fcdbdbf --- /dev/null +++ b/tests/results/test_mandatory_secrets/04_5validators_multi2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ val1 (no) + ┗━━ val2 (yes) diff --git a/tests/results/test_mandatory_secrets/05_0multi_not_uniq.sh b/tests/results/test_mandatory_secrets/05_0multi_not_uniq.sh new file mode 100644 index 00000000..472495b2 --- /dev/null +++ b/tests/results/test_mandatory_secrets/05_0multi_not_uniq.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ string1 (non) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/05_0multi_uniq.sh b/tests/results/test_mandatory_secrets/05_0multi_uniq.sh new file mode 100644 index 00000000..d52c7879 --- /dev/null +++ b/tests/results/test_mandatory_secrets/05_0multi_uniq.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 (non) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/12_1auto_save_expert.sh b/tests/results/test_mandatory_secrets/12_1auto_save_expert.sh new file mode 100644 index 00000000..29435ca3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/12_1auto_save_expert.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: no diff --git a/tests/results/test_mandatory_secrets/16_0redefine_description.sh b/tests/results/test_mandatory_secrets/16_0redefine_description.sh new file mode 100644 index 00000000..9d9c8c4f --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_0redefine_description.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/16_2family_redefine_calculation.sh b/tests/results/test_mandatory_secrets/16_2family_redefine_calculation.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_2family_redefine_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_mandatory_secrets/16_2family_redefine_disabled.sh b/tests/results/test_mandatory_secrets/16_2family_redefine_disabled.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_2family_redefine_disabled.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_mandatory_secrets/16_5exists_nonexists.sh b/tests/results/test_mandatory_secrets/16_5exists_nonexists.sh new file mode 100644 index 00000000..3466da74 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5exists_nonexists.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (no) +┗━━ 📓 var2: string1 (yes) diff --git a/tests/results/test_mandatory_secrets/16_5exists_redefine.sh b/tests/results/test_mandatory_secrets/16_5exists_redefine.sh new file mode 100644 index 00000000..d93518e4 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5exists_redefine.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1: yes diff --git a/tests/results/test_mandatory_secrets/16_5redefine_calculation.sh b/tests/results/test_mandatory_secrets/16_5redefine_calculation.sh new file mode 100644 index 00000000..41a92174 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_mandatory_secrets/16_5redefine_choice.sh b/tests/results/test_mandatory_secrets/16_5redefine_choice.sh new file mode 100644 index 00000000..a9898f10 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_choice.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: a diff --git a/tests/results/test_mandatory_secrets/16_5redefine_default.sh b/tests/results/test_mandatory_secrets/16_5redefine_default.sh new file mode 100644 index 00000000..41a92174 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_default.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_mandatory_secrets/16_5redefine_default_calculation.sh b/tests/results/test_mandatory_secrets/16_5redefine_default_calculation.sh new file mode 100644 index 00000000..20ee2871 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_default_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 diff --git a/tests/results/test_mandatory_secrets/16_5redefine_family.sh b/tests/results/test_mandatory_secrets/16_5redefine_family.sh new file mode 100644 index 00000000..bfc9f472 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_family.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_mandatory_secrets/16_5redefine_help.sh b/tests/results/test_mandatory_secrets/16_5redefine_help.sh new file mode 100644 index 00000000..bfc9f472 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_help.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_mandatory_secrets/16_5redefine_hidden.sh b/tests/results/test_mandatory_secrets/16_5redefine_hidden.sh new file mode 100644 index 00000000..a958bd44 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: no diff --git a/tests/results/test_mandatory_secrets/16_5redefine_multi.sh b/tests/results/test_mandatory_secrets/16_5redefine_multi.sh new file mode 100644 index 00000000..d52c7879 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_multi.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 (non) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/16_5redefine_remove_disable_calculation.sh b/tests/results/test_mandatory_secrets/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 00000000..7122d359 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┗━━ 📓 variable: string1 diff --git a/tests/results/test_mandatory_secrets/16_5test_redefine.sh b/tests/results/test_mandatory_secrets/16_5test_redefine.sh new file mode 100644 index 00000000..3208745f --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_5test_redefine.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: test1 (no) +┣━━ 📓 var2: test1 (non) +┗━━ 📓 var3: string1 diff --git a/tests/results/test_mandatory_secrets/16_6choice_redefine.sh b/tests/results/test_mandatory_secrets/16_6choice_redefine.sh new file mode 100644 index 00000000..569602bc --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_6choice_redefine.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: a (c) diff --git a/tests/results/test_mandatory_secrets/16_6exists_redefine_family.sh b/tests/results/test_mandatory_secrets/16_6exists_redefine_family.sh new file mode 100644 index 00000000..0958ff98 --- /dev/null +++ b/tests/results/test_mandatory_secrets/16_6exists_redefine_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 family1 +┃ ┗━━ 📓 variable1: string1 +┗━━ 📂 family2 + ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_mandatory_secrets/16exists_exists.sh b/tests/results/test_mandatory_secrets/16exists_exists.sh new file mode 100644 index 00000000..9d9c8c4f --- /dev/null +++ b/tests/results/test_mandatory_secrets/16exists_exists.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/17_5redefine_leadership.sh b/tests/results/test_mandatory_secrets/17_5redefine_leadership.sh new file mode 100644 index 00000000..0986b3a7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/17_5redefine_leadership.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/20_0empty_family.sh b/tests/results/test_mandatory_secrets/20_0empty_family.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_0empty_family.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_mandatory_secrets/20_0family_append.sh b/tests/results/test_mandatory_secrets/20_0family_append.sh new file mode 100644 index 00000000..2a1dc698 --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_0family_append.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/20_0family_underscore.sh b/tests/results/test_mandatory_secrets/20_0family_underscore.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_0family_underscore.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_mandatory_secrets/20_0multi_family.sh b/tests/results/test_mandatory_secrets/20_0multi_family.sh new file mode 100644 index 00000000..c94a75f7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_0multi_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_mandatory_secrets/20_0multi_family_basic.sh b/tests/results/test_mandatory_secrets/20_0multi_family_basic.sh new file mode 100644 index 00000000..c94a75f7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_0multi_family_basic.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_mandatory_secrets/20_0multi_family_expert.sh b/tests/results/test_mandatory_secrets/20_0multi_family_expert.sh new file mode 100644 index 00000000..a0a7fcbe --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_0multi_family_expert.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_mandatory_secrets/20_0multi_family_order.sh b/tests/results/test_mandatory_secrets/20_0multi_family_order.sh new file mode 100644 index 00000000..cabace88 --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_0multi_family_order.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable: string1 +┗━━ 📂 family + ┣━━ 📓 variable1: string1 + ┣━━ 📂 subfamily + ┃ ┗━━ 📓 variable: string1 + ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_mandatory_secrets/20_0validators_differ_redefine.sh b/tests/results/test_mandatory_secrets/20_0validators_differ_redefine.sh new file mode 100644 index 00000000..9e562b8d --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_0validators_differ_redefine.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (no) +┣━━ 📓 var2: string1 (no) +┗━━ 📓 var3: yes (yes) diff --git a/tests/results/test_mandatory_secrets/20_1empty_subfamily.sh b/tests/results/test_mandatory_secrets/20_1empty_subfamily.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_1empty_subfamily.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_mandatory_secrets/20_9default_information_parent.sh b/tests/results/test_mandatory_secrets/20_9default_information_parent.sh new file mode 100644 index 00000000..2a1dc698 --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_9default_information_parent.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/24_0family_hidden_condition_sub_family.sh b/tests/results/test_mandatory_secrets/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 00000000..386c7f72 --- /dev/null +++ b/tests/results/test_mandatory_secrets/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 var1: string1 diff --git a/tests/results/test_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 00000000..d12c240f --- /dev/null +++ b/tests/results/test_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: true (true) +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 var1: null diff --git a/tests/results/test_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 00000000..a43d0554 --- /dev/null +++ b/tests/results/test_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┗━━ 📂 family + ┗━━ 📂 sub_family +  ┗━━ 📓 var1: string1 diff --git a/tests/results/test_mandatory_secrets/24_0family_mandatory_condition.sh b/tests/results/test_mandatory_secrets/24_0family_mandatory_condition.sh new file mode 100644 index 00000000..d7edcb87 --- /dev/null +++ b/tests/results/test_mandatory_secrets/24_0family_mandatory_condition.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/24_0family_mandatory_condition_variable.sh b/tests/results/test_mandatory_secrets/24_0family_mandatory_condition_variable.sh new file mode 100644 index 00000000..d88e1e8a --- /dev/null +++ b/tests/results/test_mandatory_secrets/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: true (true) +┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/24_7validators_variable_optional.sh b/tests/results/test_mandatory_secrets/24_7validators_variable_optional.sh new file mode 100644 index 00000000..0c957fe2 --- /dev/null +++ b/tests/results/test_mandatory_secrets/24_7validators_variable_optional.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 general + ┣━━ 📓 int: 5 + ┗━━ 📓 int2: 1 (1) diff --git a/tests/results/test_mandatory_secrets/24_family_disabled_var_hidden.sh b/tests/results/test_mandatory_secrets/24_family_disabled_var_hidden.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/24_family_disabled_var_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_mandatory_secrets/40_0leadership.sh b/tests/results/test_mandatory_secrets/40_0leadership.sh new file mode 100644 index 00000000..1cf06b15 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_0leadership.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: string1 + ┃ ┗━━ 📓 follower2: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: string2 + ┃ ┗━━ 📓 follower2: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: string3 +  ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_mandatory_secrets/40_0leadership_diff_name.sh b/tests/results/test_mandatory_secrets/40_0leadership_diff_name.sh new file mode 100644 index 00000000..a4b3870a --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_0leadership_diff_name.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leadership + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: string1 + ┃ ┗━━ 📓 follower2: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: string2 + ┃ ┗━━ 📓 follower2: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: string3 +  ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_mandatory_secrets/40_0leadership_empty.sh b/tests/results/test_mandatory_secrets/40_0leadership_empty.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_0leadership_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_mandatory_secrets/40_0leadership_follower_default_calculation.sh b/tests/results/test_mandatory_secrets/40_0leadership_follower_default_calculation.sh new file mode 100644 index 00000000..de2c6b66 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: string1 (value) + ┃ ┗━━ 📓 follower2: string1 (string1) + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: string2 (value) + ┃ ┗━━ 📓 follower2: string2 (string2) + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: string3 (value) +  ┗━━ 📓 follower2: string3 (string3) diff --git a/tests/results/test_mandatory_secrets/40_0leadership_follower_default_value.sh b/tests/results/test_mandatory_secrets/40_0leadership_follower_default_value.sh new file mode 100644 index 00000000..ec2629ff --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_0leadership_follower_default_value.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower1: string1 (value) + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower1: string2 (value) + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower1: string3 (value) diff --git a/tests/results/test_mandatory_secrets/40_0leadership_leader_not_multi.sh b/tests/results/test_mandatory_secrets/40_0leadership_leader_not_multi.sh new file mode 100644 index 00000000..3559fd28 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_0leadership_leader_not_multi.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 general +┃ ┗━━ 📓 mode_conteneur_actif: string1 (non) +┗━━ 📂 general1 + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_mandatory_secrets/40_1leadership_append_follower.sh b/tests/results/test_mandatory_secrets/40_1leadership_append_follower.sh new file mode 100644 index 00000000..6f828704 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_1leadership_append_follower.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: string1 + ┃ ┣━━ 📓 follower2: string1 + ┃ ┗━━ 📓 follower3: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: string2 + ┃ ┣━━ 📓 follower2: string2 + ┃ ┗━━ 📓 follower3: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: string3 +  ┣━━ 📓 follower2: string3 +  ┗━━ 📓 follower3: string3 diff --git a/tests/results/test_mandatory_secrets/40_6leadership_follower_multi.sh b/tests/results/test_mandatory_secrets/40_6leadership_follower_multi.sh new file mode 100644 index 00000000..edf63fbb --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_6leadership_follower_multi.sh @@ -0,0 +1,38 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leadership + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1 : + ┃ ┃ ┣━━ string1 + ┃ ┃ ┣━━ string2 + ┃ ┃ ┗━━ string3 + ┃ ┗━━ 📓 follower2 : + ┃  ┣━━ string1 (value) + ┃  ┣━━ string2 + ┃  ┗━━ string3 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1 : + ┃ ┃ ┣━━ string1 + ┃ ┃ ┣━━ string2 + ┃ ┃ ┗━━ string3 + ┃ ┗━━ 📓 follower2 : + ┃  ┣━━ string1 (value) + ┃  ┣━━ string2 + ┃  ┗━━ string3 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1 : +  ┃ ┣━━ string1 +  ┃ ┣━━ string2 +  ┃ ┗━━ string3 +  ┗━━ 📓 follower2 : +   ┣━━ string1 (value) +   ┣━━ string2 +   ┗━━ string3 diff --git a/tests/results/test_mandatory_secrets/40_8calculation_boolean.sh b/tests/results/test_mandatory_secrets/40_8calculation_boolean.sh new file mode 100644 index 00000000..5ad32730 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_8calculation_boolean.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 bool: true (false) +┣━━ 📓 multi1 : +┃ ┣━━ true (true) +┃ ┗━━ false +┗━━ 📓 multi2 : + ┗━━ true (false) diff --git a/tests/results/test_mandatory_secrets/40_8calculation_multi_variable.sh b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable.sh new file mode 100644 index 00000000..f02cd683 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (string1) +┃ ┣━━ string2 (string1) +┃ ┗━━ string3 +┣━━ 📓 var2: string1 (no) +┗━━ 📓 var3: string1 (yes) diff --git a/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent.sh b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent.sh new file mode 100644 index 00000000..e3c89bf1 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var: string1 (no) +┗━━ 📂 fam1 + ┗━━ 📓 var: string1 (string1) diff --git a/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent2.sh b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 00000000..b3ffd399 --- /dev/null +++ b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 fam1 +┃ ┗━━ 📓 var: string1 (no) +┗━━ 📂 fam2 + ┗━━ 📓 var: string1 (string1) diff --git a/tests/results/test_mandatory_secrets/41_0choice_leader.sh b/tests/results/test_mandatory_secrets/41_0choice_leader.sh new file mode 100644 index 00000000..621054f6 --- /dev/null +++ b/tests/results/test_mandatory_secrets/41_0choice_leader.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower1: a + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower1: b + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower1: c diff --git a/tests/results/test_mandatory_secrets/44_0leadership_hidden.sh b/tests/results/test_mandatory_secrets/44_0leadership_hidden.sh new file mode 100644 index 00000000..0986b3a7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/44_0leadership_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.sh new file mode 100644 index 00000000..0986b3a7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/44_1leadership_append_hidden_follower.sh b/tests/results/test_mandatory_secrets/44_1leadership_append_hidden_follower.sh new file mode 100644 index 00000000..0986b3a7 --- /dev/null +++ b/tests/results/test_mandatory_secrets/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_mandatory_secrets/44_4leadership_mandatory.sh b/tests/results/test_mandatory_secrets/44_4leadership_mandatory.sh new file mode 100644 index 00000000..2631fe95 --- /dev/null +++ b/tests/results/test_mandatory_secrets/44_4leadership_mandatory.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower1: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower1: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower1: string3 diff --git a/tests/results/test_mandatory_secrets/44_4leadership_mandatory_follower.sh b/tests/results/test_mandatory_secrets/44_4leadership_mandatory_follower.sh new file mode 100644 index 00000000..76d1cd5e --- /dev/null +++ b/tests/results/test_mandatory_secrets/44_4leadership_mandatory_follower.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower: string3 diff --git a/tests/results/test_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 00000000..3ed7795d --- /dev/null +++ b/tests/results/test_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower: string3 diff --git a/tests/results/test_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 00000000..c8cf81ce --- /dev/null +++ b/tests/results/test_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (yes) +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower: string3 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic.sh new file mode 100644 index 00000000..f3c0ccf0 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1.sh new file mode 100644 index 00000000..f1382269 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 vardyn: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 vardyn: string1 +┗━━ 📂 dynstring3 + ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1_empty.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 00000000..89e74b51 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 vardyn: string1 +┗━━ 📂 dynval2 + ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_empty.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_empty.sh new file mode 100644 index 00000000..db9c00dc --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_empty.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description.sh new file mode 100644 index 00000000..f3c0ccf0 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description_empty.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 00000000..c64d84ae --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_static.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_static.sh new file mode 100644 index 00000000..8433ae8e --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_static.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_test.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_test.sh new file mode 100644 index 00000000..c64d84ae --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_test.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_empty.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_empty.sh new file mode 100644 index 00000000..a953da08 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 (val) +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 (val) +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 (val) diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 00000000..be5eed54 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 (a value) +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 (a value) +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 (a value) diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 00000000..19ac83d5 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 (a value) +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 (a value) diff --git a/tests/results/test_mandatory_secrets/60_0family_empty.sh b/tests/results/test_mandatory_secrets/60_0family_empty.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_mandatory_secrets/60_0family_hidden.sh b/tests/results/test_mandatory_secrets/60_0family_hidden.sh new file mode 100644 index 00000000..10fba371 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 var: null diff --git a/tests/results/test_mandatory_secrets/60_0family_mode.sh b/tests/results/test_mandatory_secrets/60_0family_mode.sh new file mode 100644 index 00000000..d5af23e0 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_0family_mode.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 var: string1 (non) diff --git a/tests/results/test_mandatory_secrets/60_1family_dynamic_jinja.sh b/tests/results/test_mandatory_secrets/60_1family_dynamic_jinja.sh new file mode 100644 index 00000000..7d22b322 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_1family_dynamic_jinja.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dyn1 +┃ ┗━━ 📓 var: string1 (val) +┣━━ 📂 dyn2 +┃ ┗━━ 📓 var: string1 (val) +┗━━ 📂 dyn3 + ┗━━ 📓 var: string1 (val) diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 00000000..d32b4c8f --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┣━━ 📂 dynstring3 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 00000000..6d968042 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 (string1) +┣━━ 📂 dynstring2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 (string2) +┣━━ 📂 dynstring3 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 (string3) +┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 00000000..a11d5fba --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 (val1) +┣━━ 📂 dynval2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 (val2) +┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 00000000..b2582f23 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┣━━ 📂 dynval2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc.sh b/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc.sh new file mode 100644 index 00000000..0cb97c1e --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 (val) +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 (val) +┣━━ 📂 dynstring3 +┃ ┗━━ 📓 var: string1 (val) +┗━━ 📓 newvar: string1 diff --git a/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 00000000..01fbe727 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 (val) +┣━━ 📂 dynval2 +┃ ┗━━ 📓 var: string1 (val) +┗━━ 📓 newvar: string1 (string1) diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 00000000..dc432b35 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 (string1) +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 (string2) +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 (string3) diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 00000000..21086f8a --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 (val1) +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 (val2) diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 00000000..dc432b35 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 (string1) +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 (string2) +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 (string3) diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 00000000..21086f8a --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 (val1) +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 (val2) diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable.sh new file mode 100644 index 00000000..abaf54f9 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynstring3 +┃ ┗━━ 📓 var: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 00000000..db123493 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynval2 +┃ ┗━━ 📓 var: string1 +┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 00000000..cabdce6d --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 dynval1 +┃ ┣━━ 📓 var: string1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┗━━ 📂 dynval2 + ┣━━ 📓 var: null + ┗━━ 📂 family +  ┗━━ 📓 var: null diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 00000000..a2ade61e --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dyn_string1 +┃ ┗━━ 📓 var: string1 (string1) +┣━━ 📂 dyn_string2 +┃ ┗━━ 📓 var: string1 (string2) +┣━━ 📂 dyn_string3 +┃ ┗━━ 📓 var: string1 (string3) +┗━━ 📓 var2: string1 diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 00000000..a8345509 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dyn_val1 +┃ ┗━━ 📓 var: string1 (val1) +┣━━ 📂 dyn_val2 +┃ ┗━━ 📓 var: string1 (val2) +┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership.sh b/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership.sh new file mode 100644 index 00000000..4f6d8c55 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership.sh @@ -0,0 +1,53 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📂 leadership +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string1 +┃  ┃ ┣━━ 📓 follower1: string1 +┃  ┃ ┗━━ 📓 follower2: string1 +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string2 +┃  ┃ ┣━━ 📓 follower1: string2 +┃  ┃ ┗━━ 📓 follower2: string2 +┃  ┗━━ 📂 leader +┃   ┣━━ 📓 leader: string3 +┃   ┣━━ 📓 follower1: string3 +┃   ┗━━ 📓 follower2: string3 +┣━━ 📂 dynstring2 +┃ ┗━━ 📂 leadership +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string1 +┃  ┃ ┣━━ 📓 follower1: string1 +┃  ┃ ┗━━ 📓 follower2: string1 +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string2 +┃  ┃ ┣━━ 📓 follower1: string2 +┃  ┃ ┗━━ 📓 follower2: string2 +┃  ┗━━ 📂 leader +┃   ┣━━ 📓 leader: string3 +┃   ┣━━ 📓 follower1: string3 +┃   ┗━━ 📓 follower2: string3 +┗━━ 📂 dynstring3 + ┗━━ 📂 leadership +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership_empty.sh b/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 00000000..8acc46c5 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,38 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📂 leadership +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string1 +┃  ┃ ┣━━ 📓 follower1: string1 +┃  ┃ ┗━━ 📓 follower2: string1 +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string2 +┃  ┃ ┣━━ 📓 follower1: string2 +┃  ┃ ┗━━ 📓 follower2: string2 +┃  ┗━━ 📂 leader +┃   ┣━━ 📓 leader: string3 +┃   ┣━━ 📓 follower1: string3 +┃   ┗━━ 📓 follower2: string3 +┗━━ 📂 dynval2 + ┗━━ 📂 leadership +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_mandatory_secrets/60_9family_dynamic_calc_both.sh b/tests/results/test_mandatory_secrets/60_9family_dynamic_calc_both.sh new file mode 100644 index 00000000..407ad722 --- /dev/null +++ b/tests/results/test_mandatory_secrets/60_9family_dynamic_calc_both.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var: string1 (val2) +┣━━ 📂 dynval1 +┃ ┗━━ 📓 vardyn: string1 +┗━━ 📂 dynstring1 + ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_mandatory_secrets/68_0family_leadership_mode.sh b/tests/results/test_mandatory_secrets/68_0family_leadership_mode.sh new file mode 100644 index 00000000..1cf06b15 --- /dev/null +++ b/tests/results/test_mandatory_secrets/68_0family_leadership_mode.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: string1 + ┃ ┗━━ 📓 follower2: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: string2 + ┃ ┗━━ 📓 follower2: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: string3 +  ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_mandatory_secrets/00_0empty.sh b/tests/results/test_namespace_mandatory_secrets/00_0empty.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_0empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_namespace_mandatory_secrets/00_0version_underscore.sh b/tests/results/test_namespace_mandatory_secrets/00_0version_underscore.sh new file mode 100644 index 00000000..27c22587 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_0version_underscore.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 version: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_1empty_variable.sh b/tests/results/test_namespace_mandatory_secrets/00_1empty_variable.sh new file mode 100644 index 00000000..9413de78 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_1empty_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 empty: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated.sh b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated.sh new file mode 100644 index 00000000..a835e233 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (no) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_multi.sh b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_multi.sh new file mode 100644 index 00000000..9411e955 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_multi.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (no) + ┃ ┣━━ string2 (yes) + ┃ ┗━━ string3 (maybe) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_transitive.sh new file mode 100644 index 00000000..2be0a766 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ domain1.lan + ┃ ┗━━ domain2.lan + ┗━━ 📓 var2 : +  ┣━━ domain1.lan (domain1.lan) +  ┗━━ domain2.lan (domain2.lan) diff --git a/tests/results/test_namespace_mandatory_secrets/00_4load_subfolder.sh b/tests/results/test_namespace_mandatory_secrets/00_4load_subfolder.sh new file mode 100644 index 00000000..874cc7ed --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_4load_subfolder.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_5load_notype.sh b/tests/results/test_namespace_mandatory_secrets/00_5load_notype.sh new file mode 100644 index 00000000..03776ccc --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_5load_notype.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 without_type: string1 (non) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6boolean.sh b/tests/results/test_namespace_mandatory_secrets/00_6boolean.sh new file mode 100644 index 00000000..7bc694e4 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6boolean.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: true (true) + ┣━━ 📓 var2: true (true) + ┣━━ 📓 var3: true (true) + ┣━━ 📓 var4: true (false) + ┣━━ 📓 var5: true (false) + ┗━━ 📓 var6: true (false) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_mandatory_secrets/00_6boolean_no_mandatory.sh new file mode 100644 index 00000000..311b7c78 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6boolean_no_mandatory.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: true (true) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice.sh b/tests/results/test_namespace_mandatory_secrets/00_6choice.sh new file mode 100644 index 00000000..e96af4df --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: a + ┣━━ 📓 var2: a + ┣━━ 📓 var3: a + ┣━━ 📓 var4: null + ┣━━ 📓 var5: a (a) + ┗━━ 📓 var6: 1 (1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice_calculation.sh b/tests/results/test_namespace_mandatory_secrets/00_6choice_calculation.sh new file mode 100644 index 00000000..438fae70 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_calculation.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice_variable.sh b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable.sh new file mode 100644 index 00000000..95f675c6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┗━━ 📓 var2: string1 (a) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6custom.sh b/tests/results/test_namespace_mandatory_secrets/00_6custom.sh new file mode 100644 index 00000000..6bd301f6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6custom.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 custom1: string1 + ┗━━ 📓 custom2: string1 (value) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6domainname.sh b/tests/results/test_namespace_mandatory_secrets/00_6domainname.sh new file mode 100644 index 00000000..c39818de --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6domainname.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6domainname_params.sh b/tests/results/test_namespace_mandatory_secrets/00_6domainname_params.sh new file mode 100644 index 00000000..c39818de --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6domainname_params.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6float.sh b/tests/results/test_namespace_mandatory_secrets/00_6float.sh new file mode 100644 index 00000000..2a6b33c3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6float.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: 1.1 (0.0) + ┣━━ 📓 var2: 1.1 (0.0) + ┣━━ 📓 var3: 1.1 (0.0) + ┣━━ 📓 var4: 1.1 (10.1) + ┣━━ 📓 var5: 1.1 (10.1) + ┗━━ 📓 var6: 1.1 (10.1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6number.sh b/tests/results/test_namespace_mandatory_secrets/00_6number.sh new file mode 100644 index 00000000..775f0a28 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6number.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: 1 (0) + ┣━━ 📓 var2: 1 (0) + ┣━━ 📓 var3: 1 (0) + ┣━━ 📓 var4: 1 (10) + ┣━━ 📓 var5: 1 (10) + ┗━━ 📓 var6: 1 (10) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6port.sh b/tests/results/test_namespace_mandatory_secrets/00_6port.sh new file mode 100644 index 00000000..2db48f11 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6port.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable1: 80 + ┣━━ 📓 variable2: 80 (8080) + ┗━━ 📓 variable3: 80 (8080) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6regexp.sh b/tests/results/test_namespace_mandatory_secrets/00_6regexp.sh new file mode 100644 index 00000000..825fb2e4 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6regexp.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6string.sh b/tests/results/test_namespace_mandatory_secrets/00_6string.sh new file mode 100644 index 00000000..9ee9b1fd --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_6string.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┣━━ 📓 var2: string1 + ┣━━ 📓 var3: string1 + ┣━━ 📓 var4: string1 (value) + ┣━━ 📓 var5: string1 (value) + ┗━━ 📓 var6: string1 (value) diff --git a/tests/results/test_namespace_mandatory_secrets/00_7choice_quote.sh b/tests/results/test_namespace_mandatory_secrets/00_7choice_quote.sh new file mode 100644 index 00000000..9622afbc --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_7choice_quote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: quote' (quote') diff --git a/tests/results/test_namespace_mandatory_secrets/00_7help_quote.sh b/tests/results/test_namespace_mandatory_secrets/00_7help_quote.sh new file mode 100644 index 00000000..874cc7ed --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_7help_quote.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote.sh b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote.sh new file mode 100644 index 00000000..e8ec0b1c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (quote") diff --git a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote2.sh b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote2.sh new file mode 100644 index 00000000..51ba23aa --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (quote'") diff --git a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote3.sh b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote3.sh new file mode 100644 index 00000000..666a92aa --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote3.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (quote\"\') diff --git a/tests/results/test_namespace_mandatory_secrets/00_7value_quote.sh b/tests/results/test_namespace_mandatory_secrets/00_7value_quote.sh new file mode 100644 index 00000000..cda367b9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_7value_quote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (quote') diff --git a/tests/results/test_namespace_mandatory_secrets/00_8calculation_information.sh b/tests/results/test_namespace_mandatory_secrets/00_8calculation_information.sh new file mode 100644 index 00000000..c0e9411d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_8calculation_information.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_8test.sh b/tests/results/test_namespace_mandatory_secrets/00_8test.sh new file mode 100644 index 00000000..0b2e0e4d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_8test.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: test + ┣━━ 📓 var2: test (value) + ┣━━ 📓 var3: test1 + ┣━━ 📓 var4: null + ┣━━ 📓 var5: false (true) + ┗━━ 📓 var6 : +  ┣━━ test1 +  ┗━━ test2 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9choice_variable_multi.sh b/tests/results/test_namespace_mandatory_secrets/00_9choice_variable_multi.sh new file mode 100644 index 00000000..1aeea676 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9choice_variable_multi.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┗━━ 📓 variable2 : +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9choice_variables.sh b/tests/results/test_namespace_mandatory_secrets/00_9choice_variables.sh new file mode 100644 index 00000000..c0dec638 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9choice_variables.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 source_variable_1: string1 (val1) + ┣━━ 📓 source_variable_2: string1 (val2) + ┗━━ 📓 my_variable: string1 (val1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation.sh new file mode 100644 index 00000000..973d7554 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (string_1_True_None) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information.sh new file mode 100644 index 00000000..4518adc2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information_other_variable.sh new file mode 100644 index 00000000..874cc7ed --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional.sh new file mode 100644 index 00000000..7056ce52 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable: string1 (val1) + ┗━━ 📓 my_calculated_variable : +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional2.sh new file mode 100644 index 00000000..7056ce52 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable: string1 (val1) + ┗━━ 📓 my_calculated_variable : +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional.sh new file mode 100644 index 00000000..98cdfd18 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 my_calculated_variable : +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional_exists.sh new file mode 100644 index 00000000..194c5b0d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional_exists.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┗━━ 📓 my_calculated_variable : +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_param_optional.sh new file mode 100644 index 00000000..7f477e85 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_param_optional.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (string1) + ┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable.sh new file mode 100644 index 00000000..874cc7ed --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_integer.sh b/tests/results/test_namespace_mandatory_secrets/00_9default_integer.sh new file mode 100644 index 00000000..438fae70 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_integer.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9extra.sh b/tests/results/test_namespace_mandatory_secrets/00_9extra.sh new file mode 100644 index 00000000..88444920 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9extra.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 variable: string1 (rougail) +┗━━ 📂 extra + ┗━━ 📓 variable: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9extra_calculation.sh b/tests/results/test_namespace_mandatory_secrets/00_9extra_calculation.sh new file mode 100644 index 00000000..da8b9d70 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/00_9extra_calculation.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 variable: string1 (value) +┗━━ 📂 extra + ┣━━ 📓 variable1: string1 (string1) + ┣━━ 📓 variable2: string1 (string1) + ┗━━ 📓 variable3: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/01_6boolean_multi.sh b/tests/results/test_namespace_mandatory_secrets/01_6boolean_multi.sh new file mode 100644 index 00000000..2f5ec957 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_6boolean_multi.sh @@ -0,0 +1,24 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┗━━ true (true) + ┣━━ 📓 var2 : + ┃ ┗━━ true (true) + ┣━━ 📓 var3 : + ┃ ┗━━ true (true) + ┣━━ 📓 var4 : + ┃ ┗━━ true (false) + ┣━━ 📓 var5 : + ┃ ┗━━ true (false) + ┣━━ 📓 var6 : + ┃ ┗━━ true (false) + ┣━━ 📓 var7 : + ┃ ┗━━ true (true) + ┗━━ 📓 var8 : +  ┗━━ true (true) diff --git a/tests/results/test_namespace_mandatory_secrets/01_6custom_multi.sh b/tests/results/test_namespace_mandatory_secrets/01_6custom_multi.sh new file mode 100644 index 00000000..46e73047 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_6custom_multi.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 custom1 : + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┗━━ 📓 custom2 : +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_6float_multi.sh b/tests/results/test_namespace_mandatory_secrets/01_6float_multi.sh new file mode 100644 index 00000000..688b474a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_6float_multi.sh @@ -0,0 +1,40 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var2 : + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var3 : + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var4 : + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var5 : + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var6 : + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var7 : + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┗━━ 📓 var8 : +  ┣━━ 1.1 (0.0) +  ┣━━ 2.2 +  ┗━━ 3.3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_6number_multi.sh b/tests/results/test_namespace_mandatory_secrets/01_6number_multi.sh new file mode 100644 index 00000000..2b421cd1 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_6number_multi.sh @@ -0,0 +1,40 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var2 : + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var3 : + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var4 : + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var5 : + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var6 : + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var7 : + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┗━━ 📓 var8 : +  ┣━━ 1 (0) +  ┣━━ 2 +  ┗━━ 3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_6string_empty.sh b/tests/results/test_namespace_mandatory_secrets/01_6string_empty.sh new file mode 100644 index 00000000..48f1f2a7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_6string_empty.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_6string_multi.sh b/tests/results/test_namespace_mandatory_secrets/01_6string_multi.sh new file mode 100644 index 00000000..064cdbe9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_6string_multi.sh @@ -0,0 +1,37 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 var2 : + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 var3: string1 + ┣━━ 📓 var4 : + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 var5 : + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 var6 : + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 var7 : + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┗━━ 📓 var8 : +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote.sh b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote.sh new file mode 100644 index 00000000..8c799595 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 (quote") +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote2.sh new file mode 100644 index 00000000..25389f27 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote2.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 (quote'") +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_7value_multi_quote.sh b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_quote.sh new file mode 100644 index 00000000..b98585cf --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_quote.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 (quote') +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_8calculation_information_multi.sh b/tests/results/test_namespace_mandatory_secrets/01_8calculation_information_multi.sh new file mode 100644 index 00000000..211be5ba --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_8calculation_information_multi.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_multi.sh b/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_multi.sh new file mode 100644 index 00000000..db4ad7fc --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_multi.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable1 : + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/04_0type_param.sh b/tests/results/test_namespace_mandatory_secrets/04_0type_param.sh new file mode 100644 index 00000000..db96d2f5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_0type_param.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 int: 1 (10) diff --git a/tests/results/test_namespace_mandatory_secrets/04_1auto_save.sh b/tests/results/test_namespace_mandatory_secrets/04_1auto_save.sh new file mode 100644 index 00000000..ebc4b685 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1auto_save.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated.sh new file mode 100644 index 00000000..38212dd0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (no) + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 00000000..3b459773 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (no) + ┗━━ 📓 var2: yes diff --git a/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_hidden.sh new file mode 100644 index 00000000..bb536aad --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: yes diff --git a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden.sh b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden.sh new file mode 100644 index 00000000..e11e18c0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (value) + ┣━━ 📓 var2: string1 + ┗━━ 📓 var3: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_2.sh new file mode 100644 index 00000000..e11e18c0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_2.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (value) + ┣━━ 📓 var2: string1 + ┗━━ 📓 var3: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation.sh new file mode 100644 index 00000000..f5504fd3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┣━━ 📓 variable1: string1 + ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_default.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_default.sh new file mode 100644 index 00000000..5d33ea8f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_default.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┣━━ 📓 var1: string1 (string1) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional.sh new file mode 100644 index 00000000..b1b78d02 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┣━━ 📓 var1: null + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable.sh new file mode 100644 index 00000000..a174541c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: true (false) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable2.sh new file mode 100644 index 00000000..f06ac73c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: true (true) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable3.sh new file mode 100644 index 00000000..38eb6868 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable3.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (yes) + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable4.sh new file mode 100644 index 00000000..5a9387b8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable4.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation.sh b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation.sh new file mode 100644 index 00000000..7953e0db --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┣━━ 📓 var1: string1 (no) + ┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation2.sh b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation2.sh new file mode 100644 index 00000000..3ef1c0a6 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation2.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation_default_calculation.sh new file mode 100644 index 00000000..5d33ea8f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation_default_calculation.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┣━━ 📓 var1: string1 (string1) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators.sh b/tests/results/test_namespace_mandatory_secrets/04_5validators.sh new file mode 100644 index 00000000..86af5473 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 int: 1 diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators_differ.sh b/tests/results/test_namespace_mandatory_secrets/04_5validators_differ.sh new file mode 100644 index 00000000..44a37de3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_differ.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: another_value (oui) + ┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators_multi.sh b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi.sh new file mode 100644 index 00000000..a809ef21 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ string1 (no) +  ┣━━ string2 (yes) +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators_multi2.sh b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi2.sh new file mode 100644 index 00000000..3f473dd3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi2.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ val1 (no) +  ┗━━ val2 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets/05_0multi_not_uniq.sh b/tests/results/test_namespace_mandatory_secrets/05_0multi_not_uniq.sh new file mode 100644 index 00000000..af091c93 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/05_0multi_not_uniq.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/05_0multi_uniq.sh b/tests/results/test_namespace_mandatory_secrets/05_0multi_uniq.sh new file mode 100644 index 00000000..4260e1b0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/05_0multi_uniq.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/12_1auto_save_expert.sh b/tests/results/test_namespace_mandatory_secrets/12_1auto_save_expert.sh new file mode 100644 index 00000000..73211d0f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/12_1auto_save_expert.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_mandatory_secrets/16_0redefine_description.sh b/tests/results/test_namespace_mandatory_secrets/16_0redefine_description.sh new file mode 100644 index 00000000..4518adc2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_0redefine_description.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_calculation.sh b/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_calculation.sh new file mode 100644 index 00000000..5ade45e7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_disabled.sh b/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_disabled.sh new file mode 100644 index 00000000..5ade45e7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_2family_redefine_disabled.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/16_5exists_nonexists.sh b/tests/results/test_namespace_mandatory_secrets/16_5exists_nonexists.sh new file mode 100644 index 00000000..5f4d4509 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5exists_nonexists.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (no) + ┗━━ 📓 var2: string1 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets/16_5exists_redefine.sh b/tests/results/test_namespace_mandatory_secrets/16_5exists_redefine.sh new file mode 100644 index 00000000..9bf39ebb --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5exists_redefine.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1: yes diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_calculation.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_calculation.sh new file mode 100644 index 00000000..c447ce50 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_calculation.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_choice.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_choice.sh new file mode 100644 index 00000000..18c73bf0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_choice.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: a diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_default.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_default.sh new file mode 100644 index 00000000..c447ce50 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_default.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_default_calculation.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_default_calculation.sh new file mode 100644 index 00000000..c0e9411d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_default_calculation.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_family.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_family.sh new file mode 100644 index 00000000..b51f3c94 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_help.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_help.sh new file mode 100644 index 00000000..b51f3c94 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_help.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_hidden.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_hidden.sh new file mode 100644 index 00000000..621ccbdf --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_multi.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_multi.sh new file mode 100644 index 00000000..4260e1b0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_multi.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_mandatory_secrets/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 00000000..4e760cd2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/16_5test_redefine.sh b/tests/results/test_namespace_mandatory_secrets/16_5test_redefine.sh new file mode 100644 index 00000000..fd452902 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_5test_redefine.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: test1 (no) + ┣━━ 📓 var2: test1 (non) + ┗━━ 📓 var3: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/16_6choice_redefine.sh b/tests/results/test_namespace_mandatory_secrets/16_6choice_redefine.sh new file mode 100644 index 00000000..c34542aa --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_6choice_redefine.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: a (c) diff --git a/tests/results/test_namespace_mandatory_secrets/16_6exists_redefine_family.sh b/tests/results/test_namespace_mandatory_secrets/16_6exists_redefine_family.sh new file mode 100644 index 00000000..2c69982a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16_6exists_redefine_family.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 family1 + ┃ ┗━━ 📓 variable1: string1 + ┗━━ 📂 family2 +  ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/16exists_exists.sh b/tests/results/test_namespace_mandatory_secrets/16exists_exists.sh new file mode 100644 index 00000000..4518adc2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/16exists_exists.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.sh b/tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.sh new file mode 100644 index 00000000..60c6aae8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/20_0empty_family.sh b/tests/results/test_namespace_mandatory_secrets/20_0empty_family.sh new file mode 100644 index 00000000..5efe8aee --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_0empty_family.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/20_0family_append.sh b/tests/results/test_namespace_mandatory_secrets/20_0family_append.sh new file mode 100644 index 00000000..d192a58a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_0family_append.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┣━━ 📓 var1: string1 +  ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/20_0family_underscore.sh b/tests/results/test_namespace_mandatory_secrets/20_0family_underscore.sh new file mode 100644 index 00000000..5ade45e7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_0family_underscore.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/20_0multi_family.sh b/tests/results/test_namespace_mandatory_secrets/20_0multi_family.sh new file mode 100644 index 00000000..bee0bd0a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_0multi_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_basic.sh b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_basic.sh new file mode 100644 index 00000000..bee0bd0a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_basic.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_expert.sh b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_expert.sh new file mode 100644 index 00000000..8f170d1e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_expert.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_order.sh b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_order.sh new file mode 100644 index 00000000..e03de205 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_order.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable: string1 + ┗━━ 📂 family +  ┣━━ 📓 variable1: string1 +  ┣━━ 📂 subfamily +  ┃ ┗━━ 📓 variable: string1 +  ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/20_0validators_differ_redefine.sh b/tests/results/test_namespace_mandatory_secrets/20_0validators_differ_redefine.sh new file mode 100644 index 00000000..fc903ac5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_0validators_differ_redefine.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (no) + ┣━━ 📓 var2: string1 (no) + ┗━━ 📓 var3: yes (yes) diff --git a/tests/results/test_namespace_mandatory_secrets/20_1empty_subfamily.sh b/tests/results/test_namespace_mandatory_secrets/20_1empty_subfamily.sh new file mode 100644 index 00000000..5efe8aee --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_1empty_subfamily.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/20_9default_information_parent.sh b/tests/results/test_namespace_mandatory_secrets/20_9default_information_parent.sh new file mode 100644 index 00000000..d192a58a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/20_9default_information_parent.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┣━━ 📓 var1: string1 +  ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition.sh b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition.sh new file mode 100644 index 00000000..e41a0658 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📂 family +  ┗━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_boolean.sh new file mode 100644 index 00000000..8a8e780e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_boolean.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: true (false) + ┗━━ 📂 family +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 00000000..7da310d3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 00000000..8d74df31 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: true (true) + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 var1: null diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_with_variable.sh new file mode 100644 index 00000000..da585a83 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_with_variable.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition1: true (false) + ┣━━ 📓 condition2: true (false) + ┗━━ 📂 family +  ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 00000000..0211d2b5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📂 family +  ┗━━ 📂 sub_family +   ┗━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition.sh b/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition.sh new file mode 100644 index 00000000..7cac8745 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition_variable.sh new file mode 100644 index 00000000..f7e0623b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: true (true) + ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/24_7validators_variable_optional.sh b/tests/results/test_namespace_mandatory_secrets/24_7validators_variable_optional.sh new file mode 100644 index 00000000..e746c00b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_7validators_variable_optional.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 general +  ┣━━ 📓 int: 5 +  ┗━━ 📓 int2: 1 (1) diff --git a/tests/results/test_namespace_mandatory_secrets/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_mandatory_secrets/24_family_disabled_var_hidden.sh new file mode 100644 index 00000000..5ade45e7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/24_family_disabled_var_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership.sh b/tests/results/test_namespace_mandatory_secrets/40_0leadership.sh new file mode 100644 index 00000000..5938837c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_diff_name.sh b/tests/results/test_namespace_mandatory_secrets/40_0leadership_diff_name.sh new file mode 100644 index 00000000..165e9716 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_diff_name.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leadership +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_empty.sh b/tests/results/test_namespace_mandatory_secrets/40_0leadership_empty.sh new file mode 100644 index 00000000..5efe8aee --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_calculation.sh new file mode 100644 index 00000000..7bda3a75 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 (value) +  ┃ ┗━━ 📓 follower2: string1 (string1) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 (value) +  ┃ ┗━━ 📓 follower2: string2 (string2) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 (value) +   ┗━━ 📓 follower2: string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti.sh new file mode 100644 index 00000000..e1b3f329 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti.sh @@ -0,0 +1,39 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (leader) +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (value1) +  ┃  ┣━━ string2 (value2) +  ┃  ┗━━ string3 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (value1) +  ┃  ┣━━ string2 (value2) +  ┃  ┗━━ string3 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1 : +   ┃ ┣━━ string1 (value) +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 follower2 : +    ┣━━ string1 (value1) +    ┣━━ string2 (value2) +    ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.sh new file mode 100644 index 00000000..ec71278f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.sh @@ -0,0 +1,39 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (leader) +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1 : +   ┃ ┣━━ string1 (value) +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 follower2 : +    ┣━━ string1 (string1) +    ┣━━ string2 (string2) +    ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_value.sh new file mode 100644 index 00000000..a4920690 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_value.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower1: string1 (value) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower1: string2 (value) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower1: string3 (value) diff --git a/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_not_multi.sh new file mode 100644 index 00000000..0a071c31 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_not_multi.sh @@ -0,0 +1,24 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 general + ┃ ┗━━ 📓 mode_conteneur_actif: string1 (non) + ┗━━ 📂 general1 +  ┗━━ 📂 leader +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string1 +   ┃ ┣━━ 📓 follower1: string1 +   ┃ ┗━━ 📓 follower2: string1 +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string2 +   ┃ ┣━━ 📓 follower1: string2 +   ┃ ┗━━ 📓 follower2: string2 +   ┗━━ 📂 leader +    ┣━━ 📓 leader: string3 +    ┣━━ 📓 follower1: string3 +    ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_mandatory_secrets/40_1leadership_append_follower.sh b/tests/results/test_namespace_mandatory_secrets/40_1leadership_append_follower.sh new file mode 100644 index 00000000..ecf1747c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_1leadership_append_follower.sh @@ -0,0 +1,24 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┣━━ 📓 follower2: string1 +  ┃ ┗━━ 📓 follower3: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┣━━ 📓 follower2: string2 +  ┃ ┗━━ 📓 follower3: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┣━━ 📓 follower2: string3 +   ┗━━ 📓 follower3: string3 diff --git a/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index.sh b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index.sh new file mode 100644 index 00000000..a89bc694 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (a) +  ┃ ┗━━ 📓 follower1: 1 (0) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 (b) +  ┃ ┗━━ 📓 follower1: 2 (1) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 (c) +   ┗━━ 📓 follower1: 3 (2) diff --git a/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_param_index.sh new file mode 100644 index 00000000..a89bc694 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_param_index.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (a) +  ┃ ┗━━ 📓 follower1: 1 (0) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 (b) +  ┃ ┗━━ 📓 follower1: 2 (1) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 (c) +   ┗━━ 📓 follower1: 3 (2) diff --git a/tests/results/test_namespace_mandatory_secrets/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_mandatory_secrets/40_2leadership_leader_calculation.sh new file mode 100644 index 00000000..bf56e3b0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_2leadership_leader_calculation.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (val1) +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 (val2) +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi.sh b/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi.sh new file mode 100644 index 00000000..f3cd2f2f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi.sh @@ -0,0 +1,39 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leadership +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1 : +   ┃ ┣━━ string1 +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 follower2 : +    ┣━━ string1 (value) +    ┣━━ string2 +    ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean.sh b/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean.sh new file mode 100644 index 00000000..bc0d2e5c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 bool: true (false) + ┣━━ 📓 multi1 : + ┃ ┣━━ true (true) + ┃ ┗━━ false + ┗━━ 📓 multi2 : +  ┗━━ true (false) diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean_return_none.sh new file mode 100644 index 00000000..f5b6f177 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean_return_none.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (yes) + ┗━━ 📓 var2: true diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_integer.sh b/tests/results/test_namespace_mandatory_secrets/40_8calculation_integer.sh new file mode 100644 index 00000000..4167981e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_integer.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 bool: true (false) + ┣━━ 📓 int1: 1 (1) + ┗━━ 📓 int2: 1 (4) diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable.sh b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable.sh new file mode 100644 index 00000000..c1570e8b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 + ┣━━ 📓 var2: string1 (no) + ┗━━ 📓 var3: string1 (yes) diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent.sh new file mode 100644 index 00000000..0e848958 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: string1 (no) + ┗━━ 📂 fam1 +  ┗━━ 📓 var: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 00000000..b665414c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 fam1 + ┃ ┗━━ 📓 var: string1 (no) + ┗━━ 📂 fam2 +  ┗━━ 📓 var: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/41_0choice_leader.sh b/tests/results/test_namespace_mandatory_secrets/41_0choice_leader.sh new file mode 100644 index 00000000..3bbb879d --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/41_0choice_leader.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower1: a +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower1: b +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower1: c diff --git a/tests/results/test_namespace_mandatory_secrets/44_0leadership_hidden.sh b/tests/results/test_namespace_mandatory_secrets/44_0leadership_hidden.sh new file mode 100644 index 00000000..60c6aae8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_0leadership_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_mandatory_secrets/44_0leadership_leader_hidden.sh new file mode 100644 index 00000000..60c6aae8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_0leadership_leader_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_mandatory_secrets/44_1leadership_append_hidden_follower.sh new file mode 100644 index 00000000..60c6aae8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower.sh new file mode 100644 index 00000000..0d2cff37 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: true (true) + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (a) +  ┃ ┗━━ 📓 follower: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower: string3 diff --git a/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory.sh b/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory.sh new file mode 100644 index 00000000..bb1fc5b3 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower1: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower1: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower1: string3 diff --git a/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory_follower.sh new file mode 100644 index 00000000..71bea47f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory_follower.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower: string3 diff --git a/tests/results/test_namespace_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 00000000..96e34f39 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower: string3 diff --git a/tests/results/test_namespace_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 00000000..117765c0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (yes) + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower: string3 diff --git a/tests/results/test_namespace_mandatory_secrets/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_mandatory_secrets/44_9calculated_default_leadership_leader.sh new file mode 100644 index 00000000..c34ff155 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/44_9calculated_default_leadership_leader.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (a) +  ┃ ┗━━ 📓 follower: string1 (string1) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 (b) +  ┃ ┗━━ 📓 follower: string2 (string2) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower: string3 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic.sh new file mode 100644 index 00000000..11f9d8e2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0.sh new file mode 100644 index 00000000..9ee77910 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 vardyn: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_empty.sh new file mode 100644 index 00000000..9db0591a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type.sh new file mode 100644 index 00000000..9ee77910 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 vardyn: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type_empty.sh new file mode 100644 index 00000000..9db0591a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1.sh new file mode 100644 index 00000000..9ee77910 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 vardyn: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 00000000..9db0591a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_empty.sh new file mode 100644 index 00000000..afdbf373 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_empty.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number.sh new file mode 100644 index 00000000..7847cdc2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ 1 (1) + ┃ ┣━━ 2 (2) + ┃ ┗━━ 3 + ┣━━ 📂 dyn1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dyn2 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dyn3 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number_empty.sh new file mode 100644 index 00000000..17627a9e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number_empty.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ 1 + ┃ ┗━━ 2 + ┣━━ 📂 dyn1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dyn2 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description.sh new file mode 100644 index 00000000..11f9d8e2 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 00000000..05012072 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_static.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_static.sh new file mode 100644 index 00000000..71fb99f5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_static.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_test.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_test.sh new file mode 100644 index 00000000..05012072 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_test.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_empty.sh new file mode 100644 index 00000000..cfea96b7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 (val) diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 00000000..c1a1a21a --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 (a value) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 (a value) + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 (a value) diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 00000000..b00c0ad0 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 (a value) + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 (a value) diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_empty.sh new file mode 100644 index 00000000..5efe8aee --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_hidden.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_hidden.sh new file mode 100644 index 00000000..97bb713b --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_hidden.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_mode.sh b/tests/results/test_namespace_mandatory_secrets/60_0family_mode.sh new file mode 100644 index 00000000..d6cf87cd --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_mode.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 var: string1 (non) diff --git a/tests/results/test_namespace_mandatory_secrets/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_mandatory_secrets/60_1family_dynamic_jinja.sh new file mode 100644 index 00000000..f5515d62 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_1family_dynamic_jinja.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dyn1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dyn2 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📂 dyn3 +  ┗━━ 📓 var: string1 (val) diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 00000000..b29faf4f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring3 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 00000000..f4b1b876 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 (string2) + ┣━━ 📂 dynstring3 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 (string3) + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 00000000..2625e890 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 (val1) + ┣━━ 📂 dynval2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 (val2) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 00000000..2c454968 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc.sh new file mode 100644 index 00000000..deaf8dad --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dynstring3 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📓 newvar: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 00000000..29858f6e --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📓 newvar: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2.sh new file mode 100644 index 00000000..16756941 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📓 var2: string1 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 vardyn: string1 (val) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 vardyn: string1 (val) + ┗━━ 📂 dynstring3 +  ┗━━ 📓 vardyn: string1 (val) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2_empty.sh new file mode 100644 index 00000000..f1e39b39 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2_empty.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📓 var2: string1 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: string1 (val) + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: string1 (val) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix.sh new file mode 100644 index 00000000..bc8387c8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring3 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 00000000..6a4f8c40 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 (string2) + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 00000000..ed92a050 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 (val1) + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 (val2) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh new file mode 100644 index 00000000..e11f85a9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 dynval1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.sh new file mode 100644 index 00000000..1a7c5cf7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 00000000..6a4f8c40 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 (string2) + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 00000000..ed92a050 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 (val1) + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 (val2) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable.sh new file mode 100644 index 00000000..bc8387c8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring3 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 00000000..1a7c5cf7 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 00000000..28ff5a98 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 dynval1 + ┃ ┣━━ 📓 var: string1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┗━━ 📂 dynval2 +  ┣━━ 📓 var: null +  ┗━━ 📂 family +   ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix.sh new file mode 100644 index 00000000..114e4b94 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix.sh @@ -0,0 +1,33 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 (val1) + ┃ ┣━━ val2 (val2) + ┃ ┣━━ val3 + ┃ ┗━━ val4 + ┣━━ 📂 val1_dyn + ┃ ┣━━ 📓 var1: string1 (val1) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┣━━ 📂 val2_dyn + ┃ ┣━━ 📓 var1: string1 (val2) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┣━━ 📂 val3_dyn + ┃ ┣━━ 📓 var1: string1 (val3) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┗━━ 📂 val4_dyn +  ┣━━ 📓 var1: string1 (val4) +  ┣━━ 📓 var2: string1 (string1) +  ┣━━ 📓 var3: string1 (string1) +  ┗━━ 📓 var4: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.sh new file mode 100644 index 00000000..6393a4b1 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.sh @@ -0,0 +1,33 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┣━━ val2 + ┃ ┣━━ val3 + ┃ ┗━━ val4 + ┣━━ 📂 val1_dyn + ┃ ┣━━ 📓 var1: string1 (val1) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┣━━ 📂 val2_dyn + ┃ ┣━━ 📓 var1: string1 (val2) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┣━━ 📂 val3_dyn + ┃ ┣━━ 📓 var1: string1 (val3) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┗━━ 📂 val4_dyn +  ┣━━ 📓 var1: string1 (val4) +  ┣━━ 📓 var2: string1 (string1) +  ┣━━ 📓 var3: string1 (string1) +  ┗━━ 📓 var4: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside.sh new file mode 100644 index 00000000..f4873948 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 my_dyn_family_string1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 my_dyn_family_string2 + ┃ ┗━━ 📓 var: string1 (string2) + ┣━━ 📂 my_dyn_family_string3 + ┃ ┗━━ 📓 var: string1 (string3) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2.sh new file mode 100644 index 00000000..f10a2922 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var2 : + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 (string1) + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 my_dyn_family_string1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 my_dyn_family_string2 + ┃ ┗━━ 📓 var: string1 (string2) + ┗━━ 📂 my_dyn_family_string3 +  ┗━━ 📓 var: string1 (string3) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.sh new file mode 100644 index 00000000..706bfd3c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var2 : + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: string1 (val1) + ┗━━ 📂 my_dyn_family_val2 +  ┗━━ 📓 var: string1 (val2) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_empty.sh new file mode 100644 index 00000000..79a53ed9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_empty.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: string1 (val1) + ┣━━ 📂 my_dyn_family_val2 + ┃ ┗━━ 📓 var: string1 (val2) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.sh new file mode 100644 index 00000000..f4873948 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 my_dyn_family_string1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 my_dyn_family_string2 + ┃ ┗━━ 📓 var: string1 (string2) + ┣━━ 📂 my_dyn_family_string3 + ┃ ┗━━ 📓 var: string1 (string3) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh new file mode 100644 index 00000000..79a53ed9 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: string1 (val1) + ┣━━ 📂 my_dyn_family_val2 + ┃ ┗━━ 📓 var: string1 (val2) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh new file mode 100644 index 00000000..9df3cd13 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -0,0 +1,37 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 my_dyn_family_string1 + ┃ ┣━━ 📂 subdyn_string1 + ┃ ┃ ┗━━ 📓 var: string1 (string1) + ┃ ┣━━ 📂 subdyn_string2 + ┃ ┃ ┗━━ 📓 var: string1 (string2) + ┃ ┗━━ 📂 subdyn_string3 + ┃  ┗━━ 📓 var: string1 (string3) + ┣━━ 📂 my_dyn_family_string2 + ┃ ┣━━ 📂 subdyn_string1 + ┃ ┃ ┗━━ 📓 var: string1 (string1) + ┃ ┣━━ 📂 subdyn_string2 + ┃ ┃ ┗━━ 📓 var: string1 (string2) + ┃ ┗━━ 📂 subdyn_string3 + ┃  ┗━━ 📓 var: string1 (string3) + ┣━━ 📂 my_dyn_family_string3 + ┃ ┣━━ 📂 subdyn_string1 + ┃ ┃ ┗━━ 📓 var: string1 (string1) + ┃ ┣━━ 📂 subdyn_string2 + ┃ ┃ ┗━━ 📓 var: string1 (string2) + ┃ ┗━━ 📂 subdyn_string3 + ┃  ┗━━ 📓 var: string1 (string3) + ┗━━ 📓 var2 : +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh new file mode 100644 index 00000000..2be4b4cf --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -0,0 +1,25 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┣━━ 📂 subdyn_val1 + ┃ ┃ ┗━━ 📓 var: string1 (val1) + ┃ ┗━━ 📂 subdyn_val2 + ┃  ┗━━ 📓 var: string1 (val2) + ┣━━ 📂 my_dyn_family_val2 + ┃ ┣━━ 📂 subdyn_val1 + ┃ ┃ ┗━━ 📓 var: string1 (val1) + ┃ ┗━━ 📂 subdyn_val2 + ┃  ┗━━ 📓 var: string1 (val2) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 00000000..d68cf23f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dyn_string1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 dyn_string2 + ┃ ┗━━ 📓 var: string1 (string2) + ┣━━ 📂 dyn_string3 + ┃ ┗━━ 📓 var: string1 (string3) + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 00000000..a0ab0717 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dyn_val1 + ┃ ┗━━ 📓 var: string1 (val1) + ┣━━ 📂 dyn_val2 + ┃ ┗━━ 📓 var: string1 (val2) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside.sh b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside.sh new file mode 100644 index 00000000..fab2816f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside.sh @@ -0,0 +1,27 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 string1_dyn + ┃ ┣━━ 📓 var1: string1 (string1) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 + ┣━━ 📂 string2_dyn + ┃ ┣━━ 📓 var1: string1 (string2) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 + ┗━━ 📂 string3_dyn +  ┣━━ 📓 var1: string1 (string3) +  ┣━━ 📓 var2: string1 (string1) +  ┣━━ 📓 var3: string1 (string1) +  ┗━━ 📓 var4: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside_empty.sh new file mode 100644 index 00000000..e8ccafe8 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside_empty.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 val1_dyn + ┃ ┣━━ 📓 var1: string1 (val1) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┗━━ 📂 val2_dyn +  ┣━━ 📓 var1: string1 (val2) +  ┣━━ 📓 var2: string1 (string1) +  ┣━━ 📓 var3: string1 (string1) +  ┗━━ 📓 var4: string1 (string1) diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership.sh new file mode 100644 index 00000000..ce72abb5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership.sh @@ -0,0 +1,54 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📂 leadership + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string1 + ┃  ┃ ┣━━ 📓 follower1: string1 + ┃  ┃ ┗━━ 📓 follower2: string1 + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string2 + ┃  ┃ ┣━━ 📓 follower1: string2 + ┃  ┃ ┗━━ 📓 follower2: string2 + ┃  ┗━━ 📂 leader + ┃   ┣━━ 📓 leader: string3 + ┃   ┣━━ 📓 follower1: string3 + ┃   ┗━━ 📓 follower2: string3 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📂 leadership + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string1 + ┃  ┃ ┣━━ 📓 follower1: string1 + ┃  ┃ ┗━━ 📓 follower2: string1 + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string2 + ┃  ┃ ┣━━ 📓 follower1: string2 + ┃  ┃ ┗━━ 📓 follower2: string2 + ┃  ┗━━ 📂 leader + ┃   ┣━━ 📓 leader: string3 + ┃   ┣━━ 📓 follower1: string3 + ┃   ┗━━ 📓 follower2: string3 + ┗━━ 📂 dynstring3 +  ┗━━ 📂 leadership +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string1 +   ┃ ┣━━ 📓 follower1: string1 +   ┃ ┗━━ 📓 follower2: string1 +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string2 +   ┃ ┣━━ 📓 follower1: string2 +   ┃ ┗━━ 📓 follower2: string2 +   ┗━━ 📂 leader +    ┣━━ 📓 leader: string3 +    ┣━━ 📓 follower1: string3 +    ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 00000000..b2acb4b4 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,39 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📂 leadership + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string1 + ┃  ┃ ┣━━ 📓 follower1: string1 + ┃  ┃ ┗━━ 📓 follower2: string1 + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string2 + ┃  ┃ ┣━━ 📓 follower1: string2 + ┃  ┃ ┗━━ 📓 follower2: string2 + ┃  ┗━━ 📂 leader + ┃   ┣━━ 📓 leader: string3 + ┃   ┣━━ 📓 follower1: string3 + ┃   ┗━━ 📓 follower2: string3 + ┗━━ 📂 dynval2 +  ┗━━ 📂 leadership +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string1 +   ┃ ┣━━ 📓 follower1: string1 +   ┃ ┗━━ 📓 follower2: string1 +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string2 +   ┃ ┣━━ 📓 follower1: string2 +   ┃ ┗━━ 📓 follower2: string2 +   ┗━━ 📂 leader +    ┣━━ 📓 leader: string3 +    ┣━━ 📓 follower1: string3 +    ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic.sh new file mode 100644 index 00000000..f7e2f72c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic.sh @@ -0,0 +1,63 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ string1 (tstring1) + ┃ ┃ ┣━━ string2 (tstring2) + ┃ ┃ ┗━━ string3 (tstring3) + ┃ ┣━━ 📂 dyn_string1 + ┃ ┃ ┣━━ 📓 var: string1 (string1) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string1-string1) + ┃ ┣━━ 📂 dyn_string2 + ┃ ┃ ┣━━ 📓 var: string1 (string2) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string1-string2) + ┃ ┗━━ 📂 dyn_string3 + ┃  ┣━━ 📓 var: string1 (string3) + ┃  ┣━━ 📓 var_identifier: string1 (string1) + ┃  ┗━━ 📓 var_identifiers: string1 (string1-string3) + ┣━━ 📂 dynstring2 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ string1 (tstring1) + ┃ ┃ ┣━━ string2 (tstring2) + ┃ ┃ ┗━━ string3 (tstring3) + ┃ ┣━━ 📂 dyn_string1 + ┃ ┃ ┣━━ 📓 var: string1 (string1) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string2) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string2-string1) + ┃ ┣━━ 📂 dyn_string2 + ┃ ┃ ┣━━ 📓 var: string1 (string2) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string2) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string2-string2) + ┃ ┗━━ 📂 dyn_string3 + ┃  ┣━━ 📓 var: string1 (string3) + ┃  ┣━━ 📓 var_identifier: string1 (string2) + ┃  ┗━━ 📓 var_identifiers: string1 (string2-string3) + ┗━━ 📂 dynstring3 +  ┣━━ 📓 var : +  ┃ ┣━━ string1 (tstring1) +  ┃ ┣━━ string2 (tstring2) +  ┃ ┗━━ string3 (tstring3) +  ┣━━ 📂 dyn_string1 +  ┃ ┣━━ 📓 var: string1 (string1) +  ┃ ┣━━ 📓 var_identifier: string1 (string3) +  ┃ ┗━━ 📓 var_identifiers: string1 (string3-string1) +  ┣━━ 📂 dyn_string2 +  ┃ ┣━━ 📓 var: string1 (string2) +  ┃ ┣━━ 📓 var_identifier: string1 (string3) +  ┃ ┗━━ 📓 var_identifiers: string1 (string3-string2) +  ┗━━ 📂 dyn_string3 +   ┣━━ 📓 var: string1 (string3) +   ┣━━ 📓 var_identifier: string1 (string3) +   ┗━━ 📓 var_identifiers: string1 (string3-string3) diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.sh new file mode 100644 index 00000000..f7e2f72c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.sh @@ -0,0 +1,63 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ string1 (tstring1) + ┃ ┃ ┣━━ string2 (tstring2) + ┃ ┃ ┗━━ string3 (tstring3) + ┃ ┣━━ 📂 dyn_string1 + ┃ ┃ ┣━━ 📓 var: string1 (string1) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string1-string1) + ┃ ┣━━ 📂 dyn_string2 + ┃ ┃ ┣━━ 📓 var: string1 (string2) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string1-string2) + ┃ ┗━━ 📂 dyn_string3 + ┃  ┣━━ 📓 var: string1 (string3) + ┃  ┣━━ 📓 var_identifier: string1 (string1) + ┃  ┗━━ 📓 var_identifiers: string1 (string1-string3) + ┣━━ 📂 dynstring2 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ string1 (tstring1) + ┃ ┃ ┣━━ string2 (tstring2) + ┃ ┃ ┗━━ string3 (tstring3) + ┃ ┣━━ 📂 dyn_string1 + ┃ ┃ ┣━━ 📓 var: string1 (string1) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string2) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string2-string1) + ┃ ┣━━ 📂 dyn_string2 + ┃ ┃ ┣━━ 📓 var: string1 (string2) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string2) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string2-string2) + ┃ ┗━━ 📂 dyn_string3 + ┃  ┣━━ 📓 var: string1 (string3) + ┃  ┣━━ 📓 var_identifier: string1 (string2) + ┃  ┗━━ 📓 var_identifiers: string1 (string2-string3) + ┗━━ 📂 dynstring3 +  ┣━━ 📓 var : +  ┃ ┣━━ string1 (tstring1) +  ┃ ┣━━ string2 (tstring2) +  ┃ ┗━━ string3 (tstring3) +  ┣━━ 📂 dyn_string1 +  ┃ ┣━━ 📓 var: string1 (string1) +  ┃ ┣━━ 📓 var_identifier: string1 (string3) +  ┃ ┗━━ 📓 var_identifiers: string1 (string3-string1) +  ┣━━ 📂 dyn_string2 +  ┃ ┣━━ 📓 var: string1 (string2) +  ┃ ┣━━ 📓 var_identifier: string1 (string3) +  ┃ ┗━━ 📓 var_identifiers: string1 (string3-string2) +  ┗━━ 📂 dyn_string3 +   ┣━━ 📓 var: string1 (string3) +   ┣━━ 📓 var_identifier: string1 (string3) +   ┗━━ 📓 var_identifiers: string1 (string3-string3) diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.sh new file mode 100644 index 00000000..703ad920 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.sh @@ -0,0 +1,45 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ string1 (tval1) + ┃ ┃ ┣━━ string2 (tval2) + ┃ ┃ ┗━━ string3 + ┃ ┣━━ 📂 dyn_string1 + ┃ ┃ ┣━━ 📓 var: string1 (string1) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (val1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (val1-string1) + ┃ ┣━━ 📂 dyn_string2 + ┃ ┃ ┣━━ 📓 var: string1 (string2) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (val1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (val1-string2) + ┃ ┗━━ 📂 dyn_string3 + ┃  ┣━━ 📓 var: string1 (string3) + ┃  ┣━━ 📓 var_identifier: string1 (val1) + ┃  ┗━━ 📓 var_identifiers: string1 (val1-string3) + ┗━━ 📂 dynval2 +  ┣━━ 📓 var : +  ┃ ┣━━ string1 (tval1) +  ┃ ┣━━ string2 (tval2) +  ┃ ┗━━ string3 +  ┣━━ 📂 dyn_string1 +  ┃ ┣━━ 📓 var: string1 (string1) +  ┃ ┣━━ 📓 var_identifier: string1 (val2) +  ┃ ┗━━ 📓 var_identifiers: string1 (val2-string1) +  ┣━━ 📂 dyn_string2 +  ┃ ┣━━ 📓 var: string1 (string2) +  ┃ ┣━━ 📓 var_identifier: string1 (val2) +  ┃ ┗━━ 📓 var_identifiers: string1 (val2-string2) +  ┗━━ 📂 dyn_string3 +   ┣━━ 📓 var: string1 (string3) +   ┣━━ 📓 var_identifier: string1 (val2) +   ┗━━ 📓 var_identifiers: string1 (val2-string3) diff --git a/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic.sh b/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic.sh new file mode 100644 index 00000000..8a1d81cc --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 var : +┃  ┣━━ string1 (a) +┃  ┣━━ string2 +┃  ┗━━ string3 +┗━━ 📂 extra + ┣━━ 📂 dyn_string1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dyn_string2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dyn_string3 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic_extra.sh new file mode 100644 index 00000000..ae2ac1a4 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic_extra.sh @@ -0,0 +1,24 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📂 general +┃  ┗━━ 📓 varname : +┃   ┣━━ string1 (a) +┃   ┣━━ string2 +┃   ┗━━ string3 +┗━━ 📂 extra + ┣━━ 📓 var : + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📂 dyn_string1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dyn_string2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dyn_string3 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_mandatory_secrets/60_9family_dynamic_calc_both.sh new file mode 100644 index 00000000..f593879f --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/60_9family_dynamic_calc_both.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: string1 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynstring1 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_mandatory_secrets/68_0family_leadership_mode.sh b/tests/results/test_namespace_mandatory_secrets/68_0family_leadership_mode.sh new file mode 100644 index 00000000..5938837c --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets/68_0family_leadership_mode.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_read_write/00_0empty.sh b/tests/results/test_namespace_read_write/00_0empty.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_0empty.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_namespace_read_write/00_0version_underscore.sh b/tests/results/test_namespace_read_write/00_0version_underscore.sh new file mode 100644 index 00000000..6a842dbe --- /dev/null +++ b/tests/results/test_namespace_read_write/00_0version_underscore.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 version: null diff --git a/tests/results/test_namespace_read_write/00_1empty_variable.sh b/tests/results/test_namespace_read_write/00_1empty_variable.sh new file mode 100644 index 00000000..7259d850 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_1empty_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 empty: null diff --git a/tests/results/test_namespace_read_write/00_2default_calculated.sh b/tests/results/test_namespace_read_write/00_2default_calculated.sh new file mode 100644 index 00000000..bf2e2ecb --- /dev/null +++ b/tests/results/test_namespace_read_write/00_2default_calculated.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┗━━ 📓 var2 : +  ┗━━ no diff --git a/tests/results/test_namespace_read_write/00_2default_calculated_multi.sh b/tests/results/test_namespace_read_write/00_2default_calculated_multi.sh new file mode 100644 index 00000000..88e08bcd --- /dev/null +++ b/tests/results/test_namespace_read_write/00_2default_calculated_multi.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ no + ┃ ┣━━ yes + ┃ ┗━━ maybe + ┗━━ 📓 var2 : +  ┣━━ no +  ┣━━ yes +  ┗━━ maybe diff --git a/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.sh new file mode 100644 index 00000000..cc4594df --- /dev/null +++ b/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┗━━ 📓 var2 : diff --git a/tests/results/test_namespace_read_write/00_4load_subfolder.sh b/tests/results/test_namespace_read_write/00_4load_subfolder.sh new file mode 100644 index 00000000..cfb4b92d --- /dev/null +++ b/tests/results/test_namespace_read_write/00_4load_subfolder.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/00_5load_notype.sh b/tests/results/test_namespace_read_write/00_5load_notype.sh new file mode 100644 index 00000000..c9f64659 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_5load_notype.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 without_type: non diff --git a/tests/results/test_namespace_read_write/00_6boolean.sh b/tests/results/test_namespace_read_write/00_6boolean.sh new file mode 100644 index 00000000..40ba29f7 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6boolean.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: true + ┣━━ 📓 var2: true + ┣━━ 📓 var3: true + ┣━━ 📓 var4: false + ┣━━ 📓 var5: false + ┗━━ 📓 var6: false diff --git a/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.sh new file mode 100644 index 00000000..d51c8d7f --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: true diff --git a/tests/results/test_namespace_read_write/00_6choice.sh b/tests/results/test_namespace_read_write/00_6choice.sh new file mode 100644 index 00000000..c4d4e43a --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: null + ┣━━ 📓 var2: null + ┣━━ 📓 var3: null + ┣━━ 📓 var4: null + ┣━━ 📓 var5: a + ┗━━ 📓 var6: 1 diff --git a/tests/results/test_namespace_read_write/00_6choice_calculation.sh b/tests/results/test_namespace_read_write/00_6choice_calculation.sh new file mode 100644 index 00000000..e24e624a --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: 9 diff --git a/tests/results/test_namespace_read_write/00_6choice_variable.sh b/tests/results/test_namespace_read_write/00_6choice_variable.sh new file mode 100644 index 00000000..12f3af25 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice_variable.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ a + ┃ ┣━━ b + ┃ ┗━━ c + ┗━━ 📓 var2: a diff --git a/tests/results/test_namespace_read_write/00_6custom.sh b/tests/results/test_namespace_read_write/00_6custom.sh new file mode 100644 index 00000000..de7463ee --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6custom.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 custom1: null + ┗━━ 📓 custom2: value diff --git a/tests/results/test_namespace_read_write/00_6domainname.sh b/tests/results/test_namespace_read_write/00_6domainname.sh new file mode 100644 index 00000000..11a330a4 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6domainname.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_namespace_read_write/00_6domainname_params.sh b/tests/results/test_namespace_read_write/00_6domainname_params.sh new file mode 100644 index 00000000..11a330a4 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6domainname_params.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_namespace_read_write/00_6float.sh b/tests/results/test_namespace_read_write/00_6float.sh new file mode 100644 index 00000000..86d15403 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6float.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: 0.0 + ┣━━ 📓 var2: 0.0 + ┣━━ 📓 var3: 0.0 + ┣━━ 📓 var4: 10.1 + ┣━━ 📓 var5: 10.1 + ┗━━ 📓 var6: 10.1 diff --git a/tests/results/test_namespace_read_write/00_6number.sh b/tests/results/test_namespace_read_write/00_6number.sh new file mode 100644 index 00000000..891bf6c0 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6number.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: 0 + ┣━━ 📓 var2: 0 + ┣━━ 📓 var3: 0 + ┣━━ 📓 var4: 10 + ┣━━ 📓 var5: 10 + ┗━━ 📓 var6: 10 diff --git a/tests/results/test_namespace_read_write/00_6port.sh b/tests/results/test_namespace_read_write/00_6port.sh new file mode 100644 index 00000000..ac498a78 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6port.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable1: null + ┣━━ 📓 variable2: 8080 + ┗━━ 📓 variable3: 8080 diff --git a/tests/results/test_namespace_read_write/00_6regexp.sh b/tests/results/test_namespace_read_write/00_6regexp.sh new file mode 100644 index 00000000..d4400ef0 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6regexp.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: #a1a1a1 diff --git a/tests/results/test_namespace_read_write/00_6string.sh b/tests/results/test_namespace_read_write/00_6string.sh new file mode 100644 index 00000000..acf6a457 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6string.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: null + ┣━━ 📓 var2: null + ┣━━ 📓 var3: null + ┣━━ 📓 var4: value + ┣━━ 📓 var5: value + ┗━━ 📓 var6: value diff --git a/tests/results/test_namespace_read_write/00_7choice_quote.sh b/tests/results/test_namespace_read_write/00_7choice_quote.sh new file mode 100644 index 00000000..401cadd9 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7choice_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: quote' diff --git a/tests/results/test_namespace_read_write/00_7help_quote.sh b/tests/results/test_namespace_read_write/00_7help_quote.sh new file mode 100644 index 00000000..cfb4b92d --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7help_quote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote.sh b/tests/results/test_namespace_read_write/00_7value_doublequote.sh new file mode 100644 index 00000000..ff6fe2e3 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7value_doublequote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: quote" diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote2.sh b/tests/results/test_namespace_read_write/00_7value_doublequote2.sh new file mode 100644 index 00000000..9986d638 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7value_doublequote2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: quote'" diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote3.sh b/tests/results/test_namespace_read_write/00_7value_doublequote3.sh new file mode 100644 index 00000000..23f8b452 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7value_doublequote3.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: quote\"\' diff --git a/tests/results/test_namespace_read_write/00_7value_quote.sh b/tests/results/test_namespace_read_write/00_7value_quote.sh new file mode 100644 index 00000000..827fb9ad --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7value_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: quote' diff --git a/tests/results/test_namespace_read_write/00_8calculation_information.sh b/tests/results/test_namespace_read_write/00_8calculation_information.sh new file mode 100644 index 00000000..f2de40af --- /dev/null +++ b/tests/results/test_namespace_read_write/00_8calculation_information.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write/00_8test.sh b/tests/results/test_namespace_read_write/00_8test.sh new file mode 100644 index 00000000..7f40e745 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_8test.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: null + ┣━━ 📓 var2: value + ┣━━ 📓 var3: null + ┣━━ 📓 var4: null + ┣━━ 📓 var5: true + ┗━━ 📓 var6 : diff --git a/tests/results/test_namespace_read_write/00_9choice_variable_multi.sh b/tests/results/test_namespace_read_write/00_9choice_variable_multi.sh new file mode 100644 index 00000000..38d60085 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9choice_variable_multi.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable1 : + ┗━━ 📓 variable2 : diff --git a/tests/results/test_namespace_read_write/00_9choice_variables.sh b/tests/results/test_namespace_read_write/00_9choice_variables.sh new file mode 100644 index 00000000..7a97c06d --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9choice_variables.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 source_variable_1: val1 + ┣━━ 📓 source_variable_2: val2 + ┗━━ 📓 my_variable: val1 diff --git a/tests/results/test_namespace_read_write/00_9default_calculation.sh b/tests/results/test_namespace_read_write/00_9default_calculation.sh new file mode 100644 index 00000000..b9369a63 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string_1_True_None diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_information.sh b/tests/results/test_namespace_read_write/00_9default_calculation_information.sh new file mode 100644 index 00000000..c581e31a --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_information.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.sh new file mode 100644 index 00000000..cfb4b92d --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.sh new file mode 100644 index 00000000..623c440c --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable: val1 + ┗━━ 📓 my_calculated_variable : +  ┗━━ val1 diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.sh new file mode 100644 index 00000000..623c440c --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable: val1 + ┗━━ 📓 my_calculated_variable : +  ┗━━ val1 diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_optional.sh b/tests/results/test_namespace_read_write/00_9default_calculation_optional.sh new file mode 100644 index 00000000..a3ba8591 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_optional.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 my_calculated_variable : diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.sh new file mode 100644 index 00000000..4aadfbe8 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┗━━ 📓 my_calculated_variable : +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.sh new file mode 100644 index 00000000..709f7b98 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write/00_9default_information_other_variable.sh b/tests/results/test_namespace_read_write/00_9default_information_other_variable.sh new file mode 100644 index 00000000..cfb4b92d --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_information_other_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/00_9default_integer.sh b/tests/results/test_namespace_read_write/00_9default_integer.sh new file mode 100644 index 00000000..e24e624a --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_integer.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: 9 diff --git a/tests/results/test_namespace_read_write/00_9extra.sh b/tests/results/test_namespace_read_write/00_9extra.sh new file mode 100644 index 00000000..9df494b6 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9extra.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 variable: rougail +┗━━ 📂 extra + ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_read_write/00_9extra_calculation.sh b/tests/results/test_namespace_read_write/00_9extra_calculation.sh new file mode 100644 index 00000000..01606d31 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9extra_calculation.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 variable: value +┗━━ 📂 extra + ┣━━ 📓 variable1: value + ┣━━ 📓 variable2: value + ┗━━ 📓 variable3: value diff --git a/tests/results/test_namespace_read_write/01_6boolean_multi.sh b/tests/results/test_namespace_read_write/01_6boolean_multi.sh new file mode 100644 index 00000000..95ef385d --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6boolean_multi.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┗━━ true + ┣━━ 📓 var2 : + ┃ ┗━━ true + ┣━━ 📓 var3 : + ┃ ┗━━ true + ┣━━ 📓 var4 : + ┃ ┗━━ false + ┣━━ 📓 var5 : + ┃ ┗━━ false + ┣━━ 📓 var6 : + ┃ ┗━━ false + ┣━━ 📓 var7 : + ┃ ┗━━ true + ┗━━ 📓 var8 : +  ┗━━ true diff --git a/tests/results/test_namespace_read_write/01_6custom_multi.sh b/tests/results/test_namespace_read_write/01_6custom_multi.sh new file mode 100644 index 00000000..30210660 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6custom_multi.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 custom1 : + ┗━━ 📓 custom2 : +  ┗━━ value diff --git a/tests/results/test_namespace_read_write/01_6float_multi.sh b/tests/results/test_namespace_read_write/01_6float_multi.sh new file mode 100644 index 00000000..8c27f210 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6float_multi.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┗━━ 0.0 + ┣━━ 📓 var2 : + ┃ ┗━━ 0.0 + ┣━━ 📓 var3 : + ┃ ┗━━ 0.0 + ┣━━ 📓 var4 : + ┃ ┗━━ 10.1 + ┣━━ 📓 var5 : + ┃ ┗━━ 10.1 + ┣━━ 📓 var6 : + ┃ ┗━━ 10.1 + ┣━━ 📓 var7 : + ┃ ┗━━ 0.0 + ┗━━ 📓 var8 : +  ┗━━ 0.0 diff --git a/tests/results/test_namespace_read_write/01_6number_multi.sh b/tests/results/test_namespace_read_write/01_6number_multi.sh new file mode 100644 index 00000000..726c5a55 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6number_multi.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┗━━ 0 + ┣━━ 📓 var2 : + ┃ ┗━━ 0 + ┣━━ 📓 var3 : + ┃ ┗━━ 0 + ┣━━ 📓 var4 : + ┃ ┗━━ 10 + ┣━━ 📓 var5 : + ┃ ┗━━ 10 + ┣━━ 📓 var6 : + ┃ ┗━━ 10 + ┣━━ 📓 var7 : + ┃ ┗━━ 0 + ┗━━ 📓 var8 : +  ┗━━ 0 diff --git a/tests/results/test_namespace_read_write/01_6string_empty.sh b/tests/results/test_namespace_read_write/01_6string_empty.sh new file mode 100644 index 00000000..4eb4a046 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6string_empty.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ value +  ┗━━ null diff --git a/tests/results/test_namespace_read_write/01_6string_multi.sh b/tests/results/test_namespace_read_write/01_6string_multi.sh new file mode 100644 index 00000000..38ea1f50 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6string_multi.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┣━━ 📓 var2 : + ┣━━ 📓 var3: null + ┣━━ 📓 var4 : + ┃ ┗━━ value + ┣━━ 📓 var5 : + ┃ ┗━━ value + ┣━━ 📓 var6 : + ┃ ┗━━ value + ┣━━ 📓 var7 : + ┃ ┗━━ value + ┗━━ 📓 var8 : +  ┗━━ value diff --git a/tests/results/test_namespace_read_write/01_7value_multi_doublequote.sh b/tests/results/test_namespace_read_write/01_7value_multi_doublequote.sh new file mode 100644 index 00000000..f713749a --- /dev/null +++ b/tests/results/test_namespace_read_write/01_7value_multi_doublequote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┗━━ quote" diff --git a/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.sh new file mode 100644 index 00000000..46f4fe42 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┗━━ quote'" diff --git a/tests/results/test_namespace_read_write/01_7value_multi_quote.sh b/tests/results/test_namespace_read_write/01_7value_multi_quote.sh new file mode 100644 index 00000000..1e268151 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_7value_multi_quote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┗━━ quote' diff --git a/tests/results/test_namespace_read_write/01_8calculation_information_multi.sh b/tests/results/test_namespace_read_write/01_8calculation_information_multi.sh new file mode 100644 index 00000000..b4a06ad5 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_8calculation_information_multi.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : diff --git a/tests/results/test_namespace_read_write/01_9choice_variable_multi.sh b/tests/results/test_namespace_read_write/01_9choice_variable_multi.sh new file mode 100644 index 00000000..99150482 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_9choice_variable_multi.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable1 : + ┃ ┣━━ a + ┃ ┣━━ b + ┃ ┗━━ c + ┗━━ 📓 variable2: null diff --git a/tests/results/test_namespace_read_write/04_0type_param.sh b/tests/results/test_namespace_read_write/04_0type_param.sh new file mode 100644 index 00000000..33ba0e7f --- /dev/null +++ b/tests/results/test_namespace_read_write/04_0type_param.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 int: 10 diff --git a/tests/results/test_namespace_read_write/04_1auto_save.sh b/tests/results/test_namespace_read_write/04_1auto_save.sh new file mode 100644 index 00000000..967acec6 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1auto_save.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.sh new file mode 100644 index 00000000..9c721e6f --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 00000000..a7d95d62 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┗━━ 📓 var2: yes diff --git a/tests/results/test_namespace_read_write/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_read_write/04_1auto_save_and_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1auto_save_and_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden.sh b/tests/results/test_namespace_read_write/04_1default_calculation_hidden.sh new file mode 100644 index 00000000..2a9e364d --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: value + ┗━━ 📓 var3: value diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.sh new file mode 100644 index 00000000..2a9e364d --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: value + ┗━━ 📓 var3: value diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation.sh new file mode 100644 index 00000000..00f217d6 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┣━━ 📓 variable1: null + ┗━━ 📓 variable2: null diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_default.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation_default.sh new file mode 100644 index 00000000..2d2eb7ae --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_default.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┣━━ 📓 var1: no + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.sh new file mode 100644 index 00000000..21be0caa --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.sh new file mode 100644 index 00000000..8f6a95d0 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: false + ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.sh new file mode 100644 index 00000000..de131ef1 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: true diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.sh new file mode 100644 index 00000000..ed2ce4ad --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: yes diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.sh new file mode 100644 index 00000000..915d397a --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: yes + ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation.sh b/tests/results/test_namespace_read_write/04_5hidden_calculation.sh new file mode 100644 index 00000000..2d2eb7ae --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┣━━ 📓 var1: no + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation2.sh b/tests/results/test_namespace_read_write/04_5hidden_calculation2.sh new file mode 100644 index 00000000..21be0caa --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.sh new file mode 100644 index 00000000..2d2eb7ae --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┣━━ 📓 var1: no + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write/04_5validators.sh b/tests/results/test_namespace_read_write/04_5validators.sh new file mode 100644 index 00000000..031f5684 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5validators.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 int: null diff --git a/tests/results/test_namespace_read_write/04_5validators_differ.sh b/tests/results/test_namespace_read_write/04_5validators_differ.sh new file mode 100644 index 00000000..414983fc --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5validators_differ.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: oui + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write/04_5validators_multi.sh b/tests/results/test_namespace_read_write/04_5validators_multi.sh new file mode 100644 index 00000000..e462f592 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5validators_multi.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ no +  ┗━━ yes diff --git a/tests/results/test_namespace_read_write/04_5validators_multi2.sh b/tests/results/test_namespace_read_write/04_5validators_multi2.sh new file mode 100644 index 00000000..e462f592 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5validators_multi2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ no +  ┗━━ yes diff --git a/tests/results/test_namespace_read_write/05_0multi_not_uniq.sh b/tests/results/test_namespace_read_write/05_0multi_not_uniq.sh new file mode 100644 index 00000000..2b32f5e0 --- /dev/null +++ b/tests/results/test_namespace_read_write/05_0multi_not_uniq.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┗━━ non diff --git a/tests/results/test_namespace_read_write/05_0multi_uniq.sh b/tests/results/test_namespace_read_write/05_0multi_uniq.sh new file mode 100644 index 00000000..0183a174 --- /dev/null +++ b/tests/results/test_namespace_read_write/05_0multi_uniq.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┗━━ non diff --git a/tests/results/test_namespace_read_write/12_1auto_save_expert.sh b/tests/results/test_namespace_read_write/12_1auto_save_expert.sh new file mode 100644 index 00000000..d73522e4 --- /dev/null +++ b/tests/results/test_namespace_read_write/12_1auto_save_expert.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write/16_0redefine_description.sh b/tests/results/test_namespace_read_write/16_0redefine_description.sh new file mode 100644 index 00000000..c581e31a --- /dev/null +++ b/tests/results/test_namespace_read_write/16_0redefine_description.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write/16_2family_redefine_calculation.sh b/tests/results/test_namespace_read_write/16_2family_redefine_calculation.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_2family_redefine_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/16_2family_redefine_disabled.sh b/tests/results/test_namespace_read_write/16_2family_redefine_disabled.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_2family_redefine_disabled.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/16_5exists_nonexists.sh b/tests/results/test_namespace_read_write/16_5exists_nonexists.sh new file mode 100644 index 00000000..c4b3f93a --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5exists_nonexists.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┗━━ 📓 var2: yes diff --git a/tests/results/test_namespace_read_write/16_5exists_redefine.sh b/tests/results/test_namespace_read_write/16_5exists_redefine.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5exists_redefine.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/16_5redefine_calculation.sh b/tests/results/test_namespace_read_write/16_5redefine_calculation.sh new file mode 100644 index 00000000..9836befe --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: yes diff --git a/tests/results/test_namespace_read_write/16_5redefine_choice.sh b/tests/results/test_namespace_read_write/16_5redefine_choice.sh new file mode 100644 index 00000000..f2de40af --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_choice.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write/16_5redefine_default.sh b/tests/results/test_namespace_read_write/16_5redefine_default.sh new file mode 100644 index 00000000..9836befe --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_default.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: yes diff --git a/tests/results/test_namespace_read_write/16_5redefine_default_calculation.sh b/tests/results/test_namespace_read_write/16_5redefine_default_calculation.sh new file mode 100644 index 00000000..f2de40af --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_default_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write/16_5redefine_family.sh b/tests/results/test_namespace_read_write/16_5redefine_family.sh new file mode 100644 index 00000000..38d480a7 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_family.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write/16_5redefine_help.sh b/tests/results/test_namespace_read_write/16_5redefine_help.sh new file mode 100644 index 00000000..38d480a7 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_help.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write/16_5redefine_hidden.sh b/tests/results/test_namespace_read_write/16_5redefine_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/16_5redefine_multi.sh b/tests/results/test_namespace_read_write/16_5redefine_multi.sh new file mode 100644 index 00000000..0183a174 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_multi.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┗━━ non diff --git a/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 00000000..a669f548 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write/16_5test_redefine.sh b/tests/results/test_namespace_read_write/16_5test_redefine.sh new file mode 100644 index 00000000..da28b26f --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5test_redefine.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┣━━ 📓 var2: non + ┗━━ 📓 var3: null diff --git a/tests/results/test_namespace_read_write/16_6choice_redefine.sh b/tests/results/test_namespace_read_write/16_6choice_redefine.sh new file mode 100644 index 00000000..2e35dfd7 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_6choice_redefine.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: c diff --git a/tests/results/test_namespace_read_write/16_6exists_redefine_family.sh b/tests/results/test_namespace_read_write/16_6exists_redefine_family.sh new file mode 100644 index 00000000..fe728b65 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_6exists_redefine_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 family1 + ┃ ┗━━ 📓 variable1: null + ┗━━ 📂 family2 +  ┗━━ 📓 variable2: null diff --git a/tests/results/test_namespace_read_write/16exists_exists.sh b/tests/results/test_namespace_read_write/16exists_exists.sh new file mode 100644 index 00000000..c581e31a --- /dev/null +++ b/tests/results/test_namespace_read_write/16exists_exists.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write/17_5redefine_leadership.sh b/tests/results/test_namespace_read_write/17_5redefine_leadership.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write/17_5redefine_leadership.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/20_0empty_family.sh b/tests/results/test_namespace_read_write/20_0empty_family.sh new file mode 100644 index 00000000..2fc78e01 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0empty_family.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/20_0family_append.sh b/tests/results/test_namespace_read_write/20_0family_append.sh new file mode 100644 index 00000000..47f03de6 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0family_append.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┣━━ 📓 var1: null +  ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/20_0family_underscore.sh b/tests/results/test_namespace_read_write/20_0family_underscore.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0family_underscore.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/20_0multi_family.sh b/tests/results/test_namespace_read_write/20_0multi_family.sh new file mode 100644 index 00000000..5bc2162b --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0multi_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write/20_0multi_family_basic.sh b/tests/results/test_namespace_read_write/20_0multi_family_basic.sh new file mode 100644 index 00000000..5bc2162b --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0multi_family_basic.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write/20_0multi_family_expert.sh b/tests/results/test_namespace_read_write/20_0multi_family_expert.sh new file mode 100644 index 00000000..f2c05105 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0multi_family_expert.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write/20_0multi_family_order.sh b/tests/results/test_namespace_read_write/20_0multi_family_order.sh new file mode 100644 index 00000000..8a3705d6 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0multi_family_order.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable: null + ┗━━ 📂 family +  ┣━━ 📓 variable1: null +  ┣━━ 📂 subfamily +  ┃ ┗━━ 📓 variable: null +  ┗━━ 📓 variable2: null diff --git a/tests/results/test_namespace_read_write/20_0validators_differ_redefine.sh b/tests/results/test_namespace_read_write/20_0validators_differ_redefine.sh new file mode 100644 index 00000000..cd704b63 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0validators_differ_redefine.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┣━━ 📓 var2: no + ┗━━ 📓 var3: yes diff --git a/tests/results/test_namespace_read_write/20_1empty_subfamily.sh b/tests/results/test_namespace_read_write/20_1empty_subfamily.sh new file mode 100644 index 00000000..2fc78e01 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_1empty_subfamily.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/20_9default_information_parent.sh b/tests/results/test_namespace_read_write/20_9default_information_parent.sh new file mode 100644 index 00000000..47f03de6 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_9default_information_parent.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┣━━ 📓 var1: null +  ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition.sh b/tests/results/test_namespace_read_write/24_0family_hidden_condition.sh new file mode 100644 index 00000000..3d444718 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┗━━ 📂 family +  ┗━━ 📓 var1: null diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.sh new file mode 100644 index 00000000..957fe087 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: false diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 00000000..9c57ff65 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 var1: null diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 00000000..de131ef1 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: true diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.sh new file mode 100644 index 00000000..3c114840 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition1: false + ┗━━ 📓 condition2: false diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 00000000..65ede1e3 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┗━━ 📂 family +  ┗━━ 📂 sub_family +   ┗━━ 📓 var1: null diff --git a/tests/results/test_namespace_read_write/24_0family_mandatory_condition.sh b/tests/results/test_namespace_read_write/24_0family_mandatory_condition.sh new file mode 100644 index 00000000..dc9b1279 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_mandatory_condition.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.sh new file mode 100644 index 00000000..a4b69742 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: true + ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write/24_7validators_variable_optional.sh b/tests/results/test_namespace_read_write/24_7validators_variable_optional.sh new file mode 100644 index 00000000..bcbfcb2c --- /dev/null +++ b/tests/results/test_namespace_read_write/24_7validators_variable_optional.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 general +  ┣━━ 📓 int: null +  ┗━━ 📓 int2: 1 diff --git a/tests/results/test_namespace_read_write/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_read_write/24_family_disabled_var_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_family_disabled_var_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/40_0leadership.sh b/tests/results/test_namespace_read_write/40_0leadership.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/40_0leadership_diff_name.sh b/tests/results/test_namespace_read_write/40_0leadership_diff_name.sh new file mode 100644 index 00000000..01d73bad --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_diff_name.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leadership diff --git a/tests/results/test_namespace_read_write/40_0leadership_empty.sh b/tests/results/test_namespace_read_write/40_0leadership_empty.sh new file mode 100644 index 00000000..2fc78e01 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.sh new file mode 100644 index 00000000..54400467 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┗━━ 📂 leader +   ┣━━ 📓 leader: leader +   ┣━━ 📓 follower1 : +   ┃ ┗━━ value +   ┗━━ 📓 follower2 : +    ┣━━ value1 +    ┗━━ value2 diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.sh new file mode 100644 index 00000000..8edbb98d --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┗━━ 📂 leader +   ┣━━ 📓 leader: leader +   ┣━━ 📓 follower1 : +   ┃ ┗━━ value +   ┗━━ 📓 follower2 : +    ┗━━ value diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.sh new file mode 100644 index 00000000..99d5d406 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 general + ┃ ┗━━ 📓 mode_conteneur_actif: non + ┗━━ 📂 general1 +  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/40_1leadership_append_follower.sh b/tests/results/test_namespace_read_write/40_1leadership_append_follower.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write/40_1leadership_append_follower.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/40_2leadership_calculation_index.sh b/tests/results/test_namespace_read_write/40_2leadership_calculation_index.sh new file mode 100644 index 00000000..079783d9 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_2leadership_calculation_index.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: a +  ┃ ┗━━ 📓 follower1: 0 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: b +  ┃ ┗━━ 📓 follower1: 1 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: c +   ┗━━ 📓 follower1: 2 diff --git a/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.sh new file mode 100644 index 00000000..079783d9 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: a +  ┃ ┗━━ 📓 follower1: 0 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: b +  ┃ ┗━━ 📓 follower1: 1 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: c +   ┗━━ 📓 follower1: 2 diff --git a/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.sh new file mode 100644 index 00000000..58e0bed5 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: val1 +  ┃ ┣━━ 📓 follower1: null +  ┃ ┗━━ 📓 follower2: null +  ┗━━ 📂 leader +   ┣━━ 📓 leader: val2 +   ┣━━ 📓 follower1: null +   ┗━━ 📓 follower2: null diff --git a/tests/results/test_namespace_read_write/40_6leadership_follower_multi.sh b/tests/results/test_namespace_read_write/40_6leadership_follower_multi.sh new file mode 100644 index 00000000..01d73bad --- /dev/null +++ b/tests/results/test_namespace_read_write/40_6leadership_follower_multi.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leadership diff --git a/tests/results/test_namespace_read_write/40_8calculation_boolean.sh b/tests/results/test_namespace_read_write/40_8calculation_boolean.sh new file mode 100644 index 00000000..13c3107f --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_boolean.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 bool: false + ┣━━ 📓 multi1 : + ┃ ┗━━ false + ┗━━ 📓 multi2 : +  ┣━━ true +  ┗━━ false diff --git a/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.sh new file mode 100644 index 00000000..0c707f91 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: yes + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/40_8calculation_integer.sh b/tests/results/test_namespace_read_write/40_8calculation_integer.sh new file mode 100644 index 00000000..22ae871b --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_integer.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 bool: false + ┣━━ 📓 int1: 2 + ┗━━ 📓 int2: 3 diff --git a/tests/results/test_namespace_read_write/40_8calculation_multi_variable.sh b/tests/results/test_namespace_read_write/40_8calculation_multi_variable.sh new file mode 100644 index 00000000..7652f1c9 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ no + ┃ ┗━━ yes + ┣━━ 📓 var2: no + ┗━━ 📓 var3: yes diff --git a/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.sh new file mode 100644 index 00000000..edd2ec7e --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: no + ┗━━ 📂 fam1 +  ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 00000000..48268a57 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 fam1 + ┃ ┗━━ 📓 var: no + ┗━━ 📂 fam2 +  ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write/41_0choice_leader.sh b/tests/results/test_namespace_read_write/41_0choice_leader.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write/41_0choice_leader.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/44_0leadership_hidden.sh b/tests/results/test_namespace_read_write/44_0leadership_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_0leadership_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_read_write/44_0leadership_leader_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_0leadership_leader_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.sh new file mode 100644 index 00000000..db63cf63 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: true + ┗━━ 📂 leader +  ┗━━ 📂 leader +   ┣━━ 📓 leader: a +   ┗━━ 📓 follower: null diff --git a/tests/results/test_namespace_read_write/44_4leadership_mandatory.sh b/tests/results/test_namespace_read_write/44_4leadership_mandatory.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write/44_4leadership_mandatory.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 00000000..21be0caa --- /dev/null +++ b/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 00000000..d4c5b4a6 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: yes + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.sh new file mode 100644 index 00000000..060aee86 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┗━━ 📓 leader: a +  ┗━━ 📂 leader +   ┣━━ 📓 leader: b +   ┗━━ 📓 follower: b diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic.sh b/tests/results/test_namespace_read_write/60_0family_dynamic.sh new file mode 100644 index 00000000..068c933c --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: null + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.sh new file mode 100644 index 00000000..18f5e96d --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: null + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: null diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.sh new file mode 100644 index 00000000..18f5e96d --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: null + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: null diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.sh new file mode 100644 index 00000000..18f5e96d --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: null + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: null diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_empty.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.sh new file mode 100644 index 00000000..8209d5db --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ 1 + ┃ ┗━━ 2 + ┣━━ 📂 dyn1 + ┃ ┗━━ 📓 var: val + ┣━━ 📂 dyn2 + ┃ ┗━━ 📓 var: val + ┗━━ 📓 var2: val diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number_empty.sh new file mode 100644 index 00000000..ffcaf11d --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.sh new file mode 100644 index 00000000..068c933c --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: null + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_static.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_static.sh new file mode 100644 index 00000000..a909e05b --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_static.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: null + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_test.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_test.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_test.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 00000000..045b2717 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: a value + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: a value diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write/60_0family_empty.sh b/tests/results/test_namespace_read_write/60_0family_empty.sh new file mode 100644 index 00000000..2fc78e01 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/60_0family_hidden.sh b/tests/results/test_namespace_read_write/60_0family_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write/60_0family_mode.sh b/tests/results/test_namespace_read_write/60_0family_mode.sh new file mode 100644 index 00000000..ee913c71 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_mode.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 var: non diff --git a/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.sh new file mode 100644 index 00000000..7c79f112 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dyn1 + ┃ ┗━━ 📓 var: val + ┗━━ 📂 dyn2 +  ┗━━ 📓 var: val diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 00000000..4918f398 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: null + ┣━━ 📂 dynval2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 00000000..e3e359cd --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: val1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: val2 + ┗━━ 📓 var2: val1 diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 00000000..ffcaf11d --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 00000000..725e9ea3 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.sh new file mode 100644 index 00000000..59d56c84 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: val + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: val + ┗━━ 📓 newvar: val diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 00000000..88b28cd0 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┗━━ 📓 newvar: null diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.sh new file mode 100644 index 00000000..0d32c804 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📓 var2: null + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: val + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: val diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.sh new file mode 100644 index 00000000..ffcaf11d --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.sh new file mode 100644 index 00000000..dd73cbfa --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: null + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 00000000..5f1bdb40 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: val1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: val2 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.sh new file mode 100644 index 00000000..45f0c570 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 dynval1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.sh new file mode 100644 index 00000000..725e9ea3 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 00000000..5f1bdb40 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: val1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: val2 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.sh new file mode 100644 index 00000000..dd73cbfa --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: null + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 00000000..725e9ea3 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 00000000..3c9e0cf6 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 dynval1 +  ┣━━ 📓 var: null +  ┗━━ 📂 family +   ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.sh new file mode 100644 index 00000000..471fc4b0 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 val1_dyn + ┃ ┣━━ 📓 var1: val1 + ┃ ┣━━ 📓 var2: val1 + ┃ ┗━━ 📓 var3: val1 + ┗━━ 📂 val2_dyn +  ┣━━ 📓 var1: val2 +  ┣━━ 📓 var2: val2 +  ┗━━ 📓 var3: val2 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.sh new file mode 100644 index 00000000..af6cec28 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: val1 + ┣━━ 📂 my_dyn_family_val2 + ┃ ┗━━ 📓 var: val2 + ┗━━ 📓 var2 : +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.sh new file mode 100644 index 00000000..4d72d86d --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var2 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: val1 + ┗━━ 📂 my_dyn_family_val2 +  ┗━━ 📓 var: val2 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.sh new file mode 100644 index 00000000..d3a18ae9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var2 : + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.sh new file mode 100644 index 00000000..b1ddd664 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2 : diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.sh new file mode 100644 index 00000000..af6cec28 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: val1 + ┣━━ 📂 my_dyn_family_val2 + ┃ ┗━━ 📓 var: val2 + ┗━━ 📓 var2 : +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.sh new file mode 100644 index 00000000..b1ddd664 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2 : diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.sh new file mode 100644 index 00000000..bf2a9b60 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┣━━ 📂 subdyn_val1 + ┃ ┃ ┗━━ 📓 var: val1 + ┃ ┗━━ 📂 subdyn_val2 + ┃  ┗━━ 📓 var: val2 + ┣━━ 📂 my_dyn_family_val2 + ┃ ┣━━ 📂 subdyn_val1 + ┃ ┃ ┗━━ 📓 var: val1 + ┃ ┗━━ 📂 subdyn_val2 + ┃  ┗━━ 📓 var: val2 + ┗━━ 📓 var2 : +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.sh new file mode 100644 index 00000000..b1ddd664 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2 : diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 00000000..c5970b61 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dyn_val1 + ┃ ┗━━ 📓 var: val1 + ┣━━ 📂 dyn_val2 + ┃ ┗━━ 📓 var: val2 + ┗━━ 📓 var2: val1 diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 00000000..ffcaf11d --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_inside.sh b/tests/results/test_namespace_read_write/60_6family_dynamic_inside.sh new file mode 100644 index 00000000..4e8ca65e --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_inside.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 val1_dyn + ┃ ┣━━ 📓 var1: val1 + ┃ ┣━━ 📓 var2: val1 + ┃ ┣━━ 📓 var3: val1 + ┃ ┗━━ 📓 var4: val1 + ┗━━ 📂 val2_dyn +  ┣━━ 📓 var1: val2 +  ┣━━ 📓 var2: val2 +  ┣━━ 📓 var3: val2 +  ┗━━ 📓 var4: val1 diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.sh new file mode 100644 index 00000000..456cf1ca --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📂 leadership + ┗━━ 📂 dynval2 +  ┗━━ 📂 leadership diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.sh new file mode 100644 index 00000000..ed294db1 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.sh @@ -0,0 +1,34 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ tval1 + ┃ ┃ ┗━━ tval2 + ┃ ┣━━ 📂 dyn_tval1 + ┃ ┃ ┣━━ 📓 var: tval1 + ┃ ┃ ┣━━ 📓 var_identifier: val1 + ┃ ┃ ┗━━ 📓 var_identifiers: val1-tval1 + ┃ ┗━━ 📂 dyn_tval2 + ┃  ┣━━ 📓 var: tval2 + ┃  ┣━━ 📓 var_identifier: val1 + ┃  ┗━━ 📓 var_identifiers: val1-tval2 + ┗━━ 📂 dynval2 +  ┣━━ 📓 var : +  ┃ ┣━━ tval1 +  ┃ ┗━━ tval2 +  ┣━━ 📂 dyn_tval1 +  ┃ ┣━━ 📓 var: tval1 +  ┃ ┣━━ 📓 var_identifier: val2 +  ┃ ┗━━ 📓 var_identifiers: val2-tval1 +  ┗━━ 📂 dyn_tval2 +   ┣━━ 📓 var: tval2 +   ┣━━ 📓 var_identifier: val2 +   ┗━━ 📓 var_identifiers: val2-tval2 diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.sh new file mode 100644 index 00000000..ed294db1 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.sh @@ -0,0 +1,34 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ tval1 + ┃ ┃ ┗━━ tval2 + ┃ ┣━━ 📂 dyn_tval1 + ┃ ┃ ┣━━ 📓 var: tval1 + ┃ ┃ ┣━━ 📓 var_identifier: val1 + ┃ ┃ ┗━━ 📓 var_identifiers: val1-tval1 + ┃ ┗━━ 📂 dyn_tval2 + ┃  ┣━━ 📓 var: tval2 + ┃  ┣━━ 📓 var_identifier: val1 + ┃  ┗━━ 📓 var_identifiers: val1-tval2 + ┗━━ 📂 dynval2 +  ┣━━ 📓 var : +  ┃ ┣━━ tval1 +  ┃ ┗━━ tval2 +  ┣━━ 📂 dyn_tval1 +  ┃ ┣━━ 📓 var: tval1 +  ┃ ┣━━ 📓 var_identifier: val2 +  ┃ ┗━━ 📓 var_identifiers: val2-tval1 +  ┗━━ 📂 dyn_tval2 +   ┣━━ 📓 var: tval2 +   ┣━━ 📓 var_identifier: val2 +   ┗━━ 📓 var_identifiers: val2-tval2 diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write/60_9extra_dynamic.sh b/tests/results/test_namespace_read_write/60_9extra_dynamic.sh new file mode 100644 index 00000000..04651409 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_9extra_dynamic.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 var : +┃  ┗━━ a +┗━━ 📂 extra + ┗━━ 📂 dyn_a +  ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.sh new file mode 100644 index 00000000..f005b9f4 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📂 general +┃  ┗━━ 📓 varname : +┃   ┗━━ a +┗━━ 📂 extra + ┣━━ 📓 var : + ┃ ┗━━ a + ┗━━ 📂 dyn_a +  ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.sh new file mode 100644 index 00000000..57ead287 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: null + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: null diff --git a/tests/results/test_namespace_read_write/68_0family_leadership_mode.sh b/tests/results/test_namespace_read_write/68_0family_leadership_mode.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write/68_0family_leadership_mode.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_0empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_0empty.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_0empty.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_0version_underscore.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_0version_underscore.sh new file mode 100644 index 00000000..b653346a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_0version_underscore.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 version: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_1empty_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_1empty_variable.sh new file mode 100644 index 00000000..8f29694d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_1empty_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 empty: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated.sh new file mode 100644 index 00000000..ab6d3f19 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (no) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_multi.sh new file mode 100644 index 00000000..39bd02ba --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_multi.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (no) + ┃ ┣━━ string2 (yes) + ┃ ┗━━ string3 (maybe) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.sh new file mode 100644 index 00000000..204ffd84 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ domain1.lan + ┃ ┗━━ domain2.lan + ┗━━ 📓 var2 : +  ┣━━ domain1.lan (domain1.lan) +  ┗━━ domain2.lan (domain2.lan) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_4load_subfolder.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_4load_subfolder.sh new file mode 100644 index 00000000..cd39a398 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_4load_subfolder.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_5load_notype.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_5load_notype.sh new file mode 100644 index 00000000..91a60e9a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_5load_notype.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 without_type: string1 (non) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean.sh new file mode 100644 index 00000000..bd3111cb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: true (true) + ┣━━ 📓 var2: true (true) + ┣━━ 📓 var3: true (true) + ┣━━ 📓 var4: true (false) + ┣━━ 📓 var5: true (false) + ┗━━ 📓 var6: true (false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean_no_mandatory.sh new file mode 100644 index 00000000..583f2c55 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean_no_mandatory.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice.sh new file mode 100644 index 00000000..1d330182 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: a + ┣━━ 📓 var2: a + ┣━━ 📓 var3: a + ┣━━ 📓 var4: null + ┣━━ 📓 var5: a (a) + ┗━━ 📓 var6: 1 (1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_calculation.sh new file mode 100644 index 00000000..5175be05 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable.sh new file mode 100644 index 00000000..c302003d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┗━━ 📓 var2: string1 (a) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6custom.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6custom.sh new file mode 100644 index 00000000..85380ee3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6custom.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 custom1: string1 + ┗━━ 📓 custom2: string1 (value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname.sh new file mode 100644 index 00000000..156dea02 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname_params.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname_params.sh new file mode 100644 index 00000000..156dea02 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname_params.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6float.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6float.sh new file mode 100644 index 00000000..1820eaf2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6float.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: 1.1 (0.0) + ┣━━ 📓 var2: 1.1 (0.0) + ┣━━ 📓 var3: 1.1 (0.0) + ┣━━ 📓 var4: 1.1 (10.1) + ┣━━ 📓 var5: 1.1 (10.1) + ┗━━ 📓 var6: 1.1 (10.1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6number.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6number.sh new file mode 100644 index 00000000..1a9f1253 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6number.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: 1 (0) + ┣━━ 📓 var2: 1 (0) + ┣━━ 📓 var3: 1 (0) + ┣━━ 📓 var4: 1 (10) + ┣━━ 📓 var5: 1 (10) + ┗━━ 📓 var6: 1 (10) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6port.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6port.sh new file mode 100644 index 00000000..a0e60d19 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6port.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable1: 80 + ┣━━ 📓 variable2: 80 (8080) + ┗━━ 📓 variable3: 80 (8080) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp.sh new file mode 100644 index 00000000..33ba94a8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_6string.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_6string.sh new file mode 100644 index 00000000..8fa758db --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6string.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┣━━ 📓 var2: string1 + ┣━━ 📓 var3: string1 + ┣━━ 📓 var4: string1 (value) + ┣━━ 📓 var5: string1 (value) + ┗━━ 📓 var6: string1 (value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7choice_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_7choice_quote.sh new file mode 100644 index 00000000..65bf561d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7choice_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: quote' (quote') diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_quote.sh new file mode 100644 index 00000000..cd39a398 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_quote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote.sh new file mode 100644 index 00000000..3eade6f4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (quote") diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote2.sh new file mode 100644 index 00000000..3affce31 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (quote'") diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote3.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote3.sh new file mode 100644 index 00000000..f59250ce --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote3.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (quote\"\') diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_quote.sh new file mode 100644 index 00000000..6daace00 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (quote') diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_information.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_information.sh new file mode 100644 index 00000000..e3327551 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_information.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_8test.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_8test.sh new file mode 100644 index 00000000..f6f34e22 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_8test.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: test + ┣━━ 📓 var2: test (value) + ┣━━ 📓 var3: test1 + ┣━━ 📓 var4: null + ┣━━ 📓 var5: false (true) + ┗━━ 📓 var6 : +  ┣━━ test1 +  ┗━━ test2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variable_multi.sh new file mode 100644 index 00000000..02de717a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variable_multi.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┗━━ 📓 variable2 : +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variables.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variables.sh new file mode 100644 index 00000000..691c5c26 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variables.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 source_variable_1: string1 (val1) + ┣━━ 📓 source_variable_2: string1 (val2) + ┗━━ 📓 my_variable: string1 (val1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation.sh new file mode 100644 index 00000000..b2a434ce --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (string_1_True_None) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information.sh new file mode 100644 index 00000000..8e2fb695 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.sh new file mode 100644 index 00000000..cd39a398 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional.sh new file mode 100644 index 00000000..ee7a14e7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable: string1 (val1) + ┗━━ 📓 my_calculated_variable : +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.sh new file mode 100644 index 00000000..ee7a14e7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable: string1 (val1) + ┗━━ 📓 my_calculated_variable : +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional.sh new file mode 100644 index 00000000..bf79cbec --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 my_calculated_variable : +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional_exists.sh new file mode 100644 index 00000000..9c70d2e4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional_exists.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┗━━ 📓 my_calculated_variable : +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_param_optional.sh new file mode 100644 index 00000000..9bb21681 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_param_optional.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (string1) + ┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable.sh new file mode 100644 index 00000000..cd39a398 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_integer.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_integer.sh new file mode 100644 index 00000000..5175be05 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_integer.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra.sh new file mode 100644 index 00000000..b945323a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 variable: string1 (rougail) +┗━━ 📂 extra + ┗━━ 📓 variable: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_calculation.sh new file mode 100644 index 00000000..9f439887 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_calculation.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 variable: string1 (value) +┗━━ 📂 extra + ┣━━ 📓 variable1: string1 (string1) + ┣━━ 📓 variable2: string1 (string1) + ┗━━ 📓 variable3: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6boolean_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_6boolean_multi.sh new file mode 100644 index 00000000..03774bda --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6boolean_multi.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┗━━ true (true) + ┣━━ 📓 var2 : + ┃ ┗━━ true (true) + ┣━━ 📓 var3 : + ┃ ┗━━ true (true) + ┣━━ 📓 var4 : + ┃ ┗━━ true (false) + ┣━━ 📓 var5 : + ┃ ┗━━ true (false) + ┣━━ 📓 var6 : + ┃ ┗━━ true (false) + ┣━━ 📓 var7 : + ┃ ┗━━ true (true) + ┗━━ 📓 var8 : +  ┗━━ true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6custom_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_6custom_multi.sh new file mode 100644 index 00000000..827f6473 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6custom_multi.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 custom1 : + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┗━━ 📓 custom2 : +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6float_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_6float_multi.sh new file mode 100644 index 00000000..a4c7b532 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6float_multi.sh @@ -0,0 +1,39 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var2 : + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var3 : + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var4 : + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var5 : + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var6 : + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var7 : + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┗━━ 📓 var8 : +  ┣━━ 1.1 (0.0) +  ┣━━ 2.2 +  ┗━━ 3.3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6number_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_6number_multi.sh new file mode 100644 index 00000000..01c12c31 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6number_multi.sh @@ -0,0 +1,39 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var2 : + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var3 : + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var4 : + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var5 : + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var6 : + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var7 : + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┗━━ 📓 var8 : +  ┣━━ 1 (0) +  ┣━━ 2 +  ┗━━ 3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_empty.sh new file mode 100644 index 00000000..a0c207be --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_empty.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi.sh new file mode 100644 index 00000000..1485037a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi.sh @@ -0,0 +1,36 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 var2 : + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 var3: string1 + ┣━━ 📓 var4 : + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 var5 : + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 var6 : + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 var7 : + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┗━━ 📓 var8 : +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote.sh new file mode 100644 index 00000000..4004fc4d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 (quote") +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote2.sh new file mode 100644 index 00000000..a9b41709 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote2.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 (quote'") +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_quote.sh new file mode 100644 index 00000000..d61f8092 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_quote.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 (quote') +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_8calculation_information_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_8calculation_information_multi.sh new file mode 100644 index 00000000..7da8271e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_8calculation_information_multi.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_multi.sh new file mode 100644 index 00000000..ddebbe32 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_multi.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable1 : + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param.sh new file mode 100644 index 00000000..45f51189 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 int: 1 (10) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save.sh new file mode 100644 index 00000000..967acec6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated.sh new file mode 100644 index 00000000..d7ff04a7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (no) + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 00000000..0c70a800 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (no) + ┗━━ 📓 var2: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden.sh new file mode 100644 index 00000000..f1691f39 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (value) + ┣━━ 📓 var2: string1 + ┗━━ 📓 var3: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_2.sh new file mode 100644 index 00000000..f1691f39 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (value) + ┣━━ 📓 var2: string1 + ┗━━ 📓 var3: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation.sh new file mode 100644 index 00000000..87041be0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┣━━ 📓 variable1: string1 + ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_default.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_default.sh new file mode 100644 index 00000000..5801232b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_default.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┣━━ 📓 var1: string1 (string1) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional.sh new file mode 100644 index 00000000..ac535cb4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable.sh new file mode 100644 index 00000000..68721dff --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: true (false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable2.sh new file mode 100644 index 00000000..67ff7274 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable3.sh new file mode 100644 index 00000000..65551aa6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable3.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (yes) + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable4.sh new file mode 100644 index 00000000..adca7e23 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable4.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation.sh new file mode 100644 index 00000000..86ab6df3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┣━━ 📓 var1: string1 (no) + ┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation2.sh new file mode 100644 index 00000000..da9dec3f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation_default_calculation.sh new file mode 100644 index 00000000..5801232b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation_default_calculation.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┣━━ 📓 var1: string1 (string1) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators.sh new file mode 100644 index 00000000..eeda9ff6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 int: 1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_differ.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_differ.sh new file mode 100644 index 00000000..19f4dfbe --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_differ.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: another_value (oui) + ┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi.sh new file mode 100644 index 00000000..528ab9f3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ string1 (no) +  ┣━━ string2 (yes) +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi2.sh new file mode 100644 index 00000000..6f174125 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ val1 (no) +  ┗━━ val2 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_not_uniq.sh b/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_not_uniq.sh new file mode 100644 index 00000000..9207a4ee --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_not_uniq.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_uniq.sh b/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_uniq.sh new file mode 100644 index 00000000..3cbd9a41 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_uniq.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/12_1auto_save_expert.sh b/tests/results/test_namespace_read_write_mandatory_secrets/12_1auto_save_expert.sh new file mode 100644 index 00000000..d73522e4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/12_1auto_save_expert.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_0redefine_description.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_0redefine_description.sh new file mode 100644 index 00000000..8e2fb695 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_0redefine_description.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_calculation.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_disabled.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_disabled.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_2family_redefine_disabled.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_nonexists.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_nonexists.sh new file mode 100644 index 00000000..f0d3537d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_nonexists.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (no) + ┗━━ 📓 var2: string1 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_redefine.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_redefine.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_calculation.sh new file mode 100644 index 00000000..baf9afac --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_choice.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_choice.sh new file mode 100644 index 00000000..2daa0aa7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_choice.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: a diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default.sh new file mode 100644 index 00000000..baf9afac --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default_calculation.sh new file mode 100644 index 00000000..e3327551 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_family.sh new file mode 100644 index 00000000..31540c94 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_family.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_help.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_help.sh new file mode 100644 index 00000000..31540c94 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_help.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_multi.sh new file mode 100644 index 00000000..3cbd9a41 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_multi.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 00000000..e6b26322 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5test_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_5test_redefine.sh new file mode 100644 index 00000000..f50625a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5test_redefine.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: test1 (no) + ┣━━ 📓 var2: test1 (non) + ┗━━ 📓 var3: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_6choice_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_6choice_redefine.sh new file mode 100644 index 00000000..04004821 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_6choice_redefine.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: a (c) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_redefine_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_redefine_family.sh new file mode 100644 index 00000000..44057127 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_redefine_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 family1 + ┃ ┗━━ 📓 variable1: string1 + ┗━━ 📂 family2 +  ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16exists_exists.sh b/tests/results/test_namespace_read_write_mandatory_secrets/16exists_exists.sh new file mode 100644 index 00000000..8e2fb695 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16exists_exists.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/17_5redefine_leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets/17_5redefine_leadership.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/17_5redefine_leadership.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0empty_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_0empty_family.sh new file mode 100644 index 00000000..2fc78e01 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0empty_family.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_append.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_append.sh new file mode 100644 index 00000000..d728ffd7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_append.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┣━━ 📓 var1: string1 +  ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_underscore.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_underscore.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_underscore.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family.sh new file mode 100644 index 00000000..814c4ff0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_basic.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_basic.sh new file mode 100644 index 00000000..814c4ff0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_basic.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_expert.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_expert.sh new file mode 100644 index 00000000..1ffef3f4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_expert.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_order.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_order.sh new file mode 100644 index 00000000..601030c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_order.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable: string1 + ┗━━ 📂 family +  ┣━━ 📓 variable1: string1 +  ┣━━ 📂 subfamily +  ┃ ┗━━ 📓 variable: string1 +  ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0validators_differ_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_0validators_differ_redefine.sh new file mode 100644 index 00000000..5ea3f345 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0validators_differ_redefine.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (no) + ┣━━ 📓 var2: string1 (no) + ┗━━ 📓 var3: yes (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_1empty_subfamily.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_1empty_subfamily.sh new file mode 100644 index 00000000..2fc78e01 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_1empty_subfamily.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_9default_information_parent.sh b/tests/results/test_namespace_read_write_mandatory_secrets/20_9default_information_parent.sh new file mode 100644 index 00000000..d728ffd7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_9default_information_parent.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┣━━ 📓 var1: string1 +  ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition.sh new file mode 100644 index 00000000..812d6c6b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📂 family +  ┗━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_boolean.sh new file mode 100644 index 00000000..cfa5253a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_boolean.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: true (false) + ┗━━ 📂 family +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 00000000..182b67a9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 00000000..67ff7274 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: true (true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_with_variable.sh new file mode 100644 index 00000000..c3491139 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_with_variable.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition1: true (false) + ┣━━ 📓 condition2: true (false) + ┗━━ 📂 family diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 00000000..5756145f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📂 family +  ┗━━ 📂 sub_family +   ┗━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition.sh new file mode 100644 index 00000000..d8ef2422 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.sh new file mode 100644 index 00000000..abee35bc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: true (true) + ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_7validators_variable_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_7validators_variable_optional.sh new file mode 100644 index 00000000..40c6dea7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_7validators_variable_optional.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 general +  ┣━━ 📓 int: 5 +  ┗━━ 📓 int2: 1 (1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/24_family_disabled_var_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_family_disabled_var_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership.sh new file mode 100644 index 00000000..09a463e2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_diff_name.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_diff_name.sh new file mode 100644 index 00000000..0bf094e6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_diff_name.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leadership +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_empty.sh new file mode 100644 index 00000000..2fc78e01 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.sh new file mode 100644 index 00000000..8e417dbf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 (value) +  ┃ ┗━━ 📓 follower2: string1 (string1) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 (value) +  ┃ ┗━━ 📓 follower2: string2 (string2) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 (value) +   ┗━━ 📓 follower2: string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti.sh new file mode 100644 index 00000000..5e02760c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti.sh @@ -0,0 +1,38 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (leader) +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (value1) +  ┃  ┣━━ string2 (value2) +  ┃  ┗━━ string3 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (value1) +  ┃  ┣━━ string2 (value2) +  ┃  ┗━━ string3 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1 : +   ┃ ┣━━ string1 (value) +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 follower2 : +    ┣━━ string1 (value1) +    ┣━━ string2 (value2) +    ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.sh new file mode 100644 index 00000000..8b9c7b31 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.sh @@ -0,0 +1,38 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (leader) +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1 : +   ┃ ┣━━ string1 (value) +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 follower2 : +    ┣━━ string1 (string1) +    ┣━━ string2 (string2) +    ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_value.sh new file mode 100644 index 00000000..f383f412 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_value.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower1: string1 (value) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower1: string2 (value) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower1: string3 (value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_not_multi.sh new file mode 100644 index 00000000..a3f7d968 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_not_multi.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 general + ┃ ┗━━ 📓 mode_conteneur_actif: string1 (non) + ┗━━ 📂 general1 +  ┗━━ 📂 leader +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string1 +   ┃ ┣━━ 📓 follower1: string1 +   ┃ ┗━━ 📓 follower2: string1 +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string2 +   ┃ ┣━━ 📓 follower1: string2 +   ┃ ┗━━ 📓 follower2: string2 +   ┗━━ 📂 leader +    ┣━━ 📓 leader: string3 +    ┣━━ 📓 follower1: string3 +    ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_1leadership_append_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_1leadership_append_follower.sh new file mode 100644 index 00000000..23177aa7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_1leadership_append_follower.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┣━━ 📓 follower2: string1 +  ┃ ┗━━ 📓 follower3: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┣━━ 📓 follower2: string2 +  ┃ ┗━━ 📓 follower3: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┣━━ 📓 follower2: string3 +   ┗━━ 📓 follower3: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index.sh new file mode 100644 index 00000000..c0419cd1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (a) +  ┃ ┗━━ 📓 follower1: 1 (0) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 (b) +  ┃ ┗━━ 📓 follower1: 2 (1) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 (c) +   ┗━━ 📓 follower1: 3 (2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_param_index.sh new file mode 100644 index 00000000..c0419cd1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_param_index.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (a) +  ┃ ┗━━ 📓 follower1: 1 (0) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 (b) +  ┃ ┗━━ 📓 follower1: 2 (1) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 (c) +   ┗━━ 📓 follower1: 3 (2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_leader_calculation.sh new file mode 100644 index 00000000..8be2eeb4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_leader_calculation.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (val1) +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 (val2) +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi.sh new file mode 100644 index 00000000..cd427cad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi.sh @@ -0,0 +1,38 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leadership +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1 : +   ┃ ┣━━ string1 +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 follower2 : +    ┣━━ string1 (value) +    ┣━━ string2 +    ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean.sh new file mode 100644 index 00000000..8f3c5d94 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 bool: true (false) + ┣━━ 📓 multi1 : + ┃ ┣━━ true (true) + ┃ ┗━━ false + ┗━━ 📓 multi2 : +  ┗━━ true (false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean_return_none.sh new file mode 100644 index 00000000..22b8a524 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean_return_none.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (yes) + ┗━━ 📓 var2: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_integer.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_integer.sh new file mode 100644 index 00000000..bcbf1c8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_integer.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 bool: true (false) + ┣━━ 📓 int1: 1 (1) + ┗━━ 📓 int2: 1 (4) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable.sh new file mode 100644 index 00000000..3bd6eb0d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 + ┣━━ 📓 var2: string1 (no) + ┗━━ 📓 var3: string1 (yes) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.sh new file mode 100644 index 00000000..9268950f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: string1 (no) + ┗━━ 📂 fam1 +  ┗━━ 📓 var: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 00000000..83dcb641 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 fam1 + ┃ ┗━━ 📓 var: string1 (no) + ┗━━ 📂 fam2 +  ┗━━ 📓 var: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/41_0choice_leader.sh b/tests/results/test_namespace_read_write_mandatory_secrets/41_0choice_leader.sh new file mode 100644 index 00000000..47f9bf26 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/41_0choice_leader.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower1: a +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower1: b +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower1: c diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_leader_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_0leadership_leader_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower.sh new file mode 100644 index 00000000..9b19e8c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: true (true) + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (a) +  ┃ ┗━━ 📓 follower: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory.sh new file mode 100644 index 00000000..68e67f9c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower1: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower1: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower1: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory_follower.sh new file mode 100644 index 00000000..ee9ef8c3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory_follower.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 00000000..754ff9c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📂 leader +  ┣━━ 📂 leader + [94m ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 00000000..5aa68927 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (yes) + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_read_write_mandatory_secrets/44_9calculated_default_leadership_leader.sh new file mode 100644 index 00000000..d877aa46 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_9calculated_default_leadership_leader.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (a) +  ┃ ┗━━ 📓 follower: string1 (string1) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 (b) +  ┃ ┗━━ 📓 follower: string2 (string2) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower: string3 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic.sh new file mode 100644 index 00000000..d50b686f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0.sh new file mode 100644 index 00000000..8962b9d2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 vardyn: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_empty.sh new file mode 100644 index 00000000..01dba53c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type.sh new file mode 100644 index 00000000..8962b9d2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 vardyn: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type_empty.sh new file mode 100644 index 00000000..01dba53c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1.sh new file mode 100644 index 00000000..8962b9d2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 vardyn: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 00000000..01dba53c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_empty.sh new file mode 100644 index 00000000..5604c2ca --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_empty.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number.sh new file mode 100644 index 00000000..644c2f7a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ 1 (1) + ┃ ┣━━ 2 (2) + ┃ ┗━━ 3 + ┣━━ 📂 dyn1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dyn2 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dyn3 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number_empty.sh new file mode 100644 index 00000000..ecb496b5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ 1 + ┃ ┗━━ 2 + ┣━━ 📂 dyn1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dyn2 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description.sh new file mode 100644 index 00000000..d50b686f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 00000000..8f127e2e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_static.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_static.sh new file mode 100644 index 00000000..de055595 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_static.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_test.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_test.sh new file mode 100644 index 00000000..8f127e2e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_test.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.sh new file mode 100644 index 00000000..b6b2f453 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 (val) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 00000000..b245d90e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 (a value) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 (a value) + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 (a value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 00000000..c8226280 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 (a value) + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 (a value) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_empty.sh new file mode 100644 index 00000000..2fc78e01 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_mode.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_mode.sh new file mode 100644 index 00000000..dee16c7d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_mode.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 var: string1 (non) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_1family_dynamic_jinja.sh new file mode 100644 index 00000000..b2d05ad6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_1family_dynamic_jinja.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dyn1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dyn2 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📂 dyn3 +  ┗━━ 📓 var: string1 (val) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 00000000..6b1b1e03 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring3 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 00000000..56f90718 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 (string2) + ┣━━ 📂 dynstring3 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 (string3) + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 00000000..cf3cd693 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 (val1) + ┣━━ 📂 dynval2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 (val2) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 00000000..6855ea48 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.sh new file mode 100644 index 00000000..7d92bb3a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dynstring3 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📓 newvar: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 00000000..8de87686 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📓 newvar: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2.sh new file mode 100644 index 00000000..4005d191 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📓 var2: string1 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 vardyn: string1 (val) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 vardyn: string1 (val) + ┗━━ 📂 dynstring3 +  ┗━━ 📓 vardyn: string1 (val) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2_empty.sh new file mode 100644 index 00000000..29e28775 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📓 var2: string1 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: string1 (val) + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: string1 (val) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix.sh new file mode 100644 index 00000000..7a18b99e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring3 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 00000000..4cd7ce64 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 (string2) + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 00000000..6fd9a81f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 (val1) + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 (val2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh new file mode 100644 index 00000000..aa722f39 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 dynval1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.sh new file mode 100644 index 00000000..9488f69b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 00000000..4cd7ce64 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 (string2) + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 00000000..6fd9a81f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 (val1) + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 (val2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.sh new file mode 100644 index 00000000..7a18b99e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring3 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 00000000..9488f69b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 00000000..ced137c5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 dynval1 +  ┣━━ 📓 var: string1 +  ┗━━ 📂 family +   ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix.sh new file mode 100644 index 00000000..e7959a57 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix.sh @@ -0,0 +1,32 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 (val1) + ┃ ┣━━ val2 (val2) + ┃ ┣━━ val3 + ┃ ┗━━ val4 + ┣━━ 📂 val1_dyn + ┃ ┣━━ 📓 var1: string1 (val1) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┣━━ 📂 val2_dyn + ┃ ┣━━ 📓 var1: string1 (val2) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┣━━ 📂 val3_dyn + ┃ ┣━━ 📓 var1: string1 (val3) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┗━━ 📂 val4_dyn +  ┣━━ 📓 var1: string1 (val4) +  ┣━━ 📓 var2: string1 (string1) +  ┣━━ 📓 var3: string1 (string1) +  ┗━━ 📓 var4: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.sh new file mode 100644 index 00000000..6a0199d1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.sh @@ -0,0 +1,32 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┣━━ val2 + ┃ ┣━━ val3 + ┃ ┗━━ val4 + ┣━━ 📂 val1_dyn + ┃ ┣━━ 📓 var1: string1 (val1) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┣━━ 📂 val2_dyn + ┃ ┣━━ 📓 var1: string1 (val2) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┣━━ 📂 val3_dyn + ┃ ┣━━ 📓 var1: string1 (val3) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┗━━ 📂 val4_dyn +  ┣━━ 📓 var1: string1 (val4) +  ┣━━ 📓 var2: string1 (string1) +  ┣━━ 📓 var3: string1 (string1) +  ┗━━ 📓 var4: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside.sh new file mode 100644 index 00000000..ca0248e7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 my_dyn_family_string1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 my_dyn_family_string2 + ┃ ┗━━ 📓 var: string1 (string2) + ┣━━ 📂 my_dyn_family_string3 + ┃ ┗━━ 📓 var: string1 (string3) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2.sh new file mode 100644 index 00000000..1fd8ebf4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var2 : + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 (string1) + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 my_dyn_family_string1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 my_dyn_family_string2 + ┃ ┗━━ 📓 var: string1 (string2) + ┗━━ 📂 my_dyn_family_string3 +  ┗━━ 📓 var: string1 (string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.sh new file mode 100644 index 00000000..15c44064 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var2 : + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: string1 (val1) + ┗━━ 📂 my_dyn_family_val2 +  ┗━━ 📓 var: string1 (val2) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_empty.sh new file mode 100644 index 00000000..2228c4cc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_empty.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: string1 (val1) + ┣━━ 📂 my_dyn_family_val2 + ┃ ┗━━ 📓 var: string1 (val2) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.sh new file mode 100644 index 00000000..ca0248e7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 my_dyn_family_string1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 my_dyn_family_string2 + ┃ ┗━━ 📓 var: string1 (string2) + ┣━━ 📂 my_dyn_family_string3 + ┃ ┗━━ 📓 var: string1 (string3) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh new file mode 100644 index 00000000..2228c4cc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: string1 (val1) + ┣━━ 📂 my_dyn_family_val2 + ┃ ┗━━ 📓 var: string1 (val2) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh new file mode 100644 index 00000000..f7bb616a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -0,0 +1,36 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 my_dyn_family_string1 + ┃ ┣━━ 📂 subdyn_string1 + ┃ ┃ ┗━━ 📓 var: string1 (string1) + ┃ ┣━━ 📂 subdyn_string2 + ┃ ┃ ┗━━ 📓 var: string1 (string2) + ┃ ┗━━ 📂 subdyn_string3 + ┃  ┗━━ 📓 var: string1 (string3) + ┣━━ 📂 my_dyn_family_string2 + ┃ ┣━━ 📂 subdyn_string1 + ┃ ┃ ┗━━ 📓 var: string1 (string1) + ┃ ┣━━ 📂 subdyn_string2 + ┃ ┃ ┗━━ 📓 var: string1 (string2) + ┃ ┗━━ 📂 subdyn_string3 + ┃  ┗━━ 📓 var: string1 (string3) + ┣━━ 📂 my_dyn_family_string3 + ┃ ┣━━ 📂 subdyn_string1 + ┃ ┃ ┗━━ 📓 var: string1 (string1) + ┃ ┣━━ 📂 subdyn_string2 + ┃ ┃ ┗━━ 📓 var: string1 (string2) + ┃ ┗━━ 📂 subdyn_string3 + ┃  ┗━━ 📓 var: string1 (string3) + ┗━━ 📓 var2 : +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh new file mode 100644 index 00000000..b79ba4e2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -0,0 +1,24 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┣━━ 📂 subdyn_val1 + ┃ ┃ ┗━━ 📓 var: string1 (val1) + ┃ ┗━━ 📂 subdyn_val2 + ┃  ┗━━ 📓 var: string1 (val2) + ┣━━ 📂 my_dyn_family_val2 + ┃ ┣━━ 📂 subdyn_val1 + ┃ ┃ ┗━━ 📓 var: string1 (val1) + ┃ ┗━━ 📂 subdyn_val2 + ┃  ┗━━ 📓 var: string1 (val2) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 00000000..595e683f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dyn_string1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 dyn_string2 + ┃ ┗━━ 📓 var: string1 (string2) + ┣━━ 📂 dyn_string3 + ┃ ┗━━ 📓 var: string1 (string3) + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 00000000..cd672b26 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dyn_val1 + ┃ ┗━━ 📓 var: string1 (val1) + ┣━━ 📂 dyn_val2 + ┃ ┗━━ 📓 var: string1 (val2) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside.sh new file mode 100644 index 00000000..b77467dc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside.sh @@ -0,0 +1,26 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 string1_dyn + ┃ ┣━━ 📓 var1: string1 (string1) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 + ┣━━ 📂 string2_dyn + ┃ ┣━━ 📓 var1: string1 (string2) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 + ┗━━ 📂 string3_dyn +  ┣━━ 📓 var1: string1 (string3) +  ┣━━ 📓 var2: string1 (string1) +  ┣━━ 📓 var3: string1 (string1) +  ┗━━ 📓 var4: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside_empty.sh new file mode 100644 index 00000000..e9fe946a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside_empty.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 val1_dyn + ┃ ┣━━ 📓 var1: string1 (val1) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┗━━ 📂 val2_dyn +  ┣━━ 📓 var1: string1 (val2) +  ┣━━ 📓 var2: string1 (string1) +  ┣━━ 📓 var3: string1 (string1) +  ┗━━ 📓 var4: string1 (string1) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership.sh new file mode 100644 index 00000000..58d1c240 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership.sh @@ -0,0 +1,53 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📂 leadership + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string1 + ┃  ┃ ┣━━ 📓 follower1: string1 + ┃  ┃ ┗━━ 📓 follower2: string1 + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string2 + ┃  ┃ ┣━━ 📓 follower1: string2 + ┃  ┃ ┗━━ 📓 follower2: string2 + ┃  ┗━━ 📂 leader + ┃   ┣━━ 📓 leader: string3 + ┃   ┣━━ 📓 follower1: string3 + ┃   ┗━━ 📓 follower2: string3 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📂 leadership + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string1 + ┃  ┃ ┣━━ 📓 follower1: string1 + ┃  ┃ ┗━━ 📓 follower2: string1 + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string2 + ┃  ┃ ┣━━ 📓 follower1: string2 + ┃  ┃ ┗━━ 📓 follower2: string2 + ┃  ┗━━ 📂 leader + ┃   ┣━━ 📓 leader: string3 + ┃   ┣━━ 📓 follower1: string3 + ┃   ┗━━ 📓 follower2: string3 + ┗━━ 📂 dynstring3 +  ┗━━ 📂 leadership +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string1 +   ┃ ┣━━ 📓 follower1: string1 +   ┃ ┗━━ 📓 follower2: string1 +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string2 +   ┃ ┣━━ 📓 follower1: string2 +   ┃ ┗━━ 📓 follower2: string2 +   ┗━━ 📂 leader +    ┣━━ 📓 leader: string3 +    ┣━━ 📓 follower1: string3 +    ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 00000000..71515c22 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,38 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📂 leadership + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string1 + ┃  ┃ ┣━━ 📓 follower1: string1 + ┃  ┃ ┗━━ 📓 follower2: string1 + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string2 + ┃  ┃ ┣━━ 📓 follower1: string2 + ┃  ┃ ┗━━ 📓 follower2: string2 + ┃  ┗━━ 📂 leader + ┃   ┣━━ 📓 leader: string3 + ┃   ┣━━ 📓 follower1: string3 + ┃   ┗━━ 📓 follower2: string3 + ┗━━ 📂 dynval2 +  ┗━━ 📂 leadership +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string1 +   ┃ ┣━━ 📓 follower1: string1 +   ┃ ┗━━ 📓 follower2: string1 +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string2 +   ┃ ┣━━ 📓 follower1: string2 +   ┃ ┗━━ 📓 follower2: string2 +   ┗━━ 📂 leader +    ┣━━ 📓 leader: string3 +    ┣━━ 📓 follower1: string3 +    ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic.sh new file mode 100644 index 00000000..eb1d9a44 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic.sh @@ -0,0 +1,62 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ string1 (tstring1) + ┃ ┃ ┣━━ string2 (tstring2) + ┃ ┃ ┗━━ string3 (tstring3) + ┃ ┣━━ 📂 dyn_string1 + ┃ ┃ ┣━━ 📓 var: string1 (string1) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string1-string1) + ┃ ┣━━ 📂 dyn_string2 + ┃ ┃ ┣━━ 📓 var: string1 (string2) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string1-string2) + ┃ ┗━━ 📂 dyn_string3 + ┃  ┣━━ 📓 var: string1 (string3) + ┃  ┣━━ 📓 var_identifier: string1 (string1) + ┃  ┗━━ 📓 var_identifiers: string1 (string1-string3) + ┣━━ 📂 dynstring2 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ string1 (tstring1) + ┃ ┃ ┣━━ string2 (tstring2) + ┃ ┃ ┗━━ string3 (tstring3) + ┃ ┣━━ 📂 dyn_string1 + ┃ ┃ ┣━━ 📓 var: string1 (string1) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string2) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string2-string1) + ┃ ┣━━ 📂 dyn_string2 + ┃ ┃ ┣━━ 📓 var: string1 (string2) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string2) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string2-string2) + ┃ ┗━━ 📂 dyn_string3 + ┃  ┣━━ 📓 var: string1 (string3) + ┃  ┣━━ 📓 var_identifier: string1 (string2) + ┃  ┗━━ 📓 var_identifiers: string1 (string2-string3) + ┗━━ 📂 dynstring3 +  ┣━━ 📓 var : +  ┃ ┣━━ string1 (tstring1) +  ┃ ┣━━ string2 (tstring2) +  ┃ ┗━━ string3 (tstring3) +  ┣━━ 📂 dyn_string1 +  ┃ ┣━━ 📓 var: string1 (string1) +  ┃ ┣━━ 📓 var_identifier: string1 (string3) +  ┃ ┗━━ 📓 var_identifiers: string1 (string3-string1) +  ┣━━ 📂 dyn_string2 +  ┃ ┣━━ 📓 var: string1 (string2) +  ┃ ┣━━ 📓 var_identifier: string1 (string3) +  ┃ ┗━━ 📓 var_identifiers: string1 (string3-string2) +  ┗━━ 📂 dyn_string3 +   ┣━━ 📓 var: string1 (string3) +   ┣━━ 📓 var_identifier: string1 (string3) +   ┗━━ 📓 var_identifiers: string1 (string3-string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.sh new file mode 100644 index 00000000..eb1d9a44 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.sh @@ -0,0 +1,62 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ string1 (tstring1) + ┃ ┃ ┣━━ string2 (tstring2) + ┃ ┃ ┗━━ string3 (tstring3) + ┃ ┣━━ 📂 dyn_string1 + ┃ ┃ ┣━━ 📓 var: string1 (string1) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string1-string1) + ┃ ┣━━ 📂 dyn_string2 + ┃ ┃ ┣━━ 📓 var: string1 (string2) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string1-string2) + ┃ ┗━━ 📂 dyn_string3 + ┃  ┣━━ 📓 var: string1 (string3) + ┃  ┣━━ 📓 var_identifier: string1 (string1) + ┃  ┗━━ 📓 var_identifiers: string1 (string1-string3) + ┣━━ 📂 dynstring2 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ string1 (tstring1) + ┃ ┃ ┣━━ string2 (tstring2) + ┃ ┃ ┗━━ string3 (tstring3) + ┃ ┣━━ 📂 dyn_string1 + ┃ ┃ ┣━━ 📓 var: string1 (string1) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string2) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string2-string1) + ┃ ┣━━ 📂 dyn_string2 + ┃ ┃ ┣━━ 📓 var: string1 (string2) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string2) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string2-string2) + ┃ ┗━━ 📂 dyn_string3 + ┃  ┣━━ 📓 var: string1 (string3) + ┃  ┣━━ 📓 var_identifier: string1 (string2) + ┃  ┗━━ 📓 var_identifiers: string1 (string2-string3) + ┗━━ 📂 dynstring3 +  ┣━━ 📓 var : +  ┃ ┣━━ string1 (tstring1) +  ┃ ┣━━ string2 (tstring2) +  ┃ ┗━━ string3 (tstring3) +  ┣━━ 📂 dyn_string1 +  ┃ ┣━━ 📓 var: string1 (string1) +  ┃ ┣━━ 📓 var_identifier: string1 (string3) +  ┃ ┗━━ 📓 var_identifiers: string1 (string3-string1) +  ┣━━ 📂 dyn_string2 +  ┃ ┣━━ 📓 var: string1 (string2) +  ┃ ┣━━ 📓 var_identifier: string1 (string3) +  ┃ ┗━━ 📓 var_identifiers: string1 (string3-string2) +  ┗━━ 📂 dyn_string3 +   ┣━━ 📓 var: string1 (string3) +   ┣━━ 📓 var_identifier: string1 (string3) +   ┗━━ 📓 var_identifiers: string1 (string3-string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.sh new file mode 100644 index 00000000..1fe08a76 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.sh @@ -0,0 +1,44 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ string1 (tval1) + ┃ ┃ ┣━━ string2 (tval2) + ┃ ┃ ┗━━ string3 + ┃ ┣━━ 📂 dyn_string1 + ┃ ┃ ┣━━ 📓 var: string1 (string1) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (val1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (val1-string1) + ┃ ┣━━ 📂 dyn_string2 + ┃ ┃ ┣━━ 📓 var: string1 (string2) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (val1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (val1-string2) + ┃ ┗━━ 📂 dyn_string3 + ┃  ┣━━ 📓 var: string1 (string3) + ┃  ┣━━ 📓 var_identifier: string1 (val1) + ┃  ┗━━ 📓 var_identifiers: string1 (val1-string3) + ┗━━ 📂 dynval2 +  ┣━━ 📓 var : +  ┃ ┣━━ string1 (tval1) +  ┃ ┣━━ string2 (tval2) +  ┃ ┗━━ string3 +  ┣━━ 📂 dyn_string1 +  ┃ ┣━━ 📓 var: string1 (string1) +  ┃ ┣━━ 📓 var_identifier: string1 (val2) +  ┃ ┗━━ 📓 var_identifiers: string1 (val2-string1) +  ┣━━ 📂 dyn_string2 +  ┃ ┣━━ 📓 var: string1 (string2) +  ┃ ┣━━ 📓 var_identifier: string1 (val2) +  ┃ ┗━━ 📓 var_identifiers: string1 (val2-string2) +  ┗━━ 📂 dyn_string3 +   ┣━━ 📓 var: string1 (string3) +   ┣━━ 📓 var_identifier: string1 (val2) +   ┗━━ 📓 var_identifiers: string1 (val2-string3) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic.sh new file mode 100644 index 00000000..0bd5ee1b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 var : +┃  ┣━━ string1 (a) +┃  ┣━━ string2 +┃  ┗━━ string3 +┗━━ 📂 extra + ┣━━ 📂 dyn_string1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dyn_string2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dyn_string3 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic_extra.sh new file mode 100644 index 00000000..3b28c5d8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic_extra.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📂 general +┃  ┗━━ 📓 varname : +┃   ┣━━ string1 (a) +┃   ┣━━ string2 +┃   ┗━━ string3 +┗━━ 📂 extra + ┣━━ 📓 var : + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📂 dyn_string1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dyn_string2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dyn_string3 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_read_write_mandatory_secrets/60_9family_dynamic_calc_both.sh new file mode 100644 index 00000000..fd2ed5b8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_9family_dynamic_calc_both.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: string1 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynstring1 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/68_0family_leadership_mode.sh b/tests/results/test_namespace_read_write_mandatory_secrets/68_0family_leadership_mode.sh new file mode 100644 index 00000000..09a463e2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets/68_0family_leadership_mode.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0empty.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0empty.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0version_underscore.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0version_underscore.sh new file mode 100644 index 00000000..fad5916d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_0version_underscore.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.version (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_1empty_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_1empty_variable.sh new file mode 100644 index 00000000..240cd0e4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_1empty_variable.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.empty diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated.sh new file mode 100644 index 00000000..bf2e2ecb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┗━━ 📓 var2 : +  ┗━━ no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_multi.sh new file mode 100644 index 00000000..88e08bcd --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_multi.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ no + ┃ ┣━━ yes + ┃ ┗━━ maybe + ┗━━ 📓 var2 : +  ┣━━ no +  ┣━━ yes +  ┗━━ maybe diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_variable_transitive.sh new file mode 100644 index 00000000..bbb84313 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.var1 (a first variable) +┗━━  - rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_4load_subfolder.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_4load_subfolder.sh new file mode 100644 index 00000000..fbe102d3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_4load_subfolder.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.var1 (a variable) +┗━━  - rougail.var2 (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_5load_notype.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_5load_notype.sh new file mode 100644 index 00000000..c9f64659 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_5load_notype.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 without_type: non diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6boolean.sh new file mode 100644 index 00000000..40ba29f7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6boolean.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: true + ┣━━ 📓 var2: true + ┣━━ 📓 var3: true + ┣━━ 📓 var4: false + ┣━━ 📓 var5: false + ┗━━ 📓 var6: false diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6boolean_no_mandatory.sh new file mode 100644 index 00000000..d51c8d7f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6boolean_no_mandatory.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice.sh new file mode 100644 index 00000000..1b372b48 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.var1 (the first variable) +┗━━  - rougail.var2 (the second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_calculation.sh new file mode 100644 index 00000000..e24e624a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: 9 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_variable.sh new file mode 100644 index 00000000..12f3af25 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6choice_variable.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ a + ┃ ┣━━ b + ┃ ┗━━ c + ┗━━ 📓 var2: a diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6custom.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6custom.sh new file mode 100644 index 00000000..0e74b307 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6custom.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.custom1 (the first variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6domainname.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6domainname.sh new file mode 100644 index 00000000..11a330a4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6domainname.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6domainname_params.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6domainname_params.sh new file mode 100644 index 00000000..11a330a4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6domainname_params.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6float.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6float.sh new file mode 100644 index 00000000..86d15403 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6float.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: 0.0 + ┣━━ 📓 var2: 0.0 + ┣━━ 📓 var3: 0.0 + ┣━━ 📓 var4: 10.1 + ┣━━ 📓 var5: 10.1 + ┗━━ 📓 var6: 10.1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6number.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6number.sh new file mode 100644 index 00000000..891bf6c0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6number.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: 0 + ┣━━ 📓 var2: 0 + ┣━━ 📓 var3: 0 + ┣━━ 📓 var4: 10 + ┣━━ 📓 var5: 10 + ┗━━ 📓 var6: 10 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6port.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6port.sh new file mode 100644 index 00000000..9fb76d85 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6port.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.variable1 (a port variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6regexp.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6regexp.sh new file mode 100644 index 00000000..d4400ef0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6regexp.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: #a1a1a1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6string.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6string.sh new file mode 100644 index 00000000..6db35d30 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_6string.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.var1 (the first variable) +┣━━  - rougail.var2 (the second variable) +┗━━  - rougail.var3 (the third variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7choice_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7choice_quote.sh new file mode 100644 index 00000000..401cadd9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7choice_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: quote' diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7help_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7help_quote.sh new file mode 100644 index 00000000..1b372b48 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7help_quote.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.var1 (the first variable) +┗━━  - rougail.var2 (the second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote.sh new file mode 100644 index 00000000..ff6fe2e3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: quote" diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote2.sh new file mode 100644 index 00000000..9986d638 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: quote'" diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote3.sh new file mode 100644 index 00000000..23f8b452 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_doublequote3.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: quote\"\' diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_quote.sh new file mode 100644 index 00000000..827fb9ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_7value_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: quote' diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8calculation_information.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8calculation_information.sh new file mode 100644 index 00000000..feffabb8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8calculation_information.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8test.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8test.sh new file mode 100644 index 00000000..91997d03 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_8test.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.var1 (the first variable) +┣━━  - rougail.var3 (the third variable) +┗━━  - rougail.var6 (the sixth variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9choice_variable_multi.sh new file mode 100644 index 00000000..6c38858d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9choice_variable_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.variable1 (a first variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9choice_variables.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9choice_variables.sh new file mode 100644 index 00000000..7a97c06d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9choice_variables.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 source_variable_1: val1 + ┣━━ 📓 source_variable_2: val2 + ┗━━ 📓 my_variable: val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation.sh new file mode 100644 index 00000000..b9369a63 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string_1_True_None diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_information.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_information.sh new file mode 100644 index 00000000..bbc69d49 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_information.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_information_other_variable.sh new file mode 100644 index 00000000..bbb84313 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.var1 (a first variable) +┗━━  - rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional.sh new file mode 100644 index 00000000..623c440c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable: val1 + ┗━━ 📓 my_calculated_variable : +  ┗━━ val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional2.sh new file mode 100644 index 00000000..623c440c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable: val1 + ┗━━ 📓 my_calculated_variable : +  ┗━━ val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_optional.sh new file mode 100644 index 00000000..31ede1c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_optional.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.my_calculated_variable diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_optional_exists.sh new file mode 100644 index 00000000..4aadfbe8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_optional_exists.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┗━━ 📓 my_calculated_variable : +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_param_optional.sh new file mode 100644 index 00000000..709f7b98 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_calculation_param_optional.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_information_other_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_information_other_variable.sh new file mode 100644 index 00000000..bbb84313 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_information_other_variable.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.var1 (a first variable) +┗━━  - rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_integer.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_integer.sh new file mode 100644 index 00000000..e24e624a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9default_integer.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: 9 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra.sh new file mode 100644 index 00000000..9df494b6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 variable: rougail +┗━━ 📂 extra + ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra_calculation.sh new file mode 100644 index 00000000..01606d31 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/00_9extra_calculation.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 variable: value +┗━━ 📂 extra + ┣━━ 📓 variable1: value + ┣━━ 📓 variable2: value + ┗━━ 📓 variable3: value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6boolean_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6boolean_multi.sh new file mode 100644 index 00000000..95ef385d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6boolean_multi.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┗━━ true + ┣━━ 📓 var2 : + ┃ ┗━━ true + ┣━━ 📓 var3 : + ┃ ┗━━ true + ┣━━ 📓 var4 : + ┃ ┗━━ false + ┣━━ 📓 var5 : + ┃ ┗━━ false + ┣━━ 📓 var6 : + ┃ ┗━━ false + ┣━━ 📓 var7 : + ┃ ┗━━ true + ┗━━ 📓 var8 : +  ┗━━ true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6custom_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6custom_multi.sh new file mode 100644 index 00000000..64e4af6a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6custom_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.custom1 (a first custom variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6float_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6float_multi.sh new file mode 100644 index 00000000..8c27f210 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6float_multi.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┗━━ 0.0 + ┣━━ 📓 var2 : + ┃ ┗━━ 0.0 + ┣━━ 📓 var3 : + ┃ ┗━━ 0.0 + ┣━━ 📓 var4 : + ┃ ┗━━ 10.1 + ┣━━ 📓 var5 : + ┃ ┗━━ 10.1 + ┣━━ 📓 var6 : + ┃ ┗━━ 10.1 + ┣━━ 📓 var7 : + ┃ ┗━━ 0.0 + ┗━━ 📓 var8 : +  ┗━━ 0.0 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6number_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6number_multi.sh new file mode 100644 index 00000000..726c5a55 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6number_multi.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┗━━ 0 + ┣━━ 📓 var2 : + ┃ ┗━━ 0 + ┣━━ 📓 var3 : + ┃ ┗━━ 0 + ┣━━ 📓 var4 : + ┃ ┗━━ 10 + ┣━━ 📓 var5 : + ┃ ┗━━ 10 + ┣━━ 📓 var6 : + ┃ ┗━━ 10 + ┣━━ 📓 var7 : + ┃ ┗━━ 0 + ┗━━ 📓 var8 : +  ┗━━ 0 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6string_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6string_empty.sh new file mode 100644 index 00000000..32c29ae8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6string_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var1 (the second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6string_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6string_multi.sh new file mode 100644 index 00000000..6db35d30 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_6string_multi.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.var1 (the first variable) +┣━━  - rougail.var2 (the second variable) +┗━━  - rougail.var3 (the third variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_doublequote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_doublequote.sh new file mode 100644 index 00000000..f713749a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_doublequote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┗━━ quote" diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_doublequote2.sh new file mode 100644 index 00000000..46f4fe42 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_doublequote2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┗━━ quote'" diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_quote.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_quote.sh new file mode 100644 index 00000000..1e268151 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_7value_multi_quote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┗━━ quote' diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_8calculation_information_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_8calculation_information_multi.sh new file mode 100644 index 00000000..feffabb8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_8calculation_information_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_9choice_variable_multi.sh new file mode 100644 index 00000000..0051d1d5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/01_9choice_variable_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.variable2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_0type_param.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_0type_param.sh new file mode 100644 index 00000000..33ba0e7f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_0type_param.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 int: 10 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save.sh new file mode 100644 index 00000000..967acec6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated.sh new file mode 100644 index 00000000..9c721e6f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 00000000..a7d95d62 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┗━━ 📓 var2: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1auto_save_and_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden.sh new file mode 100644 index 00000000..2a9e364d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: value + ┗━━ 📓 var3: value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_2.sh new file mode 100644 index 00000000..2a9e364d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: value + ┗━━ 📓 var3: value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation.sh new file mode 100644 index 00000000..afb092fb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.variable1 (a first variable) +┗━━  - rougail.variable2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_default.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_default.sh new file mode 100644 index 00000000..2d2eb7ae --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_default.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┣━━ 📓 var1: no + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional.sh new file mode 100644 index 00000000..21be0caa --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable.sh new file mode 100644 index 00000000..feffabb8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable2.sh new file mode 100644 index 00000000..de131ef1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable3.sh new file mode 100644 index 00000000..ed2ce4ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable3.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable4.sh new file mode 100644 index 00000000..feffabb8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable4.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation.sh new file mode 100644 index 00000000..2d2eb7ae --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┣━━ 📓 var1: no + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation2.sh new file mode 100644 index 00000000..21be0caa --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation_default_calculation.sh new file mode 100644 index 00000000..2d2eb7ae --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5hidden_calculation_default_calculation.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┣━━ 📓 var1: no + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators.sh new file mode 100644 index 00000000..796932d0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.int (A number) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_differ.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_differ.sh new file mode 100644 index 00000000..414983fc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_differ.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: oui + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi.sh new file mode 100644 index 00000000..e462f592 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ no +  ┗━━ yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi2.sh new file mode 100644 index 00000000..e462f592 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/04_5validators_multi2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ no +  ┗━━ yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/05_0multi_not_uniq.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/05_0multi_not_uniq.sh new file mode 100644 index 00000000..2b32f5e0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/05_0multi_not_uniq.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┗━━ non diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/05_0multi_uniq.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/05_0multi_uniq.sh new file mode 100644 index 00000000..0183a174 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/05_0multi_uniq.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┗━━ non diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/12_1auto_save_expert.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/12_1auto_save_expert.sh new file mode 100644 index 00000000..d73522e4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/12_1auto_save_expert.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_0redefine_description.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_0redefine_description.sh new file mode 100644 index 00000000..d9e548b4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_0redefine_description.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var (Redefined) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_2family_redefine_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_2family_redefine_calculation.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_2family_redefine_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_2family_redefine_disabled.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_2family_redefine_disabled.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_2family_redefine_disabled.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5exists_nonexists.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5exists_nonexists.sh new file mode 100644 index 00000000..c4b3f93a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5exists_nonexists.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┗━━ 📓 var2: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5exists_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5exists_redefine.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5exists_redefine.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_calculation.sh new file mode 100644 index 00000000..9836befe --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_choice.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_choice.sh new file mode 100644 index 00000000..feffabb8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_choice.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_default.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_default.sh new file mode 100644 index 00000000..9836befe --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_default.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_default_calculation.sh new file mode 100644 index 00000000..feffabb8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_default_calculation.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_family.sh new file mode 100644 index 00000000..2c3c3268 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_family.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.family.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_help.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_help.sh new file mode 100644 index 00000000..ebf99f8b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_help.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.family.variable (redefine help) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_multi.sh new file mode 100644 index 00000000..0183a174 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_multi.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┗━━ non diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 00000000..feffabb8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5test_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5test_redefine.sh new file mode 100644 index 00000000..2a386629 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_5test_redefine.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var3 (a third variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6choice_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6choice_redefine.sh new file mode 100644 index 00000000..2e35dfd7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6choice_redefine.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: c diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6exists_redefine_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6exists_redefine_family.sh new file mode 100644 index 00000000..e3855469 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16_6exists_redefine_family.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.family1.variable1 (a variable) +┗━━  - rougail.family2.variable2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/16exists_exists.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16exists_exists.sh new file mode 100644 index 00000000..5c77e641 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/16exists_exists.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var (Description) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/17_5redefine_leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/17_5redefine_leadership.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/17_5redefine_leadership.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0empty_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0empty_family.sh new file mode 100644 index 00000000..2fc78e01 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0empty_family.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0family_append.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0family_append.sh new file mode 100644 index 00000000..b5f6f4a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0family_append.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.family.var1 (The first variable) +┗━━  - rougail.family.var2 (The second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0family_underscore.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0family_underscore.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0family_underscore.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family.sh new file mode 100644 index 00000000..5bc2162b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_basic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_basic.sh new file mode 100644 index 00000000..2aa2c1c4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_basic.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.family.subfamily.variable (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_expert.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_expert.sh new file mode 100644 index 00000000..f2c05105 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_expert.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_order.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_order.sh new file mode 100644 index 00000000..702e9d4b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0multi_family_order.sh @@ -0,0 +1,6 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.variable (a variable) +┣━━  - rougail.family.variable1 (a first variable) +┣━━  - rougail.family.subfamily.variable (a variable) +┗━━  - rougail.family.variable2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0validators_differ_redefine.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0validators_differ_redefine.sh new file mode 100644 index 00000000..cd704b63 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_0validators_differ_redefine.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┣━━ 📓 var2: no + ┗━━ 📓 var3: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_1empty_subfamily.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_1empty_subfamily.sh new file mode 100644 index 00000000..2fc78e01 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_1empty_subfamily.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_9default_information_parent.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_9default_information_parent.sh new file mode 100644 index 00000000..fb808cd2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/20_9default_information_parent.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.family.var1 (a first variable) +┗━━  - rougail.family.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition.sh new file mode 100644 index 00000000..a4662064 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.family.var1 (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_boolean.sh new file mode 100644 index 00000000..957fe087 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_boolean.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: false diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 00000000..947c62a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.family.subfamily.var1 (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 00000000..de131ef1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_with_variable.sh new file mode 100644 index 00000000..3c114840 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_condition_with_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition1: false + ┗━━ 📓 condition2: false diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 00000000..b96424d7 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.family.sub_family.var1 (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_mandatory_condition.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_mandatory_condition.sh new file mode 100644 index 00000000..dc9b1279 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_mandatory_condition.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_mandatory_condition_variable.sh new file mode 100644 index 00000000..bbc69d49 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_7validators_variable_optional.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_7validators_variable_optional.sh new file mode 100644 index 00000000..52307b0d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_7validators_variable_optional.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.general.int (a first number) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_family_disabled_var_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/24_family_disabled_var_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership.sh new file mode 100644 index 00000000..6587afd0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.leader.leader (a leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_diff_name.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_diff_name.sh new file mode 100644 index 00000000..8c97e331 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_diff_name.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.leadership.leader (a leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_empty.sh new file mode 100644 index 00000000..2fc78e01 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_calculation.sh new file mode 100644 index 00000000..6587afd0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.leader.leader (a leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_submulti.sh new file mode 100644 index 00000000..54400467 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_submulti.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┗━━ 📂 leader +   ┣━━ 📓 leader: leader +   ┣━━ 📓 follower1 : +   ┃ ┗━━ value +   ┗━━ 📓 follower2 : +    ┣━━ value1 +    ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_submulti_calculation.sh new file mode 100644 index 00000000..8edbb98d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_submulti_calculation.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┗━━ 📂 leader +   ┣━━ 📓 leader: leader +   ┣━━ 📓 follower1 : +   ┃ ┗━━ value +   ┗━━ 📓 follower2 : +    ┗━━ value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_value.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_follower_default_value.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_leader_not_multi.sh new file mode 100644 index 00000000..3e79b363 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_0leadership_leader_not_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.general1.leader.leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_1leadership_append_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_1leadership_append_follower.sh new file mode 100644 index 00000000..32f2a6cf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_1leadership_append_follower.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.leader.leader (the leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_calculation_index.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_calculation_index.sh new file mode 100644 index 00000000..079783d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_calculation_index.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: a +  ┃ ┗━━ 📓 follower1: 0 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: b +  ┃ ┗━━ 📓 follower1: 1 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: c +   ┗━━ 📓 follower1: 2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_calculation_param_index.sh new file mode 100644 index 00000000..079783d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_calculation_param_index.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: a +  ┃ ┗━━ 📓 follower1: 0 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: b +  ┃ ┗━━ 📓 follower1: 1 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: c +   ┗━━ 📓 follower1: 2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_leader_calculation.sh new file mode 100644 index 00000000..466740d2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_2leadership_leader_calculation.sh @@ -0,0 +1,6 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.leader.follower1 (a first follower) +┣━━  - rougail.leader.follower2 (a second follower) +┣━━  - rougail.leader.follower1 (a first follower) +┗━━  - rougail.leader.follower2 (a second follower) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_6leadership_follower_multi.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_6leadership_follower_multi.sh new file mode 100644 index 00000000..cbf0236d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_6leadership_follower_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.leadership.leader (The leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_boolean.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_boolean.sh new file mode 100644 index 00000000..13c3107f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_boolean.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 bool: false + ┣━━ 📓 multi1 : + ┃ ┗━━ false + ┗━━ 📓 multi2 : +  ┣━━ true +  ┗━━ false diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_boolean_return_none.sh new file mode 100644 index 00000000..2fabc4ab --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_boolean_return_none.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_integer.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_integer.sh new file mode 100644 index 00000000..22ae871b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_integer.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 bool: false + ┣━━ 📓 int1: 2 + ┗━━ 📓 int2: 3 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable.sh new file mode 100644 index 00000000..7652f1c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ no + ┃ ┗━━ yes + ┣━━ 📓 var2: no + ┗━━ 📓 var3: yes diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent.sh new file mode 100644 index 00000000..edd2ec7e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: no + ┗━━ 📂 fam1 +  ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 00000000..48268a57 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 fam1 + ┃ ┗━━ 📓 var: no + ┗━━ 📂 fam2 +  ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/41_0choice_leader.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/41_0choice_leader.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/41_0choice_leader.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_0leadership_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_0leadership_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_0leadership_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_0leadership_leader_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_0leadership_leader_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_1leadership_append_hidden_follower.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4disabled_calcultion_follower.sh new file mode 100644 index 00000000..11e8200a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4disabled_calcultion_follower.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.leader.follower (a follower) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4leadership_mandatory.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4leadership_mandatory.sh new file mode 100644 index 00000000..6587afd0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4leadership_mandatory.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.leader.leader (a leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4leadership_mandatory_follower.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_4leadership_mandatory_follower.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 00000000..21be0caa --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 00000000..6587afd0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.leader.leader (a leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_9calculated_default_leadership_leader.sh new file mode 100644 index 00000000..060aee86 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/44_9calculated_default_leadership_leader.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┗━━ 📓 leader: a +  ┗━━ 📂 leader +   ┣━━ 📓 leader: b +   ┗━━ 📓 follower: b diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic.sh new file mode 100644 index 00000000..28281e6d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.dynval1.var (A dynamic variable) +┗━━  - rougail.dynval2.var (A dynamic variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0.sh new file mode 100644 index 00000000..18f5e96d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: null + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: null diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_type.sh new file mode 100644 index 00000000..b8ba3977 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_type.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.dynval1.vardyn (A dyn variable) +┗━━  - rougail.dynval2.vardyn (A dyn variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_type_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_0_type_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1.sh new file mode 100644 index 00000000..c051aed9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.dynval1.vardyn (A dynamic variable) +┗━━  - rougail.dynval2.vardyn (A dynamic variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_jinja_number.sh new file mode 100644 index 00000000..8209d5db --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_jinja_number.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ 1 + ┃ ┗━━ 2 + ┣━━ 📂 dyn1 + ┃ ┗━━ 📓 var: val + ┣━━ 📂 dyn2 + ┃ ┗━━ 📓 var: val + ┗━━ 📓 var2: val diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_jinja_number_empty.sh new file mode 100644 index 00000000..1ecb032b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_jinja_number_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var2 (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description.sh new file mode 100644 index 00000000..7df7e4f3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.dynval1.var +┗━━  - rougail.dynval2.var diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_static.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_static.sh new file mode 100644 index 00000000..426e760b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_static.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.dynval1.var (a variable inside a dynamic family) +┗━━  - rougail.dynval2.var (a variable inside a dynamic family) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_test.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_test.sh new file mode 100644 index 00000000..df2145fb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_test.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var (A suffix variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_empty.sh new file mode 100644 index 00000000..10b373d3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var (a suffix variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 00000000..045b2717 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: a value + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: a value diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 00000000..df2145fb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var (A suffix variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_empty.sh new file mode 100644 index 00000000..2fc78e01 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_hidden.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_mode.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_mode.sh new file mode 100644 index 00000000..ee913c71 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_0family_mode.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 var: non diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_1family_dynamic_jinja.sh new file mode 100644 index 00000000..7c79f112 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_1family_dynamic_jinja.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dyn1 + ┃ ┗━━ 📓 var: val + ┗━━ 📂 dyn2 +  ┗━━ 📓 var: val diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 00000000..4e1fb1b6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.dynval1.family.var (with a variable) +┣━━  - rougail.dynval2.family.var (with a variable) +┗━━  - rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 00000000..e3e359cd --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: val1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: val2 + ┗━━ 📓 var2: val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 00000000..ffcaf11d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 00000000..725e9ea3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc.sh new file mode 100644 index 00000000..59d56c84 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: val + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: val + ┗━━ 📓 newvar: val diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 00000000..88b28cd0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┗━━ 📓 newvar: null diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc2.sh new file mode 100644 index 00000000..2fabc4ab --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc2.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc2_empty.sh new file mode 100644 index 00000000..2fabc4ab --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc2_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var2 (a second variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix.sh new file mode 100644 index 00000000..71746291 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.dynval1.var (A dynamic variable) +┣━━  - rougail.dynval2.var (A dynamic variable) +┗━━  - rougail.var2 (A variable calculated) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 00000000..5f1bdb40 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: val1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_disabled.sh new file mode 100644 index 00000000..9eb2b432 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_disabled.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.dynval2.var (A dynamic variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_empty.sh new file mode 100644 index 00000000..63678b1b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var2 (A variable calculated) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 00000000..5f1bdb40 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: val1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable.sh new file mode 100644 index 00000000..71746291 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.dynval1.var (A dynamic variable) +┣━━  - rougail.dynval2.var (A dynamic variable) +┗━━  - rougail.var2 (A variable calculated) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 00000000..63678b1b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var2 (A variable calculated) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 00000000..3c9e0cf6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 dynval1 +  ┣━━ 📓 var: null +  ┗━━ 📂 family +   ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_unknown_suffix.sh new file mode 100644 index 00000000..471fc4b0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_unknown_suffix.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 val1_dyn + ┃ ┣━━ 📓 var1: val1 + ┃ ┣━━ 📓 var2: val1 + ┃ ┗━━ 📓 var3: val1 + ┗━━ 📂 val2_dyn +  ┣━━ 📓 var1: val2 +  ┣━━ 📓 var2: val2 +  ┗━━ 📓 var3: val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_unknown_suffix_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_unknown_suffix_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside.sh new file mode 100644 index 00000000..af6cec28 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: val1 + ┣━━ 📂 my_dyn_family_val2 + ┃ ┗━━ 📓 var: val2 + ┗━━ 📓 var2 : +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside2.sh new file mode 100644 index 00000000..4d72d86d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside2.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var2 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: val1 + ┗━━ 📂 my_dyn_family_val2 +  ┗━━ 📓 var: val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside2_empty.sh new file mode 100644 index 00000000..1ecb032b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside2_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var2 (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_empty.sh new file mode 100644 index 00000000..1ecb032b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var2 (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_jinja.sh new file mode 100644 index 00000000..af6cec28 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_jinja.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: val1 + ┣━━ 📂 my_dyn_family_val2 + ┃ ┗━━ 📓 var: val2 + ┗━━ 📓 var2 : +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.sh new file mode 100644 index 00000000..1ecb032b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - rougail.var2 (a variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix.sh new file mode 100644 index 00000000..bf2a9b60 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┣━━ 📂 subdyn_val1 + ┃ ┃ ┗━━ 📓 var: val1 + ┃ ┗━━ 📂 subdyn_val2 + ┃  ┗━━ 📓 var: val2 + ┣━━ 📂 my_dyn_family_val2 + ┃ ┣━━ 📂 subdyn_val1 + ┃ ┃ ┗━━ 📓 var: val1 + ┃ ┗━━ 📂 subdyn_val2 + ┃  ┗━━ 📓 var: val2 + ┗━━ 📓 var2 : +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh new file mode 100644 index 00000000..b1ddd664 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2 : diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 00000000..c5970b61 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dyn_val1 + ┃ ┗━━ 📓 var: val1 + ┣━━ 📂 dyn_val2 + ┃ ┗━━ 📓 var: val2 + ┗━━ 📓 var2: val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 00000000..ffcaf11d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_inside.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_inside.sh new file mode 100644 index 00000000..4e8ca65e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_inside.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 val1_dyn + ┃ ┣━━ 📓 var1: val1 + ┃ ┣━━ 📓 var2: val1 + ┃ ┣━━ 📓 var3: val1 + ┃ ┗━━ 📓 var4: val1 + ┗━━ 📂 val2_dyn +  ┣━━ 📓 var1: val2 +  ┣━━ 📓 var2: val2 +  ┣━━ 📓 var3: val2 +  ┗━━ 📓 var4: val1 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_inside_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_inside_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership.sh new file mode 100644 index 00000000..6383297d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.dynval1.leadership.leader (a leader) +┗━━  - rougail.dynval2.leadership.leader (a leader) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic.sh new file mode 100644 index 00000000..ed294db1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic.sh @@ -0,0 +1,34 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ tval1 + ┃ ┃ ┗━━ tval2 + ┃ ┣━━ 📂 dyn_tval1 + ┃ ┃ ┣━━ 📓 var: tval1 + ┃ ┃ ┣━━ 📓 var_identifier: val1 + ┃ ┃ ┗━━ 📓 var_identifiers: val1-tval1 + ┃ ┗━━ 📂 dyn_tval2 + ┃  ┣━━ 📓 var: tval2 + ┃  ┣━━ 📓 var_identifier: val1 + ┃  ┗━━ 📓 var_identifiers: val1-tval2 + ┗━━ 📂 dynval2 +  ┣━━ 📓 var : +  ┃ ┣━━ tval1 +  ┃ ┗━━ tval2 +  ┣━━ 📂 dyn_tval1 +  ┃ ┣━━ 📓 var: tval1 +  ┃ ┣━━ 📓 var_identifier: val2 +  ┃ ┗━━ 📓 var_identifiers: val2-tval1 +  ┗━━ 📂 dyn_tval2 +   ┣━━ 📓 var: tval2 +   ┣━━ 📓 var_identifier: val2 +   ┗━━ 📓 var_identifiers: val2-tval2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_1_0.sh new file mode 100644 index 00000000..ed294db1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_1_0.sh @@ -0,0 +1,34 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ tval1 + ┃ ┃ ┗━━ tval2 + ┃ ┣━━ 📂 dyn_tval1 + ┃ ┃ ┣━━ 📓 var: tval1 + ┃ ┃ ┣━━ 📓 var_identifier: val1 + ┃ ┃ ┗━━ 📓 var_identifiers: val1-tval1 + ┃ ┗━━ 📂 dyn_tval2 + ┃  ┣━━ 📓 var: tval2 + ┃  ┣━━ 📓 var_identifier: val1 + ┃  ┗━━ 📓 var_identifiers: val1-tval2 + ┗━━ 📂 dynval2 +  ┣━━ 📓 var : +  ┃ ┣━━ tval1 +  ┃ ┗━━ tval2 +  ┣━━ 📂 dyn_tval1 +  ┃ ┣━━ 📓 var: tval1 +  ┃ ┣━━ 📓 var_identifier: val2 +  ┃ ┗━━ 📓 var_identifiers: val2-tval1 +  ┗━━ 📂 dyn_tval2 +   ┣━━ 📓 var: tval2 +   ┣━━ 📓 var_identifier: val2 +   ┗━━ 📓 var_identifiers: val2-tval2 diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_6family_dynamic_sub_dynamic_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9extra_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9extra_dynamic.sh new file mode 100644 index 00000000..ea45d2a4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9extra_dynamic.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - extra.dyn_a.var diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9extra_dynamic_extra.sh new file mode 100644 index 00000000..ea45d2a4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9extra_dynamic_extra.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - extra.dyn_a.var diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9family_dynamic_calc_both.sh new file mode 100644 index 00000000..30c73cee --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/60_9family_dynamic_calc_both.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - rougail.dynval1.vardyn (a dynamic variable) +┗━━  - rougail.dynval2.vardyn (a dynamic variable) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors/68_0family_leadership_mode.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors/68_0family_leadership_mode.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors/68_0family_leadership_mode.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/00_0empty.sh b/tests/results/test_namespace_read_write_secrets/00_0empty.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_0empty.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_namespace_read_write_secrets/00_0version_underscore.sh b/tests/results/test_namespace_read_write_secrets/00_0version_underscore.sh new file mode 100644 index 00000000..6a842dbe --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_0version_underscore.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 version: null diff --git a/tests/results/test_namespace_read_write_secrets/00_1empty_variable.sh b/tests/results/test_namespace_read_write_secrets/00_1empty_variable.sh new file mode 100644 index 00000000..7259d850 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_1empty_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 empty: null diff --git a/tests/results/test_namespace_read_write_secrets/00_2default_calculated.sh b/tests/results/test_namespace_read_write_secrets/00_2default_calculated.sh new file mode 100644 index 00000000..bf2e2ecb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┗━━ 📓 var2 : +  ┗━━ no diff --git a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_multi.sh b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_multi.sh new file mode 100644 index 00000000..88e08bcd --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_multi.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ no + ┃ ┣━━ yes + ┃ ┗━━ maybe + ┗━━ 📓 var2 : +  ┣━━ no +  ┣━━ yes +  ┗━━ maybe diff --git a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_transitive.sh new file mode 100644 index 00000000..cc4594df --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┗━━ 📓 var2 : diff --git a/tests/results/test_namespace_read_write_secrets/00_4load_subfolder.sh b/tests/results/test_namespace_read_write_secrets/00_4load_subfolder.sh new file mode 100644 index 00000000..cfb4b92d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_4load_subfolder.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/00_5load_notype.sh b/tests/results/test_namespace_read_write_secrets/00_5load_notype.sh new file mode 100644 index 00000000..c9f64659 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_5load_notype.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 without_type: non diff --git a/tests/results/test_namespace_read_write_secrets/00_6boolean.sh b/tests/results/test_namespace_read_write_secrets/00_6boolean.sh new file mode 100644 index 00000000..40ba29f7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6boolean.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: true + ┣━━ 📓 var2: true + ┣━━ 📓 var3: true + ┣━━ 📓 var4: false + ┣━━ 📓 var5: false + ┗━━ 📓 var6: false diff --git a/tests/results/test_namespace_read_write_secrets/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_read_write_secrets/00_6boolean_no_mandatory.sh new file mode 100644 index 00000000..d51c8d7f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6boolean_no_mandatory.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: true diff --git a/tests/results/test_namespace_read_write_secrets/00_6choice.sh b/tests/results/test_namespace_read_write_secrets/00_6choice.sh new file mode 100644 index 00000000..c4d4e43a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6choice.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: null + ┣━━ 📓 var2: null + ┣━━ 📓 var3: null + ┣━━ 📓 var4: null + ┣━━ 📓 var5: a + ┗━━ 📓 var6: 1 diff --git a/tests/results/test_namespace_read_write_secrets/00_6choice_calculation.sh b/tests/results/test_namespace_read_write_secrets/00_6choice_calculation.sh new file mode 100644 index 00000000..e24e624a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: 9 diff --git a/tests/results/test_namespace_read_write_secrets/00_6choice_variable.sh b/tests/results/test_namespace_read_write_secrets/00_6choice_variable.sh new file mode 100644 index 00000000..12f3af25 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_variable.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ a + ┃ ┣━━ b + ┃ ┗━━ c + ┗━━ 📓 var2: a diff --git a/tests/results/test_namespace_read_write_secrets/00_6custom.sh b/tests/results/test_namespace_read_write_secrets/00_6custom.sh new file mode 100644 index 00000000..de7463ee --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6custom.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 custom1: null + ┗━━ 📓 custom2: value diff --git a/tests/results/test_namespace_read_write_secrets/00_6domainname.sh b/tests/results/test_namespace_read_write_secrets/00_6domainname.sh new file mode 100644 index 00000000..11a330a4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6domainname.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_secrets/00_6domainname_params.sh b/tests/results/test_namespace_read_write_secrets/00_6domainname_params.sh new file mode 100644 index 00000000..11a330a4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6domainname_params.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_namespace_read_write_secrets/00_6float.sh b/tests/results/test_namespace_read_write_secrets/00_6float.sh new file mode 100644 index 00000000..86d15403 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6float.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: 0.0 + ┣━━ 📓 var2: 0.0 + ┣━━ 📓 var3: 0.0 + ┣━━ 📓 var4: 10.1 + ┣━━ 📓 var5: 10.1 + ┗━━ 📓 var6: 10.1 diff --git a/tests/results/test_namespace_read_write_secrets/00_6number.sh b/tests/results/test_namespace_read_write_secrets/00_6number.sh new file mode 100644 index 00000000..891bf6c0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6number.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: 0 + ┣━━ 📓 var2: 0 + ┣━━ 📓 var3: 0 + ┣━━ 📓 var4: 10 + ┣━━ 📓 var5: 10 + ┗━━ 📓 var6: 10 diff --git a/tests/results/test_namespace_read_write_secrets/00_6port.sh b/tests/results/test_namespace_read_write_secrets/00_6port.sh new file mode 100644 index 00000000..ac498a78 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6port.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable1: null + ┣━━ 📓 variable2: 8080 + ┗━━ 📓 variable3: 8080 diff --git a/tests/results/test_namespace_read_write_secrets/00_6regexp.sh b/tests/results/test_namespace_read_write_secrets/00_6regexp.sh new file mode 100644 index 00000000..d4400ef0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6regexp.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: #a1a1a1 diff --git a/tests/results/test_namespace_read_write_secrets/00_6string.sh b/tests/results/test_namespace_read_write_secrets/00_6string.sh new file mode 100644 index 00000000..acf6a457 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_6string.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: null + ┣━━ 📓 var2: null + ┣━━ 📓 var3: null + ┣━━ 📓 var4: value + ┣━━ 📓 var5: value + ┗━━ 📓 var6: value diff --git a/tests/results/test_namespace_read_write_secrets/00_7choice_quote.sh b/tests/results/test_namespace_read_write_secrets/00_7choice_quote.sh new file mode 100644 index 00000000..401cadd9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_7choice_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: quote' diff --git a/tests/results/test_namespace_read_write_secrets/00_7help_quote.sh b/tests/results/test_namespace_read_write_secrets/00_7help_quote.sh new file mode 100644 index 00000000..cfb4b92d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_7help_quote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/00_7value_doublequote.sh b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote.sh new file mode 100644 index 00000000..ff6fe2e3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: quote" diff --git a/tests/results/test_namespace_read_write_secrets/00_7value_doublequote2.sh b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote2.sh new file mode 100644 index 00000000..9986d638 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: quote'" diff --git a/tests/results/test_namespace_read_write_secrets/00_7value_doublequote3.sh b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote3.sh new file mode 100644 index 00000000..23f8b452 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote3.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: quote\"\' diff --git a/tests/results/test_namespace_read_write_secrets/00_7value_quote.sh b/tests/results/test_namespace_read_write_secrets/00_7value_quote.sh new file mode 100644 index 00000000..827fb9ad --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_7value_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: quote' diff --git a/tests/results/test_namespace_read_write_secrets/00_8calculation_information.sh b/tests/results/test_namespace_read_write_secrets/00_8calculation_information.sh new file mode 100644 index 00000000..f2de40af --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_8calculation_information.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write_secrets/00_8test.sh b/tests/results/test_namespace_read_write_secrets/00_8test.sh new file mode 100644 index 00000000..7f40e745 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_8test.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: null + ┣━━ 📓 var2: value + ┣━━ 📓 var3: null + ┣━━ 📓 var4: null + ┣━━ 📓 var5: true + ┗━━ 📓 var6 : diff --git a/tests/results/test_namespace_read_write_secrets/00_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_secrets/00_9choice_variable_multi.sh new file mode 100644 index 00000000..38d60085 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9choice_variable_multi.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable1 : + ┗━━ 📓 variable2 : diff --git a/tests/results/test_namespace_read_write_secrets/00_9choice_variables.sh b/tests/results/test_namespace_read_write_secrets/00_9choice_variables.sh new file mode 100644 index 00000000..7a97c06d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9choice_variables.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 source_variable_1: val1 + ┣━━ 📓 source_variable_2: val2 + ┗━━ 📓 my_variable: val1 diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation.sh b/tests/results/test_namespace_read_write_secrets/00_9default_calculation.sh new file mode 100644 index 00000000..b9369a63 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string_1_True_None diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information.sh b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information.sh new file mode 100644 index 00000000..c581e31a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information_other_variable.sh new file mode 100644 index 00000000..cfb4b92d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional.sh new file mode 100644 index 00000000..623c440c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable: val1 + ┗━━ 📓 my_calculated_variable : +  ┗━━ val1 diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional2.sh new file mode 100644 index 00000000..623c440c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable: val1 + ┗━━ 📓 my_calculated_variable : +  ┗━━ val1 diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional.sh b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional.sh new file mode 100644 index 00000000..a3ba8591 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 my_calculated_variable : diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional_exists.sh new file mode 100644 index 00000000..4aadfbe8 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional_exists.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┗━━ 📓 my_calculated_variable : +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_param_optional.sh new file mode 100644 index 00000000..709f7b98 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_param_optional.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable.sh b/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable.sh new file mode 100644 index 00000000..cfb4b92d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_integer.sh b/tests/results/test_namespace_read_write_secrets/00_9default_integer.sh new file mode 100644 index 00000000..e24e624a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9default_integer.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: 9 diff --git a/tests/results/test_namespace_read_write_secrets/00_9extra.sh b/tests/results/test_namespace_read_write_secrets/00_9extra.sh new file mode 100644 index 00000000..9df494b6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9extra.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 variable: rougail +┗━━ 📂 extra + ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_read_write_secrets/00_9extra_calculation.sh b/tests/results/test_namespace_read_write_secrets/00_9extra_calculation.sh new file mode 100644 index 00000000..01606d31 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/00_9extra_calculation.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 variable: value +┗━━ 📂 extra + ┣━━ 📓 variable1: value + ┣━━ 📓 variable2: value + ┗━━ 📓 variable3: value diff --git a/tests/results/test_namespace_read_write_secrets/01_6boolean_multi.sh b/tests/results/test_namespace_read_write_secrets/01_6boolean_multi.sh new file mode 100644 index 00000000..95ef385d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_6boolean_multi.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┗━━ true + ┣━━ 📓 var2 : + ┃ ┗━━ true + ┣━━ 📓 var3 : + ┃ ┗━━ true + ┣━━ 📓 var4 : + ┃ ┗━━ false + ┣━━ 📓 var5 : + ┃ ┗━━ false + ┣━━ 📓 var6 : + ┃ ┗━━ false + ┣━━ 📓 var7 : + ┃ ┗━━ true + ┗━━ 📓 var8 : +  ┗━━ true diff --git a/tests/results/test_namespace_read_write_secrets/01_6custom_multi.sh b/tests/results/test_namespace_read_write_secrets/01_6custom_multi.sh new file mode 100644 index 00000000..30210660 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_6custom_multi.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 custom1 : + ┗━━ 📓 custom2 : +  ┗━━ value diff --git a/tests/results/test_namespace_read_write_secrets/01_6float_multi.sh b/tests/results/test_namespace_read_write_secrets/01_6float_multi.sh new file mode 100644 index 00000000..8c27f210 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_6float_multi.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┗━━ 0.0 + ┣━━ 📓 var2 : + ┃ ┗━━ 0.0 + ┣━━ 📓 var3 : + ┃ ┗━━ 0.0 + ┣━━ 📓 var4 : + ┃ ┗━━ 10.1 + ┣━━ 📓 var5 : + ┃ ┗━━ 10.1 + ┣━━ 📓 var6 : + ┃ ┗━━ 10.1 + ┣━━ 📓 var7 : + ┃ ┗━━ 0.0 + ┗━━ 📓 var8 : +  ┗━━ 0.0 diff --git a/tests/results/test_namespace_read_write_secrets/01_6number_multi.sh b/tests/results/test_namespace_read_write_secrets/01_6number_multi.sh new file mode 100644 index 00000000..726c5a55 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_6number_multi.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┗━━ 0 + ┣━━ 📓 var2 : + ┃ ┗━━ 0 + ┣━━ 📓 var3 : + ┃ ┗━━ 0 + ┣━━ 📓 var4 : + ┃ ┗━━ 10 + ┣━━ 📓 var5 : + ┃ ┗━━ 10 + ┣━━ 📓 var6 : + ┃ ┗━━ 10 + ┣━━ 📓 var7 : + ┃ ┗━━ 0 + ┗━━ 📓 var8 : +  ┗━━ 0 diff --git a/tests/results/test_namespace_read_write_secrets/01_6string_empty.sh b/tests/results/test_namespace_read_write_secrets/01_6string_empty.sh new file mode 100644 index 00000000..4eb4a046 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_6string_empty.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ value +  ┗━━ null diff --git a/tests/results/test_namespace_read_write_secrets/01_6string_multi.sh b/tests/results/test_namespace_read_write_secrets/01_6string_multi.sh new file mode 100644 index 00000000..38ea1f50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_6string_multi.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┣━━ 📓 var2 : + ┣━━ 📓 var3: null + ┣━━ 📓 var4 : + ┃ ┗━━ value + ┣━━ 📓 var5 : + ┃ ┗━━ value + ┣━━ 📓 var6 : + ┃ ┗━━ value + ┣━━ 📓 var7 : + ┃ ┗━━ value + ┗━━ 📓 var8 : +  ┗━━ value diff --git a/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote.sh b/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote.sh new file mode 100644 index 00000000..f713749a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┗━━ quote" diff --git a/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote2.sh new file mode 100644 index 00000000..46f4fe42 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┗━━ quote'" diff --git a/tests/results/test_namespace_read_write_secrets/01_7value_multi_quote.sh b/tests/results/test_namespace_read_write_secrets/01_7value_multi_quote.sh new file mode 100644 index 00000000..1e268151 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_7value_multi_quote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┗━━ quote' diff --git a/tests/results/test_namespace_read_write_secrets/01_8calculation_information_multi.sh b/tests/results/test_namespace_read_write_secrets/01_8calculation_information_multi.sh new file mode 100644 index 00000000..b4a06ad5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_8calculation_information_multi.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : diff --git a/tests/results/test_namespace_read_write_secrets/01_9choice_variable_multi.sh b/tests/results/test_namespace_read_write_secrets/01_9choice_variable_multi.sh new file mode 100644 index 00000000..99150482 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/01_9choice_variable_multi.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable1 : + ┃ ┣━━ a + ┃ ┣━━ b + ┃ ┗━━ c + ┗━━ 📓 variable2: null diff --git a/tests/results/test_namespace_read_write_secrets/04_0type_param.sh b/tests/results/test_namespace_read_write_secrets/04_0type_param.sh new file mode 100644 index 00000000..33ba0e7f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_0type_param.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 int: 10 diff --git a/tests/results/test_namespace_read_write_secrets/04_1auto_save.sh b/tests/results/test_namespace_read_write_secrets/04_1auto_save.sh new file mode 100644 index 00000000..967acec6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1auto_save.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated.sh new file mode 100644 index 00000000..9c721e6f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 00000000..a7d95d62 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┗━━ 📓 var2: yes diff --git a/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden.sh b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden.sh new file mode 100644 index 00000000..2a9e364d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: value + ┗━━ 📓 var3: value diff --git a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_2.sh new file mode 100644 index 00000000..2a9e364d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: value + ┗━━ 📓 var3: value diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation.sh new file mode 100644 index 00000000..00f217d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┣━━ 📓 variable1: null + ┗━━ 📓 variable2: null diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_default.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_default.sh new file mode 100644 index 00000000..2d2eb7ae --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_default.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┣━━ 📓 var1: no + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional.sh new file mode 100644 index 00000000..21be0caa --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable.sh new file mode 100644 index 00000000..8f6a95d0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: false + ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable2.sh new file mode 100644 index 00000000..de131ef1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: true diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable3.sh new file mode 100644 index 00000000..ed2ce4ad --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable3.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: yes diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable4.sh new file mode 100644 index 00000000..915d397a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable4.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: yes + ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation.sh b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation.sh new file mode 100644 index 00000000..2d2eb7ae --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┣━━ 📓 var1: no + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation2.sh b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation2.sh new file mode 100644 index 00000000..21be0caa --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation_default_calculation.sh new file mode 100644 index 00000000..2d2eb7ae --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation_default_calculation.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┣━━ 📓 var1: no + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators.sh b/tests/results/test_namespace_read_write_secrets/04_5validators.sh new file mode 100644 index 00000000..031f5684 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5validators.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 int: null diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators_differ.sh b/tests/results/test_namespace_read_write_secrets/04_5validators_differ.sh new file mode 100644 index 00000000..414983fc --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_differ.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: oui + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators_multi.sh b/tests/results/test_namespace_read_write_secrets/04_5validators_multi.sh new file mode 100644 index 00000000..e462f592 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_multi.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ no +  ┗━━ yes diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators_multi2.sh b/tests/results/test_namespace_read_write_secrets/04_5validators_multi2.sh new file mode 100644 index 00000000..e462f592 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_multi2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ no +  ┗━━ yes diff --git a/tests/results/test_namespace_read_write_secrets/05_0multi_not_uniq.sh b/tests/results/test_namespace_read_write_secrets/05_0multi_not_uniq.sh new file mode 100644 index 00000000..2b32f5e0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/05_0multi_not_uniq.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┗━━ non diff --git a/tests/results/test_namespace_read_write_secrets/05_0multi_uniq.sh b/tests/results/test_namespace_read_write_secrets/05_0multi_uniq.sh new file mode 100644 index 00000000..0183a174 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/05_0multi_uniq.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┗━━ non diff --git a/tests/results/test_namespace_read_write_secrets/12_1auto_save_expert.sh b/tests/results/test_namespace_read_write_secrets/12_1auto_save_expert.sh new file mode 100644 index 00000000..d73522e4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/12_1auto_save_expert.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write_secrets/16_0redefine_description.sh b/tests/results/test_namespace_read_write_secrets/16_0redefine_description.sh new file mode 100644 index 00000000..c581e31a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_0redefine_description.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write_secrets/16_2family_redefine_calculation.sh b/tests/results/test_namespace_read_write_secrets/16_2family_redefine_calculation.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_2family_redefine_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/16_2family_redefine_disabled.sh b/tests/results/test_namespace_read_write_secrets/16_2family_redefine_disabled.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_2family_redefine_disabled.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/16_5exists_nonexists.sh b/tests/results/test_namespace_read_write_secrets/16_5exists_nonexists.sh new file mode 100644 index 00000000..c4b3f93a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5exists_nonexists.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┗━━ 📓 var2: yes diff --git a/tests/results/test_namespace_read_write_secrets/16_5exists_redefine.sh b/tests/results/test_namespace_read_write_secrets/16_5exists_redefine.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5exists_redefine.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_calculation.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_calculation.sh new file mode 100644 index 00000000..9836befe --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: yes diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_choice.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_choice.sh new file mode 100644 index 00000000..f2de40af --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_choice.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_default.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_default.sh new file mode 100644 index 00000000..9836befe --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_default.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: yes diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_default_calculation.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_default_calculation.sh new file mode 100644 index 00000000..f2de40af --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_default_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_family.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_family.sh new file mode 100644 index 00000000..38d480a7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_family.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_help.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_help.sh new file mode 100644 index 00000000..38d480a7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_help.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_hidden.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_multi.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_multi.sh new file mode 100644 index 00000000..0183a174 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_multi.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┗━━ non diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_read_write_secrets/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 00000000..a669f548 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write_secrets/16_5test_redefine.sh b/tests/results/test_namespace_read_write_secrets/16_5test_redefine.sh new file mode 100644 index 00000000..da28b26f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_5test_redefine.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┣━━ 📓 var2: non + ┗━━ 📓 var3: null diff --git a/tests/results/test_namespace_read_write_secrets/16_6choice_redefine.sh b/tests/results/test_namespace_read_write_secrets/16_6choice_redefine.sh new file mode 100644 index 00000000..2e35dfd7 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_6choice_redefine.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: c diff --git a/tests/results/test_namespace_read_write_secrets/16_6exists_redefine_family.sh b/tests/results/test_namespace_read_write_secrets/16_6exists_redefine_family.sh new file mode 100644 index 00000000..fe728b65 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16_6exists_redefine_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 family1 + ┃ ┗━━ 📓 variable1: null + ┗━━ 📂 family2 +  ┗━━ 📓 variable2: null diff --git a/tests/results/test_namespace_read_write_secrets/16exists_exists.sh b/tests/results/test_namespace_read_write_secrets/16exists_exists.sh new file mode 100644 index 00000000..c581e31a --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/16exists_exists.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write_secrets/17_5redefine_leadership.sh b/tests/results/test_namespace_read_write_secrets/17_5redefine_leadership.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/17_5redefine_leadership.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/20_0empty_family.sh b/tests/results/test_namespace_read_write_secrets/20_0empty_family.sh new file mode 100644 index 00000000..2fc78e01 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_0empty_family.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/20_0family_append.sh b/tests/results/test_namespace_read_write_secrets/20_0family_append.sh new file mode 100644 index 00000000..47f03de6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_0family_append.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┣━━ 📓 var1: null +  ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/20_0family_underscore.sh b/tests/results/test_namespace_read_write_secrets/20_0family_underscore.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_0family_underscore.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/20_0multi_family.sh b/tests/results/test_namespace_read_write_secrets/20_0multi_family.sh new file mode 100644 index 00000000..5bc2162b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_0multi_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write_secrets/20_0multi_family_basic.sh b/tests/results/test_namespace_read_write_secrets/20_0multi_family_basic.sh new file mode 100644 index 00000000..5bc2162b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_0multi_family_basic.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write_secrets/20_0multi_family_expert.sh b/tests/results/test_namespace_read_write_secrets/20_0multi_family_expert.sh new file mode 100644 index 00000000..f2c05105 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_0multi_family_expert.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_read_write_secrets/20_0multi_family_order.sh b/tests/results/test_namespace_read_write_secrets/20_0multi_family_order.sh new file mode 100644 index 00000000..8a3705d6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_0multi_family_order.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable: null + ┗━━ 📂 family +  ┣━━ 📓 variable1: null +  ┣━━ 📂 subfamily +  ┃ ┗━━ 📓 variable: null +  ┗━━ 📓 variable2: null diff --git a/tests/results/test_namespace_read_write_secrets/20_0validators_differ_redefine.sh b/tests/results/test_namespace_read_write_secrets/20_0validators_differ_redefine.sh new file mode 100644 index 00000000..cd704b63 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_0validators_differ_redefine.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: no + ┣━━ 📓 var2: no + ┗━━ 📓 var3: yes diff --git a/tests/results/test_namespace_read_write_secrets/20_1empty_subfamily.sh b/tests/results/test_namespace_read_write_secrets/20_1empty_subfamily.sh new file mode 100644 index 00000000..2fc78e01 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_1empty_subfamily.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/20_9default_information_parent.sh b/tests/results/test_namespace_read_write_secrets/20_9default_information_parent.sh new file mode 100644 index 00000000..47f03de6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/20_9default_information_parent.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┣━━ 📓 var1: null +  ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition.sh b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition.sh new file mode 100644 index 00000000..3d444718 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┗━━ 📂 family +  ┗━━ 📓 var1: null diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_boolean.sh new file mode 100644 index 00000000..957fe087 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_boolean.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: false diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 00000000..9c57ff65 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 var1: null diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 00000000..de131ef1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: true diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_with_variable.sh new file mode 100644 index 00000000..3c114840 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_with_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition1: false + ┗━━ 📓 condition2: false diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 00000000..65ede1e3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┗━━ 📂 family +  ┗━━ 📂 sub_family +   ┗━━ 📓 var1: null diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition.sh b/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition.sh new file mode 100644 index 00000000..dc9b1279 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: no + ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition_variable.sh new file mode 100644 index 00000000..a4b69742 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: true + ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write_secrets/24_7validators_variable_optional.sh b/tests/results/test_namespace_read_write_secrets/24_7validators_variable_optional.sh new file mode 100644 index 00000000..bcbfcb2c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_7validators_variable_optional.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 general +  ┣━━ 📓 int: null +  ┗━━ 📓 int2: 1 diff --git a/tests/results/test_namespace_read_write_secrets/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_read_write_secrets/24_family_disabled_var_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/24_family_disabled_var_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership.sh b/tests/results/test_namespace_read_write_secrets/40_0leadership.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_diff_name.sh b/tests/results/test_namespace_read_write_secrets/40_0leadership_diff_name.sh new file mode 100644 index 00000000..01d73bad --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_diff_name.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leadership diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_empty.sh b/tests/results/test_namespace_read_write_secrets/40_0leadership_empty.sh new file mode 100644 index 00000000..2fc78e01 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_calculation.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti.sh new file mode 100644 index 00000000..54400467 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┗━━ 📂 leader +   ┣━━ 📓 leader: leader +   ┣━━ 📓 follower1 : +   ┃ ┗━━ value +   ┗━━ 📓 follower2 : +    ┣━━ value1 +    ┗━━ value2 diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti_calculation.sh new file mode 100644 index 00000000..8edbb98d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti_calculation.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┗━━ 📂 leader +   ┣━━ 📓 leader: leader +   ┣━━ 📓 follower1 : +   ┃ ┗━━ value +   ┗━━ 📓 follower2 : +    ┗━━ value diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_value.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_value.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_not_multi.sh new file mode 100644 index 00000000..99d5d406 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_not_multi.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 general + ┃ ┗━━ 📓 mode_conteneur_actif: non + ┗━━ 📂 general1 +  ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/40_1leadership_append_follower.sh b/tests/results/test_namespace_read_write_secrets/40_1leadership_append_follower.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_1leadership_append_follower.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index.sh b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index.sh new file mode 100644 index 00000000..079783d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: a +  ┃ ┗━━ 📓 follower1: 0 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: b +  ┃ ┗━━ 📓 follower1: 1 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: c +   ┗━━ 📓 follower1: 2 diff --git a/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_param_index.sh new file mode 100644 index 00000000..079783d9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_param_index.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: a +  ┃ ┗━━ 📓 follower1: 0 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: b +  ┃ ┗━━ 📓 follower1: 1 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: c +   ┗━━ 📓 follower1: 2 diff --git a/tests/results/test_namespace_read_write_secrets/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_read_write_secrets/40_2leadership_leader_calculation.sh new file mode 100644 index 00000000..58e0bed5 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_2leadership_leader_calculation.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: val1 +  ┃ ┣━━ 📓 follower1: null +  ┃ ┗━━ 📓 follower2: null +  ┗━━ 📂 leader +   ┣━━ 📓 leader: val2 +   ┣━━ 📓 follower1: null +   ┗━━ 📓 follower2: null diff --git a/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi.sh b/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi.sh new file mode 100644 index 00000000..01d73bad --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leadership diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean.sh b/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean.sh new file mode 100644 index 00000000..13c3107f --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 bool: false + ┣━━ 📓 multi1 : + ┃ ┗━━ false + ┗━━ 📓 multi2 : +  ┣━━ true +  ┗━━ false diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean_return_none.sh new file mode 100644 index 00000000..0c707f91 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean_return_none.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: yes + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_integer.sh b/tests/results/test_namespace_read_write_secrets/40_8calculation_integer.sh new file mode 100644 index 00000000..22ae871b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_integer.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 bool: false + ┣━━ 📓 int1: 2 + ┗━━ 📓 int2: 3 diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable.sh b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable.sh new file mode 100644 index 00000000..7652f1c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ no + ┃ ┗━━ yes + ┣━━ 📓 var2: no + ┗━━ 📓 var3: yes diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent.sh new file mode 100644 index 00000000..edd2ec7e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: no + ┗━━ 📂 fam1 +  ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 00000000..48268a57 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 fam1 + ┃ ┗━━ 📓 var: no + ┗━━ 📂 fam2 +  ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_read_write_secrets/41_0choice_leader.sh b/tests/results/test_namespace_read_write_secrets/41_0choice_leader.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/41_0choice_leader.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/44_0leadership_hidden.sh b/tests/results/test_namespace_read_write_secrets/44_0leadership_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/44_0leadership_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_read_write_secrets/44_0leadership_leader_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/44_0leadership_leader_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_read_write_secrets/44_1leadership_append_hidden_follower.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower.sh new file mode 100644 index 00000000..db63cf63 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: true + ┗━━ 📂 leader +  ┗━━ 📂 leader +   ┣━━ 📓 leader: a +   ┗━━ 📓 follower: null diff --git a/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory.sh b/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory_follower.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory_follower.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_read_write_secrets/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 00000000..21be0caa --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: no diff --git a/tests/results/test_namespace_read_write_secrets/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_read_write_secrets/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 00000000..d4c5b4a6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: yes + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_read_write_secrets/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_read_write_secrets/44_9calculated_default_leadership_leader.sh new file mode 100644 index 00000000..060aee86 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/44_9calculated_default_leadership_leader.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┗━━ 📓 leader: a +  ┗━━ 📂 leader +   ┣━━ 📓 leader: b +   ┗━━ 📓 follower: b diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic.sh new file mode 100644 index 00000000..068c933c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: null + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0.sh new file mode 100644 index 00000000..18f5e96d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: null + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: null diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type.sh new file mode 100644 index 00000000..18f5e96d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: null + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: null diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1.sh new file mode 100644 index 00000000..18f5e96d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: null + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: null diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number.sh new file mode 100644 index 00000000..8209d5db --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ 1 + ┃ ┗━━ 2 + ┣━━ 📂 dyn1 + ┃ ┗━━ 📓 var: val + ┣━━ 📂 dyn2 + ┃ ┗━━ 📓 var: val + ┗━━ 📓 var2: val diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number_empty.sh new file mode 100644 index 00000000..ffcaf11d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description.sh new file mode 100644 index 00000000..068c933c --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: null + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_static.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_static.sh new file mode 100644 index 00000000..a909e05b --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_static.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: null + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_test.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_test.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_test.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 00000000..045b2717 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: a value + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: a value diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_empty.sh b/tests/results/test_namespace_read_write_secrets/60_0family_empty.sh new file mode 100644 index 00000000..2fc78e01 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_hidden.sh b/tests/results/test_namespace_read_write_secrets/60_0family_hidden.sh new file mode 100644 index 00000000..767078c6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_mode.sh b/tests/results/test_namespace_read_write_secrets/60_0family_mode.sh new file mode 100644 index 00000000..ee913c71 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_0family_mode.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 var: non diff --git a/tests/results/test_namespace_read_write_secrets/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_read_write_secrets/60_1family_dynamic_jinja.sh new file mode 100644 index 00000000..7c79f112 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_1family_dynamic_jinja.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dyn1 + ┃ ┗━━ 📓 var: val + ┗━━ 📂 dyn2 +  ┗━━ 📓 var: val diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 00000000..4918f398 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: null + ┣━━ 📂 dynval2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 00000000..e3e359cd --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: val1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: val2 + ┗━━ 📓 var2: val1 diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 00000000..ffcaf11d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 00000000..725e9ea3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc.sh new file mode 100644 index 00000000..59d56c84 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: val + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: val + ┗━━ 📓 newvar: val diff --git a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 00000000..88b28cd0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┗━━ 📓 newvar: null diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2.sh new file mode 100644 index 00000000..0d32c804 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📓 var2: null + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: val + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: val diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2_empty.sh new file mode 100644 index 00000000..ffcaf11d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix.sh new file mode 100644 index 00000000..dd73cbfa --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: null + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 00000000..5f1bdb40 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: val1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: val2 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.sh new file mode 100644 index 00000000..45f0c570 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 dynval1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty.sh new file mode 100644 index 00000000..725e9ea3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 00000000..5f1bdb40 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: val1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: val2 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable.sh new file mode 100644 index 00000000..dd73cbfa --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: null + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 00000000..725e9ea3 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 00000000..3c9e0cf6 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 dynval1 +  ┣━━ 📓 var: null +  ┗━━ 📂 family +   ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix.sh new file mode 100644 index 00000000..471fc4b0 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 val1_dyn + ┃ ┣━━ 📓 var1: val1 + ┃ ┣━━ 📓 var2: val1 + ┃ ┗━━ 📓 var3: val1 + ┗━━ 📂 val2_dyn +  ┣━━ 📓 var1: val2 +  ┣━━ 📓 var2: val2 +  ┗━━ 📓 var3: val2 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside.sh new file mode 100644 index 00000000..af6cec28 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: val1 + ┣━━ 📂 my_dyn_family_val2 + ┃ ┗━━ 📓 var: val2 + ┗━━ 📓 var2 : +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2.sh new file mode 100644 index 00000000..4d72d86d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var2 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: val1 + ┗━━ 📂 my_dyn_family_val2 +  ┗━━ 📓 var: val2 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2_empty.sh new file mode 100644 index 00000000..d3a18ae9 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var2 : + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_empty.sh new file mode 100644 index 00000000..b1ddd664 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2 : diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja.sh new file mode 100644 index 00000000..af6cec28 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: val1 + ┣━━ 📂 my_dyn_family_val2 + ┃ ┗━━ 📓 var: val2 + ┗━━ 📓 var2 : +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh new file mode 100644 index 00000000..b1ddd664 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2 : diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh new file mode 100644 index 00000000..bf2a9b60 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┣━━ 📂 subdyn_val1 + ┃ ┃ ┗━━ 📓 var: val1 + ┃ ┗━━ 📂 subdyn_val2 + ┃  ┗━━ 📓 var: val2 + ┣━━ 📂 my_dyn_family_val2 + ┃ ┣━━ 📂 subdyn_val1 + ┃ ┃ ┗━━ 📓 var: val1 + ┃ ┗━━ 📂 subdyn_val2 + ┃  ┗━━ 📓 var: val2 + ┗━━ 📓 var2 : +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh new file mode 100644 index 00000000..b1ddd664 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2 : diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 00000000..c5970b61 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dyn_val1 + ┃ ┗━━ 📓 var: val1 + ┣━━ 📂 dyn_val2 + ┃ ┗━━ 📓 var: val2 + ┗━━ 📓 var2: val1 diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 00000000..ffcaf11d --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┗━━ 📓 var2: null diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside.sh b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside.sh new file mode 100644 index 00000000..4e8ca65e --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 val1_dyn + ┃ ┣━━ 📓 var1: val1 + ┃ ┣━━ 📓 var2: val1 + ┃ ┣━━ 📓 var3: val1 + ┃ ┗━━ 📓 var4: val1 + ┗━━ 📂 val2_dyn +  ┣━━ 📓 var1: val2 +  ┣━━ 📓 var2: val2 +  ┣━━ 📓 var3: val2 +  ┗━━ 📓 var4: val1 diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership.sh new file mode 100644 index 00000000..456cf1ca --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📂 leadership + ┗━━ 📂 dynval2 +  ┗━━ 📂 leadership diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic.sh new file mode 100644 index 00000000..ed294db1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic.sh @@ -0,0 +1,34 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ tval1 + ┃ ┃ ┗━━ tval2 + ┃ ┣━━ 📂 dyn_tval1 + ┃ ┃ ┣━━ 📓 var: tval1 + ┃ ┃ ┣━━ 📓 var_identifier: val1 + ┃ ┃ ┗━━ 📓 var_identifiers: val1-tval1 + ┃ ┗━━ 📂 dyn_tval2 + ┃  ┣━━ 📓 var: tval2 + ┃  ┣━━ 📓 var_identifier: val1 + ┃  ┗━━ 📓 var_identifiers: val1-tval2 + ┗━━ 📂 dynval2 +  ┣━━ 📓 var : +  ┃ ┣━━ tval1 +  ┃ ┗━━ tval2 +  ┣━━ 📂 dyn_tval1 +  ┃ ┣━━ 📓 var: tval1 +  ┃ ┣━━ 📓 var_identifier: val2 +  ┃ ┗━━ 📓 var_identifiers: val2-tval1 +  ┗━━ 📂 dyn_tval2 +   ┣━━ 📓 var: tval2 +   ┣━━ 📓 var_identifier: val2 +   ┗━━ 📓 var_identifiers: val2-tval2 diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0.sh new file mode 100644 index 00000000..ed294db1 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0.sh @@ -0,0 +1,34 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ tval1 + ┃ ┃ ┗━━ tval2 + ┃ ┣━━ 📂 dyn_tval1 + ┃ ┃ ┣━━ 📓 var: tval1 + ┃ ┃ ┣━━ 📓 var_identifier: val1 + ┃ ┃ ┗━━ 📓 var_identifiers: val1-tval1 + ┃ ┗━━ 📂 dyn_tval2 + ┃  ┣━━ 📓 var: tval2 + ┃  ┣━━ 📓 var_identifier: val1 + ┃  ┗━━ 📓 var_identifiers: val1-tval2 + ┗━━ 📂 dynval2 +  ┣━━ 📓 var : +  ┃ ┣━━ tval1 +  ┃ ┗━━ tval2 +  ┣━━ 📂 dyn_tval1 +  ┃ ┣━━ 📓 var: tval1 +  ┃ ┣━━ 📓 var_identifier: val2 +  ┃ ┗━━ 📓 var_identifiers: val2-tval1 +  ┗━━ 📂 dyn_tval2 +   ┣━━ 📓 var: tval2 +   ┣━━ 📓 var_identifier: val2 +   ┗━━ 📓 var_identifiers: val2-tval2 diff --git a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty.sh new file mode 100644 index 00000000..2c6efb50 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var : diff --git a/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic.sh b/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic.sh new file mode 100644 index 00000000..04651409 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 var : +┃  ┗━━ a +┗━━ 📂 extra + ┗━━ 📂 dyn_a +  ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic_extra.sh new file mode 100644 index 00000000..f005b9f4 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic_extra.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📂 general +┃  ┗━━ 📓 varname : +┃   ┗━━ a +┗━━ 📂 extra + ┣━━ 📓 var : + ┃ ┗━━ a + ┗━━ 📂 dyn_a +  ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_read_write_secrets/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_read_write_secrets/60_9family_dynamic_calc_both.sh new file mode 100644 index 00000000..57ead287 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/60_9family_dynamic_calc_both.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: null + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: null diff --git a/tests/results/test_namespace_read_write_secrets/68_0family_leadership_mode.sh b/tests/results/test_namespace_read_write_secrets/68_0family_leadership_mode.sh new file mode 100644 index 00000000..409a85bb --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets/68_0family_leadership_mode.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/00_0empty.sh b/tests/results/test_namespace_secrets/00_0empty.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_0empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_namespace_secrets/00_0version_underscore.sh b/tests/results/test_namespace_secrets/00_0version_underscore.sh new file mode 100644 index 00000000..27c22587 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_0version_underscore.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 version: string1 diff --git a/tests/results/test_namespace_secrets/00_1empty_variable.sh b/tests/results/test_namespace_secrets/00_1empty_variable.sh new file mode 100644 index 00000000..9413de78 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_1empty_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 empty: string1 diff --git a/tests/results/test_namespace_secrets/00_2default_calculated.sh b/tests/results/test_namespace_secrets/00_2default_calculated.sh new file mode 100644 index 00000000..a835e233 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_2default_calculated.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (no) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/00_2default_calculated_multi.sh b/tests/results/test_namespace_secrets/00_2default_calculated_multi.sh new file mode 100644 index 00000000..9411e955 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_2default_calculated_multi.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (no) + ┃ ┣━━ string2 (yes) + ┃ ┗━━ string3 (maybe) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_secrets/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace_secrets/00_2default_calculated_variable_transitive.sh new file mode 100644 index 00000000..2be0a766 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ domain1.lan + ┃ ┗━━ domain2.lan + ┗━━ 📓 var2 : +  ┣━━ domain1.lan (domain1.lan) +  ┗━━ domain2.lan (domain2.lan) diff --git a/tests/results/test_namespace_secrets/00_4load_subfolder.sh b/tests/results/test_namespace_secrets/00_4load_subfolder.sh new file mode 100644 index 00000000..874cc7ed --- /dev/null +++ b/tests/results/test_namespace_secrets/00_4load_subfolder.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/00_5load_notype.sh b/tests/results/test_namespace_secrets/00_5load_notype.sh new file mode 100644 index 00000000..03776ccc --- /dev/null +++ b/tests/results/test_namespace_secrets/00_5load_notype.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 without_type: string1 (non) diff --git a/tests/results/test_namespace_secrets/00_6boolean.sh b/tests/results/test_namespace_secrets/00_6boolean.sh new file mode 100644 index 00000000..7bc694e4 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6boolean.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: true (true) + ┣━━ 📓 var2: true (true) + ┣━━ 📓 var3: true (true) + ┣━━ 📓 var4: true (false) + ┣━━ 📓 var5: true (false) + ┗━━ 📓 var6: true (false) diff --git a/tests/results/test_namespace_secrets/00_6boolean_no_mandatory.sh b/tests/results/test_namespace_secrets/00_6boolean_no_mandatory.sh new file mode 100644 index 00000000..311b7c78 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6boolean_no_mandatory.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: true (true) diff --git a/tests/results/test_namespace_secrets/00_6choice.sh b/tests/results/test_namespace_secrets/00_6choice.sh new file mode 100644 index 00000000..e96af4df --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6choice.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: a + ┣━━ 📓 var2: a + ┣━━ 📓 var3: a + ┣━━ 📓 var4: null + ┣━━ 📓 var5: a (a) + ┗━━ 📓 var6: 1 (1) diff --git a/tests/results/test_namespace_secrets/00_6choice_calculation.sh b/tests/results/test_namespace_secrets/00_6choice_calculation.sh new file mode 100644 index 00000000..438fae70 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6choice_calculation.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_namespace_secrets/00_6choice_variable.sh b/tests/results/test_namespace_secrets/00_6choice_variable.sh new file mode 100644 index 00000000..95f675c6 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6choice_variable.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┗━━ 📓 var2: string1 (a) diff --git a/tests/results/test_namespace_secrets/00_6custom.sh b/tests/results/test_namespace_secrets/00_6custom.sh new file mode 100644 index 00000000..6bd301f6 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6custom.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 custom1: string1 + ┗━━ 📓 custom2: string1 (value) diff --git a/tests/results/test_namespace_secrets/00_6domainname.sh b/tests/results/test_namespace_secrets/00_6domainname.sh new file mode 100644 index 00000000..c39818de --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6domainname.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_secrets/00_6domainname_params.sh b/tests/results/test_namespace_secrets/00_6domainname_params.sh new file mode 100644 index 00000000..c39818de --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6domainname_params.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_namespace_secrets/00_6float.sh b/tests/results/test_namespace_secrets/00_6float.sh new file mode 100644 index 00000000..2a6b33c3 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6float.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: 1.1 (0.0) + ┣━━ 📓 var2: 1.1 (0.0) + ┣━━ 📓 var3: 1.1 (0.0) + ┣━━ 📓 var4: 1.1 (10.1) + ┣━━ 📓 var5: 1.1 (10.1) + ┗━━ 📓 var6: 1.1 (10.1) diff --git a/tests/results/test_namespace_secrets/00_6number.sh b/tests/results/test_namespace_secrets/00_6number.sh new file mode 100644 index 00000000..775f0a28 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6number.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: 1 (0) + ┣━━ 📓 var2: 1 (0) + ┣━━ 📓 var3: 1 (0) + ┣━━ 📓 var4: 1 (10) + ┣━━ 📓 var5: 1 (10) + ┗━━ 📓 var6: 1 (10) diff --git a/tests/results/test_namespace_secrets/00_6port.sh b/tests/results/test_namespace_secrets/00_6port.sh new file mode 100644 index 00000000..2db48f11 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6port.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable1: 80 + ┣━━ 📓 variable2: 80 (8080) + ┗━━ 📓 variable3: 80 (8080) diff --git a/tests/results/test_namespace_secrets/00_6regexp.sh b/tests/results/test_namespace_secrets/00_6regexp.sh new file mode 100644 index 00000000..825fb2e4 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6regexp.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_namespace_secrets/00_6string.sh b/tests/results/test_namespace_secrets/00_6string.sh new file mode 100644 index 00000000..9ee9b1fd --- /dev/null +++ b/tests/results/test_namespace_secrets/00_6string.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┣━━ 📓 var2: string1 + ┣━━ 📓 var3: string1 + ┣━━ 📓 var4: string1 (value) + ┣━━ 📓 var5: string1 (value) + ┗━━ 📓 var6: string1 (value) diff --git a/tests/results/test_namespace_secrets/00_7choice_quote.sh b/tests/results/test_namespace_secrets/00_7choice_quote.sh new file mode 100644 index 00000000..9622afbc --- /dev/null +++ b/tests/results/test_namespace_secrets/00_7choice_quote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: quote' (quote') diff --git a/tests/results/test_namespace_secrets/00_7help_quote.sh b/tests/results/test_namespace_secrets/00_7help_quote.sh new file mode 100644 index 00000000..874cc7ed --- /dev/null +++ b/tests/results/test_namespace_secrets/00_7help_quote.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/00_7value_doublequote.sh b/tests/results/test_namespace_secrets/00_7value_doublequote.sh new file mode 100644 index 00000000..e8ec0b1c --- /dev/null +++ b/tests/results/test_namespace_secrets/00_7value_doublequote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (quote") diff --git a/tests/results/test_namespace_secrets/00_7value_doublequote2.sh b/tests/results/test_namespace_secrets/00_7value_doublequote2.sh new file mode 100644 index 00000000..51ba23aa --- /dev/null +++ b/tests/results/test_namespace_secrets/00_7value_doublequote2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (quote'") diff --git a/tests/results/test_namespace_secrets/00_7value_doublequote3.sh b/tests/results/test_namespace_secrets/00_7value_doublequote3.sh new file mode 100644 index 00000000..666a92aa --- /dev/null +++ b/tests/results/test_namespace_secrets/00_7value_doublequote3.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (quote\"\') diff --git a/tests/results/test_namespace_secrets/00_7value_quote.sh b/tests/results/test_namespace_secrets/00_7value_quote.sh new file mode 100644 index 00000000..cda367b9 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_7value_quote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (quote') diff --git a/tests/results/test_namespace_secrets/00_8calculation_information.sh b/tests/results/test_namespace_secrets/00_8calculation_information.sh new file mode 100644 index 00000000..c0e9411d --- /dev/null +++ b/tests/results/test_namespace_secrets/00_8calculation_information.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_secrets/00_8test.sh b/tests/results/test_namespace_secrets/00_8test.sh new file mode 100644 index 00000000..0b2e0e4d --- /dev/null +++ b/tests/results/test_namespace_secrets/00_8test.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: test + ┣━━ 📓 var2: test (value) + ┣━━ 📓 var3: test1 + ┣━━ 📓 var4: null + ┣━━ 📓 var5: false (true) + ┗━━ 📓 var6 : +  ┣━━ test1 +  ┗━━ test2 diff --git a/tests/results/test_namespace_secrets/00_9choice_variable_multi.sh b/tests/results/test_namespace_secrets/00_9choice_variable_multi.sh new file mode 100644 index 00000000..1aeea676 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9choice_variable_multi.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┗━━ 📓 variable2 : +  ┣━━ val1 +  ┗━━ val2 diff --git a/tests/results/test_namespace_secrets/00_9choice_variables.sh b/tests/results/test_namespace_secrets/00_9choice_variables.sh new file mode 100644 index 00000000..c0dec638 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9choice_variables.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 source_variable_1: string1 (val1) + ┣━━ 📓 source_variable_2: string1 (val2) + ┗━━ 📓 my_variable: string1 (val1) diff --git a/tests/results/test_namespace_secrets/00_9default_calculation.sh b/tests/results/test_namespace_secrets/00_9default_calculation.sh new file mode 100644 index 00000000..973d7554 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (string_1_True_None) diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_information.sh b/tests/results/test_namespace_secrets/00_9default_calculation_information.sh new file mode 100644 index 00000000..4518adc2 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation_information.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace_secrets/00_9default_calculation_information_other_variable.sh new file mode 100644 index 00000000..874cc7ed --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional.sh new file mode 100644 index 00000000..7056ce52 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable: string1 (val1) + ┗━━ 📓 my_calculated_variable : +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional2.sh new file mode 100644 index 00000000..7056ce52 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable: string1 (val1) + ┗━━ 📓 my_calculated_variable : +  ┣━━ string1 (string1) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_optional.sh b/tests/results/test_namespace_secrets/00_9default_calculation_optional.sh new file mode 100644 index 00000000..98cdfd18 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation_optional.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 my_calculated_variable : +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace_secrets/00_9default_calculation_optional_exists.sh new file mode 100644 index 00000000..194c5b0d --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation_optional_exists.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 my_variable : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┗━━ 📓 my_calculated_variable : +  ┣━━ string1 (string1) +  ┣━━ string2 (string2) +  ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_secrets/00_9default_calculation_param_optional.sh b/tests/results/test_namespace_secrets/00_9default_calculation_param_optional.sh new file mode 100644 index 00000000..7f477e85 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_calculation_param_optional.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (string1) + ┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_namespace_secrets/00_9default_information_other_variable.sh b/tests/results/test_namespace_secrets/00_9default_information_other_variable.sh new file mode 100644 index 00000000..874cc7ed --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_information_other_variable.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/00_9default_integer.sh b/tests/results/test_namespace_secrets/00_9default_integer.sh new file mode 100644 index 00000000..438fae70 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9default_integer.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_namespace_secrets/00_9extra.sh b/tests/results/test_namespace_secrets/00_9extra.sh new file mode 100644 index 00000000..88444920 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9extra.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 variable: string1 (rougail) +┗━━ 📂 extra + ┗━━ 📓 variable: string1 (no) diff --git a/tests/results/test_namespace_secrets/00_9extra_calculation.sh b/tests/results/test_namespace_secrets/00_9extra_calculation.sh new file mode 100644 index 00000000..da8b9d70 --- /dev/null +++ b/tests/results/test_namespace_secrets/00_9extra_calculation.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 variable: string1 (value) +┗━━ 📂 extra + ┣━━ 📓 variable1: string1 (string1) + ┣━━ 📓 variable2: string1 (string1) + ┗━━ 📓 variable3: string1 (string1) diff --git a/tests/results/test_namespace_secrets/01_6boolean_multi.sh b/tests/results/test_namespace_secrets/01_6boolean_multi.sh new file mode 100644 index 00000000..2f5ec957 --- /dev/null +++ b/tests/results/test_namespace_secrets/01_6boolean_multi.sh @@ -0,0 +1,24 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┗━━ true (true) + ┣━━ 📓 var2 : + ┃ ┗━━ true (true) + ┣━━ 📓 var3 : + ┃ ┗━━ true (true) + ┣━━ 📓 var4 : + ┃ ┗━━ true (false) + ┣━━ 📓 var5 : + ┃ ┗━━ true (false) + ┣━━ 📓 var6 : + ┃ ┗━━ true (false) + ┣━━ 📓 var7 : + ┃ ┗━━ true (true) + ┗━━ 📓 var8 : +  ┗━━ true (true) diff --git a/tests/results/test_namespace_secrets/01_6custom_multi.sh b/tests/results/test_namespace_secrets/01_6custom_multi.sh new file mode 100644 index 00000000..46e73047 --- /dev/null +++ b/tests/results/test_namespace_secrets/01_6custom_multi.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 custom1 : + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┗━━ 📓 custom2 : +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/01_6float_multi.sh b/tests/results/test_namespace_secrets/01_6float_multi.sh new file mode 100644 index 00000000..688b474a --- /dev/null +++ b/tests/results/test_namespace_secrets/01_6float_multi.sh @@ -0,0 +1,40 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var2 : + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var3 : + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var4 : + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var5 : + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var6 : + ┃ ┣━━ 1.1 (10.1) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┣━━ 📓 var7 : + ┃ ┣━━ 1.1 (0.0) + ┃ ┣━━ 2.2 + ┃ ┗━━ 3.3 + ┗━━ 📓 var8 : +  ┣━━ 1.1 (0.0) +  ┣━━ 2.2 +  ┗━━ 3.3 diff --git a/tests/results/test_namespace_secrets/01_6number_multi.sh b/tests/results/test_namespace_secrets/01_6number_multi.sh new file mode 100644 index 00000000..2b421cd1 --- /dev/null +++ b/tests/results/test_namespace_secrets/01_6number_multi.sh @@ -0,0 +1,40 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var2 : + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var3 : + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var4 : + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var5 : + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var6 : + ┃ ┣━━ 1 (10) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┣━━ 📓 var7 : + ┃ ┣━━ 1 (0) + ┃ ┣━━ 2 + ┃ ┗━━ 3 + ┗━━ 📓 var8 : +  ┣━━ 1 (0) +  ┣━━ 2 +  ┗━━ 3 diff --git a/tests/results/test_namespace_secrets/01_6string_empty.sh b/tests/results/test_namespace_secrets/01_6string_empty.sh new file mode 100644 index 00000000..48f1f2a7 --- /dev/null +++ b/tests/results/test_namespace_secrets/01_6string_empty.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/01_6string_multi.sh b/tests/results/test_namespace_secrets/01_6string_multi.sh new file mode 100644 index 00000000..064cdbe9 --- /dev/null +++ b/tests/results/test_namespace_secrets/01_6string_multi.sh @@ -0,0 +1,37 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 var2 : + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 var3: string1 + ┣━━ 📓 var4 : + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 var5 : + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 var6 : + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📓 var7 : + ┃ ┣━━ string1 (value) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┗━━ 📓 var8 : +  ┣━━ string1 (value) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/01_7value_multi_doublequote.sh b/tests/results/test_namespace_secrets/01_7value_multi_doublequote.sh new file mode 100644 index 00000000..8c799595 --- /dev/null +++ b/tests/results/test_namespace_secrets/01_7value_multi_doublequote.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 (quote") +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/01_7value_multi_doublequote2.sh b/tests/results/test_namespace_secrets/01_7value_multi_doublequote2.sh new file mode 100644 index 00000000..25389f27 --- /dev/null +++ b/tests/results/test_namespace_secrets/01_7value_multi_doublequote2.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 (quote'") +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/01_7value_multi_quote.sh b/tests/results/test_namespace_secrets/01_7value_multi_quote.sh new file mode 100644 index 00000000..b98585cf --- /dev/null +++ b/tests/results/test_namespace_secrets/01_7value_multi_quote.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 (quote') +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/01_8calculation_information_multi.sh b/tests/results/test_namespace_secrets/01_8calculation_information_multi.sh new file mode 100644 index 00000000..211be5ba --- /dev/null +++ b/tests/results/test_namespace_secrets/01_8calculation_information_multi.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/01_9choice_variable_multi.sh b/tests/results/test_namespace_secrets/01_9choice_variable_multi.sh new file mode 100644 index 00000000..db4ad7fc --- /dev/null +++ b/tests/results/test_namespace_secrets/01_9choice_variable_multi.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable1 : + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 (b) + ┃ ┗━━ string3 (c) + ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_namespace_secrets/04_0type_param.sh b/tests/results/test_namespace_secrets/04_0type_param.sh new file mode 100644 index 00000000..db96d2f5 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_0type_param.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 int: 1 (10) diff --git a/tests/results/test_namespace_secrets/04_1auto_save.sh b/tests/results/test_namespace_secrets/04_1auto_save.sh new file mode 100644 index 00000000..ebc4b685 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1auto_save.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_secrets/04_1auto_save_and_calculated.sh b/tests/results/test_namespace_secrets/04_1auto_save_and_calculated.sh new file mode 100644 index 00000000..38212dd0 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1auto_save_and_calculated.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (no) + ┗━━ 📓 var2: no diff --git a/tests/results/test_namespace_secrets/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace_secrets/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 00000000..3b459773 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (no) + ┗━━ 📓 var2: yes diff --git a/tests/results/test_namespace_secrets/04_1auto_save_and_hidden.sh b/tests/results/test_namespace_secrets/04_1auto_save_and_hidden.sh new file mode 100644 index 00000000..bb536aad --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1auto_save_and_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: yes diff --git a/tests/results/test_namespace_secrets/04_1default_calculation_hidden.sh b/tests/results/test_namespace_secrets/04_1default_calculation_hidden.sh new file mode 100644 index 00000000..e11e18c0 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (value) + ┣━━ 📓 var2: string1 + ┗━━ 📓 var3: string1 diff --git a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_2.sh new file mode 100644 index 00000000..e11e18c0 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_2.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (value) + ┣━━ 📓 var2: string1 + ┗━━ 📓 var3: string1 diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation.sh new file mode 100644 index 00000000..f5504fd3 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┣━━ 📓 variable1: string1 + ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_default.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation_default.sh new file mode 100644 index 00000000..5d33ea8f --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_default.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┣━━ 📓 var1: string1 (string1) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_optional.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation_optional.sh new file mode 100644 index 00000000..b1b78d02 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_optional.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┣━━ 📓 var1: null + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable.sh new file mode 100644 index 00000000..a174541c --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: true (false) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable2.sh new file mode 100644 index 00000000..f06ac73c --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: true (true) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable3.sh new file mode 100644 index 00000000..38eb6868 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable3.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (yes) + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable4.sh new file mode 100644 index 00000000..5a9387b8 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable4.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_namespace_secrets/04_5hidden_calculation.sh b/tests/results/test_namespace_secrets/04_5hidden_calculation.sh new file mode 100644 index 00000000..7953e0db --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5hidden_calculation.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┣━━ 📓 var1: string1 (no) + ┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_namespace_secrets/04_5hidden_calculation2.sh b/tests/results/test_namespace_secrets/04_5hidden_calculation2.sh new file mode 100644 index 00000000..3ef1c0a6 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5hidden_calculation2.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace_secrets/04_5hidden_calculation_default_calculation.sh new file mode 100644 index 00000000..5d33ea8f --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5hidden_calculation_default_calculation.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┣━━ 📓 var1: string1 (string1) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_secrets/04_5validators.sh b/tests/results/test_namespace_secrets/04_5validators.sh new file mode 100644 index 00000000..86af5473 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5validators.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 int: 1 diff --git a/tests/results/test_namespace_secrets/04_5validators_differ.sh b/tests/results/test_namespace_secrets/04_5validators_differ.sh new file mode 100644 index 00000000..44a37de3 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5validators_differ.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: another_value (oui) + ┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_namespace_secrets/04_5validators_multi.sh b/tests/results/test_namespace_secrets/04_5validators_multi.sh new file mode 100644 index 00000000..a809ef21 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5validators_multi.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ string1 (no) +  ┣━━ string2 (yes) +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/04_5validators_multi2.sh b/tests/results/test_namespace_secrets/04_5validators_multi2.sh new file mode 100644 index 00000000..3f473dd3 --- /dev/null +++ b/tests/results/test_namespace_secrets/04_5validators_multi2.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ val1 (no) +  ┗━━ val2 (yes) diff --git a/tests/results/test_namespace_secrets/05_0multi_not_uniq.sh b/tests/results/test_namespace_secrets/05_0multi_not_uniq.sh new file mode 100644 index 00000000..af091c93 --- /dev/null +++ b/tests/results/test_namespace_secrets/05_0multi_not_uniq.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1 : +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/05_0multi_uniq.sh b/tests/results/test_namespace_secrets/05_0multi_uniq.sh new file mode 100644 index 00000000..4260e1b0 --- /dev/null +++ b/tests/results/test_namespace_secrets/05_0multi_uniq.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/12_1auto_save_expert.sh b/tests/results/test_namespace_secrets/12_1auto_save_expert.sh new file mode 100644 index 00000000..73211d0f --- /dev/null +++ b/tests/results/test_namespace_secrets/12_1auto_save_expert.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: no diff --git a/tests/results/test_namespace_secrets/16_0redefine_description.sh b/tests/results/test_namespace_secrets/16_0redefine_description.sh new file mode 100644 index 00000000..4518adc2 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_0redefine_description.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/16_2family_redefine_calculation.sh b/tests/results/test_namespace_secrets/16_2family_redefine_calculation.sh new file mode 100644 index 00000000..5ade45e7 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_2family_redefine_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/16_2family_redefine_disabled.sh b/tests/results/test_namespace_secrets/16_2family_redefine_disabled.sh new file mode 100644 index 00000000..5ade45e7 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_2family_redefine_disabled.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/16_5exists_nonexists.sh b/tests/results/test_namespace_secrets/16_5exists_nonexists.sh new file mode 100644 index 00000000..5f4d4509 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5exists_nonexists.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (no) + ┗━━ 📓 var2: string1 (yes) diff --git a/tests/results/test_namespace_secrets/16_5exists_redefine.sh b/tests/results/test_namespace_secrets/16_5exists_redefine.sh new file mode 100644 index 00000000..9bf39ebb --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5exists_redefine.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var1: yes diff --git a/tests/results/test_namespace_secrets/16_5redefine_calculation.sh b/tests/results/test_namespace_secrets/16_5redefine_calculation.sh new file mode 100644 index 00000000..c447ce50 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_calculation.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_namespace_secrets/16_5redefine_choice.sh b/tests/results/test_namespace_secrets/16_5redefine_choice.sh new file mode 100644 index 00000000..18c73bf0 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_choice.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: a diff --git a/tests/results/test_namespace_secrets/16_5redefine_default.sh b/tests/results/test_namespace_secrets/16_5redefine_default.sh new file mode 100644 index 00000000..c447ce50 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_default.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_namespace_secrets/16_5redefine_default_calculation.sh b/tests/results/test_namespace_secrets/16_5redefine_default_calculation.sh new file mode 100644 index 00000000..c0e9411d --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_default_calculation.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_secrets/16_5redefine_family.sh b/tests/results/test_namespace_secrets/16_5redefine_family.sh new file mode 100644 index 00000000..b51f3c94 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_secrets/16_5redefine_help.sh b/tests/results/test_namespace_secrets/16_5redefine_help.sh new file mode 100644 index 00000000..b51f3c94 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_help.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_secrets/16_5redefine_hidden.sh b/tests/results/test_namespace_secrets/16_5redefine_hidden.sh new file mode 100644 index 00000000..621ccbdf --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable: no diff --git a/tests/results/test_namespace_secrets/16_5redefine_multi.sh b/tests/results/test_namespace_secrets/16_5redefine_multi.sh new file mode 100644 index 00000000..4260e1b0 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_multi.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 variable : +  ┣━━ string1 (non) +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace_secrets/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 00000000..4e760cd2 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_secrets/16_5test_redefine.sh b/tests/results/test_namespace_secrets/16_5test_redefine.sh new file mode 100644 index 00000000..fd452902 --- /dev/null +++ b/tests/results/test_namespace_secrets/16_5test_redefine.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: test1 (no) + ┣━━ 📓 var2: test1 (non) + ┗━━ 📓 var3: string1 diff --git a/tests/results/test_namespace_secrets/16_6choice_redefine.sh b/tests/results/test_namespace_secrets/16_6choice_redefine.sh new file mode 100644 index 00000000..c34542aa --- /dev/null +++ b/tests/results/test_namespace_secrets/16_6choice_redefine.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: a (c) diff --git a/tests/results/test_namespace_secrets/16_6exists_redefine_family.sh b/tests/results/test_namespace_secrets/16_6exists_redefine_family.sh new file mode 100644 index 00000000..2c69982a --- /dev/null +++ b/tests/results/test_namespace_secrets/16_6exists_redefine_family.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 family1 + ┃ ┗━━ 📓 variable1: string1 + ┗━━ 📂 family2 +  ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_namespace_secrets/16exists_exists.sh b/tests/results/test_namespace_secrets/16exists_exists.sh new file mode 100644 index 00000000..4518adc2 --- /dev/null +++ b/tests/results/test_namespace_secrets/16exists_exists.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/17_5redefine_leadership.sh b/tests/results/test_namespace_secrets/17_5redefine_leadership.sh new file mode 100644 index 00000000..60c6aae8 --- /dev/null +++ b/tests/results/test_namespace_secrets/17_5redefine_leadership.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/20_0empty_family.sh b/tests/results/test_namespace_secrets/20_0empty_family.sh new file mode 100644 index 00000000..5efe8aee --- /dev/null +++ b/tests/results/test_namespace_secrets/20_0empty_family.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/20_0family_append.sh b/tests/results/test_namespace_secrets/20_0family_append.sh new file mode 100644 index 00000000..d192a58a --- /dev/null +++ b/tests/results/test_namespace_secrets/20_0family_append.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┣━━ 📓 var1: string1 +  ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/20_0family_underscore.sh b/tests/results/test_namespace_secrets/20_0family_underscore.sh new file mode 100644 index 00000000..5ade45e7 --- /dev/null +++ b/tests/results/test_namespace_secrets/20_0family_underscore.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/20_0multi_family.sh b/tests/results/test_namespace_secrets/20_0multi_family.sh new file mode 100644 index 00000000..bee0bd0a --- /dev/null +++ b/tests/results/test_namespace_secrets/20_0multi_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_secrets/20_0multi_family_basic.sh b/tests/results/test_namespace_secrets/20_0multi_family_basic.sh new file mode 100644 index 00000000..bee0bd0a --- /dev/null +++ b/tests/results/test_namespace_secrets/20_0multi_family_basic.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_secrets/20_0multi_family_expert.sh b/tests/results/test_namespace_secrets/20_0multi_family_expert.sh new file mode 100644 index 00000000..8f170d1e --- /dev/null +++ b/tests/results/test_namespace_secrets/20_0multi_family_expert.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_secrets/20_0multi_family_order.sh b/tests/results/test_namespace_secrets/20_0multi_family_order.sh new file mode 100644 index 00000000..e03de205 --- /dev/null +++ b/tests/results/test_namespace_secrets/20_0multi_family_order.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 variable: string1 + ┗━━ 📂 family +  ┣━━ 📓 variable1: string1 +  ┣━━ 📂 subfamily +  ┃ ┗━━ 📓 variable: string1 +  ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_namespace_secrets/20_0validators_differ_redefine.sh b/tests/results/test_namespace_secrets/20_0validators_differ_redefine.sh new file mode 100644 index 00000000..fc903ac5 --- /dev/null +++ b/tests/results/test_namespace_secrets/20_0validators_differ_redefine.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (no) + ┣━━ 📓 var2: string1 (no) + ┗━━ 📓 var3: yes (yes) diff --git a/tests/results/test_namespace_secrets/20_1empty_subfamily.sh b/tests/results/test_namespace_secrets/20_1empty_subfamily.sh new file mode 100644 index 00000000..5efe8aee --- /dev/null +++ b/tests/results/test_namespace_secrets/20_1empty_subfamily.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/20_9default_information_parent.sh b/tests/results/test_namespace_secrets/20_9default_information_parent.sh new file mode 100644 index 00000000..d192a58a --- /dev/null +++ b/tests/results/test_namespace_secrets/20_9default_information_parent.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┣━━ 📓 var1: string1 +  ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition.sh b/tests/results/test_namespace_secrets/24_0family_hidden_condition.sh new file mode 100644 index 00000000..e41a0658 --- /dev/null +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📂 family +  ┗━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace_secrets/24_0family_hidden_condition_boolean.sh new file mode 100644 index 00000000..8a8e780e --- /dev/null +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition_boolean.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: true (false) + ┗━━ 📂 family +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace_secrets/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 00000000..7da310d3 --- /dev/null +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace_secrets/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 00000000..8d74df31 --- /dev/null +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: true (true) + ┗━━ 📂 family +  ┗━━ 📂 subfamily +   ┗━━ 📓 var1: null diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace_secrets/24_0family_hidden_condition_with_variable.sh new file mode 100644 index 00000000..da585a83 --- /dev/null +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition_with_variable.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition1: true (false) + ┣━━ 📓 condition2: true (false) + ┗━━ 📂 family +  ┗━━ 📓 variable: null diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace_secrets/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 00000000..0211d2b5 --- /dev/null +++ b/tests/results/test_namespace_secrets/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📂 family +  ┗━━ 📂 sub_family +   ┗━━ 📓 var1: string1 diff --git a/tests/results/test_namespace_secrets/24_0family_mandatory_condition.sh b/tests/results/test_namespace_secrets/24_0family_mandatory_condition.sh new file mode 100644 index 00000000..7cac8745 --- /dev/null +++ b/tests/results/test_namespace_secrets/24_0family_mandatory_condition.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace_secrets/24_0family_mandatory_condition_variable.sh new file mode 100644 index 00000000..f7e0623b --- /dev/null +++ b/tests/results/test_namespace_secrets/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: true (true) + ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/24_7validators_variable_optional.sh b/tests/results/test_namespace_secrets/24_7validators_variable_optional.sh new file mode 100644 index 00000000..e746c00b --- /dev/null +++ b/tests/results/test_namespace_secrets/24_7validators_variable_optional.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 general +  ┣━━ 📓 int: 5 +  ┗━━ 📓 int2: 1 (1) diff --git a/tests/results/test_namespace_secrets/24_family_disabled_var_hidden.sh b/tests/results/test_namespace_secrets/24_family_disabled_var_hidden.sh new file mode 100644 index 00000000..5ade45e7 --- /dev/null +++ b/tests/results/test_namespace_secrets/24_family_disabled_var_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/40_0leadership.sh b/tests/results/test_namespace_secrets/40_0leadership.sh new file mode 100644 index 00000000..5938837c --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_secrets/40_0leadership_diff_name.sh b/tests/results/test_namespace_secrets/40_0leadership_diff_name.sh new file mode 100644 index 00000000..165e9716 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership_diff_name.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leadership +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_secrets/40_0leadership_empty.sh b/tests/results/test_namespace_secrets/40_0leadership_empty.sh new file mode 100644 index 00000000..5efe8aee --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace_secrets/40_0leadership_follower_default_calculation.sh new file mode 100644 index 00000000..7bda3a75 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 (value) +  ┃ ┗━━ 📓 follower2: string1 (string1) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 (value) +  ┃ ┗━━ 📓 follower2: string2 (string2) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 (value) +   ┗━━ 📓 follower2: string3 (string3) diff --git a/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti.sh new file mode 100644 index 00000000..e1b3f329 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti.sh @@ -0,0 +1,39 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (leader) +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (value1) +  ┃  ┣━━ string2 (value2) +  ┃  ┗━━ string3 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (value1) +  ┃  ┣━━ string2 (value2) +  ┃  ┗━━ string3 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1 : +   ┃ ┣━━ string1 (value) +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 follower2 : +    ┣━━ string1 (value1) +    ┣━━ string2 (value2) +    ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti_calculation.sh new file mode 100644 index 00000000..ec71278f --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti_calculation.sh @@ -0,0 +1,39 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (leader) +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 (value) +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (string1) +  ┃  ┣━━ string2 (string2) +  ┃  ┗━━ string3 (string3) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1 : +   ┃ ┣━━ string1 (value) +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 follower2 : +    ┣━━ string1 (string1) +    ┣━━ string2 (string2) +    ┗━━ string3 (string3) diff --git a/tests/results/test_namespace_secrets/40_0leadership_follower_default_value.sh b/tests/results/test_namespace_secrets/40_0leadership_follower_default_value.sh new file mode 100644 index 00000000..a4920690 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership_follower_default_value.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower1: string1 (value) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower1: string2 (value) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower1: string3 (value) diff --git a/tests/results/test_namespace_secrets/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace_secrets/40_0leadership_leader_not_multi.sh new file mode 100644 index 00000000..0a071c31 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_0leadership_leader_not_multi.sh @@ -0,0 +1,24 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 general + ┃ ┗━━ 📓 mode_conteneur_actif: string1 (non) + ┗━━ 📂 general1 +  ┗━━ 📂 leader +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string1 +   ┃ ┣━━ 📓 follower1: string1 +   ┃ ┗━━ 📓 follower2: string1 +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string2 +   ┃ ┣━━ 📓 follower1: string2 +   ┃ ┗━━ 📓 follower2: string2 +   ┗━━ 📂 leader +    ┣━━ 📓 leader: string3 +    ┣━━ 📓 follower1: string3 +    ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_secrets/40_1leadership_append_follower.sh b/tests/results/test_namespace_secrets/40_1leadership_append_follower.sh new file mode 100644 index 00000000..ecf1747c --- /dev/null +++ b/tests/results/test_namespace_secrets/40_1leadership_append_follower.sh @@ -0,0 +1,24 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┣━━ 📓 follower2: string1 +  ┃ ┗━━ 📓 follower3: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┣━━ 📓 follower2: string2 +  ┃ ┗━━ 📓 follower3: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┣━━ 📓 follower2: string3 +   ┗━━ 📓 follower3: string3 diff --git a/tests/results/test_namespace_secrets/40_2leadership_calculation_index.sh b/tests/results/test_namespace_secrets/40_2leadership_calculation_index.sh new file mode 100644 index 00000000..a89bc694 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_2leadership_calculation_index.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (a) +  ┃ ┗━━ 📓 follower1: 1 (0) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 (b) +  ┃ ┗━━ 📓 follower1: 2 (1) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 (c) +   ┗━━ 📓 follower1: 3 (2) diff --git a/tests/results/test_namespace_secrets/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace_secrets/40_2leadership_calculation_param_index.sh new file mode 100644 index 00000000..a89bc694 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_2leadership_calculation_param_index.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (a) +  ┃ ┗━━ 📓 follower1: 1 (0) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 (b) +  ┃ ┗━━ 📓 follower1: 2 (1) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 (c) +   ┗━━ 📓 follower1: 3 (2) diff --git a/tests/results/test_namespace_secrets/40_2leadership_leader_calculation.sh b/tests/results/test_namespace_secrets/40_2leadership_leader_calculation.sh new file mode 100644 index 00000000..bf56e3b0 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_2leadership_leader_calculation.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (val1) +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 (val2) +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_secrets/40_6leadership_follower_multi.sh b/tests/results/test_namespace_secrets/40_6leadership_follower_multi.sh new file mode 100644 index 00000000..f3cd2f2f --- /dev/null +++ b/tests/results/test_namespace_secrets/40_6leadership_follower_multi.sh @@ -0,0 +1,39 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leadership +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1 : +  ┃ ┃ ┣━━ string1 +  ┃ ┃ ┣━━ string2 +  ┃ ┃ ┗━━ string3 +  ┃ ┗━━ 📓 follower2 : +  ┃  ┣━━ string1 (value) +  ┃  ┣━━ string2 +  ┃  ┗━━ string3 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1 : +   ┃ ┣━━ string1 +   ┃ ┣━━ string2 +   ┃ ┗━━ string3 +   ┗━━ 📓 follower2 : +    ┣━━ string1 (value) +    ┣━━ string2 +    ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/40_8calculation_boolean.sh b/tests/results/test_namespace_secrets/40_8calculation_boolean.sh new file mode 100644 index 00000000..bc0d2e5c --- /dev/null +++ b/tests/results/test_namespace_secrets/40_8calculation_boolean.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 bool: true (false) + ┣━━ 📓 multi1 : + ┃ ┣━━ true (true) + ┃ ┗━━ false + ┗━━ 📓 multi2 : +  ┗━━ true (false) diff --git a/tests/results/test_namespace_secrets/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace_secrets/40_8calculation_boolean_return_none.sh new file mode 100644 index 00000000..f5b6f177 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_8calculation_boolean_return_none.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1: string1 (yes) + ┗━━ 📓 var2: true diff --git a/tests/results/test_namespace_secrets/40_8calculation_integer.sh b/tests/results/test_namespace_secrets/40_8calculation_integer.sh new file mode 100644 index 00000000..4167981e --- /dev/null +++ b/tests/results/test_namespace_secrets/40_8calculation_integer.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 bool: true (false) + ┣━━ 📓 int1: 1 (1) + ┗━━ 📓 int2: 1 (4) diff --git a/tests/results/test_namespace_secrets/40_8calculation_multi_variable.sh b/tests/results/test_namespace_secrets/40_8calculation_multi_variable.sh new file mode 100644 index 00000000..c1570e8b --- /dev/null +++ b/tests/results/test_namespace_secrets/40_8calculation_multi_variable.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 + ┣━━ 📓 var2: string1 (no) + ┗━━ 📓 var3: string1 (yes) diff --git a/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent.sh new file mode 100644 index 00000000..0e848958 --- /dev/null +++ b/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: string1 (no) + ┗━━ 📂 fam1 +  ┗━━ 📓 var: string1 (string1) diff --git a/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 00000000..b665414c --- /dev/null +++ b/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 fam1 + ┃ ┗━━ 📓 var: string1 (no) + ┗━━ 📂 fam2 +  ┗━━ 📓 var: string1 (string1) diff --git a/tests/results/test_namespace_secrets/41_0choice_leader.sh b/tests/results/test_namespace_secrets/41_0choice_leader.sh new file mode 100644 index 00000000..3bbb879d --- /dev/null +++ b/tests/results/test_namespace_secrets/41_0choice_leader.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower1: a +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower1: b +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower1: c diff --git a/tests/results/test_namespace_secrets/44_0leadership_hidden.sh b/tests/results/test_namespace_secrets/44_0leadership_hidden.sh new file mode 100644 index 00000000..60c6aae8 --- /dev/null +++ b/tests/results/test_namespace_secrets/44_0leadership_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_namespace_secrets/44_0leadership_leader_hidden.sh new file mode 100644 index 00000000..60c6aae8 --- /dev/null +++ b/tests/results/test_namespace_secrets/44_0leadership_leader_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/44_1leadership_append_hidden_follower.sh b/tests/results/test_namespace_secrets/44_1leadership_append_hidden_follower.sh new file mode 100644 index 00000000..60c6aae8 --- /dev/null +++ b/tests/results/test_namespace_secrets/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader diff --git a/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower.sh new file mode 100644 index 00000000..0d2cff37 --- /dev/null +++ b/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: true (true) + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (a) +  ┃ ┗━━ 📓 follower: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower: string3 diff --git a/tests/results/test_namespace_secrets/44_4leadership_mandatory.sh b/tests/results/test_namespace_secrets/44_4leadership_mandatory.sh new file mode 100644 index 00000000..bb1fc5b3 --- /dev/null +++ b/tests/results/test_namespace_secrets/44_4leadership_mandatory.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower1: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower1: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower1: string3 diff --git a/tests/results/test_namespace_secrets/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace_secrets/44_4leadership_mandatory_follower.sh new file mode 100644 index 00000000..71bea47f --- /dev/null +++ b/tests/results/test_namespace_secrets/44_4leadership_mandatory_follower.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower: string3 diff --git a/tests/results/test_namespace_secrets/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace_secrets/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 00000000..96e34f39 --- /dev/null +++ b/tests/results/test_namespace_secrets/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (no) + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower: string3 diff --git a/tests/results/test_namespace_secrets/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace_secrets/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 00000000..117765c0 --- /dev/null +++ b/tests/results/test_namespace_secrets/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 condition: string1 (yes) + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┗━━ 📓 follower: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┗━━ 📓 follower: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower: string3 diff --git a/tests/results/test_namespace_secrets/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace_secrets/44_9calculated_default_leadership_leader.sh new file mode 100644 index 00000000..c34ff155 --- /dev/null +++ b/tests/results/test_namespace_secrets/44_9calculated_default_leadership_leader.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 (a) +  ┃ ┗━━ 📓 follower: string1 (string1) +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 (b) +  ┃ ┗━━ 📓 follower: string2 (string2) +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┗━━ 📓 follower: string3 (string3) diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic.sh b/tests/results/test_namespace_secrets/60_0family_dynamic.sh new file mode 100644 index 00000000..11f9d8e2 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0.sh new file mode 100644 index 00000000..9ee77910 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 vardyn: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_empty.sh new file mode 100644 index 00000000..9db0591a --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type.sh new file mode 100644 index 00000000..9ee77910 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 vardyn: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type_empty.sh new file mode 100644 index 00000000..9db0591a --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_1.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_1_1.sh new file mode 100644 index 00000000..9ee77910 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_1.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 vardyn: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 00000000..9db0591a --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_empty.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_empty.sh new file mode 100644 index 00000000..afdbf373 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_empty.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number.sh new file mode 100644 index 00000000..7847cdc2 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ 1 (1) + ┃ ┣━━ 2 (2) + ┃ ┗━━ 3 + ┣━━ 📂 dyn1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dyn2 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dyn3 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number_empty.sh new file mode 100644 index 00000000..17627a9e --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number_empty.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ 1 + ┃ ┗━━ 2 + ┣━━ 📂 dyn1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dyn2 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_no_description.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_no_description.sh new file mode 100644 index 00000000..11f9d8e2 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_no_description.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 00000000..05012072 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_static.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_static.sh new file mode 100644 index 00000000..71fb99f5 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_static.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_test.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_test.sh new file mode 100644 index 00000000..05012072 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_test.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_empty.sh new file mode 100644 index 00000000..cfea96b7 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 (val) diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 00000000..c1a1a21a --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 (a value) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 (a value) + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 (a value) diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 00000000..b00c0ad0 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 (a value) + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 (a value) diff --git a/tests/results/test_namespace_secrets/60_0family_empty.sh b/tests/results/test_namespace_secrets/60_0family_empty.sh new file mode 100644 index 00000000..5efe8aee --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail diff --git a/tests/results/test_namespace_secrets/60_0family_hidden.sh b/tests/results/test_namespace_secrets/60_0family_hidden.sh new file mode 100644 index 00000000..97bb713b --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_hidden.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_secrets/60_0family_mode.sh b/tests/results/test_namespace_secrets/60_0family_mode.sh new file mode 100644 index 00000000..d6cf87cd --- /dev/null +++ b/tests/results/test_namespace_secrets/60_0family_mode.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 family +  ┗━━ 📓 var: string1 (non) diff --git a/tests/results/test_namespace_secrets/60_1family_dynamic_jinja.sh b/tests/results/test_namespace_secrets/60_1family_dynamic_jinja.sh new file mode 100644 index 00000000..f5515d62 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_1family_dynamic_jinja.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dyn1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dyn2 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📂 dyn3 +  ┗━━ 📓 var: string1 (val) diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 00000000..b29faf4f --- /dev/null +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring3 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 00000000..f4b1b876 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 (string2) + ┣━━ 📂 dynstring3 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 (string3) + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 00000000..2625e890 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 (val1) + ┣━━ 📂 dynval2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 (val2) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 00000000..2c454968 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc.sh new file mode 100644 index 00000000..deaf8dad --- /dev/null +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dynstring3 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📓 newvar: string1 diff --git a/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 00000000..29858f6e --- /dev/null +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 (val) + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: string1 (val) + ┗━━ 📓 newvar: string1 (string1) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc2.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc2.sh new file mode 100644 index 00000000..16756941 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc2.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📓 var2: string1 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 vardyn: string1 (val) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 vardyn: string1 (val) + ┗━━ 📂 dynstring3 +  ┗━━ 📓 vardyn: string1 (val) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc2_empty.sh new file mode 100644 index 00000000..f1e39b39 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc2_empty.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📓 var2: string1 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: string1 (val) + ┗━━ 📂 dynval2 +  ┗━━ 📓 vardyn: string1 (val) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix.sh new file mode 100644 index 00000000..bc8387c8 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring3 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 00000000..6a4f8c40 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 (string2) + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 (string3) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 00000000..ed92a050 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 (val1) + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 (val2) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled.sh new file mode 100644 index 00000000..e11f85a9 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 dynval1 + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty.sh new file mode 100644 index 00000000..1a7c5cf7 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 00000000..6a4f8c40 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 (string2) + ┗━━ 📂 dynstring3 +  ┗━━ 📓 var: string1 (string3) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 00000000..ed92a050 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 (val1) + ┗━━ 📂 dynval2 +  ┗━━ 📓 var: string1 (val2) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable.sh new file mode 100644 index 00000000..bc8387c8 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynstring3 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 00000000..1a7c5cf7 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var1 : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dynval2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 00000000..28ff5a98 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📂 dynval1 + ┃ ┣━━ 📓 var: string1 + ┃ ┗━━ 📂 family + ┃  ┗━━ 📓 var: string1 + ┗━━ 📂 dynval2 +  ┣━━ 📓 var: null +  ┗━━ 📂 family +   ┗━━ 📓 var: null diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix.sh new file mode 100644 index 00000000..114e4b94 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix.sh @@ -0,0 +1,33 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 (val1) + ┃ ┣━━ val2 (val2) + ┃ ┣━━ val3 + ┃ ┗━━ val4 + ┣━━ 📂 val1_dyn + ┃ ┣━━ 📓 var1: string1 (val1) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┣━━ 📂 val2_dyn + ┃ ┣━━ 📓 var1: string1 (val2) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┣━━ 📂 val3_dyn + ┃ ┣━━ 📓 var1: string1 (val3) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┗━━ 📂 val4_dyn +  ┣━━ 📓 var1: string1 (val4) +  ┣━━ 📓 var2: string1 (string1) +  ┣━━ 📓 var3: string1 (string1) +  ┗━━ 📓 var4: string1 (string1) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix_empty.sh new file mode 100644 index 00000000..6393a4b1 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix_empty.sh @@ -0,0 +1,33 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┣━━ val2 + ┃ ┣━━ val3 + ┃ ┗━━ val4 + ┣━━ 📂 val1_dyn + ┃ ┣━━ 📓 var1: string1 (val1) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┣━━ 📂 val2_dyn + ┃ ┣━━ 📓 var1: string1 (val2) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┣━━ 📂 val3_dyn + ┃ ┣━━ 📓 var1: string1 (val3) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┗━━ 📂 val4_dyn +  ┣━━ 📓 var1: string1 (val4) +  ┣━━ 📓 var2: string1 (string1) +  ┣━━ 📓 var3: string1 (string1) +  ┗━━ 📓 var4: string1 (string1) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside.sh new file mode 100644 index 00000000..f4873948 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 my_dyn_family_string1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 my_dyn_family_string2 + ┃ ┗━━ 📓 var: string1 (string2) + ┣━━ 📂 my_dyn_family_string3 + ┃ ┗━━ 📓 var: string1 (string3) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 (string1) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2.sh new file mode 100644 index 00000000..f10a2922 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var2 : + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 (string1) + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 my_dyn_family_string1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 my_dyn_family_string2 + ┃ ┗━━ 📓 var: string1 (string2) + ┗━━ 📂 my_dyn_family_string3 +  ┗━━ 📓 var: string1 (string3) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2_empty.sh new file mode 100644 index 00000000..706bfd3c --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2_empty.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var2 : + ┃ ┣━━ string1 (string1) + ┃ ┣━━ string2 (string1) + ┃ ┗━━ string3 + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: string1 (val1) + ┗━━ 📂 my_dyn_family_val2 +  ┗━━ 📓 var: string1 (val2) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_empty.sh new file mode 100644 index 00000000..79a53ed9 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_empty.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: string1 (val1) + ┣━━ 📂 my_dyn_family_val2 + ┃ ┗━━ 📓 var: string1 (val2) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja.sh new file mode 100644 index 00000000..f4873948 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 my_dyn_family_string1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 my_dyn_family_string2 + ┃ ┗━━ 📓 var: string1 (string2) + ┣━━ 📂 my_dyn_family_string3 + ┃ ┗━━ 📓 var: string1 (string3) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 (string1) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh new file mode 100644 index 00000000..79a53ed9 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┗━━ 📓 var: string1 (val1) + ┣━━ 📂 my_dyn_family_val2 + ┃ ┗━━ 📓 var: string1 (val2) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh new file mode 100644 index 00000000..9df3cd13 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix.sh @@ -0,0 +1,37 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 my_dyn_family_string1 + ┃ ┣━━ 📂 subdyn_string1 + ┃ ┃ ┗━━ 📓 var: string1 (string1) + ┃ ┣━━ 📂 subdyn_string2 + ┃ ┃ ┗━━ 📓 var: string1 (string2) + ┃ ┗━━ 📂 subdyn_string3 + ┃  ┗━━ 📓 var: string1 (string3) + ┣━━ 📂 my_dyn_family_string2 + ┃ ┣━━ 📂 subdyn_string1 + ┃ ┃ ┗━━ 📓 var: string1 (string1) + ┃ ┣━━ 📂 subdyn_string2 + ┃ ┃ ┗━━ 📓 var: string1 (string2) + ┃ ┗━━ 📂 subdyn_string3 + ┃  ┗━━ 📓 var: string1 (string3) + ┣━━ 📂 my_dyn_family_string3 + ┃ ┣━━ 📂 subdyn_string1 + ┃ ┃ ┗━━ 📓 var: string1 (string1) + ┃ ┣━━ 📂 subdyn_string2 + ┃ ┃ ┗━━ 📓 var: string1 (string2) + ┃ ┗━━ 📂 subdyn_string3 + ┃  ┗━━ 📓 var: string1 (string3) + ┗━━ 📓 var2 : +  ┣━━ string1 +  ┣━━ string2 +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh new file mode 100644 index 00000000..2be4b4cf --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -0,0 +1,25 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 my_dyn_family_val1 + ┃ ┣━━ 📂 subdyn_val1 + ┃ ┃ ┗━━ 📓 var: string1 (val1) + ┃ ┗━━ 📂 subdyn_val2 + ┃  ┗━━ 📓 var: string1 (val2) + ┣━━ 📂 my_dyn_family_val2 + ┃ ┣━━ 📂 subdyn_val1 + ┃ ┃ ┗━━ 📓 var: string1 (val1) + ┃ ┗━━ 📂 subdyn_val2 + ┃  ┗━━ 📓 var: string1 (val2) + ┗━━ 📓 var2 : +  ┣━━ string1 (string1) +  ┣━━ string2 (string1) +  ┗━━ string3 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 00000000..d68cf23f --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dyn_string1 + ┃ ┗━━ 📓 var: string1 (string1) + ┣━━ 📂 dyn_string2 + ┃ ┗━━ 📓 var: string1 (string2) + ┣━━ 📂 dyn_string3 + ┃ ┗━━ 📓 var: string1 (string3) + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 00000000..a0ab0717 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dyn_val1 + ┃ ┗━━ 📓 var: string1 (val1) + ┣━━ 📂 dyn_val2 + ┃ ┗━━ 📓 var: string1 (val2) + ┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_inside.sh b/tests/results/test_namespace_secrets/60_6family_dynamic_inside.sh new file mode 100644 index 00000000..fab2816f --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_inside.sh @@ -0,0 +1,27 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 string1_dyn + ┃ ┣━━ 📓 var1: string1 (string1) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 + ┣━━ 📂 string2_dyn + ┃ ┣━━ 📓 var1: string1 (string2) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 + ┗━━ 📂 string3_dyn +  ┣━━ 📓 var1: string1 (string3) +  ┣━━ 📓 var2: string1 (string1) +  ┣━━ 📓 var3: string1 (string1) +  ┗━━ 📓 var4: string1 diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace_secrets/60_6family_dynamic_inside_empty.sh new file mode 100644 index 00000000..e8ccafe8 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_inside_empty.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 val1_dyn + ┃ ┣━━ 📓 var1: string1 (val1) + ┃ ┣━━ 📓 var2: string1 (string1) + ┃ ┣━━ 📓 var3: string1 (string1) + ┃ ┗━━ 📓 var4: string1 (string1) + ┗━━ 📂 val2_dyn +  ┣━━ 📓 var1: string1 (val2) +  ┣━━ 📓 var2: string1 (string1) +  ┣━━ 📓 var3: string1 (string1) +  ┗━━ 📓 var4: string1 (string1) diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_leadership.sh b/tests/results/test_namespace_secrets/60_6family_dynamic_leadership.sh new file mode 100644 index 00000000..ce72abb5 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_leadership.sh @@ -0,0 +1,54 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┗━━ 📂 leadership + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string1 + ┃  ┃ ┣━━ 📓 follower1: string1 + ┃  ┃ ┗━━ 📓 follower2: string1 + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string2 + ┃  ┃ ┣━━ 📓 follower1: string2 + ┃  ┃ ┗━━ 📓 follower2: string2 + ┃  ┗━━ 📂 leader + ┃   ┣━━ 📓 leader: string3 + ┃   ┣━━ 📓 follower1: string3 + ┃   ┗━━ 📓 follower2: string3 + ┣━━ 📂 dynstring2 + ┃ ┗━━ 📂 leadership + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string1 + ┃  ┃ ┣━━ 📓 follower1: string1 + ┃  ┃ ┗━━ 📓 follower2: string1 + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string2 + ┃  ┃ ┣━━ 📓 follower1: string2 + ┃  ┃ ┗━━ 📓 follower2: string2 + ┃  ┗━━ 📂 leader + ┃   ┣━━ 📓 leader: string3 + ┃   ┣━━ 📓 follower1: string3 + ┃   ┗━━ 📓 follower2: string3 + ┗━━ 📂 dynstring3 +  ┗━━ 📂 leadership +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string1 +   ┃ ┣━━ 📓 follower1: string1 +   ┃ ┗━━ 📓 follower2: string1 +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string2 +   ┃ ┣━━ 📓 follower1: string2 +   ┃ ┗━━ 📓 follower2: string2 +   ┗━━ 📂 leader +    ┣━━ 📓 leader: string3 +    ┣━━ 📓 follower1: string3 +    ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace_secrets/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 00000000..b2acb4b4 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,39 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┗━━ 📂 leadership + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string1 + ┃  ┃ ┣━━ 📓 follower1: string1 + ┃  ┃ ┗━━ 📓 follower2: string1 + ┃  ┣━━ 📂 leader + ┃  ┃ ┣━━ 📓 leader: string2 + ┃  ┃ ┣━━ 📓 follower1: string2 + ┃  ┃ ┗━━ 📓 follower2: string2 + ┃  ┗━━ 📂 leader + ┃   ┣━━ 📓 leader: string3 + ┃   ┣━━ 📓 follower1: string3 + ┃   ┗━━ 📓 follower2: string3 + ┗━━ 📂 dynval2 +  ┗━━ 📂 leadership +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string1 +   ┃ ┣━━ 📓 follower1: string1 +   ┃ ┗━━ 📓 follower2: string1 +   ┣━━ 📂 leader +   ┃ ┣━━ 📓 leader: string2 +   ┃ ┣━━ 📓 follower1: string2 +   ┃ ┗━━ 📓 follower2: string2 +   ┗━━ 📂 leader +    ┣━━ 📓 leader: string3 +    ┣━━ 📓 follower1: string3 +    ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic.sh new file mode 100644 index 00000000..f7e2f72c --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic.sh @@ -0,0 +1,63 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ string1 (tstring1) + ┃ ┃ ┣━━ string2 (tstring2) + ┃ ┃ ┗━━ string3 (tstring3) + ┃ ┣━━ 📂 dyn_string1 + ┃ ┃ ┣━━ 📓 var: string1 (string1) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string1-string1) + ┃ ┣━━ 📂 dyn_string2 + ┃ ┃ ┣━━ 📓 var: string1 (string2) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string1-string2) + ┃ ┗━━ 📂 dyn_string3 + ┃  ┣━━ 📓 var: string1 (string3) + ┃  ┣━━ 📓 var_identifier: string1 (string1) + ┃  ┗━━ 📓 var_identifiers: string1 (string1-string3) + ┣━━ 📂 dynstring2 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ string1 (tstring1) + ┃ ┃ ┣━━ string2 (tstring2) + ┃ ┃ ┗━━ string3 (tstring3) + ┃ ┣━━ 📂 dyn_string1 + ┃ ┃ ┣━━ 📓 var: string1 (string1) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string2) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string2-string1) + ┃ ┣━━ 📂 dyn_string2 + ┃ ┃ ┣━━ 📓 var: string1 (string2) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string2) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string2-string2) + ┃ ┗━━ 📂 dyn_string3 + ┃  ┣━━ 📓 var: string1 (string3) + ┃  ┣━━ 📓 var_identifier: string1 (string2) + ┃  ┗━━ 📓 var_identifiers: string1 (string2-string3) + ┗━━ 📂 dynstring3 +  ┣━━ 📓 var : +  ┃ ┣━━ string1 (tstring1) +  ┃ ┣━━ string2 (tstring2) +  ┃ ┗━━ string3 (tstring3) +  ┣━━ 📂 dyn_string1 +  ┃ ┣━━ 📓 var: string1 (string1) +  ┃ ┣━━ 📓 var_identifier: string1 (string3) +  ┃ ┗━━ 📓 var_identifiers: string1 (string3-string1) +  ┣━━ 📂 dyn_string2 +  ┃ ┣━━ 📓 var: string1 (string2) +  ┃ ┣━━ 📓 var_identifier: string1 (string3) +  ┃ ┗━━ 📓 var_identifiers: string1 (string3-string2) +  ┗━━ 📂 dyn_string3 +   ┣━━ 📓 var: string1 (string3) +   ┣━━ 📓 var_identifier: string1 (string3) +   ┗━━ 📓 var_identifiers: string1 (string3-string3) diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0.sh new file mode 100644 index 00000000..f7e2f72c --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0.sh @@ -0,0 +1,63 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ string1 (val1) + ┃ ┣━━ string2 (val2) + ┃ ┗━━ string3 + ┣━━ 📂 dynstring1 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ string1 (tstring1) + ┃ ┃ ┣━━ string2 (tstring2) + ┃ ┃ ┗━━ string3 (tstring3) + ┃ ┣━━ 📂 dyn_string1 + ┃ ┃ ┣━━ 📓 var: string1 (string1) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string1-string1) + ┃ ┣━━ 📂 dyn_string2 + ┃ ┃ ┣━━ 📓 var: string1 (string2) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string1-string2) + ┃ ┗━━ 📂 dyn_string3 + ┃  ┣━━ 📓 var: string1 (string3) + ┃  ┣━━ 📓 var_identifier: string1 (string1) + ┃  ┗━━ 📓 var_identifiers: string1 (string1-string3) + ┣━━ 📂 dynstring2 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ string1 (tstring1) + ┃ ┃ ┣━━ string2 (tstring2) + ┃ ┃ ┗━━ string3 (tstring3) + ┃ ┣━━ 📂 dyn_string1 + ┃ ┃ ┣━━ 📓 var: string1 (string1) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string2) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string2-string1) + ┃ ┣━━ 📂 dyn_string2 + ┃ ┃ ┣━━ 📓 var: string1 (string2) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (string2) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (string2-string2) + ┃ ┗━━ 📂 dyn_string3 + ┃  ┣━━ 📓 var: string1 (string3) + ┃  ┣━━ 📓 var_identifier: string1 (string2) + ┃  ┗━━ 📓 var_identifiers: string1 (string2-string3) + ┗━━ 📂 dynstring3 +  ┣━━ 📓 var : +  ┃ ┣━━ string1 (tstring1) +  ┃ ┣━━ string2 (tstring2) +  ┃ ┗━━ string3 (tstring3) +  ┣━━ 📂 dyn_string1 +  ┃ ┣━━ 📓 var: string1 (string1) +  ┃ ┣━━ 📓 var_identifier: string1 (string3) +  ┃ ┗━━ 📓 var_identifiers: string1 (string3-string1) +  ┣━━ 📂 dyn_string2 +  ┃ ┣━━ 📓 var: string1 (string2) +  ┃ ┣━━ 📓 var_identifier: string1 (string3) +  ┃ ┗━━ 📓 var_identifiers: string1 (string3-string2) +  ┗━━ 📂 dyn_string3 +   ┣━━ 📓 var: string1 (string3) +   ┣━━ 📓 var_identifier: string1 (string3) +   ┗━━ 📓 var_identifiers: string1 (string3-string3) diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty.sh new file mode 100644 index 00000000..703ad920 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty.sh @@ -0,0 +1,45 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var : + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┣━━ 📂 dynval1 + ┃ ┣━━ 📓 var : + ┃ ┃ ┣━━ string1 (tval1) + ┃ ┃ ┣━━ string2 (tval2) + ┃ ┃ ┗━━ string3 + ┃ ┣━━ 📂 dyn_string1 + ┃ ┃ ┣━━ 📓 var: string1 (string1) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (val1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (val1-string1) + ┃ ┣━━ 📂 dyn_string2 + ┃ ┃ ┣━━ 📓 var: string1 (string2) + ┃ ┃ ┣━━ 📓 var_identifier: string1 (val1) + ┃ ┃ ┗━━ 📓 var_identifiers: string1 (val1-string2) + ┃ ┗━━ 📂 dyn_string3 + ┃  ┣━━ 📓 var: string1 (string3) + ┃  ┣━━ 📓 var_identifier: string1 (val1) + ┃  ┗━━ 📓 var_identifiers: string1 (val1-string3) + ┗━━ 📂 dynval2 +  ┣━━ 📓 var : +  ┃ ┣━━ string1 (tval1) +  ┃ ┣━━ string2 (tval2) +  ┃ ┗━━ string3 +  ┣━━ 📂 dyn_string1 +  ┃ ┣━━ 📓 var: string1 (string1) +  ┃ ┣━━ 📓 var_identifier: string1 (val2) +  ┃ ┗━━ 📓 var_identifiers: string1 (val2-string1) +  ┣━━ 📂 dyn_string2 +  ┃ ┣━━ 📓 var: string1 (string2) +  ┃ ┣━━ 📓 var_identifier: string1 (val2) +  ┃ ┗━━ 📓 var_identifiers: string1 (val2-string2) +  ┗━━ 📂 dyn_string3 +   ┣━━ 📓 var: string1 (string3) +   ┣━━ 📓 var_identifier: string1 (val2) +   ┗━━ 📓 var_identifiers: string1 (val2-string3) diff --git a/tests/results/test_namespace_secrets/60_9extra_dynamic.sh b/tests/results/test_namespace_secrets/60_9extra_dynamic.sh new file mode 100644 index 00000000..8a1d81cc --- /dev/null +++ b/tests/results/test_namespace_secrets/60_9extra_dynamic.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📓 var : +┃  ┣━━ string1 (a) +┃  ┣━━ string2 +┃  ┗━━ string3 +┗━━ 📂 extra + ┣━━ 📂 dyn_string1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dyn_string2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dyn_string3 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/60_9extra_dynamic_extra.sh b/tests/results/test_namespace_secrets/60_9extra_dynamic_extra.sh new file mode 100644 index 00000000..ae2ac1a4 --- /dev/null +++ b/tests/results/test_namespace_secrets/60_9extra_dynamic_extra.sh @@ -0,0 +1,24 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 rougail +┃ ┗━━ 📂 general +┃  ┗━━ 📓 varname : +┃   ┣━━ string1 (a) +┃   ┣━━ string2 +┃   ┗━━ string3 +┗━━ 📂 extra + ┣━━ 📓 var : + ┃ ┣━━ string1 (a) + ┃ ┣━━ string2 + ┃ ┗━━ string3 + ┣━━ 📂 dyn_string1 + ┃ ┗━━ 📓 var: string1 + ┣━━ 📂 dyn_string2 + ┃ ┗━━ 📓 var: string1 + ┗━━ 📂 dyn_string3 +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_namespace_secrets/60_9family_dynamic_calc_both.sh b/tests/results/test_namespace_secrets/60_9family_dynamic_calc_both.sh new file mode 100644 index 00000000..f593879f --- /dev/null +++ b/tests/results/test_namespace_secrets/60_9family_dynamic_calc_both.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┣━━ 📓 var: string1 (val2) + ┣━━ 📂 dynval1 + ┃ ┗━━ 📓 vardyn: string1 + ┗━━ 📂 dynstring1 +  ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_namespace_secrets/68_0family_leadership_mode.sh b/tests/results/test_namespace_secrets/68_0family_leadership_mode.sh new file mode 100644 index 00000000..5938837c --- /dev/null +++ b/tests/results/test_namespace_secrets/68_0family_leadership_mode.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 rougail + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_read_write/00_0empty.sh b/tests/results/test_read_write/00_0empty.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/00_0empty.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/00_0version_underscore.sh b/tests/results/test_read_write/00_0version_underscore.sh new file mode 100644 index 00000000..52cdafe0 --- /dev/null +++ b/tests/results/test_read_write/00_0version_underscore.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 version: null diff --git a/tests/results/test_read_write/00_1empty_variable.sh b/tests/results/test_read_write/00_1empty_variable.sh new file mode 100644 index 00000000..299bf27c --- /dev/null +++ b/tests/results/test_read_write/00_1empty_variable.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 empty: null diff --git a/tests/results/test_read_write/00_2default_calculated.sh b/tests/results/test_read_write/00_2default_calculated.sh new file mode 100644 index 00000000..ea81b841 --- /dev/null +++ b/tests/results/test_read_write/00_2default_calculated.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┗━━ 📓 var2 : + ┗━━ no diff --git a/tests/results/test_read_write/00_2default_calculated_multi.sh b/tests/results/test_read_write/00_2default_calculated_multi.sh new file mode 100644 index 00000000..79f67bce --- /dev/null +++ b/tests/results/test_read_write/00_2default_calculated_multi.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ no +┃ ┣━━ yes +┃ ┗━━ maybe +┗━━ 📓 var2 : + ┣━━ no + ┣━━ yes + ┗━━ maybe diff --git a/tests/results/test_read_write/00_2default_calculated_variable_transitive.sh b/tests/results/test_read_write/00_2default_calculated_variable_transitive.sh new file mode 100644 index 00000000..82482045 --- /dev/null +++ b/tests/results/test_read_write/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┗━━ 📓 var2 : diff --git a/tests/results/test_read_write/00_4load_subfolder.sh b/tests/results/test_read_write/00_4load_subfolder.sh new file mode 100644 index 00000000..0ee42472 --- /dev/null +++ b/tests/results/test_read_write/00_4load_subfolder.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: null +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write/00_5load_notype.sh b/tests/results/test_read_write/00_5load_notype.sh new file mode 100644 index 00000000..35da8886 --- /dev/null +++ b/tests/results/test_read_write/00_5load_notype.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 without_type: non diff --git a/tests/results/test_read_write/00_6boolean.sh b/tests/results/test_read_write/00_6boolean.sh new file mode 100644 index 00000000..6805146e --- /dev/null +++ b/tests/results/test_read_write/00_6boolean.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: true +┣━━ 📓 var2: true +┣━━ 📓 var3: true +┣━━ 📓 var4: false +┣━━ 📓 var5: false +┗━━ 📓 var6: false diff --git a/tests/results/test_read_write/00_6boolean_no_mandatory.sh b/tests/results/test_read_write/00_6boolean_no_mandatory.sh new file mode 100644 index 00000000..66d2b7d8 --- /dev/null +++ b/tests/results/test_read_write/00_6boolean_no_mandatory.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: true diff --git a/tests/results/test_read_write/00_6choice.sh b/tests/results/test_read_write/00_6choice.sh new file mode 100644 index 00000000..bb6ec9af --- /dev/null +++ b/tests/results/test_read_write/00_6choice.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: null +┣━━ 📓 var2: null +┣━━ 📓 var3: null +┣━━ 📓 var4: null +┣━━ 📓 var5: a +┗━━ 📓 var6: 1 diff --git a/tests/results/test_read_write/00_6choice_calculation.sh b/tests/results/test_read_write/00_6choice_calculation.sh new file mode 100644 index 00000000..03c04da5 --- /dev/null +++ b/tests/results/test_read_write/00_6choice_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: 9 diff --git a/tests/results/test_read_write/00_6choice_variable.sh b/tests/results/test_read_write/00_6choice_variable.sh new file mode 100644 index 00000000..235edb0a --- /dev/null +++ b/tests/results/test_read_write/00_6choice_variable.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ a +┃ ┣━━ b +┃ ┗━━ c +┗━━ 📓 var2: a diff --git a/tests/results/test_read_write/00_6custom.sh b/tests/results/test_read_write/00_6custom.sh new file mode 100644 index 00000000..acf7c861 --- /dev/null +++ b/tests/results/test_read_write/00_6custom.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 custom1: null +┗━━ 📓 custom2: value diff --git a/tests/results/test_read_write/00_6domainname.sh b/tests/results/test_read_write/00_6domainname.sh new file mode 100644 index 00000000..b67665a5 --- /dev/null +++ b/tests/results/test_read_write/00_6domainname.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_read_write/00_6domainname_params.sh b/tests/results/test_read_write/00_6domainname_params.sh new file mode 100644 index 00000000..b67665a5 --- /dev/null +++ b/tests/results/test_read_write/00_6domainname_params.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_read_write/00_6float.sh b/tests/results/test_read_write/00_6float.sh new file mode 100644 index 00000000..5199bcc5 --- /dev/null +++ b/tests/results/test_read_write/00_6float.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: 0.0 +┣━━ 📓 var2: 0.0 +┣━━ 📓 var3: 0.0 +┣━━ 📓 var4: 10.1 +┣━━ 📓 var5: 10.1 +┗━━ 📓 var6: 10.1 diff --git a/tests/results/test_read_write/00_6number.sh b/tests/results/test_read_write/00_6number.sh new file mode 100644 index 00000000..c7c986ac --- /dev/null +++ b/tests/results/test_read_write/00_6number.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: 0 +┣━━ 📓 var2: 0 +┣━━ 📓 var3: 0 +┣━━ 📓 var4: 10 +┣━━ 📓 var5: 10 +┗━━ 📓 var6: 10 diff --git a/tests/results/test_read_write/00_6port.sh b/tests/results/test_read_write/00_6port.sh new file mode 100644 index 00000000..796d724e --- /dev/null +++ b/tests/results/test_read_write/00_6port.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable1: null +┣━━ 📓 variable2: 8080 +┗━━ 📓 variable3: 8080 diff --git a/tests/results/test_read_write/00_6regexp.sh b/tests/results/test_read_write/00_6regexp.sh new file mode 100644 index 00000000..cdbcab15 --- /dev/null +++ b/tests/results/test_read_write/00_6regexp.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: #a1a1a1 diff --git a/tests/results/test_read_write/00_6string.sh b/tests/results/test_read_write/00_6string.sh new file mode 100644 index 00000000..298fcccd --- /dev/null +++ b/tests/results/test_read_write/00_6string.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: null +┣━━ 📓 var2: null +┣━━ 📓 var3: null +┣━━ 📓 var4: value +┣━━ 📓 var5: value +┗━━ 📓 var6: value diff --git a/tests/results/test_read_write/00_7choice_quote.sh b/tests/results/test_read_write/00_7choice_quote.sh new file mode 100644 index 00000000..c8c584b6 --- /dev/null +++ b/tests/results/test_read_write/00_7choice_quote.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: quote' diff --git a/tests/results/test_read_write/00_7help_quote.sh b/tests/results/test_read_write/00_7help_quote.sh new file mode 100644 index 00000000..0ee42472 --- /dev/null +++ b/tests/results/test_read_write/00_7help_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: null +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write/00_7value_doublequote.sh b/tests/results/test_read_write/00_7value_doublequote.sh new file mode 100644 index 00000000..aaf6caaa --- /dev/null +++ b/tests/results/test_read_write/00_7value_doublequote.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: quote" diff --git a/tests/results/test_read_write/00_7value_doublequote2.sh b/tests/results/test_read_write/00_7value_doublequote2.sh new file mode 100644 index 00000000..0e8e8d3f --- /dev/null +++ b/tests/results/test_read_write/00_7value_doublequote2.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: quote'" diff --git a/tests/results/test_read_write/00_7value_doublequote3.sh b/tests/results/test_read_write/00_7value_doublequote3.sh new file mode 100644 index 00000000..4ea09210 --- /dev/null +++ b/tests/results/test_read_write/00_7value_doublequote3.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: quote\"\' diff --git a/tests/results/test_read_write/00_7value_quote.sh b/tests/results/test_read_write/00_7value_quote.sh new file mode 100644 index 00000000..acdb9f02 --- /dev/null +++ b/tests/results/test_read_write/00_7value_quote.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: quote' diff --git a/tests/results/test_read_write/00_8calculation_information.sh b/tests/results/test_read_write/00_8calculation_information.sh new file mode 100644 index 00000000..caae029e --- /dev/null +++ b/tests/results/test_read_write/00_8calculation_information.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: null diff --git a/tests/results/test_read_write/00_8test.sh b/tests/results/test_read_write/00_8test.sh new file mode 100644 index 00000000..49e438a3 --- /dev/null +++ b/tests/results/test_read_write/00_8test.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: null +┣━━ 📓 var2: value +┣━━ 📓 var3: null +┣━━ 📓 var4: null +┣━━ 📓 var5: true +┗━━ 📓 var6 : diff --git a/tests/results/test_read_write/00_9choice_variable_multi.sh b/tests/results/test_read_write/00_9choice_variable_multi.sh new file mode 100644 index 00000000..abf5529a --- /dev/null +++ b/tests/results/test_read_write/00_9choice_variable_multi.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable1 : +┗━━ 📓 variable2 : diff --git a/tests/results/test_read_write/00_9choice_variables.sh b/tests/results/test_read_write/00_9choice_variables.sh new file mode 100644 index 00000000..6e39835a --- /dev/null +++ b/tests/results/test_read_write/00_9choice_variables.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 source_variable_1: val1 +┣━━ 📓 source_variable_2: val2 +┗━━ 📓 my_variable: val1 diff --git a/tests/results/test_read_write/00_9default_calculation.sh b/tests/results/test_read_write/00_9default_calculation.sh new file mode 100644 index 00000000..1c17dd63 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string_1_True_None diff --git a/tests/results/test_read_write/00_9default_calculation_information.sh b/tests/results/test_read_write/00_9default_calculation_information.sh new file mode 100644 index 00000000..e46acca6 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_information.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: null diff --git a/tests/results/test_read_write/00_9default_calculation_information_other_variable.sh b/tests/results/test_read_write/00_9default_calculation_information_other_variable.sh new file mode 100644 index 00000000..0ee42472 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: null +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write/00_9default_calculation_multi_optional.sh b/tests/results/test_read_write/00_9default_calculation_multi_optional.sh new file mode 100644 index 00000000..eac7e255 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_multi_optional.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable: val1 +┗━━ 📓 my_calculated_variable : + ┗━━ val1 diff --git a/tests/results/test_read_write/00_9default_calculation_multi_optional2.sh b/tests/results/test_read_write/00_9default_calculation_multi_optional2.sh new file mode 100644 index 00000000..eac7e255 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable: val1 +┗━━ 📓 my_calculated_variable : + ┗━━ val1 diff --git a/tests/results/test_read_write/00_9default_calculation_optional.sh b/tests/results/test_read_write/00_9default_calculation_optional.sh new file mode 100644 index 00000000..416e8d00 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_optional.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 my_calculated_variable : diff --git a/tests/results/test_read_write/00_9default_calculation_optional_exists.sh b/tests/results/test_read_write/00_9default_calculation_optional_exists.sh new file mode 100644 index 00000000..75363699 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_optional_exists.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable : +┃ ┣━━ val1 +┃ ┗━━ val2 +┗━━ 📓 my_calculated_variable : + ┣━━ val1 + ┗━━ val2 diff --git a/tests/results/test_read_write/00_9default_calculation_param_optional.sh b/tests/results/test_read_write/00_9default_calculation_param_optional.sh new file mode 100644 index 00000000..95b4d3c3 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_param_optional.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┗━━ 📓 var2: no diff --git a/tests/results/test_read_write/00_9default_information_other_variable.sh b/tests/results/test_read_write/00_9default_information_other_variable.sh new file mode 100644 index 00000000..0ee42472 --- /dev/null +++ b/tests/results/test_read_write/00_9default_information_other_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: null +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write/00_9default_integer.sh b/tests/results/test_read_write/00_9default_integer.sh new file mode 100644 index 00000000..03c04da5 --- /dev/null +++ b/tests/results/test_read_write/00_9default_integer.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: 9 diff --git a/tests/results/test_read_write/01_6boolean_multi.sh b/tests/results/test_read_write/01_6boolean_multi.sh new file mode 100644 index 00000000..2efa8423 --- /dev/null +++ b/tests/results/test_read_write/01_6boolean_multi.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┗━━ true +┣━━ 📓 var2 : +┃ ┗━━ true +┣━━ 📓 var3 : +┃ ┗━━ true +┣━━ 📓 var4 : +┃ ┗━━ false +┣━━ 📓 var5 : +┃ ┗━━ false +┣━━ 📓 var6 : +┃ ┗━━ false +┣━━ 📓 var7 : +┃ ┗━━ true +┗━━ 📓 var8 : + ┗━━ true diff --git a/tests/results/test_read_write/01_6custom_multi.sh b/tests/results/test_read_write/01_6custom_multi.sh new file mode 100644 index 00000000..65d524e0 --- /dev/null +++ b/tests/results/test_read_write/01_6custom_multi.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 custom1 : +┗━━ 📓 custom2 : + ┗━━ value diff --git a/tests/results/test_read_write/01_6float_multi.sh b/tests/results/test_read_write/01_6float_multi.sh new file mode 100644 index 00000000..4e5008a6 --- /dev/null +++ b/tests/results/test_read_write/01_6float_multi.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┗━━ 0.0 +┣━━ 📓 var2 : +┃ ┗━━ 0.0 +┣━━ 📓 var3 : +┃ ┗━━ 0.0 +┣━━ 📓 var4 : +┃ ┗━━ 10.1 +┣━━ 📓 var5 : +┃ ┗━━ 10.1 +┣━━ 📓 var6 : +┃ ┗━━ 10.1 +┣━━ 📓 var7 : +┃ ┗━━ 0.0 +┗━━ 📓 var8 : + ┗━━ 0.0 diff --git a/tests/results/test_read_write/01_6number_multi.sh b/tests/results/test_read_write/01_6number_multi.sh new file mode 100644 index 00000000..7dee2a94 --- /dev/null +++ b/tests/results/test_read_write/01_6number_multi.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┗━━ 0 +┣━━ 📓 var2 : +┃ ┗━━ 0 +┣━━ 📓 var3 : +┃ ┗━━ 0 +┣━━ 📓 var4 : +┃ ┗━━ 10 +┣━━ 📓 var5 : +┃ ┗━━ 10 +┣━━ 📓 var6 : +┃ ┗━━ 10 +┣━━ 📓 var7 : +┃ ┗━━ 0 +┗━━ 📓 var8 : + ┗━━ 0 diff --git a/tests/results/test_read_write/01_6string_empty.sh b/tests/results/test_read_write/01_6string_empty.sh new file mode 100644 index 00000000..e1cc3d94 --- /dev/null +++ b/tests/results/test_read_write/01_6string_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ value + ┗━━ null diff --git a/tests/results/test_read_write/01_6string_multi.sh b/tests/results/test_read_write/01_6string_multi.sh new file mode 100644 index 00000000..b318db88 --- /dev/null +++ b/tests/results/test_read_write/01_6string_multi.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┣━━ 📓 var2 : +┣━━ 📓 var3: null +┣━━ 📓 var4 : +┃ ┗━━ value +┣━━ 📓 var5 : +┃ ┗━━ value +┣━━ 📓 var6 : +┃ ┗━━ value +┣━━ 📓 var7 : +┃ ┗━━ value +┗━━ 📓 var8 : + ┗━━ value diff --git a/tests/results/test_read_write/01_7value_multi_doublequote.sh b/tests/results/test_read_write/01_7value_multi_doublequote.sh new file mode 100644 index 00000000..809894f2 --- /dev/null +++ b/tests/results/test_read_write/01_7value_multi_doublequote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┗━━ quote" diff --git a/tests/results/test_read_write/01_7value_multi_doublequote2.sh b/tests/results/test_read_write/01_7value_multi_doublequote2.sh new file mode 100644 index 00000000..30de023c --- /dev/null +++ b/tests/results/test_read_write/01_7value_multi_doublequote2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┗━━ quote'" diff --git a/tests/results/test_read_write/01_7value_multi_quote.sh b/tests/results/test_read_write/01_7value_multi_quote.sh new file mode 100644 index 00000000..50f342f6 --- /dev/null +++ b/tests/results/test_read_write/01_7value_multi_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┗━━ quote' diff --git a/tests/results/test_read_write/01_8calculation_information_multi.sh b/tests/results/test_read_write/01_8calculation_information_multi.sh new file mode 100644 index 00000000..de4bc3b7 --- /dev/null +++ b/tests/results/test_read_write/01_8calculation_information_multi.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : diff --git a/tests/results/test_read_write/01_9choice_variable_multi.sh b/tests/results/test_read_write/01_9choice_variable_multi.sh new file mode 100644 index 00000000..7d1c77fe --- /dev/null +++ b/tests/results/test_read_write/01_9choice_variable_multi.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable1 : +┃ ┣━━ a +┃ ┣━━ b +┃ ┗━━ c +┗━━ 📓 variable2: null diff --git a/tests/results/test_read_write/04_0type_param.sh b/tests/results/test_read_write/04_0type_param.sh new file mode 100644 index 00000000..05d7c5a7 --- /dev/null +++ b/tests/results/test_read_write/04_0type_param.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 int: 10 diff --git a/tests/results/test_read_write/04_1auto_save.sh b/tests/results/test_read_write/04_1auto_save.sh new file mode 100644 index 00000000..4790bac4 --- /dev/null +++ b/tests/results/test_read_write/04_1auto_save.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: no diff --git a/tests/results/test_read_write/04_1auto_save_and_calculated.sh b/tests/results/test_read_write/04_1auto_save_and_calculated.sh new file mode 100644 index 00000000..bc7be55a --- /dev/null +++ b/tests/results/test_read_write/04_1auto_save_and_calculated.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┗━━ 📓 var2: no diff --git a/tests/results/test_read_write/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_read_write/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 00000000..ac49fef3 --- /dev/null +++ b/tests/results/test_read_write/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┗━━ 📓 var2: yes diff --git a/tests/results/test_read_write/04_1auto_save_and_hidden.sh b/tests/results/test_read_write/04_1auto_save_and_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/04_1auto_save_and_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/04_1default_calculation_hidden.sh b/tests/results/test_read_write/04_1default_calculation_hidden.sh new file mode 100644 index 00000000..b5dc1011 --- /dev/null +++ b/tests/results/test_read_write/04_1default_calculation_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: value +┗━━ 📓 var3: value diff --git a/tests/results/test_read_write/04_1default_calculation_hidden_2.sh b/tests/results/test_read_write/04_1default_calculation_hidden_2.sh new file mode 100644 index 00000000..b5dc1011 --- /dev/null +++ b/tests/results/test_read_write/04_1default_calculation_hidden_2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: value +┗━━ 📓 var3: value diff --git a/tests/results/test_read_write/04_5disabled_calculation_optional.sh b/tests/results/test_read_write/04_5disabled_calculation_optional.sh new file mode 100644 index 00000000..29461f36 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_optional.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: no diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable.sh b/tests/results/test_read_write/04_5disabled_calculation_variable.sh new file mode 100644 index 00000000..cc821db8 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: false +┗━━ 📓 variable: null diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable2.sh b/tests/results/test_read_write/04_5disabled_calculation_variable2.sh new file mode 100644 index 00000000..2a451c33 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable2.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: true diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable3.sh b/tests/results/test_read_write/04_5disabled_calculation_variable3.sh new file mode 100644 index 00000000..b78ef575 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable3.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: yes diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable4.sh b/tests/results/test_read_write/04_5disabled_calculation_variable4.sh new file mode 100644 index 00000000..04348080 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable4.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: yes +┗━━ 📓 variable: null diff --git a/tests/results/test_read_write/04_5validators.sh b/tests/results/test_read_write/04_5validators.sh new file mode 100644 index 00000000..27abddf7 --- /dev/null +++ b/tests/results/test_read_write/04_5validators.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 int: null diff --git a/tests/results/test_read_write/04_5validators_differ.sh b/tests/results/test_read_write/04_5validators_differ.sh new file mode 100644 index 00000000..ab2871f2 --- /dev/null +++ b/tests/results/test_read_write/04_5validators_differ.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: oui +┗━━ 📓 var2: no diff --git a/tests/results/test_read_write/04_5validators_multi.sh b/tests/results/test_read_write/04_5validators_multi.sh new file mode 100644 index 00000000..69749308 --- /dev/null +++ b/tests/results/test_read_write/04_5validators_multi.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ no + ┗━━ yes diff --git a/tests/results/test_read_write/04_5validators_multi2.sh b/tests/results/test_read_write/04_5validators_multi2.sh new file mode 100644 index 00000000..69749308 --- /dev/null +++ b/tests/results/test_read_write/04_5validators_multi2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ no + ┗━━ yes diff --git a/tests/results/test_read_write/05_0multi_not_uniq.sh b/tests/results/test_read_write/05_0multi_not_uniq.sh new file mode 100644 index 00000000..02a01a7d --- /dev/null +++ b/tests/results/test_read_write/05_0multi_not_uniq.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┗━━ non diff --git a/tests/results/test_read_write/05_0multi_uniq.sh b/tests/results/test_read_write/05_0multi_uniq.sh new file mode 100644 index 00000000..3ba1b776 --- /dev/null +++ b/tests/results/test_read_write/05_0multi_uniq.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┗━━ non diff --git a/tests/results/test_read_write/12_1auto_save_expert.sh b/tests/results/test_read_write/12_1auto_save_expert.sh new file mode 100644 index 00000000..66cfc846 --- /dev/null +++ b/tests/results/test_read_write/12_1auto_save_expert.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: no diff --git a/tests/results/test_read_write/16_0redefine_description.sh b/tests/results/test_read_write/16_0redefine_description.sh new file mode 100644 index 00000000..e46acca6 --- /dev/null +++ b/tests/results/test_read_write/16_0redefine_description.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: null diff --git a/tests/results/test_read_write/16_2family_redefine_calculation.sh b/tests/results/test_read_write/16_2family_redefine_calculation.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/16_2family_redefine_calculation.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/16_2family_redefine_disabled.sh b/tests/results/test_read_write/16_2family_redefine_disabled.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/16_2family_redefine_disabled.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/16_5exists_nonexists.sh b/tests/results/test_read_write/16_5exists_nonexists.sh new file mode 100644 index 00000000..426d2762 --- /dev/null +++ b/tests/results/test_read_write/16_5exists_nonexists.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┗━━ 📓 var2: yes diff --git a/tests/results/test_read_write/16_5exists_redefine.sh b/tests/results/test_read_write/16_5exists_redefine.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/16_5exists_redefine.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/16_5redefine_calculation.sh b/tests/results/test_read_write/16_5redefine_calculation.sh new file mode 100644 index 00000000..06e4220a --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: yes diff --git a/tests/results/test_read_write/16_5redefine_choice.sh b/tests/results/test_read_write/16_5redefine_choice.sh new file mode 100644 index 00000000..caae029e --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_choice.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: null diff --git a/tests/results/test_read_write/16_5redefine_default.sh b/tests/results/test_read_write/16_5redefine_default.sh new file mode 100644 index 00000000..06e4220a --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_default.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: yes diff --git a/tests/results/test_read_write/16_5redefine_default_calculation.sh b/tests/results/test_read_write/16_5redefine_default_calculation.sh new file mode 100644 index 00000000..caae029e --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_default_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: null diff --git a/tests/results/test_read_write/16_5redefine_family.sh b/tests/results/test_read_write/16_5redefine_family.sh new file mode 100644 index 00000000..4f92ae6f --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_family.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 variable: null diff --git a/tests/results/test_read_write/16_5redefine_help.sh b/tests/results/test_read_write/16_5redefine_help.sh new file mode 100644 index 00000000..4f92ae6f --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_help.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 variable: null diff --git a/tests/results/test_read_write/16_5redefine_hidden.sh b/tests/results/test_read_write/16_5redefine_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/16_5redefine_multi.sh b/tests/results/test_read_write/16_5redefine_multi.sh new file mode 100644 index 00000000..3ba1b776 --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_multi.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┗━━ non diff --git a/tests/results/test_read_write/16_5redefine_remove_disable_calculation.sh b/tests/results/test_read_write/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 00000000..c9ca1146 --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: no +┗━━ 📓 variable: null diff --git a/tests/results/test_read_write/16_5test_redefine.sh b/tests/results/test_read_write/16_5test_redefine.sh new file mode 100644 index 00000000..e1ebfd48 --- /dev/null +++ b/tests/results/test_read_write/16_5test_redefine.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┣━━ 📓 var2: non +┗━━ 📓 var3: null diff --git a/tests/results/test_read_write/16_6choice_redefine.sh b/tests/results/test_read_write/16_6choice_redefine.sh new file mode 100644 index 00000000..f4ac3c9f --- /dev/null +++ b/tests/results/test_read_write/16_6choice_redefine.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: c diff --git a/tests/results/test_read_write/16_6exists_redefine_family.sh b/tests/results/test_read_write/16_6exists_redefine_family.sh new file mode 100644 index 00000000..f10a9e09 --- /dev/null +++ b/tests/results/test_read_write/16_6exists_redefine_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 family1 +┃ ┗━━ 📓 variable1: null +┗━━ 📂 family2 + ┗━━ 📓 variable2: null diff --git a/tests/results/test_read_write/16exists_exists.sh b/tests/results/test_read_write/16exists_exists.sh new file mode 100644 index 00000000..e46acca6 --- /dev/null +++ b/tests/results/test_read_write/16exists_exists.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: null diff --git a/tests/results/test_read_write/17_5redefine_leadership.sh b/tests/results/test_read_write/17_5redefine_leadership.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/17_5redefine_leadership.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/20_0empty_family.sh b/tests/results/test_read_write/20_0empty_family.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/20_0empty_family.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/20_0family_append.sh b/tests/results/test_read_write/20_0family_append.sh new file mode 100644 index 00000000..c604327a --- /dev/null +++ b/tests/results/test_read_write/20_0family_append.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┣━━ 📓 var1: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_read_write/20_0family_underscore.sh b/tests/results/test_read_write/20_0family_underscore.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/20_0family_underscore.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/20_0multi_family.sh b/tests/results/test_read_write/20_0multi_family.sh new file mode 100644 index 00000000..f1a2fba2 --- /dev/null +++ b/tests/results/test_read_write/20_0multi_family.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: null diff --git a/tests/results/test_read_write/20_0multi_family_basic.sh b/tests/results/test_read_write/20_0multi_family_basic.sh new file mode 100644 index 00000000..f1a2fba2 --- /dev/null +++ b/tests/results/test_read_write/20_0multi_family_basic.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: null diff --git a/tests/results/test_read_write/20_0multi_family_expert.sh b/tests/results/test_read_write/20_0multi_family_expert.sh new file mode 100644 index 00000000..969cf95a --- /dev/null +++ b/tests/results/test_read_write/20_0multi_family_expert.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: null diff --git a/tests/results/test_read_write/20_0multi_family_order.sh b/tests/results/test_read_write/20_0multi_family_order.sh new file mode 100644 index 00000000..80e09fb5 --- /dev/null +++ b/tests/results/test_read_write/20_0multi_family_order.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable: null +┗━━ 📂 family + ┣━━ 📓 variable1: null + ┣━━ 📂 subfamily + ┃ ┗━━ 📓 variable: null + ┗━━ 📓 variable2: null diff --git a/tests/results/test_read_write/20_0validators_differ_redefine.sh b/tests/results/test_read_write/20_0validators_differ_redefine.sh new file mode 100644 index 00000000..bd7ecf03 --- /dev/null +++ b/tests/results/test_read_write/20_0validators_differ_redefine.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┣━━ 📓 var2: no +┗━━ 📓 var3: yes diff --git a/tests/results/test_read_write/20_1empty_subfamily.sh b/tests/results/test_read_write/20_1empty_subfamily.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/20_1empty_subfamily.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/20_9default_information_parent.sh b/tests/results/test_read_write/20_9default_information_parent.sh new file mode 100644 index 00000000..c604327a --- /dev/null +++ b/tests/results/test_read_write/20_9default_information_parent.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┣━━ 📓 var1: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_read_write/24_0family_hidden_condition_sub_family.sh b/tests/results/test_read_write/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 00000000..523c07d1 --- /dev/null +++ b/tests/results/test_read_write/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: no +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 var1: null diff --git a/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 00000000..2a451c33 --- /dev/null +++ b/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: true diff --git a/tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 00000000..0185d8a1 --- /dev/null +++ b/tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: no +┗━━ 📂 family + ┗━━ 📂 sub_family +  ┗━━ 📓 var1: null diff --git a/tests/results/test_read_write/24_0family_mandatory_condition.sh b/tests/results/test_read_write/24_0family_mandatory_condition.sh new file mode 100644 index 00000000..a34c17a6 --- /dev/null +++ b/tests/results/test_read_write/24_0family_mandatory_condition.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: no +┗━━ 📓 var: null diff --git a/tests/results/test_read_write/24_0family_mandatory_condition_variable.sh b/tests/results/test_read_write/24_0family_mandatory_condition_variable.sh new file mode 100644 index 00000000..1f3055b4 --- /dev/null +++ b/tests/results/test_read_write/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: true +┗━━ 📓 var: null diff --git a/tests/results/test_read_write/24_7validators_variable_optional.sh b/tests/results/test_read_write/24_7validators_variable_optional.sh new file mode 100644 index 00000000..ba6b9474 --- /dev/null +++ b/tests/results/test_read_write/24_7validators_variable_optional.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 general + ┣━━ 📓 int: null + ┗━━ 📓 int2: 1 diff --git a/tests/results/test_read_write/24_family_disabled_var_hidden.sh b/tests/results/test_read_write/24_family_disabled_var_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/24_family_disabled_var_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/40_0leadership.sh b/tests/results/test_read_write/40_0leadership.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write/40_0leadership.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write/40_0leadership_diff_name.sh b/tests/results/test_read_write/40_0leadership_diff_name.sh new file mode 100644 index 00000000..f0c5faa3 --- /dev/null +++ b/tests/results/test_read_write/40_0leadership_diff_name.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leadership diff --git a/tests/results/test_read_write/40_0leadership_empty.sh b/tests/results/test_read_write/40_0leadership_empty.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/40_0leadership_empty.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/40_0leadership_follower_default_calculation.sh b/tests/results/test_read_write/40_0leadership_follower_default_calculation.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write/40_0leadership_follower_default_value.sh b/tests/results/test_read_write/40_0leadership_follower_default_value.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write/40_0leadership_follower_default_value.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write/40_0leadership_leader_not_multi.sh b/tests/results/test_read_write/40_0leadership_leader_not_multi.sh new file mode 100644 index 00000000..bbd69426 --- /dev/null +++ b/tests/results/test_read_write/40_0leadership_leader_not_multi.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 general +┃ ┗━━ 📓 mode_conteneur_actif: non +┗━━ 📂 general1 + ┗━━ 📂 leader diff --git a/tests/results/test_read_write/40_1leadership_append_follower.sh b/tests/results/test_read_write/40_1leadership_append_follower.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write/40_1leadership_append_follower.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write/40_6leadership_follower_multi.sh b/tests/results/test_read_write/40_6leadership_follower_multi.sh new file mode 100644 index 00000000..f0c5faa3 --- /dev/null +++ b/tests/results/test_read_write/40_6leadership_follower_multi.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leadership diff --git a/tests/results/test_read_write/40_8calculation_boolean.sh b/tests/results/test_read_write/40_8calculation_boolean.sh new file mode 100644 index 00000000..2c419a15 --- /dev/null +++ b/tests/results/test_read_write/40_8calculation_boolean.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 bool: false +┣━━ 📓 multi1 : +┃ ┗━━ false +┗━━ 📓 multi2 : + ┣━━ true + ┗━━ false diff --git a/tests/results/test_read_write/40_8calculation_multi_variable.sh b/tests/results/test_read_write/40_8calculation_multi_variable.sh new file mode 100644 index 00000000..8d7ff251 --- /dev/null +++ b/tests/results/test_read_write/40_8calculation_multi_variable.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ no +┃ ┗━━ yes +┣━━ 📓 var2: no +┗━━ 📓 var3: yes diff --git a/tests/results/test_read_write/40_8calculation_multi_variable_parent.sh b/tests/results/test_read_write/40_8calculation_multi_variable_parent.sh new file mode 100644 index 00000000..457599c6 --- /dev/null +++ b/tests/results/test_read_write/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var: no +┗━━ 📂 fam1 + ┗━━ 📓 var: no diff --git a/tests/results/test_read_write/40_8calculation_multi_variable_parent2.sh b/tests/results/test_read_write/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 00000000..7fd8094b --- /dev/null +++ b/tests/results/test_read_write/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 fam1 +┃ ┗━━ 📓 var: no +┗━━ 📂 fam2 + ┗━━ 📓 var: no diff --git a/tests/results/test_read_write/41_0choice_leader.sh b/tests/results/test_read_write/41_0choice_leader.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write/41_0choice_leader.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write/44_0leadership_hidden.sh b/tests/results/test_read_write/44_0leadership_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/44_0leadership_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/44_0leadership_leader_hidden.sh b/tests/results/test_read_write/44_0leadership_leader_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/44_0leadership_leader_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/44_1leadership_append_hidden_follower.sh b/tests/results/test_read_write/44_1leadership_append_hidden_follower.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/44_4leadership_mandatory.sh b/tests/results/test_read_write/44_4leadership_mandatory.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write/44_4leadership_mandatory.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write/44_4leadership_mandatory_follower.sh b/tests/results/test_read_write/44_4leadership_mandatory_follower.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write/44_4leadership_mandatory_follower.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_read_write/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 00000000..29461f36 --- /dev/null +++ b/tests/results/test_read_write/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: no diff --git a/tests/results/test_read_write/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_read_write/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 00000000..2e8b7f60 --- /dev/null +++ b/tests/results/test_read_write/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: yes +┗━━ 📂 leader diff --git a/tests/results/test_read_write/60_0family_dynamic.sh b/tests/results/test_read_write/60_0family_dynamic.sh new file mode 100644 index 00000000..dfa45e77 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: null +┗━━ 📂 dynval2 + ┗━━ 📓 var: null diff --git a/tests/results/test_read_write/60_0family_dynamic_1_1.sh b/tests/results/test_read_write/60_0family_dynamic_1_1.sh new file mode 100644 index 00000000..de2eea8d --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_1_1.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 vardyn: null +┗━━ 📂 dynval2 + ┗━━ 📓 vardyn: null diff --git a/tests/results/test_read_write/60_0family_dynamic_1_1_empty.sh b/tests/results/test_read_write/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write/60_0family_dynamic_empty.sh b/tests/results/test_read_write/60_0family_dynamic_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write/60_0family_dynamic_no_description.sh b/tests/results/test_read_write/60_0family_dynamic_no_description.sh new file mode 100644 index 00000000..dfa45e77 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_no_description.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: null +┗━━ 📂 dynval2 + ┗━━ 📓 var: null diff --git a/tests/results/test_read_write/60_0family_dynamic_no_description_empty.sh b/tests/results/test_read_write/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write/60_0family_dynamic_static.sh b/tests/results/test_read_write/60_0family_dynamic_static.sh new file mode 100644 index 00000000..a7d3f138 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_static.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: null +┗━━ 📂 dynval2 + ┗━━ 📓 var: null diff --git a/tests/results/test_read_write/60_0family_dynamic_test.sh b/tests/results/test_read_write/60_0family_dynamic_test.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_test.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write/60_0family_dynamic_variable_empty.sh b/tests/results/test_read_write/60_0family_dynamic_variable_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write/60_0family_dynamic_variable_suffix.sh b/tests/results/test_read_write/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 00000000..50b6af7c --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: a value +┗━━ 📂 dynval2 + ┗━━ 📓 var: a value diff --git a/tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write/60_0family_empty.sh b/tests/results/test_read_write/60_0family_empty.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/60_0family_empty.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/60_0family_hidden.sh b/tests/results/test_read_write/60_0family_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write/60_0family_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write/60_0family_mode.sh b/tests/results/test_read_write/60_0family_mode.sh new file mode 100644 index 00000000..b185000b --- /dev/null +++ b/tests/results/test_read_write/60_0family_mode.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 var: non diff --git a/tests/results/test_read_write/60_1family_dynamic_jinja.sh b/tests/results/test_read_write/60_1family_dynamic_jinja.sh new file mode 100644 index 00000000..89255b7b --- /dev/null +++ b/tests/results/test_read_write/60_1family_dynamic_jinja.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dyn1 +┃ ┗━━ 📓 var: val +┗━━ 📂 dyn2 + ┗━━ 📓 var: val diff --git a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 00000000..5851bf1d --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: null +┣━━ 📂 dynval2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: null +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 00000000..542bbf08 --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: val1 +┣━━ 📂 dynval2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: val2 +┗━━ 📓 var2: val1 diff --git a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 00000000..1f9cfb6b --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 00000000..c4f11bb7 --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write/60_2family_dynamic_outside_calc.sh b/tests/results/test_read_write/60_2family_dynamic_outside_calc.sh new file mode 100644 index 00000000..71918dc5 --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: val +┣━━ 📂 dynval2 +┃ ┗━━ 📓 var: val +┗━━ 📓 newvar: val diff --git a/tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 00000000..339e3f54 --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┗━━ 📓 newvar: null diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 00000000..a8f9d1e7 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: val1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: val2 diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 00000000..a8f9d1e7 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: val1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: val2 diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_variable.sh b/tests/results/test_read_write/60_5family_dynamic_calc_variable.sh new file mode 100644 index 00000000..94eceb88 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: null +┣━━ 📂 dynval2 +┃ ┗━━ 📓 var: null +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 00000000..c4f11bb7 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_read_write/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 00000000..94239c1a --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 dynval1 + ┣━━ 📓 var: null + ┗━━ 📂 family +  ┗━━ 📓 var: null diff --git a/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 00000000..db50fc0e --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dyn_val1 +┃ ┗━━ 📓 var: val1 +┣━━ 📂 dyn_val2 +┃ ┗━━ 📓 var: val2 +┗━━ 📓 var2: val1 diff --git a/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 00000000..1f9cfb6b --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write/60_6family_dynamic_leadership.sh b/tests/results/test_read_write/60_6family_dynamic_leadership.sh new file mode 100644 index 00000000..922f7297 --- /dev/null +++ b/tests/results/test_read_write/60_6family_dynamic_leadership.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📂 leadership +┗━━ 📂 dynval2 + ┗━━ 📂 leadership diff --git a/tests/results/test_read_write/60_6family_dynamic_leadership_empty.sh b/tests/results/test_read_write/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write/60_9family_dynamic_calc_both.sh b/tests/results/test_read_write/60_9family_dynamic_calc_both.sh new file mode 100644 index 00000000..001fc9d1 --- /dev/null +++ b/tests/results/test_read_write/60_9family_dynamic_calc_both.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var: val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 vardyn: null +┗━━ 📂 dynval2 + ┗━━ 📓 vardyn: null diff --git a/tests/results/test_read_write/68_0family_leadership_mode.sh b/tests/results/test_read_write/68_0family_leadership_mode.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write/68_0family_leadership_mode.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets/00_0empty.sh b/tests/results/test_read_write_mandatory_secrets/00_0empty.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_0empty.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/00_0version_underscore.sh b/tests/results/test_read_write_mandatory_secrets/00_0version_underscore.sh new file mode 100644 index 00000000..11540d93 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_0version_underscore.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 version: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_1empty_variable.sh b/tests/results/test_read_write_mandatory_secrets/00_1empty_variable.sh new file mode 100644 index 00000000..bc623aba --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_1empty_variable.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 empty: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated.sh b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated.sh new file mode 100644 index 00000000..886f7a56 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (no) +┗━━ 📓 var2 : + ┣━━ string1 (string1) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_multi.sh b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_multi.sh new file mode 100644 index 00000000..ad481767 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_multi.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 (no) +┃ ┣━━ string2 (yes) +┃ ┗━━ string3 (maybe) +┗━━ 📓 var2 : + ┣━━ string1 (string1) + ┣━━ string2 (string2) + ┗━━ string3 (string3) diff --git a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.sh b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.sh new file mode 100644 index 00000000..2cdcdd71 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ domain1.lan +┃ ┗━━ domain2.lan +┗━━ 📓 var2 : + ┣━━ domain1.lan (domain1.lan) + ┗━━ domain2.lan (domain2.lan) diff --git a/tests/results/test_read_write_mandatory_secrets/00_4load_subfolder.sh b/tests/results/test_read_write_mandatory_secrets/00_4load_subfolder.sh new file mode 100644 index 00000000..a8425a6a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_4load_subfolder.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_5load_notype.sh b/tests/results/test_read_write_mandatory_secrets/00_5load_notype.sh new file mode 100644 index 00000000..5a0eca68 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_5load_notype.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 without_type: string1 (non) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6boolean.sh b/tests/results/test_read_write_mandatory_secrets/00_6boolean.sh new file mode 100644 index 00000000..d5fb0156 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6boolean.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: true (true) +┣━━ 📓 var2: true (true) +┣━━ 📓 var3: true (true) +┣━━ 📓 var4: true (false) +┣━━ 📓 var5: true (false) +┗━━ 📓 var6: true (false) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6boolean_no_mandatory.sh b/tests/results/test_read_write_mandatory_secrets/00_6boolean_no_mandatory.sh new file mode 100644 index 00000000..d0ab91ef --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6boolean_no_mandatory.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: true (true) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6choice.sh b/tests/results/test_read_write_mandatory_secrets/00_6choice.sh new file mode 100644 index 00000000..b216615b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: a +┣━━ 📓 var2: a +┣━━ 📓 var3: a +┣━━ 📓 var4: null +┣━━ 📓 var5: a (a) +┗━━ 📓 var6: 1 (1) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6choice_calculation.sh b/tests/results/test_read_write_mandatory_secrets/00_6choice_calculation.sh new file mode 100644 index 00000000..25ce56e6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6choice_variable.sh b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable.sh new file mode 100644 index 00000000..738a1082 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 (a) +┃ ┣━━ string2 (b) +┃ ┗━━ string3 (c) +┗━━ 📓 var2: string1 (a) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6custom.sh b/tests/results/test_read_write_mandatory_secrets/00_6custom.sh new file mode 100644 index 00000000..9a61cbe4 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6custom.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 custom1: string1 +┗━━ 📓 custom2: string1 (value) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6domainname.sh b/tests/results/test_read_write_mandatory_secrets/00_6domainname.sh new file mode 100644 index 00000000..d993f249 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6domainname.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6domainname_params.sh b/tests/results/test_read_write_mandatory_secrets/00_6domainname_params.sh new file mode 100644 index 00000000..d993f249 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6domainname_params.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6float.sh b/tests/results/test_read_write_mandatory_secrets/00_6float.sh new file mode 100644 index 00000000..b8250378 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6float.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: 1.1 (0.0) +┣━━ 📓 var2: 1.1 (0.0) +┣━━ 📓 var3: 1.1 (0.0) +┣━━ 📓 var4: 1.1 (10.1) +┣━━ 📓 var5: 1.1 (10.1) +┗━━ 📓 var6: 1.1 (10.1) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6number.sh b/tests/results/test_read_write_mandatory_secrets/00_6number.sh new file mode 100644 index 00000000..948239be --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6number.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: 1 (0) +┣━━ 📓 var2: 1 (0) +┣━━ 📓 var3: 1 (0) +┣━━ 📓 var4: 1 (10) +┣━━ 📓 var5: 1 (10) +┗━━ 📓 var6: 1 (10) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6port.sh b/tests/results/test_read_write_mandatory_secrets/00_6port.sh new file mode 100644 index 00000000..ce06ca40 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6port.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable1: 80 +┣━━ 📓 variable2: 80 (8080) +┗━━ 📓 variable3: 80 (8080) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6regexp.sh b/tests/results/test_read_write_mandatory_secrets/00_6regexp.sh new file mode 100644 index 00000000..a0485435 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6regexp.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6string.sh b/tests/results/test_read_write_mandatory_secrets/00_6string.sh new file mode 100644 index 00000000..667be1ca --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_6string.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┣━━ 📓 var2: string1 +┣━━ 📓 var3: string1 +┣━━ 📓 var4: string1 (value) +┣━━ 📓 var5: string1 (value) +┗━━ 📓 var6: string1 (value) diff --git a/tests/results/test_read_write_mandatory_secrets/00_7choice_quote.sh b/tests/results/test_read_write_mandatory_secrets/00_7choice_quote.sh new file mode 100644 index 00000000..8a467df7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_7choice_quote.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: quote' (quote') diff --git a/tests/results/test_read_write_mandatory_secrets/00_7help_quote.sh b/tests/results/test_read_write_mandatory_secrets/00_7help_quote.sh new file mode 100644 index 00000000..a8425a6a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_7help_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote.sh b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote.sh new file mode 100644 index 00000000..667d48a6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (quote") diff --git a/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote2.sh b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote2.sh new file mode 100644 index 00000000..88c78fa3 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote2.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (quote'") diff --git a/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote3.sh b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote3.sh new file mode 100644 index 00000000..a210af9f --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote3.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (quote\"\') diff --git a/tests/results/test_read_write_mandatory_secrets/00_7value_quote.sh b/tests/results/test_read_write_mandatory_secrets/00_7value_quote.sh new file mode 100644 index 00000000..5be317af --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_7value_quote.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (quote') diff --git a/tests/results/test_read_write_mandatory_secrets/00_8calculation_information.sh b/tests/results/test_read_write_mandatory_secrets/00_8calculation_information.sh new file mode 100644 index 00000000..f4ae9326 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_8calculation_information.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_8test.sh b/tests/results/test_read_write_mandatory_secrets/00_8test.sh new file mode 100644 index 00000000..ac7e1c48 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_8test.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: test +┣━━ 📓 var2: test (value) +┣━━ 📓 var3: test1 +┣━━ 📓 var4: null +┣━━ 📓 var5: false (true) +┗━━ 📓 var6 : + ┣━━ test1 + ┗━━ test2 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9choice_variable_multi.sh b/tests/results/test_read_write_mandatory_secrets/00_9choice_variable_multi.sh new file mode 100644 index 00000000..af9f106b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9choice_variable_multi.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┗━━ 📓 variable2 : + ┣━━ val1 + ┗━━ val2 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9choice_variables.sh b/tests/results/test_read_write_mandatory_secrets/00_9choice_variables.sh new file mode 100644 index 00000000..0d0d112c --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9choice_variables.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 source_variable_1: string1 (val1) +┣━━ 📓 source_variable_2: string1 (val2) +┗━━ 📓 my_variable: string1 (val1) diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation.sh new file mode 100644 index 00000000..593ac4ae --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (string_1_True_None) diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information.sh new file mode 100644 index 00000000..dc37c590 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.sh new file mode 100644 index 00000000..a8425a6a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional.sh new file mode 100644 index 00000000..f9b9913e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable: string1 (val1) +┗━━ 📓 my_calculated_variable : + ┣━━ string1 (string1) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.sh new file mode 100644 index 00000000..f9b9913e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable: string1 (val1) +┗━━ 📓 my_calculated_variable : + ┣━━ string1 (string1) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional.sh new file mode 100644 index 00000000..28e324cb --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 my_calculated_variable : + ┣━━ string1 + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional_exists.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional_exists.sh new file mode 100644 index 00000000..541e2f33 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional_exists.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┗━━ 📓 my_calculated_variable : + ┣━━ string1 (string1) + ┣━━ string2 (string2) + ┗━━ string3 (string3) diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_param_optional.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_param_optional.sh new file mode 100644 index 00000000..8b04002f --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_param_optional.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (string1) +┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable.sh new file mode 100644 index 00000000..a8425a6a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/00_9default_integer.sh b/tests/results/test_read_write_mandatory_secrets/00_9default_integer.sh new file mode 100644 index 00000000..25ce56e6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_integer.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_read_write_mandatory_secrets/01_6boolean_multi.sh b/tests/results/test_read_write_mandatory_secrets/01_6boolean_multi.sh new file mode 100644 index 00000000..6334adb9 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_6boolean_multi.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┗━━ true (true) +┣━━ 📓 var2 : +┃ ┗━━ true (true) +┣━━ 📓 var3 : +┃ ┗━━ true (true) +┣━━ 📓 var4 : +┃ ┗━━ true (false) +┣━━ 📓 var5 : +┃ ┗━━ true (false) +┣━━ 📓 var6 : +┃ ┗━━ true (false) +┣━━ 📓 var7 : +┃ ┗━━ true (true) +┗━━ 📓 var8 : + ┗━━ true (true) diff --git a/tests/results/test_read_write_mandatory_secrets/01_6custom_multi.sh b/tests/results/test_read_write_mandatory_secrets/01_6custom_multi.sh new file mode 100644 index 00000000..18f2c325 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_6custom_multi.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 custom1 : +┃ ┣━━ string1 +┃ ┣━━ string2 +┃ ┗━━ string3 +┗━━ 📓 custom2 : + ┣━━ string1 (value) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_6float_multi.sh b/tests/results/test_read_write_mandatory_secrets/01_6float_multi.sh new file mode 100644 index 00000000..5991aef6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_6float_multi.sh @@ -0,0 +1,38 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ 1.1 (0.0) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var2 : +┃ ┣━━ 1.1 (0.0) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var3 : +┃ ┣━━ 1.1 (0.0) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var4 : +┃ ┣━━ 1.1 (10.1) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var5 : +┃ ┣━━ 1.1 (10.1) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var6 : +┃ ┣━━ 1.1 (10.1) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var7 : +┃ ┣━━ 1.1 (0.0) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┗━━ 📓 var8 : + ┣━━ 1.1 (0.0) + ┣━━ 2.2 + ┗━━ 3.3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_6number_multi.sh b/tests/results/test_read_write_mandatory_secrets/01_6number_multi.sh new file mode 100644 index 00000000..73e2aed8 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_6number_multi.sh @@ -0,0 +1,38 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ 1 (0) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var2 : +┃ ┣━━ 1 (0) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var3 : +┃ ┣━━ 1 (0) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var4 : +┃ ┣━━ 1 (10) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var5 : +┃ ┣━━ 1 (10) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var6 : +┃ ┣━━ 1 (10) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var7 : +┃ ┣━━ 1 (0) +┃ ┣━━ 2 +┃ ┗━━ 3 +┗━━ 📓 var8 : + ┣━━ 1 (0) + ┣━━ 2 + ┗━━ 3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_6string_empty.sh b/tests/results/test_read_write_mandatory_secrets/01_6string_empty.sh new file mode 100644 index 00000000..c5b1ed6e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_6string_empty.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ string1 (value) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_6string_multi.sh b/tests/results/test_read_write_mandatory_secrets/01_6string_multi.sh new file mode 100644 index 00000000..1a432441 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_6string_multi.sh @@ -0,0 +1,35 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📓 var2 : +┃ ┣━━ string1 +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📓 var3: string1 +┣━━ 📓 var4 : +┃ ┣━━ string1 (value) +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📓 var5 : +┃ ┣━━ string1 (value) +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📓 var6 : +┃ ┣━━ string1 (value) +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📓 var7 : +┃ ┣━━ string1 (value) +┃ ┣━━ string2 +┃ ┗━━ string3 +┗━━ 📓 var8 : + ┣━━ string1 (value) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote.sh b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote.sh new file mode 100644 index 00000000..28998da6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 (quote") + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote2.sh b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote2.sh new file mode 100644 index 00000000..f4d9ee35 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 (quote'") + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_7value_multi_quote.sh b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_quote.sh new file mode 100644 index 00000000..782dff39 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_quote.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 (quote') + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_8calculation_information_multi.sh b/tests/results/test_read_write_mandatory_secrets/01_8calculation_information_multi.sh new file mode 100644 index 00000000..1116937b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_8calculation_information_multi.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_multi.sh b/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_multi.sh new file mode 100644 index 00000000..b7ce0848 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_multi.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable1 : +┃ ┣━━ string1 (a) +┃ ┣━━ string2 (b) +┃ ┗━━ string3 (c) +┗━━ 📓 variable2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/04_0type_param.sh b/tests/results/test_read_write_mandatory_secrets/04_0type_param.sh new file mode 100644 index 00000000..82eba366 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_0type_param.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 int: 1 (10) diff --git a/tests/results/test_read_write_mandatory_secrets/04_1auto_save.sh b/tests/results/test_read_write_mandatory_secrets/04_1auto_save.sh new file mode 100644 index 00000000..4790bac4 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1auto_save.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: no diff --git a/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated.sh b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated.sh new file mode 100644 index 00000000..7713eaa1 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (no) +┗━━ 📓 var2: no diff --git a/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 00000000..80928479 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (no) +┗━━ 📓 var2: yes diff --git a/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_hidden.sh b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden.sh b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden.sh new file mode 100644 index 00000000..0e889060 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (value) +┣━━ 📓 var2: string1 +┗━━ 📓 var3: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_2.sh b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_2.sh new file mode 100644 index 00000000..0e889060 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (value) +┣━━ 📓 var2: string1 +┗━━ 📓 var3: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional.sh b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional.sh new file mode 100644 index 00000000..a7dd6ad0 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable.sh b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable.sh new file mode 100644 index 00000000..87e6b021 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: true (false) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable2.sh b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable2.sh new file mode 100644 index 00000000..57a7e8fd --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable2.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: true (true) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable3.sh b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable3.sh new file mode 100644 index 00000000..8d04b363 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable3.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (yes) +┗━━ 📓 variable: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable4.sh b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable4.sh new file mode 100644 index 00000000..b8ab7ed6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable4.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators.sh b/tests/results/test_read_write_mandatory_secrets/04_5validators.sh new file mode 100644 index 00000000..ed4f6269 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 int: 1 diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators_differ.sh b/tests/results/test_read_write_mandatory_secrets/04_5validators_differ.sh new file mode 100644 index 00000000..d23a5943 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_differ.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: another_value (oui) +┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators_multi.sh b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi.sh new file mode 100644 index 00000000..905beb66 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ string1 (no) + ┣━━ string2 (yes) + ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators_multi2.sh b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi2.sh new file mode 100644 index 00000000..578aab91 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ val1 (no) + ┗━━ val2 (yes) diff --git a/tests/results/test_read_write_mandatory_secrets/05_0multi_not_uniq.sh b/tests/results/test_read_write_mandatory_secrets/05_0multi_not_uniq.sh new file mode 100644 index 00000000..485561ef --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/05_0multi_not_uniq.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ string1 (non) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/05_0multi_uniq.sh b/tests/results/test_read_write_mandatory_secrets/05_0multi_uniq.sh new file mode 100644 index 00000000..38f009b2 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/05_0multi_uniq.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 (non) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/12_1auto_save_expert.sh b/tests/results/test_read_write_mandatory_secrets/12_1auto_save_expert.sh new file mode 100644 index 00000000..66cfc846 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/12_1auto_save_expert.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: no diff --git a/tests/results/test_read_write_mandatory_secrets/16_0redefine_description.sh b/tests/results/test_read_write_mandatory_secrets/16_0redefine_description.sh new file mode 100644 index 00000000..dc37c590 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_0redefine_description.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_calculation.sh b/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_calculation.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_calculation.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_disabled.sh b/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_disabled.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_2family_redefine_disabled.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/16_5exists_nonexists.sh b/tests/results/test_read_write_mandatory_secrets/16_5exists_nonexists.sh new file mode 100644 index 00000000..2fd832bf --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5exists_nonexists.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (no) +┗━━ 📓 var2: string1 (yes) diff --git a/tests/results/test_read_write_mandatory_secrets/16_5exists_redefine.sh b/tests/results/test_read_write_mandatory_secrets/16_5exists_redefine.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5exists_redefine.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_calculation.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_calculation.sh new file mode 100644 index 00000000..34f26df2 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_choice.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_choice.sh new file mode 100644 index 00000000..ad73acbd --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_choice.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: a diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_default.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_default.sh new file mode 100644 index 00000000..34f26df2 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_default.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_default_calculation.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_default_calculation.sh new file mode 100644 index 00000000..f4ae9326 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_default_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_family.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_family.sh new file mode 100644 index 00000000..ed653447 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_family.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_help.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_help.sh new file mode 100644 index 00000000..ed653447 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_help.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_hidden.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_multi.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_multi.sh new file mode 100644 index 00000000..38f009b2 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_multi.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 (non) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.sh b/tests/results/test_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 00000000..a72bb507 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┗━━ 📓 variable: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/16_5test_redefine.sh b/tests/results/test_read_write_mandatory_secrets/16_5test_redefine.sh new file mode 100644 index 00000000..dd0942b0 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_5test_redefine.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: test1 (no) +┣━━ 📓 var2: test1 (non) +┗━━ 📓 var3: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/16_6choice_redefine.sh b/tests/results/test_read_write_mandatory_secrets/16_6choice_redefine.sh new file mode 100644 index 00000000..12f840b6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_6choice_redefine.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: a (c) diff --git a/tests/results/test_read_write_mandatory_secrets/16_6exists_redefine_family.sh b/tests/results/test_read_write_mandatory_secrets/16_6exists_redefine_family.sh new file mode 100644 index 00000000..76e537ba --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16_6exists_redefine_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 family1 +┃ ┗━━ 📓 variable1: string1 +┗━━ 📂 family2 + ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/16exists_exists.sh b/tests/results/test_read_write_mandatory_secrets/16exists_exists.sh new file mode 100644 index 00000000..dc37c590 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/16exists_exists.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/17_5redefine_leadership.sh b/tests/results/test_read_write_mandatory_secrets/17_5redefine_leadership.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/17_5redefine_leadership.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/20_0empty_family.sh b/tests/results/test_read_write_mandatory_secrets/20_0empty_family.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_0empty_family.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/20_0family_append.sh b/tests/results/test_read_write_mandatory_secrets/20_0family_append.sh new file mode 100644 index 00000000..dbf8e5c5 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_0family_append.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/20_0family_underscore.sh b/tests/results/test_read_write_mandatory_secrets/20_0family_underscore.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_0family_underscore.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/20_0multi_family.sh b/tests/results/test_read_write_mandatory_secrets/20_0multi_family.sh new file mode 100644 index 00000000..7866b59b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_0multi_family.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/20_0multi_family_basic.sh b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_basic.sh new file mode 100644 index 00000000..7866b59b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_basic.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/20_0multi_family_expert.sh b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_expert.sh new file mode 100644 index 00000000..bb74a12f --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_expert.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/20_0multi_family_order.sh b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_order.sh new file mode 100644 index 00000000..b0d6c245 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_order.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable: string1 +┗━━ 📂 family + ┣━━ 📓 variable1: string1 + ┣━━ 📂 subfamily + ┃ ┗━━ 📓 variable: string1 + ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/20_0validators_differ_redefine.sh b/tests/results/test_read_write_mandatory_secrets/20_0validators_differ_redefine.sh new file mode 100644 index 00000000..01339390 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_0validators_differ_redefine.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (no) +┣━━ 📓 var2: string1 (no) +┗━━ 📓 var3: yes (yes) diff --git a/tests/results/test_read_write_mandatory_secrets/20_1empty_subfamily.sh b/tests/results/test_read_write_mandatory_secrets/20_1empty_subfamily.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_1empty_subfamily.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/20_9default_information_parent.sh b/tests/results/test_read_write_mandatory_secrets/20_9default_information_parent.sh new file mode 100644 index 00000000..dbf8e5c5 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_9default_information_parent.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.sh b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 00000000..e4921e88 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 var1: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 00000000..57a7e8fd --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: true (true) diff --git a/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 00000000..b21428fa --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┗━━ 📂 family + ┗━━ 📂 sub_family +  ┗━━ 📓 var1: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition.sh b/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition.sh new file mode 100644 index 00000000..b78b5e85 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.sh b/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.sh new file mode 100644 index 00000000..0253ec9a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: true (true) +┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/24_7validators_variable_optional.sh b/tests/results/test_read_write_mandatory_secrets/24_7validators_variable_optional.sh new file mode 100644 index 00000000..907cb194 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/24_7validators_variable_optional.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 general + ┣━━ 📓 int: 5 + ┗━━ 📓 int2: 1 (1) diff --git a/tests/results/test_read_write_mandatory_secrets/24_family_disabled_var_hidden.sh b/tests/results/test_read_write_mandatory_secrets/24_family_disabled_var_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/24_family_disabled_var_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership.sh b/tests/results/test_read_write_mandatory_secrets/40_0leadership.sh new file mode 100644 index 00000000..6392babb --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: string1 + ┃ ┗━━ 📓 follower2: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: string2 + ┃ ┗━━ 📓 follower2: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: string3 +  ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_diff_name.sh b/tests/results/test_read_write_mandatory_secrets/40_0leadership_diff_name.sh new file mode 100644 index 00000000..92bd054e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_diff_name.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leadership + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: string1 + ┃ ┗━━ 📓 follower2: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: string2 + ┃ ┗━━ 📓 follower2: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: string3 +  ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_empty.sh b/tests/results/test_read_write_mandatory_secrets/40_0leadership_empty.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_empty.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.sh b/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.sh new file mode 100644 index 00000000..13c2a391 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: string1 (value) + ┃ ┗━━ 📓 follower2: string1 (string1) + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: string2 (value) + ┃ ┗━━ 📓 follower2: string2 (string2) + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: string3 (value) +  ┗━━ 📓 follower2: string3 (string3) diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_value.sh b/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_value.sh new file mode 100644 index 00000000..a0d01b58 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_value.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower1: string1 (value) + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower1: string2 (value) + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower1: string3 (value) diff --git a/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_not_multi.sh b/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_not_multi.sh new file mode 100644 index 00000000..2bef8b1e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_not_multi.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 general +┃ ┗━━ 📓 mode_conteneur_actif: string1 (non) +┗━━ 📂 general1 + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_read_write_mandatory_secrets/40_1leadership_append_follower.sh b/tests/results/test_read_write_mandatory_secrets/40_1leadership_append_follower.sh new file mode 100644 index 00000000..b1e61180 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_1leadership_append_follower.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: string1 + ┃ ┣━━ 📓 follower2: string1 + ┃ ┗━━ 📓 follower3: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: string2 + ┃ ┣━━ 📓 follower2: string2 + ┃ ┗━━ 📓 follower3: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: string3 +  ┣━━ 📓 follower2: string3 +  ┗━━ 📓 follower3: string3 diff --git a/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi.sh b/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi.sh new file mode 100644 index 00000000..91cbccf8 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi.sh @@ -0,0 +1,37 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leadership + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1 : + ┃ ┃ ┣━━ string1 + ┃ ┃ ┣━━ string2 + ┃ ┃ ┗━━ string3 + ┃ ┗━━ 📓 follower2 : + ┃  ┣━━ string1 (value) + ┃  ┣━━ string2 + ┃  ┗━━ string3 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1 : + ┃ ┃ ┣━━ string1 + ┃ ┃ ┣━━ string2 + ┃ ┃ ┗━━ string3 + ┃ ┗━━ 📓 follower2 : + ┃  ┣━━ string1 (value) + ┃  ┣━━ string2 + ┃  ┗━━ string3 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1 : +  ┃ ┣━━ string1 +  ┃ ┣━━ string2 +  ┃ ┗━━ string3 +  ┗━━ 📓 follower2 : +   ┣━━ string1 (value) +   ┣━━ string2 +   ┗━━ string3 diff --git a/tests/results/test_read_write_mandatory_secrets/40_8calculation_boolean.sh b/tests/results/test_read_write_mandatory_secrets/40_8calculation_boolean.sh new file mode 100644 index 00000000..ae8ddbe5 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_8calculation_boolean.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 bool: true (false) +┣━━ 📓 multi1 : +┃ ┣━━ true (true) +┃ ┗━━ false +┗━━ 📓 multi2 : + ┗━━ true (false) diff --git a/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable.sh b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable.sh new file mode 100644 index 00000000..20d73708 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (string1) +┃ ┣━━ string2 (string1) +┃ ┗━━ string3 +┣━━ 📓 var2: string1 (no) +┗━━ 📓 var3: string1 (yes) diff --git a/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.sh b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.sh new file mode 100644 index 00000000..340f17f0 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var: string1 (no) +┗━━ 📂 fam1 + ┗━━ 📓 var: string1 (string1) diff --git a/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.sh b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 00000000..d9223f31 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 fam1 +┃ ┗━━ 📓 var: string1 (no) +┗━━ 📂 fam2 + ┗━━ 📓 var: string1 (string1) diff --git a/tests/results/test_read_write_mandatory_secrets/41_0choice_leader.sh b/tests/results/test_read_write_mandatory_secrets/41_0choice_leader.sh new file mode 100644 index 00000000..06ffcb1e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/41_0choice_leader.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower1: a + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower1: b + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower1: c diff --git a/tests/results/test_read_write_mandatory_secrets/44_0leadership_hidden.sh b/tests/results/test_read_write_mandatory_secrets/44_0leadership_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/44_0leadership_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_read_write_mandatory_secrets/44_0leadership_leader_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/44_0leadership_leader_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.sh b/tests/results/test_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory.sh b/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory.sh new file mode 100644 index 00000000..3d617dcb --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower1: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower1: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower1: string3 diff --git a/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory_follower.sh b/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory_follower.sh new file mode 100644 index 00000000..d7e4c2f1 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory_follower.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower: string3 diff --git a/tests/results/test_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 00000000..03ccc420 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower: string3 diff --git a/tests/results/test_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 00000000..fc87b116 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (yes) +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower: string3 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic.sh new file mode 100644 index 00000000..cfef95d3 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1.sh new file mode 100644 index 00000000..d94ce48e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 vardyn: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 vardyn: string1 +┗━━ 📂 dynstring3 + ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 00000000..7ee5af6f --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 vardyn: string1 +┗━━ 📂 dynval2 + ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_empty.sh new file mode 100644 index 00000000..45087718 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_empty.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description.sh new file mode 100644 index 00000000..cfef95d3 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 00000000..cb5f893a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_static.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_static.sh new file mode 100644 index 00000000..aa01500c --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_static.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_test.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_test.sh new file mode 100644 index 00000000..cb5f893a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_test.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.sh new file mode 100644 index 00000000..5a1a7578 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 (val) +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 (val) +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 (val) diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 00000000..1cd9f44a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 (a value) +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 (a value) +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 (a value) diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 00000000..bf588035 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 (a value) +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 (a value) diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_empty.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_empty.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_hidden.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_mode.sh b/tests/results/test_read_write_mandatory_secrets/60_0family_mode.sh new file mode 100644 index 00000000..1fc84cb6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_mode.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 var: string1 (non) diff --git a/tests/results/test_read_write_mandatory_secrets/60_1family_dynamic_jinja.sh b/tests/results/test_read_write_mandatory_secrets/60_1family_dynamic_jinja.sh new file mode 100644 index 00000000..e7296845 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_1family_dynamic_jinja.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dyn1 +┃ ┗━━ 📓 var: string1 (val) +┣━━ 📂 dyn2 +┃ ┗━━ 📓 var: string1 (val) +┗━━ 📂 dyn3 + ┗━━ 📓 var: string1 (val) diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 00000000..0dcc0bfd --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┣━━ 📂 dynstring3 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 00000000..8c8bc89b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 (string1) +┣━━ 📂 dynstring2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 (string2) +┣━━ 📂 dynstring3 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 (string3) +┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 00000000..ac05959d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 (val1) +┣━━ 📂 dynval2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 (val2) +┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 00000000..f07f7751 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┣━━ 📂 dynval2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.sh b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.sh new file mode 100644 index 00000000..bea38623 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 (val) +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 (val) +┣━━ 📂 dynstring3 +┃ ┗━━ 📓 var: string1 (val) +┗━━ 📓 newvar: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 00000000..ea2c2789 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 (val) +┣━━ 📂 dynval2 +┃ ┗━━ 📓 var: string1 (val) +┗━━ 📓 newvar: string1 (string1) diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 00000000..cfb6c8db --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 (string1) +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 (string2) +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 (string3) diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 00000000..ee955dfa --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 (val1) +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 (val2) diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 00000000..cfb6c8db --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 (string1) +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 (string2) +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 (string3) diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 00000000..ee955dfa --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 (val1) +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 (val2) diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.sh new file mode 100644 index 00000000..c67ca5ce --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynstring3 +┃ ┗━━ 📓 var: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 00000000..daf19661 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynval2 +┃ ┗━━ 📓 var: string1 +┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 00000000..ca1c5036 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 dynval1 + ┣━━ 📓 var: string1 + ┗━━ 📂 family +  ┗━━ 📓 var: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 00000000..d795d71b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dyn_string1 +┃ ┗━━ 📓 var: string1 (string1) +┣━━ 📂 dyn_string2 +┃ ┗━━ 📓 var: string1 (string2) +┣━━ 📂 dyn_string3 +┃ ┗━━ 📓 var: string1 (string3) +┗━━ 📓 var2: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 00000000..d5606bb9 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dyn_val1 +┃ ┗━━ 📓 var: string1 (val1) +┣━━ 📂 dyn_val2 +┃ ┗━━ 📓 var: string1 (val2) +┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership.sh b/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership.sh new file mode 100644 index 00000000..686f6613 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership.sh @@ -0,0 +1,52 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📂 leadership +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string1 +┃  ┃ ┣━━ 📓 follower1: string1 +┃  ┃ ┗━━ 📓 follower2: string1 +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string2 +┃  ┃ ┣━━ 📓 follower1: string2 +┃  ┃ ┗━━ 📓 follower2: string2 +┃  ┗━━ 📂 leader +┃   ┣━━ 📓 leader: string3 +┃   ┣━━ 📓 follower1: string3 +┃   ┗━━ 📓 follower2: string3 +┣━━ 📂 dynstring2 +┃ ┗━━ 📂 leadership +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string1 +┃  ┃ ┣━━ 📓 follower1: string1 +┃  ┃ ┗━━ 📓 follower2: string1 +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string2 +┃  ┃ ┣━━ 📓 follower1: string2 +┃  ┃ ┗━━ 📓 follower2: string2 +┃  ┗━━ 📂 leader +┃   ┣━━ 📓 leader: string3 +┃   ┣━━ 📓 follower1: string3 +┃   ┗━━ 📓 follower2: string3 +┗━━ 📂 dynstring3 + ┗━━ 📂 leadership +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.sh b/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 00000000..08932607 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,37 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📂 leadership +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string1 +┃  ┃ ┣━━ 📓 follower1: string1 +┃  ┃ ┗━━ 📓 follower2: string1 +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string2 +┃  ┃ ┣━━ 📓 follower1: string2 +┃  ┃ ┗━━ 📓 follower2: string2 +┃  ┗━━ 📂 leader +┃   ┣━━ 📓 leader: string3 +┃   ┣━━ 📓 follower1: string3 +┃   ┗━━ 📓 follower2: string3 +┗━━ 📂 dynval2 + ┗━━ 📂 leadership +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_read_write_mandatory_secrets/60_9family_dynamic_calc_both.sh b/tests/results/test_read_write_mandatory_secrets/60_9family_dynamic_calc_both.sh new file mode 100644 index 00000000..a2be9712 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/60_9family_dynamic_calc_both.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var: string1 (val2) +┣━━ 📂 dynval1 +┃ ┗━━ 📓 vardyn: string1 +┗━━ 📂 dynstring1 + ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_read_write_mandatory_secrets/68_0family_leadership_mode.sh b/tests/results/test_read_write_mandatory_secrets/68_0family_leadership_mode.sh new file mode 100644 index 00000000..6392babb --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/68_0family_leadership_mode.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: string1 + ┃ ┗━━ 📓 follower2: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: string2 + ┃ ┗━━ 📓 follower2: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: string3 +  ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_0empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_0empty.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_0empty.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_0version_underscore.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_0version_underscore.sh new file mode 100644 index 00000000..7c10f7be --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_0version_underscore.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - version (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_1empty_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_1empty_variable.sh new file mode 100644 index 00000000..fb7ea795 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_1empty_variable.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - empty diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated.sh new file mode 100644 index 00000000..ea81b841 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┗━━ 📓 var2 : + ┗━━ no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_multi.sh new file mode 100644 index 00000000..79f67bce --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_multi.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ no +┃ ┣━━ yes +┃ ┗━━ maybe +┗━━ 📓 var2 : + ┣━━ no + ┣━━ yes + ┗━━ maybe diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_variable_transitive.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_variable_transitive.sh new file mode 100644 index 00000000..9fb9f2d1 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - var1 (a first variable) +┗━━  - var2 (a second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_4load_subfolder.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_4load_subfolder.sh new file mode 100644 index 00000000..c1ceb3b1 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_4load_subfolder.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - var1 (a variable) +┗━━  - var2 (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_5load_notype.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_5load_notype.sh new file mode 100644 index 00000000..35da8886 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_5load_notype.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 without_type: non diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6boolean.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6boolean.sh new file mode 100644 index 00000000..6805146e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6boolean.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: true +┣━━ 📓 var2: true +┣━━ 📓 var3: true +┣━━ 📓 var4: false +┣━━ 📓 var5: false +┗━━ 📓 var6: false diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6boolean_no_mandatory.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6boolean_no_mandatory.sh new file mode 100644 index 00000000..66d2b7d8 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6boolean_no_mandatory.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: true diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6choice.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice.sh new file mode 100644 index 00000000..c4ddc421 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - var1 (the first variable) +┗━━  - var2 (the second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_calculation.sh new file mode 100644 index 00000000..03c04da5 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: 9 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_variable.sh new file mode 100644 index 00000000..235edb0a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6choice_variable.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ a +┃ ┣━━ b +┃ ┗━━ c +┗━━ 📓 var2: a diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6custom.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6custom.sh new file mode 100644 index 00000000..43329070 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6custom.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - custom1 (the first variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6domainname.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6domainname.sh new file mode 100644 index 00000000..b67665a5 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6domainname.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6domainname_params.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6domainname_params.sh new file mode 100644 index 00000000..b67665a5 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6domainname_params.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6float.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6float.sh new file mode 100644 index 00000000..5199bcc5 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6float.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: 0.0 +┣━━ 📓 var2: 0.0 +┣━━ 📓 var3: 0.0 +┣━━ 📓 var4: 10.1 +┣━━ 📓 var5: 10.1 +┗━━ 📓 var6: 10.1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6number.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6number.sh new file mode 100644 index 00000000..c7c986ac --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6number.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: 0 +┣━━ 📓 var2: 0 +┣━━ 📓 var3: 0 +┣━━ 📓 var4: 10 +┣━━ 📓 var5: 10 +┗━━ 📓 var6: 10 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6port.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6port.sh new file mode 100644 index 00000000..e844c329 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6port.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - variable1 (a port variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6regexp.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6regexp.sh new file mode 100644 index 00000000..cdbcab15 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6regexp.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: #a1a1a1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_6string.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_6string.sh new file mode 100644 index 00000000..cc61947d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_6string.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - var1 (the first variable) +┣━━  - var2 (the second variable) +┗━━  - var3 (the third variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_7choice_quote.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_7choice_quote.sh new file mode 100644 index 00000000..c8c584b6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_7choice_quote.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: quote' diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_7help_quote.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_7help_quote.sh new file mode 100644 index 00000000..c4ddc421 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_7help_quote.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - var1 (the first variable) +┗━━  - var2 (the second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote.sh new file mode 100644 index 00000000..aaf6caaa --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: quote" diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote2.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote2.sh new file mode 100644 index 00000000..0e8e8d3f --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote2.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: quote'" diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote3.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote3.sh new file mode 100644 index 00000000..4ea09210 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_7value_doublequote3.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: quote\"\' diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_7value_quote.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_7value_quote.sh new file mode 100644 index 00000000..acdb9f02 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_7value_quote.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: quote' diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_8calculation_information.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_8calculation_information.sh new file mode 100644 index 00000000..6b275e07 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_8calculation_information.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_8test.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_8test.sh new file mode 100644 index 00000000..042e7425 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_8test.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - var1 (the first variable) +┣━━  - var3 (the third variable) +┗━━  - var6 (the sixth variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9choice_variable_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9choice_variable_multi.sh new file mode 100644 index 00000000..a791e3ae --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9choice_variable_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - variable1 (a first variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9choice_variables.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9choice_variables.sh new file mode 100644 index 00000000..6e39835a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9choice_variables.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 source_variable_1: val1 +┣━━ 📓 source_variable_2: val2 +┗━━ 📓 my_variable: val1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation.sh new file mode 100644 index 00000000..1c17dd63 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string_1_True_None diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_information.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_information.sh new file mode 100644 index 00000000..47ef9dea --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_information.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - var (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_information_other_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_information_other_variable.sh new file mode 100644 index 00000000..9fb9f2d1 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - var1 (a first variable) +┗━━  - var2 (a second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional.sh new file mode 100644 index 00000000..eac7e255 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable: val1 +┗━━ 📓 my_calculated_variable : + ┗━━ val1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional2.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional2.sh new file mode 100644 index 00000000..eac7e255 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable: val1 +┗━━ 📓 my_calculated_variable : + ┗━━ val1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_optional.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_optional.sh new file mode 100644 index 00000000..b04705f0 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_optional.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - my_calculated_variable diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_optional_exists.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_optional_exists.sh new file mode 100644 index 00000000..75363699 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_optional_exists.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable : +┃ ┣━━ val1 +┃ ┗━━ val2 +┗━━ 📓 my_calculated_variable : + ┣━━ val1 + ┗━━ val2 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_param_optional.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_param_optional.sh new file mode 100644 index 00000000..95b4d3c3 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_calculation_param_optional.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┗━━ 📓 var2: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_information_other_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_information_other_variable.sh new file mode 100644 index 00000000..9fb9f2d1 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_information_other_variable.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - var1 (a first variable) +┗━━  - var2 (a second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/00_9default_integer.sh b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_integer.sh new file mode 100644 index 00000000..03c04da5 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/00_9default_integer.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: 9 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_6boolean_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_6boolean_multi.sh new file mode 100644 index 00000000..2efa8423 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_6boolean_multi.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┗━━ true +┣━━ 📓 var2 : +┃ ┗━━ true +┣━━ 📓 var3 : +┃ ┗━━ true +┣━━ 📓 var4 : +┃ ┗━━ false +┣━━ 📓 var5 : +┃ ┗━━ false +┣━━ 📓 var6 : +┃ ┗━━ false +┣━━ 📓 var7 : +┃ ┗━━ true +┗━━ 📓 var8 : + ┗━━ true diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_6custom_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_6custom_multi.sh new file mode 100644 index 00000000..602bb0ba --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_6custom_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - custom1 (a first custom variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_6float_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_6float_multi.sh new file mode 100644 index 00000000..4e5008a6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_6float_multi.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┗━━ 0.0 +┣━━ 📓 var2 : +┃ ┗━━ 0.0 +┣━━ 📓 var3 : +┃ ┗━━ 0.0 +┣━━ 📓 var4 : +┃ ┗━━ 10.1 +┣━━ 📓 var5 : +┃ ┗━━ 10.1 +┣━━ 📓 var6 : +┃ ┗━━ 10.1 +┣━━ 📓 var7 : +┃ ┗━━ 0.0 +┗━━ 📓 var8 : + ┗━━ 0.0 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_6number_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_6number_multi.sh new file mode 100644 index 00000000..7dee2a94 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_6number_multi.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┗━━ 0 +┣━━ 📓 var2 : +┃ ┗━━ 0 +┣━━ 📓 var3 : +┃ ┗━━ 0 +┣━━ 📓 var4 : +┃ ┗━━ 10 +┣━━ 📓 var5 : +┃ ┗━━ 10 +┣━━ 📓 var6 : +┃ ┗━━ 10 +┣━━ 📓 var7 : +┃ ┗━━ 0 +┗━━ 📓 var8 : + ┗━━ 0 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_6string_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_6string_empty.sh new file mode 100644 index 00000000..912bfc27 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_6string_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - var1 (the second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_6string_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_6string_multi.sh new file mode 100644 index 00000000..cc61947d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_6string_multi.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - var1 (the first variable) +┣━━  - var2 (the second variable) +┗━━  - var3 (the third variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_doublequote.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_doublequote.sh new file mode 100644 index 00000000..809894f2 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_doublequote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┗━━ quote" diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_doublequote2.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_doublequote2.sh new file mode 100644 index 00000000..30de023c --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_doublequote2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┗━━ quote'" diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_quote.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_quote.sh new file mode 100644 index 00000000..50f342f6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_7value_multi_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┗━━ quote' diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_8calculation_information_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_8calculation_information_multi.sh new file mode 100644 index 00000000..6b275e07 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_8calculation_information_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/01_9choice_variable_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/01_9choice_variable_multi.sh new file mode 100644 index 00000000..8a87e54c --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/01_9choice_variable_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - variable2 (a second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_0type_param.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_0type_param.sh new file mode 100644 index 00000000..05d7c5a7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_0type_param.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 int: 10 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save.sh new file mode 100644 index 00000000..4790bac4 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated.sh new file mode 100644 index 00000000..bc7be55a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┗━━ 📓 var2: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 00000000..ac49fef3 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┗━━ 📓 var2: yes diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_hidden.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_1auto_save_and_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden.sh new file mode 100644 index 00000000..b5dc1011 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: value +┗━━ 📓 var3: value diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_2.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_2.sh new file mode 100644 index 00000000..b5dc1011 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_1default_calculation_hidden_2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: value +┗━━ 📓 var3: value diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional.sh new file mode 100644 index 00000000..29461f36 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable.sh new file mode 100644 index 00000000..6b275e07 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable2.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable2.sh new file mode 100644 index 00000000..2a451c33 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable2.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: true diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable3.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable3.sh new file mode 100644 index 00000000..b78ef575 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable3.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: yes diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable4.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable4.sh new file mode 100644 index 00000000..6b275e07 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_variable4.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5validators.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators.sh new file mode 100644 index 00000000..4cb9bddd --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - int (A number) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_differ.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_differ.sh new file mode 100644 index 00000000..ab2871f2 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_differ.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: oui +┗━━ 📓 var2: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi.sh new file mode 100644 index 00000000..69749308 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ no + ┗━━ yes diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi2.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi2.sh new file mode 100644 index 00000000..69749308 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5validators_multi2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ no + ┗━━ yes diff --git a/tests/results/test_read_write_mandatory_secrets_errors/05_0multi_not_uniq.sh b/tests/results/test_read_write_mandatory_secrets_errors/05_0multi_not_uniq.sh new file mode 100644 index 00000000..02a01a7d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/05_0multi_not_uniq.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┗━━ non diff --git a/tests/results/test_read_write_mandatory_secrets_errors/05_0multi_uniq.sh b/tests/results/test_read_write_mandatory_secrets_errors/05_0multi_uniq.sh new file mode 100644 index 00000000..3ba1b776 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/05_0multi_uniq.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┗━━ non diff --git a/tests/results/test_read_write_mandatory_secrets_errors/12_1auto_save_expert.sh b/tests/results/test_read_write_mandatory_secrets_errors/12_1auto_save_expert.sh new file mode 100644 index 00000000..66cfc846 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/12_1auto_save_expert.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_0redefine_description.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_0redefine_description.sh new file mode 100644 index 00000000..45469133 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_0redefine_description.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - var (Redefined) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_2family_redefine_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_2family_redefine_calculation.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_2family_redefine_calculation.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_2family_redefine_disabled.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_2family_redefine_disabled.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_2family_redefine_disabled.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5exists_nonexists.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5exists_nonexists.sh new file mode 100644 index 00000000..426d2762 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5exists_nonexists.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┗━━ 📓 var2: yes diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5exists_redefine.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5exists_redefine.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5exists_redefine.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_calculation.sh new file mode 100644 index 00000000..06e4220a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: yes diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_choice.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_choice.sh new file mode 100644 index 00000000..6b275e07 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_choice.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_default.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_default.sh new file mode 100644 index 00000000..06e4220a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_default.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: yes diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_default_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_default_calculation.sh new file mode 100644 index 00000000..6b275e07 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_default_calculation.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_family.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_family.sh new file mode 100644 index 00000000..65de0a98 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_family.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - family.variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_help.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_help.sh new file mode 100644 index 00000000..360b944c --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_help.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - family.variable (redefine help) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_hidden.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_multi.sh new file mode 100644 index 00000000..3ba1b776 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_multi.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┗━━ non diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_remove_disable_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 00000000..6b275e07 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_5test_redefine.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_5test_redefine.sh new file mode 100644 index 00000000..7327528f --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_5test_redefine.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - var3 (a third variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_6choice_redefine.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_6choice_redefine.sh new file mode 100644 index 00000000..f4ac3c9f --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_6choice_redefine.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: c diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16_6exists_redefine_family.sh b/tests/results/test_read_write_mandatory_secrets_errors/16_6exists_redefine_family.sh new file mode 100644 index 00000000..16e390cf --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16_6exists_redefine_family.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - family1.variable1 (a variable) +┗━━  - family2.variable2 (a second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/16exists_exists.sh b/tests/results/test_read_write_mandatory_secrets_errors/16exists_exists.sh new file mode 100644 index 00000000..efd3f62e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/16exists_exists.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - var (Description) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/17_5redefine_leadership.sh b/tests/results/test_read_write_mandatory_secrets_errors/17_5redefine_leadership.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/17_5redefine_leadership.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_0empty_family.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_0empty_family.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_0empty_family.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_0family_append.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_0family_append.sh new file mode 100644 index 00000000..92fe2499 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_0family_append.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - family.var1 (The first variable) +┗━━  - family.var2 (The second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_0family_underscore.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_0family_underscore.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_0family_underscore.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family.sh new file mode 100644 index 00000000..f1a2fba2 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: null diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_basic.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_basic.sh new file mode 100644 index 00000000..2e2bbccc --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_basic.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - family.subfamily.variable (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_expert.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_expert.sh new file mode 100644 index 00000000..969cf95a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_expert.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: null diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_order.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_order.sh new file mode 100644 index 00000000..83fa6ef7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_0multi_family_order.sh @@ -0,0 +1,6 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - variable (a variable) +┣━━  - family.variable1 (a first variable) +┣━━  - family.subfamily.variable (a variable) +┗━━  - family.variable2 (a second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_0validators_differ_redefine.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_0validators_differ_redefine.sh new file mode 100644 index 00000000..bd7ecf03 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_0validators_differ_redefine.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┣━━ 📓 var2: no +┗━━ 📓 var3: yes diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_1empty_subfamily.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_1empty_subfamily.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_1empty_subfamily.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_9default_information_parent.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_9default_information_parent.sh new file mode 100644 index 00000000..4384908d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_9default_information_parent.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - family.var1 (a first variable) +┗━━  - family.var2 (a second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_condition_sub_family.sh b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 00000000..c8ba74f7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - family.subfamily.var1 (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 00000000..2a451c33 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: true diff --git a/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 00000000..fd7388e1 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - family.sub_family.var1 (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/24_0family_mandatory_condition.sh b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_mandatory_condition.sh new file mode 100644 index 00000000..a34c17a6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_mandatory_condition.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: no +┗━━ 📓 var: null diff --git a/tests/results/test_read_write_mandatory_secrets_errors/24_0family_mandatory_condition_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_mandatory_condition_variable.sh new file mode 100644 index 00000000..47ef9dea --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - var (a variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/24_7validators_variable_optional.sh b/tests/results/test_read_write_mandatory_secrets_errors/24_7validators_variable_optional.sh new file mode 100644 index 00000000..f026875c --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/24_7validators_variable_optional.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - general.int (a first number) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/24_family_disabled_var_hidden.sh b/tests/results/test_read_write_mandatory_secrets_errors/24_family_disabled_var_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/24_family_disabled_var_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership.sh new file mode 100644 index 00000000..cac53c1d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - leader.leader (a leader) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_diff_name.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_diff_name.sh new file mode 100644 index 00000000..85a75300 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_diff_name.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - leadership.leader (a leader) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_empty.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_empty.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_follower_default_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_follower_default_calculation.sh new file mode 100644 index 00000000..cac53c1d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - leader.leader (a leader) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_follower_default_value.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_follower_default_value.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_follower_default_value.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_leader_not_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_leader_not_multi.sh new file mode 100644 index 00000000..f36ee3c4 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_0leadership_leader_not_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - general1.leader.leader diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_1leadership_append_follower.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_1leadership_append_follower.sh new file mode 100644 index 00000000..8a84ee5a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_1leadership_append_follower.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - leader.leader (the leader) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_6leadership_follower_multi.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_6leadership_follower_multi.sh new file mode 100644 index 00000000..b97caa1a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_6leadership_follower_multi.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - leadership.leader (The leader) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_boolean.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_boolean.sh new file mode 100644 index 00000000..2c419a15 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_boolean.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 bool: false +┣━━ 📓 multi1 : +┃ ┗━━ false +┗━━ 📓 multi2 : + ┣━━ true + ┗━━ false diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable.sh new file mode 100644 index 00000000..8d7ff251 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ no +┃ ┗━━ yes +┣━━ 📓 var2: no +┗━━ 📓 var3: yes diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent.sh new file mode 100644 index 00000000..457599c6 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var: no +┗━━ 📂 fam1 + ┗━━ 📓 var: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent2.sh b/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 00000000..7fd8094b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 fam1 +┃ ┗━━ 📓 var: no +┗━━ 📂 fam2 + ┗━━ 📓 var: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/41_0choice_leader.sh b/tests/results/test_read_write_mandatory_secrets_errors/41_0choice_leader.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/41_0choice_leader.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets_errors/44_0leadership_hidden.sh b/tests/results/test_read_write_mandatory_secrets_errors/44_0leadership_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/44_0leadership_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/44_0leadership_leader_hidden.sh b/tests/results/test_read_write_mandatory_secrets_errors/44_0leadership_leader_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/44_0leadership_leader_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/44_1leadership_append_hidden_follower.sh b/tests/results/test_read_write_mandatory_secrets_errors/44_1leadership_append_hidden_follower.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/44_4leadership_mandatory.sh b/tests/results/test_read_write_mandatory_secrets_errors/44_4leadership_mandatory.sh new file mode 100644 index 00000000..cac53c1d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/44_4leadership_mandatory.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - leader.leader (a leader) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/44_4leadership_mandatory_follower.sh b/tests/results/test_read_write_mandatory_secrets_errors/44_4leadership_mandatory_follower.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/44_4leadership_mandatory_follower.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write_mandatory_secrets_errors/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 00000000..29461f36 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: no diff --git a/tests/results/test_read_write_mandatory_secrets_errors/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_read_write_mandatory_secrets_errors/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 00000000..cac53c1d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - leader.leader (a leader) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic.sh new file mode 100644 index 00000000..7803f1ef --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - dynval1.var (A dynamic variable) +┗━━  - dynval2.var (A dynamic variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1.sh new file mode 100644 index 00000000..16704d1e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - dynval1.vardyn (A dynamic variable) +┗━━  - dynval2.vardyn (A dynamic variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description.sh new file mode 100644 index 00000000..6d66538d --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - dynval1.var +┗━━  - dynval2.var diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_static.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_static.sh new file mode 100644 index 00000000..fd40da64 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_static.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - dynval1.var (a variable inside a dynamic family) +┗━━  - dynval2.var (a variable inside a dynamic family) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_test.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_test.sh new file mode 100644 index 00000000..c2441884 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_test.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - var (A suffix variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_empty.sh new file mode 100644 index 00000000..5a5145b3 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - var (a suffix variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 00000000..50b6af7c --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: a value +┗━━ 📂 dynval2 + ┗━━ 📓 var: a value diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 00000000..c2441884 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - var (A suffix variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_empty.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_empty.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_hidden.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_0family_mode.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_mode.sh new file mode 100644 index 00000000..b185000b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_0family_mode.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 var: non diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_1family_dynamic_jinja.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_1family_dynamic_jinja.sh new file mode 100644 index 00000000..89255b7b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_1family_dynamic_jinja.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dyn1 +┃ ┗━━ 📓 var: val +┗━━ 📂 dyn2 + ┗━━ 📓 var: val diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 00000000..6f81c2a3 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - dynval1.family.var (with a variable) +┣━━  - dynval2.family.var (with a variable) +┗━━  - var2 (a second variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 00000000..542bbf08 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: val1 +┣━━ 📂 dynval2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: val2 +┗━━ 📓 var2: val1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 00000000..1f9cfb6b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 00000000..c4f11bb7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc.sh new file mode 100644 index 00000000..71918dc5 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: val +┣━━ 📂 dynval2 +┃ ┗━━ 📓 var: val +┗━━ 📓 newvar: val diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 00000000..339e3f54 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┗━━ 📓 newvar: null diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 00000000..a8f9d1e7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: val1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: val2 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 00000000..a8f9d1e7 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: val1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: val2 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable.sh new file mode 100644 index 00000000..a2f49786 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,5 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - dynval1.var (A dynamic variable) +┣━━  - dynval2.var (A dynamic variable) +┗━━  - var2 (A variable calculated) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 00000000..3e222d20 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,3 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┗━━  - var2 (A variable calculated) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 00000000..94239c1a --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 dynval1 + ┣━━ 📓 var: null + ┗━━ 📂 family +  ┗━━ 📓 var: null diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 00000000..db50fc0e --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dyn_val1 +┃ ┗━━ 📓 var: val1 +┣━━ 📂 dyn_val2 +┃ ┗━━ 📓 var: val2 +┗━━ 📓 var2: val1 diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 00000000..1f9cfb6b --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership.sh new file mode 100644 index 00000000..7ba1c5ad --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - dynval1.leadership.leader (a leader) +┗━━  - dynval2.leadership.leader (a leader) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership_empty.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write_mandatory_secrets_errors/60_9family_dynamic_calc_both.sh b/tests/results/test_read_write_mandatory_secrets_errors/60_9family_dynamic_calc_both.sh new file mode 100644 index 00000000..b7e0f4bb --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/60_9family_dynamic_calc_both.sh @@ -0,0 +1,4 @@ +🛑 ERRORS +┣━━ The following variables are mandatory but have no value: +┣━━  - dynval1.vardyn (a dynamic variable) +┗━━  - dynval2.vardyn (a dynamic variable) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/68_0family_leadership_mode.sh b/tests/results/test_read_write_mandatory_secrets_errors/68_0family_leadership_mode.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/68_0family_leadership_mode.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/00_0empty.sh b/tests/results/test_read_write_secrets/00_0empty.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_0empty.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/00_0version_underscore.sh b/tests/results/test_read_write_secrets/00_0version_underscore.sh new file mode 100644 index 00000000..52cdafe0 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_0version_underscore.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 version: null diff --git a/tests/results/test_read_write_secrets/00_1empty_variable.sh b/tests/results/test_read_write_secrets/00_1empty_variable.sh new file mode 100644 index 00000000..299bf27c --- /dev/null +++ b/tests/results/test_read_write_secrets/00_1empty_variable.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 empty: null diff --git a/tests/results/test_read_write_secrets/00_2default_calculated.sh b/tests/results/test_read_write_secrets/00_2default_calculated.sh new file mode 100644 index 00000000..ea81b841 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_2default_calculated.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┗━━ 📓 var2 : + ┗━━ no diff --git a/tests/results/test_read_write_secrets/00_2default_calculated_multi.sh b/tests/results/test_read_write_secrets/00_2default_calculated_multi.sh new file mode 100644 index 00000000..79f67bce --- /dev/null +++ b/tests/results/test_read_write_secrets/00_2default_calculated_multi.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ no +┃ ┣━━ yes +┃ ┗━━ maybe +┗━━ 📓 var2 : + ┣━━ no + ┣━━ yes + ┗━━ maybe diff --git a/tests/results/test_read_write_secrets/00_2default_calculated_variable_transitive.sh b/tests/results/test_read_write_secrets/00_2default_calculated_variable_transitive.sh new file mode 100644 index 00000000..82482045 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┗━━ 📓 var2 : diff --git a/tests/results/test_read_write_secrets/00_4load_subfolder.sh b/tests/results/test_read_write_secrets/00_4load_subfolder.sh new file mode 100644 index 00000000..0ee42472 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_4load_subfolder.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: null +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write_secrets/00_5load_notype.sh b/tests/results/test_read_write_secrets/00_5load_notype.sh new file mode 100644 index 00000000..35da8886 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_5load_notype.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 without_type: non diff --git a/tests/results/test_read_write_secrets/00_6boolean.sh b/tests/results/test_read_write_secrets/00_6boolean.sh new file mode 100644 index 00000000..6805146e --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6boolean.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: true +┣━━ 📓 var2: true +┣━━ 📓 var3: true +┣━━ 📓 var4: false +┣━━ 📓 var5: false +┗━━ 📓 var6: false diff --git a/tests/results/test_read_write_secrets/00_6boolean_no_mandatory.sh b/tests/results/test_read_write_secrets/00_6boolean_no_mandatory.sh new file mode 100644 index 00000000..66d2b7d8 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6boolean_no_mandatory.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: true diff --git a/tests/results/test_read_write_secrets/00_6choice.sh b/tests/results/test_read_write_secrets/00_6choice.sh new file mode 100644 index 00000000..bb6ec9af --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6choice.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: null +┣━━ 📓 var2: null +┣━━ 📓 var3: null +┣━━ 📓 var4: null +┣━━ 📓 var5: a +┗━━ 📓 var6: 1 diff --git a/tests/results/test_read_write_secrets/00_6choice_calculation.sh b/tests/results/test_read_write_secrets/00_6choice_calculation.sh new file mode 100644 index 00000000..03c04da5 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6choice_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: 9 diff --git a/tests/results/test_read_write_secrets/00_6choice_variable.sh b/tests/results/test_read_write_secrets/00_6choice_variable.sh new file mode 100644 index 00000000..235edb0a --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6choice_variable.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ a +┃ ┣━━ b +┃ ┗━━ c +┗━━ 📓 var2: a diff --git a/tests/results/test_read_write_secrets/00_6custom.sh b/tests/results/test_read_write_secrets/00_6custom.sh new file mode 100644 index 00000000..acf7c861 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6custom.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 custom1: null +┗━━ 📓 custom2: value diff --git a/tests/results/test_read_write_secrets/00_6domainname.sh b/tests/results/test_read_write_secrets/00_6domainname.sh new file mode 100644 index 00000000..b67665a5 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6domainname.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_read_write_secrets/00_6domainname_params.sh b/tests/results/test_read_write_secrets/00_6domainname_params.sh new file mode 100644 index 00000000..b67665a5 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6domainname_params.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: my.domain.name diff --git a/tests/results/test_read_write_secrets/00_6float.sh b/tests/results/test_read_write_secrets/00_6float.sh new file mode 100644 index 00000000..5199bcc5 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6float.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: 0.0 +┣━━ 📓 var2: 0.0 +┣━━ 📓 var3: 0.0 +┣━━ 📓 var4: 10.1 +┣━━ 📓 var5: 10.1 +┗━━ 📓 var6: 10.1 diff --git a/tests/results/test_read_write_secrets/00_6number.sh b/tests/results/test_read_write_secrets/00_6number.sh new file mode 100644 index 00000000..c7c986ac --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6number.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: 0 +┣━━ 📓 var2: 0 +┣━━ 📓 var3: 0 +┣━━ 📓 var4: 10 +┣━━ 📓 var5: 10 +┗━━ 📓 var6: 10 diff --git a/tests/results/test_read_write_secrets/00_6port.sh b/tests/results/test_read_write_secrets/00_6port.sh new file mode 100644 index 00000000..796d724e --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6port.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable1: null +┣━━ 📓 variable2: 8080 +┗━━ 📓 variable3: 8080 diff --git a/tests/results/test_read_write_secrets/00_6regexp.sh b/tests/results/test_read_write_secrets/00_6regexp.sh new file mode 100644 index 00000000..cdbcab15 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6regexp.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: #a1a1a1 diff --git a/tests/results/test_read_write_secrets/00_6string.sh b/tests/results/test_read_write_secrets/00_6string.sh new file mode 100644 index 00000000..298fcccd --- /dev/null +++ b/tests/results/test_read_write_secrets/00_6string.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: null +┣━━ 📓 var2: null +┣━━ 📓 var3: null +┣━━ 📓 var4: value +┣━━ 📓 var5: value +┗━━ 📓 var6: value diff --git a/tests/results/test_read_write_secrets/00_7choice_quote.sh b/tests/results/test_read_write_secrets/00_7choice_quote.sh new file mode 100644 index 00000000..c8c584b6 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_7choice_quote.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: quote' diff --git a/tests/results/test_read_write_secrets/00_7help_quote.sh b/tests/results/test_read_write_secrets/00_7help_quote.sh new file mode 100644 index 00000000..0ee42472 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_7help_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: null +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write_secrets/00_7value_doublequote.sh b/tests/results/test_read_write_secrets/00_7value_doublequote.sh new file mode 100644 index 00000000..aaf6caaa --- /dev/null +++ b/tests/results/test_read_write_secrets/00_7value_doublequote.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: quote" diff --git a/tests/results/test_read_write_secrets/00_7value_doublequote2.sh b/tests/results/test_read_write_secrets/00_7value_doublequote2.sh new file mode 100644 index 00000000..0e8e8d3f --- /dev/null +++ b/tests/results/test_read_write_secrets/00_7value_doublequote2.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: quote'" diff --git a/tests/results/test_read_write_secrets/00_7value_doublequote3.sh b/tests/results/test_read_write_secrets/00_7value_doublequote3.sh new file mode 100644 index 00000000..4ea09210 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_7value_doublequote3.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: quote\"\' diff --git a/tests/results/test_read_write_secrets/00_7value_quote.sh b/tests/results/test_read_write_secrets/00_7value_quote.sh new file mode 100644 index 00000000..acdb9f02 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_7value_quote.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: quote' diff --git a/tests/results/test_read_write_secrets/00_8calculation_information.sh b/tests/results/test_read_write_secrets/00_8calculation_information.sh new file mode 100644 index 00000000..caae029e --- /dev/null +++ b/tests/results/test_read_write_secrets/00_8calculation_information.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: null diff --git a/tests/results/test_read_write_secrets/00_8test.sh b/tests/results/test_read_write_secrets/00_8test.sh new file mode 100644 index 00000000..49e438a3 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_8test.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: null +┣━━ 📓 var2: value +┣━━ 📓 var3: null +┣━━ 📓 var4: null +┣━━ 📓 var5: true +┗━━ 📓 var6 : diff --git a/tests/results/test_read_write_secrets/00_9choice_variable_multi.sh b/tests/results/test_read_write_secrets/00_9choice_variable_multi.sh new file mode 100644 index 00000000..abf5529a --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9choice_variable_multi.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable1 : +┗━━ 📓 variable2 : diff --git a/tests/results/test_read_write_secrets/00_9choice_variables.sh b/tests/results/test_read_write_secrets/00_9choice_variables.sh new file mode 100644 index 00000000..6e39835a --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9choice_variables.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 source_variable_1: val1 +┣━━ 📓 source_variable_2: val2 +┗━━ 📓 my_variable: val1 diff --git a/tests/results/test_read_write_secrets/00_9default_calculation.sh b/tests/results/test_read_write_secrets/00_9default_calculation.sh new file mode 100644 index 00000000..1c17dd63 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string_1_True_None diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_information.sh b/tests/results/test_read_write_secrets/00_9default_calculation_information.sh new file mode 100644 index 00000000..e46acca6 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation_information.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: null diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_information_other_variable.sh b/tests/results/test_read_write_secrets/00_9default_calculation_information_other_variable.sh new file mode 100644 index 00000000..0ee42472 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: null +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional.sh b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional.sh new file mode 100644 index 00000000..eac7e255 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable: val1 +┗━━ 📓 my_calculated_variable : + ┗━━ val1 diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional2.sh b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional2.sh new file mode 100644 index 00000000..eac7e255 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable: val1 +┗━━ 📓 my_calculated_variable : + ┗━━ val1 diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_optional.sh b/tests/results/test_read_write_secrets/00_9default_calculation_optional.sh new file mode 100644 index 00000000..416e8d00 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation_optional.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 my_calculated_variable : diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_optional_exists.sh b/tests/results/test_read_write_secrets/00_9default_calculation_optional_exists.sh new file mode 100644 index 00000000..75363699 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation_optional_exists.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable : +┃ ┣━━ val1 +┃ ┗━━ val2 +┗━━ 📓 my_calculated_variable : + ┣━━ val1 + ┗━━ val2 diff --git a/tests/results/test_read_write_secrets/00_9default_calculation_param_optional.sh b/tests/results/test_read_write_secrets/00_9default_calculation_param_optional.sh new file mode 100644 index 00000000..95b4d3c3 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_calculation_param_optional.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┗━━ 📓 var2: no diff --git a/tests/results/test_read_write_secrets/00_9default_information_other_variable.sh b/tests/results/test_read_write_secrets/00_9default_information_other_variable.sh new file mode 100644 index 00000000..0ee42472 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_information_other_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: null +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write_secrets/00_9default_integer.sh b/tests/results/test_read_write_secrets/00_9default_integer.sh new file mode 100644 index 00000000..03c04da5 --- /dev/null +++ b/tests/results/test_read_write_secrets/00_9default_integer.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: 9 diff --git a/tests/results/test_read_write_secrets/01_6boolean_multi.sh b/tests/results/test_read_write_secrets/01_6boolean_multi.sh new file mode 100644 index 00000000..2efa8423 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_6boolean_multi.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┗━━ true +┣━━ 📓 var2 : +┃ ┗━━ true +┣━━ 📓 var3 : +┃ ┗━━ true +┣━━ 📓 var4 : +┃ ┗━━ false +┣━━ 📓 var5 : +┃ ┗━━ false +┣━━ 📓 var6 : +┃ ┗━━ false +┣━━ 📓 var7 : +┃ ┗━━ true +┗━━ 📓 var8 : + ┗━━ true diff --git a/tests/results/test_read_write_secrets/01_6custom_multi.sh b/tests/results/test_read_write_secrets/01_6custom_multi.sh new file mode 100644 index 00000000..65d524e0 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_6custom_multi.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 custom1 : +┗━━ 📓 custom2 : + ┗━━ value diff --git a/tests/results/test_read_write_secrets/01_6float_multi.sh b/tests/results/test_read_write_secrets/01_6float_multi.sh new file mode 100644 index 00000000..4e5008a6 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_6float_multi.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┗━━ 0.0 +┣━━ 📓 var2 : +┃ ┗━━ 0.0 +┣━━ 📓 var3 : +┃ ┗━━ 0.0 +┣━━ 📓 var4 : +┃ ┗━━ 10.1 +┣━━ 📓 var5 : +┃ ┗━━ 10.1 +┣━━ 📓 var6 : +┃ ┗━━ 10.1 +┣━━ 📓 var7 : +┃ ┗━━ 0.0 +┗━━ 📓 var8 : + ┗━━ 0.0 diff --git a/tests/results/test_read_write_secrets/01_6number_multi.sh b/tests/results/test_read_write_secrets/01_6number_multi.sh new file mode 100644 index 00000000..7dee2a94 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_6number_multi.sh @@ -0,0 +1,22 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┗━━ 0 +┣━━ 📓 var2 : +┃ ┗━━ 0 +┣━━ 📓 var3 : +┃ ┗━━ 0 +┣━━ 📓 var4 : +┃ ┗━━ 10 +┣━━ 📓 var5 : +┃ ┗━━ 10 +┣━━ 📓 var6 : +┃ ┗━━ 10 +┣━━ 📓 var7 : +┃ ┗━━ 0 +┗━━ 📓 var8 : + ┗━━ 0 diff --git a/tests/results/test_read_write_secrets/01_6string_empty.sh b/tests/results/test_read_write_secrets/01_6string_empty.sh new file mode 100644 index 00000000..e1cc3d94 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_6string_empty.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ value + ┗━━ null diff --git a/tests/results/test_read_write_secrets/01_6string_multi.sh b/tests/results/test_read_write_secrets/01_6string_multi.sh new file mode 100644 index 00000000..b318db88 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_6string_multi.sh @@ -0,0 +1,19 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┣━━ 📓 var2 : +┣━━ 📓 var3: null +┣━━ 📓 var4 : +┃ ┗━━ value +┣━━ 📓 var5 : +┃ ┗━━ value +┣━━ 📓 var6 : +┃ ┗━━ value +┣━━ 📓 var7 : +┃ ┗━━ value +┗━━ 📓 var8 : + ┗━━ value diff --git a/tests/results/test_read_write_secrets/01_7value_multi_doublequote.sh b/tests/results/test_read_write_secrets/01_7value_multi_doublequote.sh new file mode 100644 index 00000000..809894f2 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_7value_multi_doublequote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┗━━ quote" diff --git a/tests/results/test_read_write_secrets/01_7value_multi_doublequote2.sh b/tests/results/test_read_write_secrets/01_7value_multi_doublequote2.sh new file mode 100644 index 00000000..30de023c --- /dev/null +++ b/tests/results/test_read_write_secrets/01_7value_multi_doublequote2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┗━━ quote'" diff --git a/tests/results/test_read_write_secrets/01_7value_multi_quote.sh b/tests/results/test_read_write_secrets/01_7value_multi_quote.sh new file mode 100644 index 00000000..50f342f6 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_7value_multi_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┗━━ quote' diff --git a/tests/results/test_read_write_secrets/01_8calculation_information_multi.sh b/tests/results/test_read_write_secrets/01_8calculation_information_multi.sh new file mode 100644 index 00000000..de4bc3b7 --- /dev/null +++ b/tests/results/test_read_write_secrets/01_8calculation_information_multi.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : diff --git a/tests/results/test_read_write_secrets/01_9choice_variable_multi.sh b/tests/results/test_read_write_secrets/01_9choice_variable_multi.sh new file mode 100644 index 00000000..7d1c77fe --- /dev/null +++ b/tests/results/test_read_write_secrets/01_9choice_variable_multi.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable1 : +┃ ┣━━ a +┃ ┣━━ b +┃ ┗━━ c +┗━━ 📓 variable2: null diff --git a/tests/results/test_read_write_secrets/04_0type_param.sh b/tests/results/test_read_write_secrets/04_0type_param.sh new file mode 100644 index 00000000..05d7c5a7 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_0type_param.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 int: 10 diff --git a/tests/results/test_read_write_secrets/04_1auto_save.sh b/tests/results/test_read_write_secrets/04_1auto_save.sh new file mode 100644 index 00000000..4790bac4 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1auto_save.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: no diff --git a/tests/results/test_read_write_secrets/04_1auto_save_and_calculated.sh b/tests/results/test_read_write_secrets/04_1auto_save_and_calculated.sh new file mode 100644 index 00000000..bc7be55a --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1auto_save_and_calculated.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┗━━ 📓 var2: no diff --git a/tests/results/test_read_write_secrets/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_read_write_secrets/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 00000000..ac49fef3 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┗━━ 📓 var2: yes diff --git a/tests/results/test_read_write_secrets/04_1auto_save_and_hidden.sh b/tests/results/test_read_write_secrets/04_1auto_save_and_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1auto_save_and_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/04_1default_calculation_hidden.sh b/tests/results/test_read_write_secrets/04_1default_calculation_hidden.sh new file mode 100644 index 00000000..b5dc1011 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: value +┗━━ 📓 var3: value diff --git a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_2.sh b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_2.sh new file mode 100644 index 00000000..b5dc1011 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: value +┗━━ 📓 var3: value diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_optional.sh b/tests/results/test_read_write_secrets/04_5disabled_calculation_optional.sh new file mode 100644 index 00000000..29461f36 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_optional.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: no diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable.sh b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable.sh new file mode 100644 index 00000000..cc821db8 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: false +┗━━ 📓 variable: null diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable2.sh b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable2.sh new file mode 100644 index 00000000..2a451c33 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable2.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: true diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable3.sh b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable3.sh new file mode 100644 index 00000000..b78ef575 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable3.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: yes diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable4.sh b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable4.sh new file mode 100644 index 00000000..04348080 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable4.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: yes +┗━━ 📓 variable: null diff --git a/tests/results/test_read_write_secrets/04_5validators.sh b/tests/results/test_read_write_secrets/04_5validators.sh new file mode 100644 index 00000000..27abddf7 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5validators.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 int: null diff --git a/tests/results/test_read_write_secrets/04_5validators_differ.sh b/tests/results/test_read_write_secrets/04_5validators_differ.sh new file mode 100644 index 00000000..ab2871f2 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5validators_differ.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: oui +┗━━ 📓 var2: no diff --git a/tests/results/test_read_write_secrets/04_5validators_multi.sh b/tests/results/test_read_write_secrets/04_5validators_multi.sh new file mode 100644 index 00000000..69749308 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5validators_multi.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ no + ┗━━ yes diff --git a/tests/results/test_read_write_secrets/04_5validators_multi2.sh b/tests/results/test_read_write_secrets/04_5validators_multi2.sh new file mode 100644 index 00000000..69749308 --- /dev/null +++ b/tests/results/test_read_write_secrets/04_5validators_multi2.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ no + ┗━━ yes diff --git a/tests/results/test_read_write_secrets/05_0multi_not_uniq.sh b/tests/results/test_read_write_secrets/05_0multi_not_uniq.sh new file mode 100644 index 00000000..02a01a7d --- /dev/null +++ b/tests/results/test_read_write_secrets/05_0multi_not_uniq.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┗━━ non diff --git a/tests/results/test_read_write_secrets/05_0multi_uniq.sh b/tests/results/test_read_write_secrets/05_0multi_uniq.sh new file mode 100644 index 00000000..3ba1b776 --- /dev/null +++ b/tests/results/test_read_write_secrets/05_0multi_uniq.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┗━━ non diff --git a/tests/results/test_read_write_secrets/12_1auto_save_expert.sh b/tests/results/test_read_write_secrets/12_1auto_save_expert.sh new file mode 100644 index 00000000..66cfc846 --- /dev/null +++ b/tests/results/test_read_write_secrets/12_1auto_save_expert.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: no diff --git a/tests/results/test_read_write_secrets/16_0redefine_description.sh b/tests/results/test_read_write_secrets/16_0redefine_description.sh new file mode 100644 index 00000000..e46acca6 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_0redefine_description.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: null diff --git a/tests/results/test_read_write_secrets/16_2family_redefine_calculation.sh b/tests/results/test_read_write_secrets/16_2family_redefine_calculation.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_2family_redefine_calculation.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/16_2family_redefine_disabled.sh b/tests/results/test_read_write_secrets/16_2family_redefine_disabled.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_2family_redefine_disabled.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/16_5exists_nonexists.sh b/tests/results/test_read_write_secrets/16_5exists_nonexists.sh new file mode 100644 index 00000000..426d2762 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5exists_nonexists.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┗━━ 📓 var2: yes diff --git a/tests/results/test_read_write_secrets/16_5exists_redefine.sh b/tests/results/test_read_write_secrets/16_5exists_redefine.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5exists_redefine.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/16_5redefine_calculation.sh b/tests/results/test_read_write_secrets/16_5redefine_calculation.sh new file mode 100644 index 00000000..06e4220a --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: yes diff --git a/tests/results/test_read_write_secrets/16_5redefine_choice.sh b/tests/results/test_read_write_secrets/16_5redefine_choice.sh new file mode 100644 index 00000000..caae029e --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_choice.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: null diff --git a/tests/results/test_read_write_secrets/16_5redefine_default.sh b/tests/results/test_read_write_secrets/16_5redefine_default.sh new file mode 100644 index 00000000..06e4220a --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_default.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: yes diff --git a/tests/results/test_read_write_secrets/16_5redefine_default_calculation.sh b/tests/results/test_read_write_secrets/16_5redefine_default_calculation.sh new file mode 100644 index 00000000..caae029e --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_default_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: null diff --git a/tests/results/test_read_write_secrets/16_5redefine_family.sh b/tests/results/test_read_write_secrets/16_5redefine_family.sh new file mode 100644 index 00000000..4f92ae6f --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_family.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 variable: null diff --git a/tests/results/test_read_write_secrets/16_5redefine_help.sh b/tests/results/test_read_write_secrets/16_5redefine_help.sh new file mode 100644 index 00000000..4f92ae6f --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_help.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 variable: null diff --git a/tests/results/test_read_write_secrets/16_5redefine_hidden.sh b/tests/results/test_read_write_secrets/16_5redefine_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/16_5redefine_multi.sh b/tests/results/test_read_write_secrets/16_5redefine_multi.sh new file mode 100644 index 00000000..3ba1b776 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_multi.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┗━━ non diff --git a/tests/results/test_read_write_secrets/16_5redefine_remove_disable_calculation.sh b/tests/results/test_read_write_secrets/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 00000000..c9ca1146 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: no +┗━━ 📓 variable: null diff --git a/tests/results/test_read_write_secrets/16_5test_redefine.sh b/tests/results/test_read_write_secrets/16_5test_redefine.sh new file mode 100644 index 00000000..e1ebfd48 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_5test_redefine.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┣━━ 📓 var2: non +┗━━ 📓 var3: null diff --git a/tests/results/test_read_write_secrets/16_6choice_redefine.sh b/tests/results/test_read_write_secrets/16_6choice_redefine.sh new file mode 100644 index 00000000..f4ac3c9f --- /dev/null +++ b/tests/results/test_read_write_secrets/16_6choice_redefine.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: c diff --git a/tests/results/test_read_write_secrets/16_6exists_redefine_family.sh b/tests/results/test_read_write_secrets/16_6exists_redefine_family.sh new file mode 100644 index 00000000..f10a9e09 --- /dev/null +++ b/tests/results/test_read_write_secrets/16_6exists_redefine_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 family1 +┃ ┗━━ 📓 variable1: null +┗━━ 📂 family2 + ┗━━ 📓 variable2: null diff --git a/tests/results/test_read_write_secrets/16exists_exists.sh b/tests/results/test_read_write_secrets/16exists_exists.sh new file mode 100644 index 00000000..e46acca6 --- /dev/null +++ b/tests/results/test_read_write_secrets/16exists_exists.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: null diff --git a/tests/results/test_read_write_secrets/17_5redefine_leadership.sh b/tests/results/test_read_write_secrets/17_5redefine_leadership.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/17_5redefine_leadership.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/20_0empty_family.sh b/tests/results/test_read_write_secrets/20_0empty_family.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/20_0empty_family.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/20_0family_append.sh b/tests/results/test_read_write_secrets/20_0family_append.sh new file mode 100644 index 00000000..c604327a --- /dev/null +++ b/tests/results/test_read_write_secrets/20_0family_append.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┣━━ 📓 var1: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_read_write_secrets/20_0family_underscore.sh b/tests/results/test_read_write_secrets/20_0family_underscore.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/20_0family_underscore.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/20_0multi_family.sh b/tests/results/test_read_write_secrets/20_0multi_family.sh new file mode 100644 index 00000000..f1a2fba2 --- /dev/null +++ b/tests/results/test_read_write_secrets/20_0multi_family.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: null diff --git a/tests/results/test_read_write_secrets/20_0multi_family_basic.sh b/tests/results/test_read_write_secrets/20_0multi_family_basic.sh new file mode 100644 index 00000000..f1a2fba2 --- /dev/null +++ b/tests/results/test_read_write_secrets/20_0multi_family_basic.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: null diff --git a/tests/results/test_read_write_secrets/20_0multi_family_expert.sh b/tests/results/test_read_write_secrets/20_0multi_family_expert.sh new file mode 100644 index 00000000..969cf95a --- /dev/null +++ b/tests/results/test_read_write_secrets/20_0multi_family_expert.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: null diff --git a/tests/results/test_read_write_secrets/20_0multi_family_order.sh b/tests/results/test_read_write_secrets/20_0multi_family_order.sh new file mode 100644 index 00000000..80e09fb5 --- /dev/null +++ b/tests/results/test_read_write_secrets/20_0multi_family_order.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable: null +┗━━ 📂 family + ┣━━ 📓 variable1: null + ┣━━ 📂 subfamily + ┃ ┗━━ 📓 variable: null + ┗━━ 📓 variable2: null diff --git a/tests/results/test_read_write_secrets/20_0validators_differ_redefine.sh b/tests/results/test_read_write_secrets/20_0validators_differ_redefine.sh new file mode 100644 index 00000000..bd7ecf03 --- /dev/null +++ b/tests/results/test_read_write_secrets/20_0validators_differ_redefine.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: no +┣━━ 📓 var2: no +┗━━ 📓 var3: yes diff --git a/tests/results/test_read_write_secrets/20_1empty_subfamily.sh b/tests/results/test_read_write_secrets/20_1empty_subfamily.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/20_1empty_subfamily.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/20_9default_information_parent.sh b/tests/results/test_read_write_secrets/20_9default_information_parent.sh new file mode 100644 index 00000000..c604327a --- /dev/null +++ b/tests/results/test_read_write_secrets/20_9default_information_parent.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┣━━ 📓 var1: null + ┗━━ 📓 var2: null diff --git a/tests/results/test_read_write_secrets/24_0family_hidden_condition_sub_family.sh b/tests/results/test_read_write_secrets/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 00000000..523c07d1 --- /dev/null +++ b/tests/results/test_read_write_secrets/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: no +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 var1: null diff --git a/tests/results/test_read_write_secrets/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_read_write_secrets/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 00000000..2a451c33 --- /dev/null +++ b/tests/results/test_read_write_secrets/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: true diff --git a/tests/results/test_read_write_secrets/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_read_write_secrets/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 00000000..0185d8a1 --- /dev/null +++ b/tests/results/test_read_write_secrets/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: no +┗━━ 📂 family + ┗━━ 📂 sub_family +  ┗━━ 📓 var1: null diff --git a/tests/results/test_read_write_secrets/24_0family_mandatory_condition.sh b/tests/results/test_read_write_secrets/24_0family_mandatory_condition.sh new file mode 100644 index 00000000..a34c17a6 --- /dev/null +++ b/tests/results/test_read_write_secrets/24_0family_mandatory_condition.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: no +┗━━ 📓 var: null diff --git a/tests/results/test_read_write_secrets/24_0family_mandatory_condition_variable.sh b/tests/results/test_read_write_secrets/24_0family_mandatory_condition_variable.sh new file mode 100644 index 00000000..1f3055b4 --- /dev/null +++ b/tests/results/test_read_write_secrets/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: true +┗━━ 📓 var: null diff --git a/tests/results/test_read_write_secrets/24_7validators_variable_optional.sh b/tests/results/test_read_write_secrets/24_7validators_variable_optional.sh new file mode 100644 index 00000000..ba6b9474 --- /dev/null +++ b/tests/results/test_read_write_secrets/24_7validators_variable_optional.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 general + ┣━━ 📓 int: null + ┗━━ 📓 int2: 1 diff --git a/tests/results/test_read_write_secrets/24_family_disabled_var_hidden.sh b/tests/results/test_read_write_secrets/24_family_disabled_var_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/24_family_disabled_var_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/40_0leadership.sh b/tests/results/test_read_write_secrets/40_0leadership.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_0leadership.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/40_0leadership_diff_name.sh b/tests/results/test_read_write_secrets/40_0leadership_diff_name.sh new file mode 100644 index 00000000..f0c5faa3 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_0leadership_diff_name.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leadership diff --git a/tests/results/test_read_write_secrets/40_0leadership_empty.sh b/tests/results/test_read_write_secrets/40_0leadership_empty.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_0leadership_empty.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/40_0leadership_follower_default_calculation.sh b/tests/results/test_read_write_secrets/40_0leadership_follower_default_calculation.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/40_0leadership_follower_default_value.sh b/tests/results/test_read_write_secrets/40_0leadership_follower_default_value.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_0leadership_follower_default_value.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/40_0leadership_leader_not_multi.sh b/tests/results/test_read_write_secrets/40_0leadership_leader_not_multi.sh new file mode 100644 index 00000000..bbd69426 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_0leadership_leader_not_multi.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 general +┃ ┗━━ 📓 mode_conteneur_actif: non +┗━━ 📂 general1 + ┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/40_1leadership_append_follower.sh b/tests/results/test_read_write_secrets/40_1leadership_append_follower.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_1leadership_append_follower.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/40_6leadership_follower_multi.sh b/tests/results/test_read_write_secrets/40_6leadership_follower_multi.sh new file mode 100644 index 00000000..f0c5faa3 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_6leadership_follower_multi.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leadership diff --git a/tests/results/test_read_write_secrets/40_8calculation_boolean.sh b/tests/results/test_read_write_secrets/40_8calculation_boolean.sh new file mode 100644 index 00000000..2c419a15 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_8calculation_boolean.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 bool: false +┣━━ 📓 multi1 : +┃ ┗━━ false +┗━━ 📓 multi2 : + ┣━━ true + ┗━━ false diff --git a/tests/results/test_read_write_secrets/40_8calculation_multi_variable.sh b/tests/results/test_read_write_secrets/40_8calculation_multi_variable.sh new file mode 100644 index 00000000..8d7ff251 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_8calculation_multi_variable.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ no +┃ ┗━━ yes +┣━━ 📓 var2: no +┗━━ 📓 var3: yes diff --git a/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent.sh b/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent.sh new file mode 100644 index 00000000..457599c6 --- /dev/null +++ b/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var: no +┗━━ 📂 fam1 + ┗━━ 📓 var: no diff --git a/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent2.sh b/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 00000000..7fd8094b --- /dev/null +++ b/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 fam1 +┃ ┗━━ 📓 var: no +┗━━ 📂 fam2 + ┗━━ 📓 var: no diff --git a/tests/results/test_read_write_secrets/41_0choice_leader.sh b/tests/results/test_read_write_secrets/41_0choice_leader.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write_secrets/41_0choice_leader.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/44_0leadership_hidden.sh b/tests/results/test_read_write_secrets/44_0leadership_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/44_0leadership_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_read_write_secrets/44_0leadership_leader_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/44_0leadership_leader_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/44_1leadership_append_hidden_follower.sh b/tests/results/test_read_write_secrets/44_1leadership_append_hidden_follower.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/44_4leadership_mandatory.sh b/tests/results/test_read_write_secrets/44_4leadership_mandatory.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write_secrets/44_4leadership_mandatory.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/44_4leadership_mandatory_follower.sh b/tests/results/test_read_write_secrets/44_4leadership_mandatory_follower.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write_secrets/44_4leadership_mandatory_follower.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_read_write_secrets/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 00000000..29461f36 --- /dev/null +++ b/tests/results/test_read_write_secrets/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: no diff --git a/tests/results/test_read_write_secrets/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_read_write_secrets/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 00000000..2e8b7f60 --- /dev/null +++ b/tests/results/test_read_write_secrets/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: yes +┗━━ 📂 leader diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic.sh b/tests/results/test_read_write_secrets/60_0family_dynamic.sh new file mode 100644 index 00000000..dfa45e77 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: null +┗━━ 📂 dynval2 + ┗━━ 📓 var: null diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_1_1.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_1_1.sh new file mode 100644 index 00000000..de2eea8d --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_1_1.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 vardyn: null +┗━━ 📂 dynval2 + ┗━━ 📓 vardyn: null diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_1_1_empty.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_empty.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_no_description.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_no_description.sh new file mode 100644 index 00000000..dfa45e77 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_no_description.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: null +┗━━ 📂 dynval2 + ┗━━ 📓 var: null diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_no_description_empty.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_static.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_static.sh new file mode 100644 index 00000000..a7d3f138 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_static.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: null +┗━━ 📂 dynval2 + ┗━━ 📓 var: null diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_test.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_test.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_test.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_empty.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 00000000..50b6af7c --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: a value +┗━━ 📂 dynval2 + ┗━━ 📓 var: a value diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write_secrets/60_0family_empty.sh b/tests/results/test_read_write_secrets/60_0family_empty.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_empty.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/60_0family_hidden.sh b/tests/results/test_read_write_secrets/60_0family_hidden.sh new file mode 100644 index 00000000..fa31cd76 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_hidden.sh @@ -0,0 +1,6 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_read_write_secrets/60_0family_mode.sh b/tests/results/test_read_write_secrets/60_0family_mode.sh new file mode 100644 index 00000000..b185000b --- /dev/null +++ b/tests/results/test_read_write_secrets/60_0family_mode.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 var: non diff --git a/tests/results/test_read_write_secrets/60_1family_dynamic_jinja.sh b/tests/results/test_read_write_secrets/60_1family_dynamic_jinja.sh new file mode 100644 index 00000000..89255b7b --- /dev/null +++ b/tests/results/test_read_write_secrets/60_1family_dynamic_jinja.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dyn1 +┃ ┗━━ 📓 var: val +┗━━ 📂 dyn2 + ┗━━ 📓 var: val diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 00000000..5851bf1d --- /dev/null +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: null +┣━━ 📂 dynval2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: null +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 00000000..542bbf08 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,16 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: val1 +┣━━ 📂 dynval2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: val2 +┗━━ 📓 var2: val1 diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 00000000..1f9cfb6b --- /dev/null +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 00000000..c4f11bb7 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc.sh b/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc.sh new file mode 100644 index 00000000..71918dc5 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: val +┣━━ 📂 dynval2 +┃ ┗━━ 📓 var: val +┗━━ 📓 newvar: val diff --git a/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 00000000..339e3f54 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┗━━ 📓 newvar: null diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 00000000..a8f9d1e7 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: val1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: val2 diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 00000000..a8f9d1e7 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: val1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: val2 diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable.sh new file mode 100644 index 00000000..94eceb88 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: null +┣━━ 📂 dynval2 +┃ ┗━━ 📓 var: null +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 00000000..c4f11bb7 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 00000000..94239c1a --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 dynval1 + ┣━━ 📓 var: null + ┗━━ 📂 family +  ┗━━ 📓 var: null diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 00000000..db50fc0e --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dyn_val1 +┃ ┗━━ 📓 var: val1 +┣━━ 📂 dyn_val2 +┃ ┗━━ 📓 var: val2 +┗━━ 📓 var2: val1 diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 00000000..1f9cfb6b --- /dev/null +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┗━━ 📓 var2: null diff --git a/tests/results/test_read_write_secrets/60_6family_dynamic_leadership.sh b/tests/results/test_read_write_secrets/60_6family_dynamic_leadership.sh new file mode 100644 index 00000000..922f7297 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_6family_dynamic_leadership.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📂 leadership +┗━━ 📂 dynval2 + ┗━━ 📂 leadership diff --git a/tests/results/test_read_write_secrets/60_6family_dynamic_leadership_empty.sh b/tests/results/test_read_write_secrets/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 00000000..1e0f43cb --- /dev/null +++ b/tests/results/test_read_write_secrets/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var : diff --git a/tests/results/test_read_write_secrets/60_9family_dynamic_calc_both.sh b/tests/results/test_read_write_secrets/60_9family_dynamic_calc_both.sh new file mode 100644 index 00000000..001fc9d1 --- /dev/null +++ b/tests/results/test_read_write_secrets/60_9family_dynamic_calc_both.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var: val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 vardyn: null +┗━━ 📂 dynval2 + ┗━━ 📓 vardyn: null diff --git a/tests/results/test_read_write_secrets/68_0family_leadership_mode.sh b/tests/results/test_read_write_secrets/68_0family_leadership_mode.sh new file mode 100644 index 00000000..3dea6777 --- /dev/null +++ b/tests/results/test_read_write_secrets/68_0family_leadership_mode.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_secrets/00_0empty.sh b/tests/results/test_secrets/00_0empty.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_secrets/00_0empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_secrets/00_0version_underscore.sh b/tests/results/test_secrets/00_0version_underscore.sh new file mode 100644 index 00000000..cbb3131f --- /dev/null +++ b/tests/results/test_secrets/00_0version_underscore.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 version: string1 diff --git a/tests/results/test_secrets/00_1empty_variable.sh b/tests/results/test_secrets/00_1empty_variable.sh new file mode 100644 index 00000000..10d4ca96 --- /dev/null +++ b/tests/results/test_secrets/00_1empty_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 empty: string1 diff --git a/tests/results/test_secrets/00_2default_calculated.sh b/tests/results/test_secrets/00_2default_calculated.sh new file mode 100644 index 00000000..456e0a0a --- /dev/null +++ b/tests/results/test_secrets/00_2default_calculated.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (no) +┗━━ 📓 var2 : + ┣━━ string1 (string1) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_secrets/00_2default_calculated_multi.sh b/tests/results/test_secrets/00_2default_calculated_multi.sh new file mode 100644 index 00000000..a5340fd3 --- /dev/null +++ b/tests/results/test_secrets/00_2default_calculated_multi.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 (no) +┃ ┣━━ string2 (yes) +┃ ┗━━ string3 (maybe) +┗━━ 📓 var2 : + ┣━━ string1 (string1) + ┣━━ string2 (string2) + ┗━━ string3 (string3) diff --git a/tests/results/test_secrets/00_2default_calculated_variable_transitive.sh b/tests/results/test_secrets/00_2default_calculated_variable_transitive.sh new file mode 100644 index 00000000..851283d8 --- /dev/null +++ b/tests/results/test_secrets/00_2default_calculated_variable_transitive.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ domain1.lan +┃ ┗━━ domain2.lan +┗━━ 📓 var2 : + ┣━━ domain1.lan (domain1.lan) + ┗━━ domain2.lan (domain2.lan) diff --git a/tests/results/test_secrets/00_4load_subfolder.sh b/tests/results/test_secrets/00_4load_subfolder.sh new file mode 100644 index 00000000..745d9a2f --- /dev/null +++ b/tests/results/test_secrets/00_4load_subfolder.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/00_5load_notype.sh b/tests/results/test_secrets/00_5load_notype.sh new file mode 100644 index 00000000..65bd95e5 --- /dev/null +++ b/tests/results/test_secrets/00_5load_notype.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 without_type: string1 (non) diff --git a/tests/results/test_secrets/00_6boolean.sh b/tests/results/test_secrets/00_6boolean.sh new file mode 100644 index 00000000..b27ab1f8 --- /dev/null +++ b/tests/results/test_secrets/00_6boolean.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: true (true) +┣━━ 📓 var2: true (true) +┣━━ 📓 var3: true (true) +┣━━ 📓 var4: true (false) +┣━━ 📓 var5: true (false) +┗━━ 📓 var6: true (false) diff --git a/tests/results/test_secrets/00_6boolean_no_mandatory.sh b/tests/results/test_secrets/00_6boolean_no_mandatory.sh new file mode 100644 index 00000000..20d348f2 --- /dev/null +++ b/tests/results/test_secrets/00_6boolean_no_mandatory.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: true (true) diff --git a/tests/results/test_secrets/00_6choice.sh b/tests/results/test_secrets/00_6choice.sh new file mode 100644 index 00000000..49df8e5c --- /dev/null +++ b/tests/results/test_secrets/00_6choice.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: a +┣━━ 📓 var2: a +┣━━ 📓 var3: a +┣━━ 📓 var4: null +┣━━ 📓 var5: a (a) +┗━━ 📓 var6: 1 (1) diff --git a/tests/results/test_secrets/00_6choice_calculation.sh b/tests/results/test_secrets/00_6choice_calculation.sh new file mode 100644 index 00000000..ac788111 --- /dev/null +++ b/tests/results/test_secrets/00_6choice_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_secrets/00_6choice_variable.sh b/tests/results/test_secrets/00_6choice_variable.sh new file mode 100644 index 00000000..8acfef60 --- /dev/null +++ b/tests/results/test_secrets/00_6choice_variable.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 (a) +┃ ┣━━ string2 (b) +┃ ┗━━ string3 (c) +┗━━ 📓 var2: string1 (a) diff --git a/tests/results/test_secrets/00_6custom.sh b/tests/results/test_secrets/00_6custom.sh new file mode 100644 index 00000000..3e4f83a7 --- /dev/null +++ b/tests/results/test_secrets/00_6custom.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 custom1: string1 +┗━━ 📓 custom2: string1 (value) diff --git a/tests/results/test_secrets/00_6domainname.sh b/tests/results/test_secrets/00_6domainname.sh new file mode 100644 index 00000000..4b6a7ccb --- /dev/null +++ b/tests/results/test_secrets/00_6domainname.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_secrets/00_6domainname_params.sh b/tests/results/test_secrets/00_6domainname_params.sh new file mode 100644 index 00000000..4b6a7ccb --- /dev/null +++ b/tests/results/test_secrets/00_6domainname_params.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: domain1.lan (my.domain.name) diff --git a/tests/results/test_secrets/00_6float.sh b/tests/results/test_secrets/00_6float.sh new file mode 100644 index 00000000..b2f20845 --- /dev/null +++ b/tests/results/test_secrets/00_6float.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: 1.1 (0.0) +┣━━ 📓 var2: 1.1 (0.0) +┣━━ 📓 var3: 1.1 (0.0) +┣━━ 📓 var4: 1.1 (10.1) +┣━━ 📓 var5: 1.1 (10.1) +┗━━ 📓 var6: 1.1 (10.1) diff --git a/tests/results/test_secrets/00_6number.sh b/tests/results/test_secrets/00_6number.sh new file mode 100644 index 00000000..65e8ec85 --- /dev/null +++ b/tests/results/test_secrets/00_6number.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: 1 (0) +┣━━ 📓 var2: 1 (0) +┣━━ 📓 var3: 1 (0) +┣━━ 📓 var4: 1 (10) +┣━━ 📓 var5: 1 (10) +┗━━ 📓 var6: 1 (10) diff --git a/tests/results/test_secrets/00_6port.sh b/tests/results/test_secrets/00_6port.sh new file mode 100644 index 00000000..8a43519f --- /dev/null +++ b/tests/results/test_secrets/00_6port.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable1: 80 +┣━━ 📓 variable2: 80 (8080) +┗━━ 📓 variable3: 80 (8080) diff --git a/tests/results/test_secrets/00_6regexp.sh b/tests/results/test_secrets/00_6regexp.sh new file mode 100644 index 00000000..c85c7c3b --- /dev/null +++ b/tests/results/test_secrets/00_6regexp.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: #b1b1b1 (#a1a1a1) diff --git a/tests/results/test_secrets/00_6string.sh b/tests/results/test_secrets/00_6string.sh new file mode 100644 index 00000000..8ab1c48c --- /dev/null +++ b/tests/results/test_secrets/00_6string.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┣━━ 📓 var2: string1 +┣━━ 📓 var3: string1 +┣━━ 📓 var4: string1 (value) +┣━━ 📓 var5: string1 (value) +┗━━ 📓 var6: string1 (value) diff --git a/tests/results/test_secrets/00_7choice_quote.sh b/tests/results/test_secrets/00_7choice_quote.sh new file mode 100644 index 00000000..514be07a --- /dev/null +++ b/tests/results/test_secrets/00_7choice_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: quote' (quote') diff --git a/tests/results/test_secrets/00_7help_quote.sh b/tests/results/test_secrets/00_7help_quote.sh new file mode 100644 index 00000000..745d9a2f --- /dev/null +++ b/tests/results/test_secrets/00_7help_quote.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/00_7value_doublequote.sh b/tests/results/test_secrets/00_7value_doublequote.sh new file mode 100644 index 00000000..cfb0fbae --- /dev/null +++ b/tests/results/test_secrets/00_7value_doublequote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (quote") diff --git a/tests/results/test_secrets/00_7value_doublequote2.sh b/tests/results/test_secrets/00_7value_doublequote2.sh new file mode 100644 index 00000000..d2d12018 --- /dev/null +++ b/tests/results/test_secrets/00_7value_doublequote2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (quote'") diff --git a/tests/results/test_secrets/00_7value_doublequote3.sh b/tests/results/test_secrets/00_7value_doublequote3.sh new file mode 100644 index 00000000..452fc214 --- /dev/null +++ b/tests/results/test_secrets/00_7value_doublequote3.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (quote\"\') diff --git a/tests/results/test_secrets/00_7value_quote.sh b/tests/results/test_secrets/00_7value_quote.sh new file mode 100644 index 00000000..4d596891 --- /dev/null +++ b/tests/results/test_secrets/00_7value_quote.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (quote') diff --git a/tests/results/test_secrets/00_8calculation_information.sh b/tests/results/test_secrets/00_8calculation_information.sh new file mode 100644 index 00000000..20ee2871 --- /dev/null +++ b/tests/results/test_secrets/00_8calculation_information.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 diff --git a/tests/results/test_secrets/00_8test.sh b/tests/results/test_secrets/00_8test.sh new file mode 100644 index 00000000..b1ffb34a --- /dev/null +++ b/tests/results/test_secrets/00_8test.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: test +┣━━ 📓 var2: test (value) +┣━━ 📓 var3: test1 +┣━━ 📓 var4: null +┣━━ 📓 var5: false (true) +┗━━ 📓 var6 : + ┣━━ test1 + ┗━━ test2 diff --git a/tests/results/test_secrets/00_9choice_variable_multi.sh b/tests/results/test_secrets/00_9choice_variable_multi.sh new file mode 100644 index 00000000..a583b22c --- /dev/null +++ b/tests/results/test_secrets/00_9choice_variable_multi.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┗━━ 📓 variable2 : + ┣━━ val1 + ┗━━ val2 diff --git a/tests/results/test_secrets/00_9choice_variables.sh b/tests/results/test_secrets/00_9choice_variables.sh new file mode 100644 index 00000000..ab3878d2 --- /dev/null +++ b/tests/results/test_secrets/00_9choice_variables.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 source_variable_1: string1 (val1) +┣━━ 📓 source_variable_2: string1 (val2) +┗━━ 📓 my_variable: string1 (val1) diff --git a/tests/results/test_secrets/00_9default_calculation.sh b/tests/results/test_secrets/00_9default_calculation.sh new file mode 100644 index 00000000..f48bdd20 --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (string_1_True_None) diff --git a/tests/results/test_secrets/00_9default_calculation_information.sh b/tests/results/test_secrets/00_9default_calculation_information.sh new file mode 100644 index 00000000..9d9c8c4f --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation_information.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/00_9default_calculation_information_other_variable.sh b/tests/results/test_secrets/00_9default_calculation_information_other_variable.sh new file mode 100644 index 00000000..745d9a2f --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation_information_other_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/00_9default_calculation_multi_optional.sh b/tests/results/test_secrets/00_9default_calculation_multi_optional.sh new file mode 100644 index 00000000..09d1e5c3 --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation_multi_optional.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable: string1 (val1) +┗━━ 📓 my_calculated_variable : + ┣━━ string1 (string1) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_secrets/00_9default_calculation_multi_optional2.sh b/tests/results/test_secrets/00_9default_calculation_multi_optional2.sh new file mode 100644 index 00000000..09d1e5c3 --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation_multi_optional2.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable: string1 (val1) +┗━━ 📓 my_calculated_variable : + ┣━━ string1 (string1) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_secrets/00_9default_calculation_optional.sh b/tests/results/test_secrets/00_9default_calculation_optional.sh new file mode 100644 index 00000000..1636046e --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation_optional.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 my_calculated_variable : + ┣━━ string1 + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_secrets/00_9default_calculation_optional_exists.sh b/tests/results/test_secrets/00_9default_calculation_optional_exists.sh new file mode 100644 index 00000000..2d44a09f --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation_optional_exists.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 my_variable : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┗━━ 📓 my_calculated_variable : + ┣━━ string1 (string1) + ┣━━ string2 (string2) + ┗━━ string3 (string3) diff --git a/tests/results/test_secrets/00_9default_calculation_param_optional.sh b/tests/results/test_secrets/00_9default_calculation_param_optional.sh new file mode 100644 index 00000000..67cc3d28 --- /dev/null +++ b/tests/results/test_secrets/00_9default_calculation_param_optional.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (string1) +┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_secrets/00_9default_information_other_variable.sh b/tests/results/test_secrets/00_9default_information_other_variable.sh new file mode 100644 index 00000000..745d9a2f --- /dev/null +++ b/tests/results/test_secrets/00_9default_information_other_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/00_9default_integer.sh b/tests/results/test_secrets/00_9default_integer.sh new file mode 100644 index 00000000..ac788111 --- /dev/null +++ b/tests/results/test_secrets/00_9default_integer.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: 0 (9) diff --git a/tests/results/test_secrets/01_6boolean_multi.sh b/tests/results/test_secrets/01_6boolean_multi.sh new file mode 100644 index 00000000..fd45bd52 --- /dev/null +++ b/tests/results/test_secrets/01_6boolean_multi.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┗━━ true (true) +┣━━ 📓 var2 : +┃ ┗━━ true (true) +┣━━ 📓 var3 : +┃ ┗━━ true (true) +┣━━ 📓 var4 : +┃ ┗━━ true (false) +┣━━ 📓 var5 : +┃ ┗━━ true (false) +┣━━ 📓 var6 : +┃ ┗━━ true (false) +┣━━ 📓 var7 : +┃ ┗━━ true (true) +┗━━ 📓 var8 : + ┗━━ true (true) diff --git a/tests/results/test_secrets/01_6custom_multi.sh b/tests/results/test_secrets/01_6custom_multi.sh new file mode 100644 index 00000000..9ca11f8e --- /dev/null +++ b/tests/results/test_secrets/01_6custom_multi.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 custom1 : +┃ ┣━━ string1 +┃ ┣━━ string2 +┃ ┗━━ string3 +┗━━ 📓 custom2 : + ┣━━ string1 (value) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_secrets/01_6float_multi.sh b/tests/results/test_secrets/01_6float_multi.sh new file mode 100644 index 00000000..23d167b2 --- /dev/null +++ b/tests/results/test_secrets/01_6float_multi.sh @@ -0,0 +1,39 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ 1.1 (0.0) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var2 : +┃ ┣━━ 1.1 (0.0) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var3 : +┃ ┣━━ 1.1 (0.0) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var4 : +┃ ┣━━ 1.1 (10.1) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var5 : +┃ ┣━━ 1.1 (10.1) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var6 : +┃ ┣━━ 1.1 (10.1) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┣━━ 📓 var7 : +┃ ┣━━ 1.1 (0.0) +┃ ┣━━ 2.2 +┃ ┗━━ 3.3 +┗━━ 📓 var8 : + ┣━━ 1.1 (0.0) + ┣━━ 2.2 + ┗━━ 3.3 diff --git a/tests/results/test_secrets/01_6number_multi.sh b/tests/results/test_secrets/01_6number_multi.sh new file mode 100644 index 00000000..a5ad1075 --- /dev/null +++ b/tests/results/test_secrets/01_6number_multi.sh @@ -0,0 +1,39 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ 1 (0) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var2 : +┃ ┣━━ 1 (0) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var3 : +┃ ┣━━ 1 (0) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var4 : +┃ ┣━━ 1 (10) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var5 : +┃ ┣━━ 1 (10) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var6 : +┃ ┣━━ 1 (10) +┃ ┣━━ 2 +┃ ┗━━ 3 +┣━━ 📓 var7 : +┃ ┣━━ 1 (0) +┃ ┣━━ 2 +┃ ┗━━ 3 +┗━━ 📓 var8 : + ┣━━ 1 (0) + ┣━━ 2 + ┗━━ 3 diff --git a/tests/results/test_secrets/01_6string_empty.sh b/tests/results/test_secrets/01_6string_empty.sh new file mode 100644 index 00000000..c8a3fd0c --- /dev/null +++ b/tests/results/test_secrets/01_6string_empty.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ string1 (value) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_secrets/01_6string_multi.sh b/tests/results/test_secrets/01_6string_multi.sh new file mode 100644 index 00000000..4e254cd2 --- /dev/null +++ b/tests/results/test_secrets/01_6string_multi.sh @@ -0,0 +1,36 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📓 var2 : +┃ ┣━━ string1 +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📓 var3: string1 +┣━━ 📓 var4 : +┃ ┣━━ string1 (value) +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📓 var5 : +┃ ┣━━ string1 (value) +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📓 var6 : +┃ ┣━━ string1 (value) +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📓 var7 : +┃ ┣━━ string1 (value) +┃ ┣━━ string2 +┃ ┗━━ string3 +┗━━ 📓 var8 : + ┣━━ string1 (value) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_secrets/01_7value_multi_doublequote.sh b/tests/results/test_secrets/01_7value_multi_doublequote.sh new file mode 100644 index 00000000..c48b269b --- /dev/null +++ b/tests/results/test_secrets/01_7value_multi_doublequote.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 (quote") + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_secrets/01_7value_multi_doublequote2.sh b/tests/results/test_secrets/01_7value_multi_doublequote2.sh new file mode 100644 index 00000000..d28cadfb --- /dev/null +++ b/tests/results/test_secrets/01_7value_multi_doublequote2.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 (quote'") + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_secrets/01_7value_multi_quote.sh b/tests/results/test_secrets/01_7value_multi_quote.sh new file mode 100644 index 00000000..7a0036ee --- /dev/null +++ b/tests/results/test_secrets/01_7value_multi_quote.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 (quote') + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_secrets/01_8calculation_information_multi.sh b/tests/results/test_secrets/01_8calculation_information_multi.sh new file mode 100644 index 00000000..3d17763c --- /dev/null +++ b/tests/results/test_secrets/01_8calculation_information_multi.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_secrets/01_9choice_variable_multi.sh b/tests/results/test_secrets/01_9choice_variable_multi.sh new file mode 100644 index 00000000..d7a7ea2b --- /dev/null +++ b/tests/results/test_secrets/01_9choice_variable_multi.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable1 : +┃ ┣━━ string1 (a) +┃ ┣━━ string2 (b) +┃ ┗━━ string3 (c) +┗━━ 📓 variable2: string1 diff --git a/tests/results/test_secrets/04_0type_param.sh b/tests/results/test_secrets/04_0type_param.sh new file mode 100644 index 00000000..ddfef88f --- /dev/null +++ b/tests/results/test_secrets/04_0type_param.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 int: 1 (10) diff --git a/tests/results/test_secrets/04_1auto_save.sh b/tests/results/test_secrets/04_1auto_save.sh new file mode 100644 index 00000000..a99ff67d --- /dev/null +++ b/tests/results/test_secrets/04_1auto_save.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: no diff --git a/tests/results/test_secrets/04_1auto_save_and_calculated.sh b/tests/results/test_secrets/04_1auto_save_and_calculated.sh new file mode 100644 index 00000000..a730525f --- /dev/null +++ b/tests/results/test_secrets/04_1auto_save_and_calculated.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (no) +┗━━ 📓 var2: no diff --git a/tests/results/test_secrets/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_secrets/04_1auto_save_and_calculated_hidden.sh new file mode 100644 index 00000000..823343a3 --- /dev/null +++ b/tests/results/test_secrets/04_1auto_save_and_calculated_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (no) +┗━━ 📓 var2: yes diff --git a/tests/results/test_secrets/04_1auto_save_and_hidden.sh b/tests/results/test_secrets/04_1auto_save_and_hidden.sh new file mode 100644 index 00000000..f3bbf7cb --- /dev/null +++ b/tests/results/test_secrets/04_1auto_save_and_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: yes diff --git a/tests/results/test_secrets/04_1default_calculation_hidden.sh b/tests/results/test_secrets/04_1default_calculation_hidden.sh new file mode 100644 index 00000000..f4a35c34 --- /dev/null +++ b/tests/results/test_secrets/04_1default_calculation_hidden.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (value) +┣━━ 📓 var2: string1 +┗━━ 📓 var3: string1 diff --git a/tests/results/test_secrets/04_1default_calculation_hidden_2.sh b/tests/results/test_secrets/04_1default_calculation_hidden_2.sh new file mode 100644 index 00000000..f4a35c34 --- /dev/null +++ b/tests/results/test_secrets/04_1default_calculation_hidden_2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (value) +┣━━ 📓 var2: string1 +┗━━ 📓 var3: string1 diff --git a/tests/results/test_secrets/04_5disabled_calculation_optional.sh b/tests/results/test_secrets/04_5disabled_calculation_optional.sh new file mode 100644 index 00000000..c862f1fe --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_optional.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┣━━ 📓 var1: null +┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable.sh b/tests/results/test_secrets/04_5disabled_calculation_variable.sh new file mode 100644 index 00000000..a9481ef9 --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_variable.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: true (false) diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable2.sh b/tests/results/test_secrets/04_5disabled_calculation_variable2.sh new file mode 100644 index 00000000..881ad945 --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_variable2.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: true (true) diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable3.sh b/tests/results/test_secrets/04_5disabled_calculation_variable3.sh new file mode 100644 index 00000000..36d67de7 --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_variable3.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (yes) +┗━━ 📓 variable: string1 diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable4.sh b/tests/results/test_secrets/04_5disabled_calculation_variable4.sh new file mode 100644 index 00000000..672c603d --- /dev/null +++ b/tests/results/test_secrets/04_5disabled_calculation_variable4.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 condition: string1 (yes) diff --git a/tests/results/test_secrets/04_5validators.sh b/tests/results/test_secrets/04_5validators.sh new file mode 100644 index 00000000..adce0151 --- /dev/null +++ b/tests/results/test_secrets/04_5validators.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 int: 1 diff --git a/tests/results/test_secrets/04_5validators_differ.sh b/tests/results/test_secrets/04_5validators_differ.sh new file mode 100644 index 00000000..e30325e9 --- /dev/null +++ b/tests/results/test_secrets/04_5validators_differ.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: another_value (oui) +┗━━ 📓 var2: string1 (no) diff --git a/tests/results/test_secrets/04_5validators_multi.sh b/tests/results/test_secrets/04_5validators_multi.sh new file mode 100644 index 00000000..7f26d871 --- /dev/null +++ b/tests/results/test_secrets/04_5validators_multi.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ string1 (no) + ┣━━ string2 (yes) + ┗━━ string3 diff --git a/tests/results/test_secrets/04_5validators_multi2.sh b/tests/results/test_secrets/04_5validators_multi2.sh new file mode 100644 index 00000000..3fcdbdbf --- /dev/null +++ b/tests/results/test_secrets/04_5validators_multi2.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ val1 (no) + ┗━━ val2 (yes) diff --git a/tests/results/test_secrets/05_0multi_not_uniq.sh b/tests/results/test_secrets/05_0multi_not_uniq.sh new file mode 100644 index 00000000..472495b2 --- /dev/null +++ b/tests/results/test_secrets/05_0multi_not_uniq.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1 : + ┣━━ string1 (non) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_secrets/05_0multi_uniq.sh b/tests/results/test_secrets/05_0multi_uniq.sh new file mode 100644 index 00000000..d52c7879 --- /dev/null +++ b/tests/results/test_secrets/05_0multi_uniq.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 (non) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_secrets/12_1auto_save_expert.sh b/tests/results/test_secrets/12_1auto_save_expert.sh new file mode 100644 index 00000000..29435ca3 --- /dev/null +++ b/tests/results/test_secrets/12_1auto_save_expert.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: no diff --git a/tests/results/test_secrets/16_0redefine_description.sh b/tests/results/test_secrets/16_0redefine_description.sh new file mode 100644 index 00000000..9d9c8c4f --- /dev/null +++ b/tests/results/test_secrets/16_0redefine_description.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/16_2family_redefine_calculation.sh b/tests/results/test_secrets/16_2family_redefine_calculation.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_secrets/16_2family_redefine_calculation.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_secrets/16_2family_redefine_disabled.sh b/tests/results/test_secrets/16_2family_redefine_disabled.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_secrets/16_2family_redefine_disabled.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_secrets/16_5exists_nonexists.sh b/tests/results/test_secrets/16_5exists_nonexists.sh new file mode 100644 index 00000000..3466da74 --- /dev/null +++ b/tests/results/test_secrets/16_5exists_nonexists.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (no) +┗━━ 📓 var2: string1 (yes) diff --git a/tests/results/test_secrets/16_5exists_redefine.sh b/tests/results/test_secrets/16_5exists_redefine.sh new file mode 100644 index 00000000..d93518e4 --- /dev/null +++ b/tests/results/test_secrets/16_5exists_redefine.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var1: yes diff --git a/tests/results/test_secrets/16_5redefine_calculation.sh b/tests/results/test_secrets/16_5redefine_calculation.sh new file mode 100644 index 00000000..41a92174 --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_secrets/16_5redefine_choice.sh b/tests/results/test_secrets/16_5redefine_choice.sh new file mode 100644 index 00000000..a9898f10 --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_choice.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: a diff --git a/tests/results/test_secrets/16_5redefine_default.sh b/tests/results/test_secrets/16_5redefine_default.sh new file mode 100644 index 00000000..41a92174 --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_default.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 (yes) diff --git a/tests/results/test_secrets/16_5redefine_default_calculation.sh b/tests/results/test_secrets/16_5redefine_default_calculation.sh new file mode 100644 index 00000000..20ee2871 --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_default_calculation.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: string1 diff --git a/tests/results/test_secrets/16_5redefine_family.sh b/tests/results/test_secrets/16_5redefine_family.sh new file mode 100644 index 00000000..bfc9f472 --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_family.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_secrets/16_5redefine_help.sh b/tests/results/test_secrets/16_5redefine_help.sh new file mode 100644 index 00000000..bfc9f472 --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_help.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 variable: string1 diff --git a/tests/results/test_secrets/16_5redefine_hidden.sh b/tests/results/test_secrets/16_5redefine_hidden.sh new file mode 100644 index 00000000..a958bd44 --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable: no diff --git a/tests/results/test_secrets/16_5redefine_multi.sh b/tests/results/test_secrets/16_5redefine_multi.sh new file mode 100644 index 00000000..d52c7879 --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_multi.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 variable : + ┣━━ string1 (non) + ┣━━ string2 + ┗━━ string3 diff --git a/tests/results/test_secrets/16_5redefine_remove_disable_calculation.sh b/tests/results/test_secrets/16_5redefine_remove_disable_calculation.sh new file mode 100644 index 00000000..7122d359 --- /dev/null +++ b/tests/results/test_secrets/16_5redefine_remove_disable_calculation.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┗━━ 📓 variable: string1 diff --git a/tests/results/test_secrets/16_5test_redefine.sh b/tests/results/test_secrets/16_5test_redefine.sh new file mode 100644 index 00000000..3208745f --- /dev/null +++ b/tests/results/test_secrets/16_5test_redefine.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: test1 (no) +┣━━ 📓 var2: test1 (non) +┗━━ 📓 var3: string1 diff --git a/tests/results/test_secrets/16_6choice_redefine.sh b/tests/results/test_secrets/16_6choice_redefine.sh new file mode 100644 index 00000000..569602bc --- /dev/null +++ b/tests/results/test_secrets/16_6choice_redefine.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: a (c) diff --git a/tests/results/test_secrets/16_6exists_redefine_family.sh b/tests/results/test_secrets/16_6exists_redefine_family.sh new file mode 100644 index 00000000..0958ff98 --- /dev/null +++ b/tests/results/test_secrets/16_6exists_redefine_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 family1 +┃ ┗━━ 📓 variable1: string1 +┗━━ 📂 family2 + ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_secrets/16exists_exists.sh b/tests/results/test_secrets/16exists_exists.sh new file mode 100644 index 00000000..9d9c8c4f --- /dev/null +++ b/tests/results/test_secrets/16exists_exists.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/17_5redefine_leadership.sh b/tests/results/test_secrets/17_5redefine_leadership.sh new file mode 100644 index 00000000..0986b3a7 --- /dev/null +++ b/tests/results/test_secrets/17_5redefine_leadership.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_secrets/20_0empty_family.sh b/tests/results/test_secrets/20_0empty_family.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_secrets/20_0empty_family.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_secrets/20_0family_append.sh b/tests/results/test_secrets/20_0family_append.sh new file mode 100644 index 00000000..2a1dc698 --- /dev/null +++ b/tests/results/test_secrets/20_0family_append.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/20_0family_underscore.sh b/tests/results/test_secrets/20_0family_underscore.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_secrets/20_0family_underscore.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_secrets/20_0multi_family.sh b/tests/results/test_secrets/20_0multi_family.sh new file mode 100644 index 00000000..c94a75f7 --- /dev/null +++ b/tests/results/test_secrets/20_0multi_family.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_secrets/20_0multi_family_basic.sh b/tests/results/test_secrets/20_0multi_family_basic.sh new file mode 100644 index 00000000..c94a75f7 --- /dev/null +++ b/tests/results/test_secrets/20_0multi_family_basic.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_secrets/20_0multi_family_expert.sh b/tests/results/test_secrets/20_0multi_family_expert.sh new file mode 100644 index 00000000..a0a7fcbe --- /dev/null +++ b/tests/results/test_secrets/20_0multi_family_expert.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 variable: string1 diff --git a/tests/results/test_secrets/20_0multi_family_order.sh b/tests/results/test_secrets/20_0multi_family_order.sh new file mode 100644 index 00000000..cabace88 --- /dev/null +++ b/tests/results/test_secrets/20_0multi_family_order.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 variable: string1 +┗━━ 📂 family + ┣━━ 📓 variable1: string1 + ┣━━ 📂 subfamily + ┃ ┗━━ 📓 variable: string1 + ┗━━ 📓 variable2: string1 diff --git a/tests/results/test_secrets/20_0validators_differ_redefine.sh b/tests/results/test_secrets/20_0validators_differ_redefine.sh new file mode 100644 index 00000000..9e562b8d --- /dev/null +++ b/tests/results/test_secrets/20_0validators_differ_redefine.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1: string1 (no) +┣━━ 📓 var2: string1 (no) +┗━━ 📓 var3: yes (yes) diff --git a/tests/results/test_secrets/20_1empty_subfamily.sh b/tests/results/test_secrets/20_1empty_subfamily.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_secrets/20_1empty_subfamily.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_secrets/20_9default_information_parent.sh b/tests/results/test_secrets/20_9default_information_parent.sh new file mode 100644 index 00000000..2a1dc698 --- /dev/null +++ b/tests/results/test_secrets/20_9default_information_parent.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┣━━ 📓 var1: string1 + ┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/24_0family_hidden_condition_sub_family.sh b/tests/results/test_secrets/24_0family_hidden_condition_sub_family.sh new file mode 100644 index 00000000..386c7f72 --- /dev/null +++ b/tests/results/test_secrets/24_0family_hidden_condition_sub_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 var1: string1 diff --git a/tests/results/test_secrets/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_secrets/24_0family_hidden_condition_variable_sub_family.sh new file mode 100644 index 00000000..d12c240f --- /dev/null +++ b/tests/results/test_secrets/24_0family_hidden_condition_variable_sub_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: true (true) +┗━━ 📂 family + ┗━━ 📂 subfamily +  ┗━━ 📓 var1: null diff --git a/tests/results/test_secrets/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_secrets/24_0family_hidden_param_condition_sub_family.sh new file mode 100644 index 00000000..a43d0554 --- /dev/null +++ b/tests/results/test_secrets/24_0family_hidden_param_condition_sub_family.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┗━━ 📂 family + ┗━━ 📂 sub_family +  ┗━━ 📓 var1: string1 diff --git a/tests/results/test_secrets/24_0family_mandatory_condition.sh b/tests/results/test_secrets/24_0family_mandatory_condition.sh new file mode 100644 index 00000000..d7edcb87 --- /dev/null +++ b/tests/results/test_secrets/24_0family_mandatory_condition.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/24_0family_mandatory_condition_variable.sh b/tests/results/test_secrets/24_0family_mandatory_condition_variable.sh new file mode 100644 index 00000000..d88e1e8a --- /dev/null +++ b/tests/results/test_secrets/24_0family_mandatory_condition_variable.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: true (true) +┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/24_7validators_variable_optional.sh b/tests/results/test_secrets/24_7validators_variable_optional.sh new file mode 100644 index 00000000..0c957fe2 --- /dev/null +++ b/tests/results/test_secrets/24_7validators_variable_optional.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 general + ┣━━ 📓 int: 5 + ┗━━ 📓 int2: 1 (1) diff --git a/tests/results/test_secrets/24_family_disabled_var_hidden.sh b/tests/results/test_secrets/24_family_disabled_var_hidden.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_secrets/24_family_disabled_var_hidden.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_secrets/40_0leadership.sh b/tests/results/test_secrets/40_0leadership.sh new file mode 100644 index 00000000..1cf06b15 --- /dev/null +++ b/tests/results/test_secrets/40_0leadership.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: string1 + ┃ ┗━━ 📓 follower2: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: string2 + ┃ ┗━━ 📓 follower2: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: string3 +  ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_secrets/40_0leadership_diff_name.sh b/tests/results/test_secrets/40_0leadership_diff_name.sh new file mode 100644 index 00000000..a4b3870a --- /dev/null +++ b/tests/results/test_secrets/40_0leadership_diff_name.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leadership + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: string1 + ┃ ┗━━ 📓 follower2: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: string2 + ┃ ┗━━ 📓 follower2: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: string3 +  ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_secrets/40_0leadership_empty.sh b/tests/results/test_secrets/40_0leadership_empty.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_secrets/40_0leadership_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_secrets/40_0leadership_follower_default_calculation.sh b/tests/results/test_secrets/40_0leadership_follower_default_calculation.sh new file mode 100644 index 00000000..de2c6b66 --- /dev/null +++ b/tests/results/test_secrets/40_0leadership_follower_default_calculation.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: string1 (value) + ┃ ┗━━ 📓 follower2: string1 (string1) + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: string2 (value) + ┃ ┗━━ 📓 follower2: string2 (string2) + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: string3 (value) +  ┗━━ 📓 follower2: string3 (string3) diff --git a/tests/results/test_secrets/40_0leadership_follower_default_value.sh b/tests/results/test_secrets/40_0leadership_follower_default_value.sh new file mode 100644 index 00000000..ec2629ff --- /dev/null +++ b/tests/results/test_secrets/40_0leadership_follower_default_value.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower1: string1 (value) + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower1: string2 (value) + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower1: string3 (value) diff --git a/tests/results/test_secrets/40_0leadership_leader_not_multi.sh b/tests/results/test_secrets/40_0leadership_leader_not_multi.sh new file mode 100644 index 00000000..3559fd28 --- /dev/null +++ b/tests/results/test_secrets/40_0leadership_leader_not_multi.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 general +┃ ┗━━ 📓 mode_conteneur_actif: string1 (non) +┗━━ 📂 general1 + ┗━━ 📂 leader +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_secrets/40_1leadership_append_follower.sh b/tests/results/test_secrets/40_1leadership_append_follower.sh new file mode 100644 index 00000000..6f828704 --- /dev/null +++ b/tests/results/test_secrets/40_1leadership_append_follower.sh @@ -0,0 +1,23 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: string1 + ┃ ┣━━ 📓 follower2: string1 + ┃ ┗━━ 📓 follower3: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: string2 + ┃ ┣━━ 📓 follower2: string2 + ┃ ┗━━ 📓 follower3: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: string3 +  ┣━━ 📓 follower2: string3 +  ┗━━ 📓 follower3: string3 diff --git a/tests/results/test_secrets/40_6leadership_follower_multi.sh b/tests/results/test_secrets/40_6leadership_follower_multi.sh new file mode 100644 index 00000000..edf63fbb --- /dev/null +++ b/tests/results/test_secrets/40_6leadership_follower_multi.sh @@ -0,0 +1,38 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leadership + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1 : + ┃ ┃ ┣━━ string1 + ┃ ┃ ┣━━ string2 + ┃ ┃ ┗━━ string3 + ┃ ┗━━ 📓 follower2 : + ┃  ┣━━ string1 (value) + ┃  ┣━━ string2 + ┃  ┗━━ string3 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1 : + ┃ ┃ ┣━━ string1 + ┃ ┃ ┣━━ string2 + ┃ ┃ ┗━━ string3 + ┃ ┗━━ 📓 follower2 : + ┃  ┣━━ string1 (value) + ┃  ┣━━ string2 + ┃  ┗━━ string3 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1 : +  ┃ ┣━━ string1 +  ┃ ┣━━ string2 +  ┃ ┗━━ string3 +  ┗━━ 📓 follower2 : +   ┣━━ string1 (value) +   ┣━━ string2 +   ┗━━ string3 diff --git a/tests/results/test_secrets/40_8calculation_boolean.sh b/tests/results/test_secrets/40_8calculation_boolean.sh new file mode 100644 index 00000000..5ad32730 --- /dev/null +++ b/tests/results/test_secrets/40_8calculation_boolean.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 bool: true (false) +┣━━ 📓 multi1 : +┃ ┣━━ true (true) +┃ ┗━━ false +┗━━ 📓 multi2 : + ┗━━ true (false) diff --git a/tests/results/test_secrets/40_8calculation_multi_variable.sh b/tests/results/test_secrets/40_8calculation_multi_variable.sh new file mode 100644 index 00000000..f02cd683 --- /dev/null +++ b/tests/results/test_secrets/40_8calculation_multi_variable.sh @@ -0,0 +1,13 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (string1) +┃ ┣━━ string2 (string1) +┃ ┗━━ string3 +┣━━ 📓 var2: string1 (no) +┗━━ 📓 var3: string1 (yes) diff --git a/tests/results/test_secrets/40_8calculation_multi_variable_parent.sh b/tests/results/test_secrets/40_8calculation_multi_variable_parent.sh new file mode 100644 index 00000000..e3c89bf1 --- /dev/null +++ b/tests/results/test_secrets/40_8calculation_multi_variable_parent.sh @@ -0,0 +1,10 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var: string1 (no) +┗━━ 📂 fam1 + ┗━━ 📓 var: string1 (string1) diff --git a/tests/results/test_secrets/40_8calculation_multi_variable_parent2.sh b/tests/results/test_secrets/40_8calculation_multi_variable_parent2.sh new file mode 100644 index 00000000..b3ffd399 --- /dev/null +++ b/tests/results/test_secrets/40_8calculation_multi_variable_parent2.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 fam1 +┃ ┗━━ 📓 var: string1 (no) +┗━━ 📂 fam2 + ┗━━ 📓 var: string1 (string1) diff --git a/tests/results/test_secrets/41_0choice_leader.sh b/tests/results/test_secrets/41_0choice_leader.sh new file mode 100644 index 00000000..621054f6 --- /dev/null +++ b/tests/results/test_secrets/41_0choice_leader.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower1: a + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower1: b + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower1: c diff --git a/tests/results/test_secrets/44_0leadership_hidden.sh b/tests/results/test_secrets/44_0leadership_hidden.sh new file mode 100644 index 00000000..0986b3a7 --- /dev/null +++ b/tests/results/test_secrets/44_0leadership_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_secrets/44_0leadership_leader_hidden.sh b/tests/results/test_secrets/44_0leadership_leader_hidden.sh new file mode 100644 index 00000000..0986b3a7 --- /dev/null +++ b/tests/results/test_secrets/44_0leadership_leader_hidden.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_secrets/44_1leadership_append_hidden_follower.sh b/tests/results/test_secrets/44_1leadership_append_hidden_follower.sh new file mode 100644 index 00000000..0986b3a7 --- /dev/null +++ b/tests/results/test_secrets/44_1leadership_append_hidden_follower.sh @@ -0,0 +1,8 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader diff --git a/tests/results/test_secrets/44_4leadership_mandatory.sh b/tests/results/test_secrets/44_4leadership_mandatory.sh new file mode 100644 index 00000000..2631fe95 --- /dev/null +++ b/tests/results/test_secrets/44_4leadership_mandatory.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower1: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower1: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower1: string3 diff --git a/tests/results/test_secrets/44_4leadership_mandatory_follower.sh b/tests/results/test_secrets/44_4leadership_mandatory_follower.sh new file mode 100644 index 00000000..76d1cd5e --- /dev/null +++ b/tests/results/test_secrets/44_4leadership_mandatory_follower.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower: string3 diff --git a/tests/results/test_secrets/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_secrets/44_5leadership_leader_hidden_calculation.sh new file mode 100644 index 00000000..3ed7795d --- /dev/null +++ b/tests/results/test_secrets/44_5leadership_leader_hidden_calculation.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (no) +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower: string3 diff --git a/tests/results/test_secrets/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_secrets/44_6leadership_follower_disabled_calculation.sh new file mode 100644 index 00000000..c8cf81ce --- /dev/null +++ b/tests/results/test_secrets/44_6leadership_follower_disabled_calculation.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 condition: string1 (yes) +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┗━━ 📓 follower: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┗━━ 📓 follower: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┗━━ 📓 follower: string3 diff --git a/tests/results/test_secrets/60_0family_dynamic.sh b/tests/results/test_secrets/60_0family_dynamic.sh new file mode 100644 index 00000000..f3c0ccf0 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/60_0family_dynamic_1_1.sh b/tests/results/test_secrets/60_0family_dynamic_1_1.sh new file mode 100644 index 00000000..f1382269 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_1_1.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 vardyn: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 vardyn: string1 +┗━━ 📂 dynstring3 + ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_secrets/60_0family_dynamic_1_1_empty.sh b/tests/results/test_secrets/60_0family_dynamic_1_1_empty.sh new file mode 100644 index 00000000..89e74b51 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_1_1_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 vardyn: string1 +┗━━ 📂 dynval2 + ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_secrets/60_0family_dynamic_empty.sh b/tests/results/test_secrets/60_0family_dynamic_empty.sh new file mode 100644 index 00000000..db9c00dc --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_empty.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/60_0family_dynamic_no_description.sh b/tests/results/test_secrets/60_0family_dynamic_no_description.sh new file mode 100644 index 00000000..f3c0ccf0 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_no_description.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/60_0family_dynamic_no_description_empty.sh b/tests/results/test_secrets/60_0family_dynamic_no_description_empty.sh new file mode 100644 index 00000000..c64d84ae --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_no_description_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/60_0family_dynamic_static.sh b/tests/results/test_secrets/60_0family_dynamic_static.sh new file mode 100644 index 00000000..8433ae8e --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_static.sh @@ -0,0 +1,11 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/60_0family_dynamic_test.sh b/tests/results/test_secrets/60_0family_dynamic_test.sh new file mode 100644 index 00000000..c64d84ae --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_test.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 diff --git a/tests/results/test_secrets/60_0family_dynamic_variable_empty.sh b/tests/results/test_secrets/60_0family_dynamic_variable_empty.sh new file mode 100644 index 00000000..a953da08 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_variable_empty.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 +┃ ┣━━ string2 +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 (val) +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 (val) +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 (val) diff --git a/tests/results/test_secrets/60_0family_dynamic_variable_suffix.sh b/tests/results/test_secrets/60_0family_dynamic_variable_suffix.sh new file mode 100644 index 00000000..be5eed54 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_variable_suffix.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 (a value) +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 (a value) +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 (a value) diff --git a/tests/results/test_secrets/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_secrets/60_0family_dynamic_variable_suffix_empty.sh new file mode 100644 index 00000000..19ac83d5 --- /dev/null +++ b/tests/results/test_secrets/60_0family_dynamic_variable_suffix_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 (a value) +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 (a value) diff --git a/tests/results/test_secrets/60_0family_empty.sh b/tests/results/test_secrets/60_0family_empty.sh new file mode 100644 index 00000000..d2701ec3 --- /dev/null +++ b/tests/results/test_secrets/60_0family_empty.sh @@ -0,0 +1,7 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: diff --git a/tests/results/test_secrets/60_0family_hidden.sh b/tests/results/test_secrets/60_0family_hidden.sh new file mode 100644 index 00000000..10fba371 --- /dev/null +++ b/tests/results/test_secrets/60_0family_hidden.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 var: null diff --git a/tests/results/test_secrets/60_0family_mode.sh b/tests/results/test_secrets/60_0family_mode.sh new file mode 100644 index 00000000..d5af23e0 --- /dev/null +++ b/tests/results/test_secrets/60_0family_mode.sh @@ -0,0 +1,9 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 family + ┗━━ 📓 var: string1 (non) diff --git a/tests/results/test_secrets/60_1family_dynamic_jinja.sh b/tests/results/test_secrets/60_1family_dynamic_jinja.sh new file mode 100644 index 00000000..7d22b322 --- /dev/null +++ b/tests/results/test_secrets/60_1family_dynamic_jinja.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dyn1 +┃ ┗━━ 📓 var: string1 (val) +┣━━ 📂 dyn2 +┃ ┗━━ 📓 var: string1 (val) +┗━━ 📂 dyn3 + ┗━━ 📓 var: string1 (val) diff --git a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group.sh new file mode 100644 index 00000000..d32b4c8f --- /dev/null +++ b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┣━━ 📂 dynstring3 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh new file mode 100644 index 00000000..6d968042 --- /dev/null +++ b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -0,0 +1,21 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 (string1) +┣━━ 📂 dynstring2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 (string2) +┣━━ 📂 dynstring3 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 (string3) +┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh new file mode 100644 index 00000000..a11d5fba --- /dev/null +++ b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 (val1) +┣━━ 📂 dynval2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 (val2) +┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh new file mode 100644 index 00000000..b2582f23 --- /dev/null +++ b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┣━━ 📂 dynval2 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_secrets/60_2family_dynamic_outside_calc.sh b/tests/results/test_secrets/60_2family_dynamic_outside_calc.sh new file mode 100644 index 00000000..0cb97c1e --- /dev/null +++ b/tests/results/test_secrets/60_2family_dynamic_outside_calc.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 (val) +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 (val) +┣━━ 📂 dynstring3 +┃ ┗━━ 📓 var: string1 (val) +┗━━ 📓 newvar: string1 diff --git a/tests/results/test_secrets/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_secrets/60_2family_dynamic_outside_calc_empty.sh new file mode 100644 index 00000000..01fbe727 --- /dev/null +++ b/tests/results/test_secrets/60_2family_dynamic_outside_calc_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 (val) +┣━━ 📂 dynval2 +┃ ┗━━ 📓 var: string1 (val) +┗━━ 📓 newvar: string1 (string1) diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_secrets/60_5family_dynamic_calc_suffix2.sh new file mode 100644 index 00000000..dc432b35 --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix2.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 (string1) +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 (string2) +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 (string3) diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_secrets/60_5family_dynamic_calc_suffix2_empty.sh new file mode 100644 index 00000000..21086f8a --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix2_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 (val1) +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 (val2) diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param.sh new file mode 100644 index 00000000..dc432b35 --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param.sh @@ -0,0 +1,17 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 (string1) +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 (string2) +┗━━ 📂 dynstring3 + ┗━━ 📓 var: string1 (string3) diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param_empty.sh new file mode 100644 index 00000000..21086f8a --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param_empty.sh @@ -0,0 +1,14 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 (val1) +┗━━ 📂 dynval2 + ┗━━ 📓 var: string1 (val2) diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_variable.sh b/tests/results/test_secrets/60_5family_dynamic_calc_variable.sh new file mode 100644 index 00000000..abaf54f9 --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_variable.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynstring2 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynstring3 +┃ ┗━━ 📓 var: string1 +┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_secrets/60_5family_dynamic_calc_variable_empty.sh new file mode 100644 index 00000000..db123493 --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_calc_variable_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var1 : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📓 var: string1 +┣━━ 📂 dynval2 +┃ ┗━━ 📓 var: string1 +┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_secrets/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_secrets/60_5family_dynamic_hidden_suffix.sh new file mode 100644 index 00000000..cabdce6d --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_hidden_suffix.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📂 dynval1 +┃ ┣━━ 📓 var: string1 +┃ ┗━━ 📂 family +┃  ┗━━ 📓 var: string1 +┗━━ 📂 dynval2 + ┣━━ 📓 var: null + ┗━━ 📂 family +  ┗━━ 📓 var: null diff --git a/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix.sh new file mode 100644 index 00000000..a2ade61e --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix.sh @@ -0,0 +1,18 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dyn_string1 +┃ ┗━━ 📓 var: string1 (string1) +┣━━ 📂 dyn_string2 +┃ ┗━━ 📓 var: string1 (string2) +┣━━ 📂 dyn_string3 +┃ ┗━━ 📓 var: string1 (string3) +┗━━ 📓 var2: string1 diff --git a/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh new file mode 100644 index 00000000..a8345509 --- /dev/null +++ b/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -0,0 +1,15 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dyn_val1 +┃ ┗━━ 📓 var: string1 (val1) +┣━━ 📂 dyn_val2 +┃ ┗━━ 📓 var: string1 (val2) +┗━━ 📓 var2: string1 (string1) diff --git a/tests/results/test_secrets/60_6family_dynamic_leadership.sh b/tests/results/test_secrets/60_6family_dynamic_leadership.sh new file mode 100644 index 00000000..4f6d8c55 --- /dev/null +++ b/tests/results/test_secrets/60_6family_dynamic_leadership.sh @@ -0,0 +1,53 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ string1 (val1) +┃ ┣━━ string2 (val2) +┃ ┗━━ string3 +┣━━ 📂 dynstring1 +┃ ┗━━ 📂 leadership +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string1 +┃  ┃ ┣━━ 📓 follower1: string1 +┃  ┃ ┗━━ 📓 follower2: string1 +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string2 +┃  ┃ ┣━━ 📓 follower1: string2 +┃  ┃ ┗━━ 📓 follower2: string2 +┃  ┗━━ 📂 leader +┃   ┣━━ 📓 leader: string3 +┃   ┣━━ 📓 follower1: string3 +┃   ┗━━ 📓 follower2: string3 +┣━━ 📂 dynstring2 +┃ ┗━━ 📂 leadership +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string1 +┃  ┃ ┣━━ 📓 follower1: string1 +┃  ┃ ┗━━ 📓 follower2: string1 +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string2 +┃  ┃ ┣━━ 📓 follower1: string2 +┃  ┃ ┗━━ 📓 follower2: string2 +┃  ┗━━ 📂 leader +┃   ┣━━ 📓 leader: string3 +┃   ┣━━ 📓 follower1: string3 +┃   ┗━━ 📓 follower2: string3 +┗━━ 📂 dynstring3 + ┗━━ 📂 leadership +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_secrets/60_6family_dynamic_leadership_empty.sh b/tests/results/test_secrets/60_6family_dynamic_leadership_empty.sh new file mode 100644 index 00000000..8acc46c5 --- /dev/null +++ b/tests/results/test_secrets/60_6family_dynamic_leadership_empty.sh @@ -0,0 +1,38 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var : +┃ ┣━━ val1 +┃ ┗━━ val2 +┣━━ 📂 dynval1 +┃ ┗━━ 📂 leadership +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string1 +┃  ┃ ┣━━ 📓 follower1: string1 +┃  ┃ ┗━━ 📓 follower2: string1 +┃  ┣━━ 📂 leader +┃  ┃ ┣━━ 📓 leader: string2 +┃  ┃ ┣━━ 📓 follower1: string2 +┃  ┃ ┗━━ 📓 follower2: string2 +┃  ┗━━ 📂 leader +┃   ┣━━ 📓 leader: string3 +┃   ┣━━ 📓 follower1: string3 +┃   ┗━━ 📓 follower2: string3 +┗━━ 📂 dynval2 + ┗━━ 📂 leadership +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string1 +  ┃ ┣━━ 📓 follower1: string1 +  ┃ ┗━━ 📓 follower2: string1 +  ┣━━ 📂 leader +  ┃ ┣━━ 📓 leader: string2 +  ┃ ┣━━ 📓 follower1: string2 +  ┃ ┗━━ 📓 follower2: string2 +  ┗━━ 📂 leader +   ┣━━ 📓 leader: string3 +   ┣━━ 📓 follower1: string3 +   ┗━━ 📓 follower2: string3 diff --git a/tests/results/test_secrets/60_9family_dynamic_calc_both.sh b/tests/results/test_secrets/60_9family_dynamic_calc_both.sh new file mode 100644 index 00000000..407ad722 --- /dev/null +++ b/tests/results/test_secrets/60_9family_dynamic_calc_both.sh @@ -0,0 +1,12 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┣━━ 📓 var: string1 (val2) +┣━━ 📂 dynval1 +┃ ┗━━ 📓 vardyn: string1 +┗━━ 📂 dynstring1 + ┗━━ 📓 vardyn: string1 diff --git a/tests/results/test_secrets/68_0family_leadership_mode.sh b/tests/results/test_secrets/68_0family_leadership_mode.sh new file mode 100644 index 00000000..1cf06b15 --- /dev/null +++ b/tests/results/test_secrets/68_0family_leadership_mode.sh @@ -0,0 +1,20 @@ +╭────────────────────────── Caption ──────────────────────────╮ +│ Variable Default value │ +│ Undocumented variable Modified value │ +│ Undocumented but modified variable (Original default value) │ +│ Unmodifiable variable │ +╰─────────────────────────────────────────────────────────────╯ +Variables: +┗━━ 📂 leader + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string1 + ┃ ┣━━ 📓 follower1: string1 + ┃ ┗━━ 📓 follower2: string1 + ┣━━ 📂 leader + ┃ ┣━━ 📓 leader: string2 + ┃ ┣━━ 📓 follower1: string2 + ┃ ┗━━ 📓 follower2: string2 + ┗━━ 📂 leader +  ┣━━ 📓 leader: string3 +  ┣━━ 📓 follower1: string3 +  ┗━━ 📓 follower2: string3 diff --git a/tests/test_load.py b/tests/test_load.py new file mode 100644 index 00000000..f5e2da7a --- /dev/null +++ b/tests/test_load.py @@ -0,0 +1,120 @@ +from pytest import fixture # , raises +from pathlib import Path +from rougail import Rougail +from rougail.output_console import RougailOutputConsole as RougailOutput + +from rougail_tests.utils import get_structures_list, get_rougail_config, get_values_for_config + + +EXT = 'sh' + + +excludes = [] +#excludes = [ +# '60_2family_dynamic_jinja_fill_sub_group', +# '60_2family_dynamic_jinja_fill_sub_group_2', +#] + +test_ok = get_structures_list(excludes) +# test_ok = [Path('../rougail-tests/structures/40_0leadership_follower_default_submulti')] + + +def idfn(fixture_value): + return fixture_value.name + + +@fixture(scope="module", params=test_ok, ids=idfn) +def test_dir(request): + return request.param + + +def _test_dictionaries(test_dir, namespace, ext, *, read_write=True, mandatory=False, show_secrets=False, do_calc=True): + rougailconfig = get_rougail_config(test_dir, namespace) + if not rougailconfig: + return + ################################## + rougailconfig['step.output'] = 'console' + rougailconfig["console.read_write"] = read_write + rougailconfig["console.mandatory"] = mandatory + rougailconfig["console.show_secrets"] = show_secrets + ################################## + dir_name = 'test' + if namespace: + dir_name += '_namespace' + elif (test_dir / 'force_namespace').is_file(): + return + ################################## + if read_write: + dir_name += '_read_write' + if mandatory: + dir_name += '_mandatory' + if not show_secrets: + dir_name += '_secrets' + if not do_calc: + dir_name += '_errors' + ################################## + rougail = Rougail(rougailconfig) + config = rougail.run() + ################################## + if do_calc and (mandatory or not read_write): + get_values_for_config(config) + ################################## + generated_output = RougailOutput(config, rougailconfig=rougailconfig).run() + output_file = Path(__file__).parent / 'results' / dir_name / (test_dir.name + "." + ext) + if not output_file.is_file(): + if not output_file.parent.is_dir(): + output_file.parent.mkdir() + with output_file.open('w') as outfh: + outfh.write(generated_output) + with output_file.open() as outfh: + attented_output = outfh.read() + assert generated_output == attented_output, f'filename {output_file}' + + +def test_dictionaries_console(test_dir): + _test_dictionaries(test_dir, True, EXT) + + +def test_dictionaries_console_errors(test_dir): + _test_dictionaries(test_dir, True, EXT, do_calc=False, mandatory=True) + + +def test_dictionaries_console_read_only(test_dir): + _test_dictionaries(test_dir, True, EXT, read_write=False) + + +def test_dictionaries_console_mandatory(test_dir): + _test_dictionaries(test_dir, True, EXT, mandatory=True) + + +def test_dictionaries_console_mandatory_read_only(test_dir): + _test_dictionaries(test_dir, True, EXT, read_write=False, mandatory=True) + + +def test_dictionaries_console_secrets(test_dir): + _test_dictionaries(test_dir, True, EXT, show_secrets=True) + + +################# +def test_dictionaries_console_namespace(test_dir): + _test_dictionaries(test_dir, False, EXT) + + +def test_dictionaries_console_namespace_errors(test_dir): + _test_dictionaries(test_dir, False, EXT, do_calc=False, mandatory=True) + + +def test_dictionaries_console_namespace_read_only(test_dir): + _test_dictionaries(test_dir, False, EXT, read_write=False) + + +def test_dictionaries_console_namespace_mandatory(test_dir): + _test_dictionaries(test_dir, False, EXT, mandatory=True) + + +def test_dictionaries_console_namespace_mandatory_read_only(test_dir): + _test_dictionaries(test_dir, False, EXT, read_write=False, mandatory=True) + + +def test_dictionaries_console_namespace_secrets(test_dir): + _test_dictionaries(test_dir, False, EXT, show_secrets=True)