From b0ebf9444e7452ad2171b5a916a12e0319ac4452 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 30 Nov 2024 15:50:28 +0100 Subject: [PATCH] feat: add tests --- src/rougail/output_json/__init__.py | 2 + .../test_load.cpython-313-pytest-8.3.3.pyc | Bin 0 -> 4664 bytes tests/results/test_mandatory/00_0empty.json | 1 + .../00_0version_underscore.json | 3 + .../test_mandatory/00_1empty_variable.json | 3 + .../00_2default_calculated.json | 8 ++ .../00_2default_calculated_multi.json | 12 +++ ...efault_calculated_variable_transitive.json | 10 ++ .../test_mandatory/00_4load_subfolder.json | 4 + .../test_mandatory/00_5load_notype.json | 3 + tests/results/test_mandatory/00_6boolean.json | 8 ++ .../00_6boolean_no_mandatory.json | 3 + tests/results/test_mandatory/00_6choice.json | 8 ++ .../00_6choice_calculation.json | 3 + .../test_mandatory/00_6choice_variable.json | 8 ++ tests/results/test_mandatory/00_6custom.json | 4 + .../test_mandatory/00_6domainname.json | 3 + .../test_mandatory/00_6domainname_params.json | 3 + tests/results/test_mandatory/00_6float.json | 8 ++ tests/results/test_mandatory/00_6number.json | 8 ++ tests/results/test_mandatory/00_6port.json | 5 + tests/results/test_mandatory/00_6regexp.json | 3 + tests/results/test_mandatory/00_6string.json | 8 ++ .../test_mandatory/00_7choice_quote.json | 3 + .../test_mandatory/00_7help_quote.json | 4 + .../test_mandatory/00_7value_doublequote.json | 3 + .../00_7value_doublequote2.json | 3 + .../00_7value_doublequote3.json | 3 + .../test_mandatory/00_7value_quote.json | 3 + .../00_8calculation_information.json | 3 + tests/results/test_mandatory/00_8test.json | 11 +++ .../00_9choice_variable_multi.json | 10 ++ .../test_mandatory/00_9choice_variables.json | 5 + .../00_9default_calculation.json | 3 + .../00_9default_calculation_information.json | 3 + ...alculation_information_other_variable.json | 4 + ...0_9default_calculation_multi_optional.json | 8 ++ ..._9default_calculation_multi_optional2.json | 8 ++ .../00_9default_calculation_optional.json | 7 ++ ..._9default_calculation_optional_exists.json | 12 +++ ...0_9default_calculation_param_optional.json | 4 + ...0_9default_information_other_variable.json | 4 + .../test_mandatory/00_9default_integer.json | 3 + .../test_mandatory/01_6boolean_multi.json | 26 ++++++ .../test_mandatory/01_6custom_multi.json | 12 +++ .../test_mandatory/01_6float_multi.json | 42 +++++++++ .../test_mandatory/01_6number_multi.json | 42 +++++++++ .../test_mandatory/01_6string_empty.json | 7 ++ .../test_mandatory/01_6string_multi.json | 38 ++++++++ .../01_7value_multi_doublequote.json | 7 ++ .../01_7value_multi_doublequote2.json | 7 ++ .../test_mandatory/01_7value_multi_quote.json | 7 ++ .../01_8calculation_information_multi.json | 7 ++ .../01_9choice_variable_multi.json | 8 ++ .../test_mandatory/04_0type_param.json | 3 + .../results/test_mandatory/04_1auto_save.json | 3 + .../04_1auto_save_and_calculated.json | 4 + .../04_1auto_save_and_calculated_hidden.json | 4 + .../04_1auto_save_and_hidden.json | 3 + .../04_1default_calculation_hidden.json | 5 + .../04_1default_calculation_hidden_2.json | 5 + .../04_5disabled_calculation_optional.json | 5 + .../04_5disabled_calculation_variable.json | 3 + .../04_5disabled_calculation_variable2.json | 3 + .../04_5disabled_calculation_variable3.json | 4 + .../04_5disabled_calculation_variable4.json | 3 + .../test_mandatory/04_5validators.json | 3 + .../test_mandatory/04_5validators_differ.json | 4 + .../test_mandatory/04_5validators_multi.json | 7 ++ .../test_mandatory/04_5validators_multi2.json | 6 ++ .../test_mandatory/05_0multi_not_uniq.json | 7 ++ .../test_mandatory/05_0multi_uniq.json | 7 ++ .../test_mandatory/12_1auto_save_expert.json | 3 + .../16_0redefine_description.json | 3 + .../16_2family_redefine_calculation.json | 1 + .../16_2family_redefine_disabled.json | 1 + .../test_mandatory/16_5exists_nonexists.json | 4 + .../test_mandatory/16_5exists_redefine.json | 3 + .../16_5redefine_calculation.json | 3 + .../test_mandatory/16_5redefine_choice.json | 3 + .../test_mandatory/16_5redefine_default.json | 3 + .../16_5redefine_default_calculation.json | 3 + .../test_mandatory/16_5redefine_family.json | 5 + .../test_mandatory/16_5redefine_help.json | 5 + .../test_mandatory/16_5redefine_hidden.json | 3 + .../test_mandatory/16_5redefine_multi.json | 7 ++ ..._5redefine_remove_disable_calculation.json | 4 + .../test_mandatory/16_5test_redefine.json | 5 + .../test_mandatory/16_6choice_redefine.json | 3 + .../16_6exists_redefine_family.json | 8 ++ .../test_mandatory/16exists_exists.json | 3 + .../17_5redefine_leadership.json | 3 + .../test_mandatory/20_0empty_family.json | 1 + .../test_mandatory/20_0family_append.json | 6 ++ .../test_mandatory/20_0family_underscore.json | 1 + .../test_mandatory/20_0multi_family.json | 7 ++ .../20_0multi_family_basic.json | 7 ++ .../20_0multi_family_expert.json | 7 ++ .../20_0multi_family_order.json | 10 ++ .../20_0validators_differ_redefine.json | 5 + .../test_mandatory/20_1empty_subfamily.json | 1 + .../20_9default_information_parent.json | 6 ++ ...4_0family_hidden_condition_sub_family.json | 8 ++ ..._hidden_condition_variable_sub_family.json | 8 ++ ...ily_hidden_param_condition_sub_family.json | 8 ++ .../24_0family_mandatory_condition.json | 4 + ..._0family_mandatory_condition_variable.json | 4 + .../24_7validators_variable_optional.json | 6 ++ .../24_family_disabled_var_hidden.json | 1 + .../test_mandatory/40_0leadership.json | 19 ++++ .../40_0leadership_diff_name.json | 19 ++++ .../test_mandatory/40_0leadership_empty.json | 1 + ...adership_follower_default_calculation.json | 19 ++++ ...40_0leadership_follower_default_value.json | 16 ++++ .../40_0leadership_leader_not_multi.json | 24 +++++ .../40_1leadership_append_follower.json | 22 +++++ .../40_6leadership_follower_multi.json | 43 +++++++++ .../40_8calculation_boolean.json | 9 ++ .../40_8calculation_multi_variable.json | 9 ++ ...40_8calculation_multi_variable_parent.json | 6 ++ ...0_8calculation_multi_variable_parent2.json | 8 ++ .../test_mandatory/41_0choice_leader.json | 16 ++++ .../test_mandatory/44_0leadership_hidden.json | 3 + .../44_0leadership_leader_hidden.json | 3 + ...44_1leadership_append_hidden_follower.json | 3 + .../44_4leadership_mandatory.json | 16 ++++ .../44_4leadership_mandatory_follower.json | 16 ++++ ...5leadership_leader_hidden_calculation.json | 17 ++++ ...dership_follower_disabled_calculation.json | 17 ++++ .../test_mandatory/60_0family_dynamic.json | 16 ++++ .../60_0family_dynamic_1_1.json | 16 ++++ .../60_0family_dynamic_1_1_empty.json | 12 +++ .../60_0family_dynamic_empty.json | 16 ++++ .../60_0family_dynamic_no_description.json | 16 ++++ ..._0family_dynamic_no_description_empty.json | 12 +++ .../60_0family_dynamic_static.json | 8 ++ .../60_0family_dynamic_test.json | 12 +++ .../60_0family_dynamic_variable_empty.json | 16 ++++ .../60_0family_dynamic_variable_suffix.json | 16 ++++ ...0family_dynamic_variable_suffix_empty.json | 12 +++ .../test_mandatory/60_0family_empty.json | 1 + .../test_mandatory/60_0family_hidden.json | 5 + .../test_mandatory/60_0family_mode.json | 5 + .../60_1family_dynamic_jinja.json | 16 ++++ ..._2family_dynamic_jinja_fill_sub_group.json | 23 +++++ ...family_dynamic_jinja_fill_sub_group_2.json | 23 +++++ ..._dynamic_jinja_fill_sub_group_2_empty.json | 17 ++++ ...ly_dynamic_jinja_fill_sub_group_empty.json | 17 ++++ .../60_2family_dynamic_outside_calc.json | 17 ++++ ...60_2family_dynamic_outside_calc_empty.json | 13 +++ .../60_5family_dynamic_calc_suffix2.json | 16 ++++ ...60_5family_dynamic_calc_suffix2_empty.json | 12 +++ .../60_5family_dynamic_calc_suffix_param.json | 16 ++++ ...amily_dynamic_calc_suffix_param_empty.json | 12 +++ .../60_5family_dynamic_calc_variable.json | 17 ++++ ...0_5family_dynamic_calc_variable_empty.json | 13 +++ .../60_5family_dynamic_hidden_suffix.json | 14 +++ ...amily_dynamic_variable_outside_suffix.json | 17 ++++ ...dynamic_variable_outside_suffix_empty.json | 13 +++ .../60_6family_dynamic_leadership.json | 64 +++++++++++++ .../60_6family_dynamic_leadership_empty.json | 44 +++++++++ .../60_9family_dynamic_calc_both.json | 9 ++ .../68_0family_leadership_mode.json | 19 ++++ .../test_namespace_mandatory/00_0empty.json | 1 + .../00_0version_underscore.json | 5 + .../00_1empty_variable.json | 5 + .../00_2default_calculated.json | 10 ++ .../00_2default_calculated_multi.json | 14 +++ ...efault_calculated_variable_transitive.json | 12 +++ .../00_4load_subfolder.json | 6 ++ .../00_5load_notype.json | 5 + .../test_namespace_mandatory/00_6boolean.json | 10 ++ .../00_6boolean_no_mandatory.json | 5 + .../test_namespace_mandatory/00_6choice.json | 10 ++ .../00_6choice_calculation.json | 5 + .../00_6choice_variable.json | 10 ++ .../test_namespace_mandatory/00_6custom.json | 6 ++ .../00_6domainname.json | 5 + .../00_6domainname_params.json | 5 + .../test_namespace_mandatory/00_6float.json | 10 ++ .../test_namespace_mandatory/00_6number.json | 10 ++ .../test_namespace_mandatory/00_6port.json | 7 ++ .../test_namespace_mandatory/00_6regexp.json | 5 + .../test_namespace_mandatory/00_6string.json | 10 ++ .../00_7choice_quote.json | 5 + .../00_7help_quote.json | 6 ++ .../00_7value_doublequote.json | 5 + .../00_7value_doublequote2.json | 5 + .../00_7value_doublequote3.json | 5 + .../00_7value_quote.json | 5 + .../00_8calculation_information.json | 5 + .../test_namespace_mandatory/00_8test.json | 13 +++ .../00_9choice_variable_multi.json | 12 +++ .../00_9choice_variables.json | 7 ++ .../00_9default_calculation.json | 5 + .../00_9default_calculation_information.json | 5 + ...alculation_information_other_variable.json | 6 ++ ...0_9default_calculation_multi_optional.json | 10 ++ ..._9default_calculation_multi_optional2.json | 10 ++ .../00_9default_calculation_optional.json | 9 ++ ..._9default_calculation_optional_exists.json | 14 +++ ...0_9default_calculation_param_optional.json | 6 ++ ...0_9default_information_other_variable.json | 6 ++ .../00_9default_integer.json | 5 + .../test_namespace_mandatory/00_9extra.json | 8 ++ .../00_9extra_calculation.json | 10 ++ .../01_6boolean_multi.json | 28 ++++++ .../01_6custom_multi.json | 14 +++ .../01_6float_multi.json | 44 +++++++++ .../01_6number_multi.json | 44 +++++++++ .../01_6string_empty.json | 9 ++ .../01_6string_multi.json | 40 ++++++++ .../01_7value_multi_doublequote.json | 9 ++ .../01_7value_multi_doublequote2.json | 9 ++ .../01_7value_multi_quote.json | 9 ++ .../01_8calculation_information_multi.json | 9 ++ .../01_9choice_variable_multi.json | 10 ++ .../04_0type_param.json | 5 + .../04_1auto_save.json | 5 + .../04_1auto_save_and_calculated.json | 6 ++ .../04_1auto_save_and_calculated_hidden.json | 6 ++ .../04_1auto_save_and_hidden.json | 5 + .../04_1default_calculation_hidden.json | 7 ++ .../04_1default_calculation_hidden_2.json | 7 ++ .../04_5disabled_calculation.json | 7 ++ .../04_5disabled_calculation_default.json | 7 ++ .../04_5disabled_calculation_optional.json | 7 ++ .../04_5disabled_calculation_variable.json | 5 + .../04_5disabled_calculation_variable2.json | 5 + .../04_5disabled_calculation_variable3.json | 6 ++ .../04_5disabled_calculation_variable4.json | 5 + .../04_5hidden_calculation.json | 7 ++ .../04_5hidden_calculation2.json | 7 ++ ...idden_calculation_default_calculation.json | 7 ++ .../04_5validators.json | 5 + .../04_5validators_differ.json | 6 ++ .../04_5validators_multi.json | 9 ++ .../04_5validators_multi2.json | 8 ++ .../05_0multi_not_uniq.json | 9 ++ .../05_0multi_uniq.json | 9 ++ .../12_1auto_save_expert.json | 5 + .../16_0redefine_description.json | 5 + .../16_2family_redefine_calculation.json | 3 + .../16_2family_redefine_disabled.json | 3 + .../16_5exists_nonexists.json | 6 ++ .../16_5exists_redefine.json | 5 + .../16_5redefine_calculation.json | 5 + .../16_5redefine_choice.json | 5 + .../16_5redefine_default.json | 5 + .../16_5redefine_default_calculation.json | 5 + .../16_5redefine_family.json | 7 ++ .../16_5redefine_help.json | 7 ++ .../16_5redefine_hidden.json | 5 + .../16_5redefine_multi.json | 9 ++ ..._5redefine_remove_disable_calculation.json | 6 ++ .../16_5test_redefine.json | 7 ++ .../16_6choice_redefine.json | 5 + .../16_6exists_redefine_family.json | 10 ++ .../16exists_exists.json | 5 + .../17_5redefine_leadership.json | 5 + .../20_0empty_family.json | 3 + .../20_0family_append.json | 8 ++ .../20_0family_underscore.json | 3 + .../20_0multi_family.json | 9 ++ .../20_0multi_family_basic.json | 9 ++ .../20_0multi_family_expert.json | 9 ++ .../20_0multi_family_order.json | 12 +++ .../20_0validators_differ_redefine.json | 7 ++ .../20_1empty_subfamily.json | 3 + .../20_9default_information_parent.json | 8 ++ .../24_0family_hidden_condition.json | 8 ++ .../24_0family_hidden_condition_boolean.json | 8 ++ ...4_0family_hidden_condition_sub_family.json | 10 ++ ..._hidden_condition_variable_sub_family.json | 10 ++ ...family_hidden_condition_with_variable.json | 9 ++ ...ily_hidden_param_condition_sub_family.json | 10 ++ .../24_0family_mandatory_condition.json | 6 ++ ..._0family_mandatory_condition_variable.json | 6 ++ .../24_7validators_variable_optional.json | 8 ++ .../24_family_disabled_var_hidden.json | 3 + .../40_0leadership.json | 21 +++++ .../40_0leadership_diff_name.json | 21 +++++ .../40_0leadership_empty.json | 3 + ...adership_follower_default_calculation.json | 21 +++++ ...0leadership_follower_default_submulti.json | 45 +++++++++ ...follower_default_submulti_calculation.json | 45 +++++++++ ...40_0leadership_follower_default_value.json | 18 ++++ .../40_0leadership_leader_not_multi.json | 26 ++++++ .../40_1leadership_append_follower.json | 24 +++++ .../40_2leadership_calculation_index.json | 18 ++++ ...0_2leadership_calculation_param_index.json | 18 ++++ .../40_2leadership_leader_calculation.json | 21 +++++ .../40_6leadership_follower_multi.json | 45 +++++++++ .../40_8calculation_boolean.json | 11 +++ .../40_8calculation_boolean_return_none.json | 6 ++ .../40_8calculation_integer.json | 7 ++ .../40_8calculation_multi_variable.json | 11 +++ ...40_8calculation_multi_variable_parent.json | 8 ++ ...0_8calculation_multi_variable_parent2.json | 10 ++ .../41_0choice_leader.json | 18 ++++ .../44_0leadership_hidden.json | 5 + .../44_0leadership_leader_hidden.json | 5 + ...44_1leadership_append_hidden_follower.json | 5 + .../44_4disabled_calcultion_follower.json | 19 ++++ .../44_4leadership_mandatory.json | 18 ++++ .../44_4leadership_mandatory_follower.json | 18 ++++ ...5leadership_leader_hidden_calculation.json | 19 ++++ ...dership_follower_disabled_calculation.json | 19 ++++ ...9calculated_default_leadership_leader.json | 18 ++++ .../60_0family_dynamic.json | 18 ++++ .../60_0family_dynamic_1_0.json | 18 ++++ .../60_0family_dynamic_1_0_empty.json | 14 +++ .../60_0family_dynamic_1_0_type.json | 18 ++++ .../60_0family_dynamic_1_0_type_empty.json | 14 +++ .../60_0family_dynamic_1_1.json | 18 ++++ .../60_0family_dynamic_1_1_empty.json | 14 +++ .../60_0family_dynamic_empty.json | 18 ++++ .../60_0family_dynamic_jinja_number.json | 19 ++++ ...60_0family_dynamic_jinja_number_empty.json | 15 +++ .../60_0family_dynamic_no_description.json | 18 ++++ ..._0family_dynamic_no_description_empty.json | 14 +++ .../60_0family_dynamic_static.json | 10 ++ .../60_0family_dynamic_test.json | 14 +++ .../60_0family_dynamic_variable_empty.json | 18 ++++ .../60_0family_dynamic_variable_suffix.json | 18 ++++ ...0family_dynamic_variable_suffix_empty.json | 14 +++ .../60_0family_empty.json | 3 + .../60_0family_hidden.json | 7 ++ .../60_0family_mode.json | 7 ++ .../60_1family_dynamic_jinja.json | 18 ++++ ..._2family_dynamic_jinja_fill_sub_group.json | 25 +++++ ...family_dynamic_jinja_fill_sub_group_2.json | 25 +++++ ..._dynamic_jinja_fill_sub_group_2_empty.json | 19 ++++ ...ly_dynamic_jinja_fill_sub_group_empty.json | 19 ++++ .../60_2family_dynamic_outside_calc.json | 19 ++++ ...60_2family_dynamic_outside_calc_empty.json | 15 +++ .../60_5family_dynamic_calc2.json | 19 ++++ .../60_5family_dynamic_calc2_empty.json | 15 +++ .../60_5family_dynamic_calc_suffix.json | 19 ++++ .../60_5family_dynamic_calc_suffix2.json | 18 ++++ ...60_5family_dynamic_calc_suffix2_empty.json | 14 +++ ..._5family_dynamic_calc_suffix_disabled.json | 8 ++ .../60_5family_dynamic_calc_suffix_empty.json | 15 +++ .../60_5family_dynamic_calc_suffix_param.json | 18 ++++ ...amily_dynamic_calc_suffix_param_empty.json | 14 +++ .../60_5family_dynamic_calc_variable.json | 19 ++++ ...0_5family_dynamic_calc_variable_empty.json | 15 +++ .../60_5family_dynamic_hidden_suffix.json | 16 ++++ .../60_5family_dynamic_unknown_suffix.json | 34 +++++++ ..._5family_dynamic_unknown_suffix_empty.json | 34 +++++++ .../60_5family_dynamic_variable_outside.json | 23 +++++ .../60_5family_dynamic_variable_outside2.json | 23 +++++ ...amily_dynamic_variable_outside2_empty.json | 19 ++++ ...family_dynamic_variable_outside_empty.json | 19 ++++ ...family_dynamic_variable_outside_jinja.json | 23 +++++ ..._dynamic_variable_outside_jinja_empty.json | 19 ++++ ...y_dynamic_variable_outside_sub_suffix.json | 47 ++++++++++ ...mic_variable_outside_sub_suffix_empty.json | 29 ++++++ ...amily_dynamic_variable_outside_suffix.json | 19 ++++ ...dynamic_variable_outside_suffix_empty.json | 15 +++ .../60_6family_dynamic_inside.json | 27 ++++++ .../60_6family_dynamic_inside_empty.json | 20 ++++ .../60_6family_dynamic_leadership.json | 66 ++++++++++++++ .../60_6family_dynamic_leadership_empty.json | 46 ++++++++++ .../60_6family_dynamic_sub_dynamic.json | 75 +++++++++++++++ .../60_6family_dynamic_sub_dynamic_1_0.json | 75 +++++++++++++++ .../60_6family_dynamic_sub_dynamic_empty.json | 52 +++++++++++ .../60_9extra_dynamic.json | 20 ++++ .../60_9extra_dynamic_extra.json | 27 ++++++ .../60_9family_dynamic_calc_both.json | 11 +++ .../68_0family_leadership_mode.json | 21 +++++ .../test_namespace_read_write/00_0empty.json | 1 + .../00_0version_underscore.json | 5 + .../00_1empty_variable.json | 5 + .../00_2default_calculated.json | 8 ++ .../00_2default_calculated_multi.json | 14 +++ ...efault_calculated_variable_transitive.json | 6 ++ .../00_4load_subfolder.json | 6 ++ .../00_5load_notype.json | 5 + .../00_6boolean.json | 10 ++ .../00_6boolean_no_mandatory.json | 5 + .../test_namespace_read_write/00_6choice.json | 10 ++ .../00_6choice_calculation.json | 5 + .../00_6choice_variable.json | 10 ++ .../test_namespace_read_write/00_6custom.json | 6 ++ .../00_6domainname.json | 5 + .../00_6domainname_params.json | 5 + .../test_namespace_read_write/00_6float.json | 10 ++ .../test_namespace_read_write/00_6number.json | 10 ++ .../test_namespace_read_write/00_6port.json | 7 ++ .../test_namespace_read_write/00_6regexp.json | 5 + .../test_namespace_read_write/00_6string.json | 10 ++ .../00_7choice_quote.json | 5 + .../00_7help_quote.json | 6 ++ .../00_7value_doublequote.json | 5 + .../00_7value_doublequote2.json | 5 + .../00_7value_doublequote3.json | 5 + .../00_7value_quote.json | 5 + .../00_8calculation_information.json | 5 + .../test_namespace_read_write/00_8test.json | 10 ++ .../00_9choice_variable_multi.json | 6 ++ .../00_9choice_variables.json | 7 ++ .../00_9default_calculation.json | 5 + .../00_9default_calculation_information.json | 5 + ...alculation_information_other_variable.json | 6 ++ ...0_9default_calculation_multi_optional.json | 8 ++ ..._9default_calculation_multi_optional2.json | 8 ++ .../00_9default_calculation_optional.json | 5 + ..._9default_calculation_optional_exists.json | 12 +++ ...0_9default_calculation_param_optional.json | 6 ++ ...0_9default_information_other_variable.json | 6 ++ .../00_9default_integer.json | 5 + .../test_namespace_read_write/00_9extra.json | 8 ++ .../00_9extra_calculation.json | 10 ++ .../01_6boolean_multi.json | 28 ++++++ .../01_6custom_multi.json | 8 ++ .../01_6float_multi.json | 28 ++++++ .../01_6number_multi.json | 28 ++++++ .../01_6string_empty.json | 8 ++ .../01_6string_multi.json | 22 +++++ .../01_7value_multi_doublequote.json | 7 ++ .../01_7value_multi_doublequote2.json | 7 ++ .../01_7value_multi_quote.json | 7 ++ .../01_8calculation_information_multi.json | 7 ++ .../01_9choice_variable_multi.json | 10 ++ .../04_0type_param.json | 5 + .../04_1auto_save.json | 5 + .../04_1auto_save_and_calculated.json | 6 ++ .../04_1auto_save_and_calculated_hidden.json | 6 ++ .../04_1auto_save_and_hidden.json | 3 + .../04_1default_calculation_hidden.json | 6 ++ .../04_1default_calculation_hidden_2.json | 6 ++ .../04_5disabled_calculation.json | 7 ++ .../04_5disabled_calculation_default.json | 7 ++ .../04_5disabled_calculation_optional.json | 5 + .../04_5disabled_calculation_variable.json | 6 ++ .../04_5disabled_calculation_variable2.json | 5 + .../04_5disabled_calculation_variable3.json | 5 + .../04_5disabled_calculation_variable4.json | 6 ++ .../04_5hidden_calculation.json | 7 ++ .../04_5hidden_calculation2.json | 5 + ...idden_calculation_default_calculation.json | 7 ++ .../04_5validators.json | 5 + .../04_5validators_differ.json | 6 ++ .../04_5validators_multi.json | 8 ++ .../04_5validators_multi2.json | 8 ++ .../05_0multi_not_uniq.json | 7 ++ .../05_0multi_uniq.json | 7 ++ .../12_1auto_save_expert.json | 5 + .../16_0redefine_description.json | 5 + .../16_2family_redefine_calculation.json | 3 + .../16_2family_redefine_disabled.json | 3 + .../16_5exists_nonexists.json | 6 ++ .../16_5exists_redefine.json | 3 + .../16_5redefine_calculation.json | 5 + .../16_5redefine_choice.json | 5 + .../16_5redefine_default.json | 5 + .../16_5redefine_default_calculation.json | 5 + .../16_5redefine_family.json | 7 ++ .../16_5redefine_help.json | 7 ++ .../16_5redefine_hidden.json | 3 + .../16_5redefine_multi.json | 7 ++ ..._5redefine_remove_disable_calculation.json | 6 ++ .../16_5test_redefine.json | 7 ++ .../16_6choice_redefine.json | 5 + .../16_6exists_redefine_family.json | 10 ++ .../16exists_exists.json | 5 + .../17_5redefine_leadership.json | 3 + .../20_0empty_family.json | 3 + .../20_0family_append.json | 8 ++ .../20_0family_underscore.json | 3 + .../20_0multi_family.json | 9 ++ .../20_0multi_family_basic.json | 9 ++ .../20_0multi_family_expert.json | 9 ++ .../20_0multi_family_order.json | 12 +++ .../20_0validators_differ_redefine.json | 7 ++ .../20_1empty_subfamily.json | 3 + .../20_9default_information_parent.json | 8 ++ .../24_0family_hidden_condition.json | 8 ++ .../24_0family_hidden_condition_boolean.json | 5 + ...4_0family_hidden_condition_sub_family.json | 10 ++ ..._hidden_condition_variable_sub_family.json | 5 + ...family_hidden_condition_with_variable.json | 6 ++ ...ily_hidden_param_condition_sub_family.json | 10 ++ .../24_0family_mandatory_condition.json | 6 ++ ..._0family_mandatory_condition_variable.json | 6 ++ .../24_7validators_variable_optional.json | 8 ++ .../24_family_disabled_var_hidden.json | 3 + .../40_0leadership.json | 5 + .../40_0leadership_diff_name.json | 5 + .../40_0leadership_empty.json | 3 + ...adership_follower_default_calculation.json | 5 + ...0leadership_follower_default_submulti.json | 16 ++++ ...follower_default_submulti_calculation.json | 15 +++ ...40_0leadership_follower_default_value.json | 5 + .../40_0leadership_leader_not_multi.json | 10 ++ .../40_1leadership_append_follower.json | 5 + .../40_2leadership_calculation_index.json | 18 ++++ ...0_2leadership_calculation_param_index.json | 18 ++++ .../40_2leadership_leader_calculation.json | 16 ++++ .../40_6leadership_follower_multi.json | 5 + .../40_8calculation_boolean.json | 12 +++ .../40_8calculation_boolean_return_none.json | 6 ++ .../40_8calculation_integer.json | 7 ++ .../40_8calculation_multi_variable.json | 10 ++ ...40_8calculation_multi_variable_parent.json | 8 ++ ...0_8calculation_multi_variable_parent2.json | 10 ++ .../41_0choice_leader.json | 5 + .../44_0leadership_hidden.json | 3 + .../44_0leadership_leader_hidden.json | 3 + ...44_1leadership_append_hidden_follower.json | 3 + .../44_4disabled_calcultion_follower.json | 11 +++ .../44_4leadership_mandatory.json | 5 + .../44_4leadership_mandatory_follower.json | 5 + ...5leadership_leader_hidden_calculation.json | 5 + ...dership_follower_disabled_calculation.json | 6 ++ ...9calculated_default_leadership_leader.json | 13 +++ .../60_0family_dynamic.json | 14 +++ .../60_0family_dynamic_1_0.json | 14 +++ .../60_0family_dynamic_1_0_empty.json | 5 + .../60_0family_dynamic_1_0_type.json | 14 +++ .../60_0family_dynamic_1_0_type_empty.json | 5 + .../60_0family_dynamic_1_1.json | 14 +++ .../60_0family_dynamic_1_1_empty.json | 5 + .../60_0family_dynamic_empty.json | 5 + .../60_0family_dynamic_jinja_number.json | 15 +++ ...60_0family_dynamic_jinja_number_empty.json | 6 ++ .../60_0family_dynamic_no_description.json | 14 +++ ..._0family_dynamic_no_description_empty.json | 5 + .../60_0family_dynamic_static.json | 10 ++ .../60_0family_dynamic_test.json | 5 + .../60_0family_dynamic_variable_empty.json | 5 + .../60_0family_dynamic_variable_suffix.json | 14 +++ ...0family_dynamic_variable_suffix_empty.json | 5 + .../60_0family_empty.json | 3 + .../60_0family_hidden.json | 3 + .../60_0family_mode.json | 7 ++ .../60_1family_dynamic_jinja.json | 14 +++ ..._2family_dynamic_jinja_fill_sub_group.json | 19 ++++ ...family_dynamic_jinja_fill_sub_group_2.json | 19 ++++ ..._dynamic_jinja_fill_sub_group_2_empty.json | 6 ++ ...ly_dynamic_jinja_fill_sub_group_empty.json | 6 ++ .../60_2family_dynamic_outside_calc.json | 15 +++ ...60_2family_dynamic_outside_calc_empty.json | 6 ++ .../60_5family_dynamic_calc2.json | 15 +++ .../60_5family_dynamic_calc2_empty.json | 6 ++ .../60_5family_dynamic_calc_suffix.json | 15 +++ .../60_5family_dynamic_calc_suffix2.json | 14 +++ ...60_5family_dynamic_calc_suffix2_empty.json | 5 + ..._5family_dynamic_calc_suffix_disabled.json | 8 ++ .../60_5family_dynamic_calc_suffix_empty.json | 6 ++ .../60_5family_dynamic_calc_suffix_param.json | 14 +++ ...amily_dynamic_calc_suffix_param_empty.json | 5 + .../60_5family_dynamic_calc_variable.json | 15 +++ ...0_5family_dynamic_calc_variable_empty.json | 6 ++ .../60_5family_dynamic_hidden_suffix.json | 10 ++ .../60_5family_dynamic_unknown_suffix.json | 18 ++++ ..._5family_dynamic_unknown_suffix_empty.json | 5 + .../60_5family_dynamic_variable_outside.json | 18 ++++ .../60_5family_dynamic_variable_outside2.json | 18 ++++ ...amily_dynamic_variable_outside2_empty.json | 6 ++ ...family_dynamic_variable_outside_empty.json | 6 ++ ...family_dynamic_variable_outside_jinja.json | 18 ++++ ..._dynamic_variable_outside_jinja_empty.json | 6 ++ ...y_dynamic_variable_outside_sub_suffix.json | 28 ++++++ ...mic_variable_outside_sub_suffix_empty.json | 6 ++ ...amily_dynamic_variable_outside_suffix.json | 15 +++ ...dynamic_variable_outside_suffix_empty.json | 6 ++ .../60_6family_dynamic_inside.json | 20 ++++ .../60_6family_dynamic_inside_empty.json | 5 + .../60_6family_dynamic_leadership.json | 14 +++ .../60_6family_dynamic_leadership_empty.json | 5 + .../60_6family_dynamic_sub_dynamic.json | 40 ++++++++ .../60_6family_dynamic_sub_dynamic_1_0.json | 40 ++++++++ .../60_6family_dynamic_sub_dynamic_empty.json | 5 + .../60_9extra_dynamic.json | 12 +++ .../60_9extra_dynamic_extra.json | 17 ++++ .../60_9family_dynamic_calc_both.json | 11 +++ .../68_0family_leadership_mode.json | 5 + .../00_0empty.json | 1 + .../00_0version_underscore.json | 5 + .../00_1empty_variable.json | 5 + .../00_2default_calculated.json | 10 ++ .../00_2default_calculated_multi.json | 14 +++ ...efault_calculated_variable_transitive.json | 12 +++ .../00_4load_subfolder.json | 6 ++ .../00_5load_notype.json | 5 + .../00_6boolean.json | 10 ++ .../00_6boolean_no_mandatory.json | 5 + .../00_6choice.json | 10 ++ .../00_6choice_calculation.json | 5 + .../00_6choice_variable.json | 10 ++ .../00_6custom.json | 6 ++ .../00_6domainname.json | 5 + .../00_6domainname_params.json | 5 + .../00_6float.json | 10 ++ .../00_6number.json | 10 ++ .../00_6port.json | 7 ++ .../00_6regexp.json | 5 + .../00_6string.json | 10 ++ .../00_7choice_quote.json | 5 + .../00_7help_quote.json | 6 ++ .../00_7value_doublequote.json | 5 + .../00_7value_doublequote2.json | 5 + .../00_7value_doublequote3.json | 5 + .../00_7value_quote.json | 5 + .../00_8calculation_information.json | 5 + .../00_8test.json | 13 +++ .../00_9choice_variable_multi.json | 12 +++ .../00_9choice_variables.json | 7 ++ .../00_9default_calculation.json | 5 + .../00_9default_calculation_information.json | 5 + ...alculation_information_other_variable.json | 6 ++ ...0_9default_calculation_multi_optional.json | 10 ++ ..._9default_calculation_multi_optional2.json | 10 ++ .../00_9default_calculation_optional.json | 9 ++ ..._9default_calculation_optional_exists.json | 14 +++ ...0_9default_calculation_param_optional.json | 6 ++ ...0_9default_information_other_variable.json | 6 ++ .../00_9default_integer.json | 5 + .../00_9extra.json | 8 ++ .../00_9extra_calculation.json | 10 ++ .../01_6boolean_multi.json | 28 ++++++ .../01_6custom_multi.json | 14 +++ .../01_6float_multi.json | 44 +++++++++ .../01_6number_multi.json | 44 +++++++++ .../01_6string_empty.json | 9 ++ .../01_6string_multi.json | 40 ++++++++ .../01_7value_multi_doublequote.json | 9 ++ .../01_7value_multi_doublequote2.json | 9 ++ .../01_7value_multi_quote.json | 9 ++ .../01_8calculation_information_multi.json | 9 ++ .../01_9choice_variable_multi.json | 10 ++ .../04_0type_param.json | 5 + .../04_1auto_save.json | 5 + .../04_1auto_save_and_calculated.json | 6 ++ .../04_1auto_save_and_calculated_hidden.json | 6 ++ .../04_1auto_save_and_hidden.json | 3 + .../04_1default_calculation_hidden.json | 7 ++ .../04_1default_calculation_hidden_2.json | 7 ++ .../04_5disabled_calculation.json | 7 ++ .../04_5disabled_calculation_default.json | 7 ++ .../04_5disabled_calculation_optional.json | 6 ++ .../04_5disabled_calculation_variable.json | 5 + .../04_5disabled_calculation_variable2.json | 5 + .../04_5disabled_calculation_variable3.json | 6 ++ .../04_5disabled_calculation_variable4.json | 5 + .../04_5hidden_calculation.json | 7 ++ .../04_5hidden_calculation2.json | 5 + ...idden_calculation_default_calculation.json | 7 ++ .../04_5validators.json | 5 + .../04_5validators_differ.json | 6 ++ .../04_5validators_multi.json | 9 ++ .../04_5validators_multi2.json | 8 ++ .../05_0multi_not_uniq.json | 9 ++ .../05_0multi_uniq.json | 9 ++ .../12_1auto_save_expert.json | 5 + .../16_0redefine_description.json | 5 + .../16_2family_redefine_calculation.json | 3 + .../16_2family_redefine_disabled.json | 3 + .../16_5exists_nonexists.json | 6 ++ .../16_5exists_redefine.json | 3 + .../16_5redefine_calculation.json | 5 + .../16_5redefine_choice.json | 5 + .../16_5redefine_default.json | 5 + .../16_5redefine_default_calculation.json | 5 + .../16_5redefine_family.json | 7 ++ .../16_5redefine_help.json | 7 ++ .../16_5redefine_hidden.json | 3 + .../16_5redefine_multi.json | 9 ++ ..._5redefine_remove_disable_calculation.json | 6 ++ .../16_5test_redefine.json | 7 ++ .../16_6choice_redefine.json | 5 + .../16_6exists_redefine_family.json | 10 ++ .../16exists_exists.json | 5 + .../17_5redefine_leadership.json | 3 + .../20_0empty_family.json | 3 + .../20_0family_append.json | 8 ++ .../20_0family_underscore.json | 3 + .../20_0multi_family.json | 9 ++ .../20_0multi_family_basic.json | 9 ++ .../20_0multi_family_expert.json | 9 ++ .../20_0multi_family_order.json | 12 +++ .../20_0validators_differ_redefine.json | 7 ++ .../20_1empty_subfamily.json | 3 + .../20_9default_information_parent.json | 8 ++ .../24_0family_hidden_condition.json | 8 ++ .../24_0family_hidden_condition_boolean.json | 8 ++ ...4_0family_hidden_condition_sub_family.json | 10 ++ ..._hidden_condition_variable_sub_family.json | 5 + ...family_hidden_condition_with_variable.json | 7 ++ ...ily_hidden_param_condition_sub_family.json | 10 ++ .../24_0family_mandatory_condition.json | 6 ++ ..._0family_mandatory_condition_variable.json | 6 ++ .../24_7validators_variable_optional.json | 8 ++ .../24_family_disabled_var_hidden.json | 3 + .../40_0leadership.json | 21 +++++ .../40_0leadership_diff_name.json | 21 +++++ .../40_0leadership_empty.json | 3 + ...adership_follower_default_calculation.json | 21 +++++ ...0leadership_follower_default_submulti.json | 45 +++++++++ ...follower_default_submulti_calculation.json | 45 +++++++++ ...40_0leadership_follower_default_value.json | 18 ++++ .../40_0leadership_leader_not_multi.json | 26 ++++++ .../40_1leadership_append_follower.json | 24 +++++ .../40_2leadership_calculation_index.json | 18 ++++ ...0_2leadership_calculation_param_index.json | 18 ++++ .../40_2leadership_leader_calculation.json | 21 +++++ .../40_6leadership_follower_multi.json | 45 +++++++++ .../40_8calculation_boolean.json | 11 +++ .../40_8calculation_boolean_return_none.json | 6 ++ .../40_8calculation_integer.json | 7 ++ .../40_8calculation_multi_variable.json | 11 +++ ...40_8calculation_multi_variable_parent.json | 8 ++ ...0_8calculation_multi_variable_parent2.json | 10 ++ .../41_0choice_leader.json | 18 ++++ .../44_0leadership_hidden.json | 3 + .../44_0leadership_leader_hidden.json | 3 + ...44_1leadership_append_hidden_follower.json | 3 + .../44_4disabled_calcultion_follower.json | 19 ++++ .../44_4leadership_mandatory.json | 18 ++++ .../44_4leadership_mandatory_follower.json | 18 ++++ ...5leadership_leader_hidden_calculation.json | 19 ++++ ...dership_follower_disabled_calculation.json | 19 ++++ ...9calculated_default_leadership_leader.json | 18 ++++ .../60_0family_dynamic.json | 18 ++++ .../60_0family_dynamic_1_0.json | 18 ++++ .../60_0family_dynamic_1_0_empty.json | 14 +++ .../60_0family_dynamic_1_0_type.json | 18 ++++ .../60_0family_dynamic_1_0_type_empty.json | 14 +++ .../60_0family_dynamic_1_1.json | 18 ++++ .../60_0family_dynamic_1_1_empty.json | 14 +++ .../60_0family_dynamic_empty.json | 18 ++++ .../60_0family_dynamic_jinja_number.json | 19 ++++ ...60_0family_dynamic_jinja_number_empty.json | 15 +++ .../60_0family_dynamic_no_description.json | 18 ++++ ..._0family_dynamic_no_description_empty.json | 14 +++ .../60_0family_dynamic_static.json | 10 ++ .../60_0family_dynamic_test.json | 14 +++ .../60_0family_dynamic_variable_empty.json | 18 ++++ .../60_0family_dynamic_variable_suffix.json | 18 ++++ ...0family_dynamic_variable_suffix_empty.json | 14 +++ .../60_0family_empty.json | 3 + .../60_0family_hidden.json | 3 + .../60_0family_mode.json | 7 ++ .../60_1family_dynamic_jinja.json | 18 ++++ ..._2family_dynamic_jinja_fill_sub_group.json | 25 +++++ ...family_dynamic_jinja_fill_sub_group_2.json | 25 +++++ ..._dynamic_jinja_fill_sub_group_2_empty.json | 19 ++++ ...ly_dynamic_jinja_fill_sub_group_empty.json | 19 ++++ .../60_2family_dynamic_outside_calc.json | 19 ++++ ...60_2family_dynamic_outside_calc_empty.json | 15 +++ .../60_5family_dynamic_calc2.json | 19 ++++ .../60_5family_dynamic_calc2_empty.json | 15 +++ .../60_5family_dynamic_calc_suffix.json | 19 ++++ .../60_5family_dynamic_calc_suffix2.json | 18 ++++ ...60_5family_dynamic_calc_suffix2_empty.json | 14 +++ ..._5family_dynamic_calc_suffix_disabled.json | 8 ++ .../60_5family_dynamic_calc_suffix_empty.json | 15 +++ .../60_5family_dynamic_calc_suffix_param.json | 18 ++++ ...amily_dynamic_calc_suffix_param_empty.json | 14 +++ .../60_5family_dynamic_calc_variable.json | 19 ++++ ...0_5family_dynamic_calc_variable_empty.json | 15 +++ .../60_5family_dynamic_hidden_suffix.json | 10 ++ .../60_5family_dynamic_unknown_suffix.json | 34 +++++++ ..._5family_dynamic_unknown_suffix_empty.json | 34 +++++++ .../60_5family_dynamic_variable_outside.json | 23 +++++ .../60_5family_dynamic_variable_outside2.json | 23 +++++ ...amily_dynamic_variable_outside2_empty.json | 19 ++++ ...family_dynamic_variable_outside_empty.json | 19 ++++ ...family_dynamic_variable_outside_jinja.json | 23 +++++ ..._dynamic_variable_outside_jinja_empty.json | 19 ++++ ...y_dynamic_variable_outside_sub_suffix.json | 47 ++++++++++ ...mic_variable_outside_sub_suffix_empty.json | 29 ++++++ ...amily_dynamic_variable_outside_suffix.json | 19 ++++ ...dynamic_variable_outside_suffix_empty.json | 15 +++ .../60_6family_dynamic_inside.json | 27 ++++++ .../60_6family_dynamic_inside_empty.json | 20 ++++ .../60_6family_dynamic_leadership.json | 66 ++++++++++++++ .../60_6family_dynamic_leadership_empty.json | 46 ++++++++++ .../60_6family_dynamic_sub_dynamic.json | 75 +++++++++++++++ .../60_6family_dynamic_sub_dynamic_1_0.json | 75 +++++++++++++++ .../60_6family_dynamic_sub_dynamic_empty.json | 52 +++++++++++ .../60_9extra_dynamic.json | 20 ++++ .../60_9extra_dynamic_extra.json | 27 ++++++ .../60_9family_dynamic_calc_both.json | 11 +++ .../68_0family_leadership_mode.json | 21 +++++ tests/results/test_read_write/00_0empty.json | 1 + .../00_0version_underscore.json | 3 + .../test_read_write/00_1empty_variable.json | 3 + .../00_2default_calculated.json | 6 ++ .../00_2default_calculated_multi.json | 12 +++ ...efault_calculated_variable_transitive.json | 4 + .../test_read_write/00_4load_subfolder.json | 4 + .../test_read_write/00_5load_notype.json | 3 + .../results/test_read_write/00_6boolean.json | 8 ++ .../00_6boolean_no_mandatory.json | 3 + tests/results/test_read_write/00_6choice.json | 8 ++ .../00_6choice_calculation.json | 3 + .../test_read_write/00_6choice_variable.json | 8 ++ tests/results/test_read_write/00_6custom.json | 4 + .../test_read_write/00_6domainname.json | 3 + .../00_6domainname_params.json | 3 + tests/results/test_read_write/00_6float.json | 8 ++ tests/results/test_read_write/00_6number.json | 8 ++ tests/results/test_read_write/00_6port.json | 5 + tests/results/test_read_write/00_6regexp.json | 3 + tests/results/test_read_write/00_6string.json | 8 ++ .../test_read_write/00_7choice_quote.json | 3 + .../test_read_write/00_7help_quote.json | 4 + .../00_7value_doublequote.json | 3 + .../00_7value_doublequote2.json | 3 + .../00_7value_doublequote3.json | 3 + .../test_read_write/00_7value_quote.json | 3 + .../00_8calculation_information.json | 3 + tests/results/test_read_write/00_8test.json | 8 ++ .../00_9choice_variable_multi.json | 4 + .../test_read_write/00_9choice_variables.json | 5 + .../00_9default_calculation.json | 3 + .../00_9default_calculation_information.json | 3 + ...alculation_information_other_variable.json | 4 + ...0_9default_calculation_multi_optional.json | 6 ++ ..._9default_calculation_multi_optional2.json | 6 ++ .../00_9default_calculation_optional.json | 3 + ..._9default_calculation_optional_exists.json | 10 ++ ...0_9default_calculation_param_optional.json | 4 + ...0_9default_information_other_variable.json | 4 + .../test_read_write/00_9default_integer.json | 3 + .../test_read_write/01_6boolean_multi.json | 26 ++++++ .../test_read_write/01_6custom_multi.json | 6 ++ .../test_read_write/01_6float_multi.json | 26 ++++++ .../test_read_write/01_6number_multi.json | 26 ++++++ .../test_read_write/01_6string_empty.json | 6 ++ .../test_read_write/01_6string_multi.json | 20 ++++ .../01_7value_multi_doublequote.json | 5 + .../01_7value_multi_doublequote2.json | 5 + .../01_7value_multi_quote.json | 5 + .../01_8calculation_information_multi.json | 5 + .../01_9choice_variable_multi.json | 8 ++ .../test_read_write/04_0type_param.json | 3 + .../test_read_write/04_1auto_save.json | 3 + .../04_1auto_save_and_calculated.json | 4 + .../04_1auto_save_and_calculated_hidden.json | 4 + .../04_1auto_save_and_hidden.json | 1 + .../04_1default_calculation_hidden.json | 4 + .../04_1default_calculation_hidden_2.json | 4 + .../04_5disabled_calculation_optional.json | 3 + .../04_5disabled_calculation_variable.json | 4 + .../04_5disabled_calculation_variable2.json | 3 + .../04_5disabled_calculation_variable3.json | 3 + .../04_5disabled_calculation_variable4.json | 4 + .../test_read_write/04_5validators.json | 3 + .../04_5validators_differ.json | 4 + .../test_read_write/04_5validators_multi.json | 6 ++ .../04_5validators_multi2.json | 6 ++ .../test_read_write/05_0multi_not_uniq.json | 5 + .../test_read_write/05_0multi_uniq.json | 5 + .../test_read_write/12_1auto_save_expert.json | 3 + .../16_0redefine_description.json | 3 + .../16_2family_redefine_calculation.json | 1 + .../16_2family_redefine_disabled.json | 1 + .../test_read_write/16_5exists_nonexists.json | 4 + .../test_read_write/16_5exists_redefine.json | 1 + .../16_5redefine_calculation.json | 3 + .../test_read_write/16_5redefine_choice.json | 3 + .../test_read_write/16_5redefine_default.json | 3 + .../16_5redefine_default_calculation.json | 3 + .../test_read_write/16_5redefine_family.json | 5 + .../test_read_write/16_5redefine_help.json | 5 + .../test_read_write/16_5redefine_hidden.json | 1 + .../test_read_write/16_5redefine_multi.json | 5 + ..._5redefine_remove_disable_calculation.json | 4 + .../test_read_write/16_5test_redefine.json | 5 + .../test_read_write/16_6choice_redefine.json | 3 + .../16_6exists_redefine_family.json | 8 ++ .../test_read_write/16exists_exists.json | 3 + .../17_5redefine_leadership.json | 1 + .../test_read_write/20_0empty_family.json | 1 + .../test_read_write/20_0family_append.json | 6 ++ .../20_0family_underscore.json | 1 + .../test_read_write/20_0multi_family.json | 7 ++ .../20_0multi_family_basic.json | 7 ++ .../20_0multi_family_expert.json | 7 ++ .../20_0multi_family_order.json | 10 ++ .../20_0validators_differ_redefine.json | 5 + .../test_read_write/20_1empty_subfamily.json | 1 + .../20_9default_information_parent.json | 6 ++ ...4_0family_hidden_condition_sub_family.json | 8 ++ ..._hidden_condition_variable_sub_family.json | 3 + ...ily_hidden_param_condition_sub_family.json | 8 ++ .../24_0family_mandatory_condition.json | 4 + ..._0family_mandatory_condition_variable.json | 4 + .../24_7validators_variable_optional.json | 6 ++ .../24_family_disabled_var_hidden.json | 1 + .../test_read_write/40_0leadership.json | 3 + .../40_0leadership_diff_name.json | 3 + .../test_read_write/40_0leadership_empty.json | 1 + ...adership_follower_default_calculation.json | 3 + ...40_0leadership_follower_default_value.json | 3 + .../40_0leadership_leader_not_multi.json | 8 ++ .../40_1leadership_append_follower.json | 3 + .../40_6leadership_follower_multi.json | 3 + .../40_8calculation_boolean.json | 10 ++ .../40_8calculation_multi_variable.json | 8 ++ ...40_8calculation_multi_variable_parent.json | 6 ++ ...0_8calculation_multi_variable_parent2.json | 8 ++ .../test_read_write/41_0choice_leader.json | 3 + .../44_0leadership_hidden.json | 1 + .../44_0leadership_leader_hidden.json | 1 + ...44_1leadership_append_hidden_follower.json | 1 + .../44_4leadership_mandatory.json | 3 + .../44_4leadership_mandatory_follower.json | 3 + ...5leadership_leader_hidden_calculation.json | 3 + ...dership_follower_disabled_calculation.json | 4 + .../test_read_write/60_0family_dynamic.json | 12 +++ .../60_0family_dynamic_1_1.json | 12 +++ .../60_0family_dynamic_1_1_empty.json | 3 + .../60_0family_dynamic_empty.json | 3 + .../60_0family_dynamic_no_description.json | 12 +++ ..._0family_dynamic_no_description_empty.json | 3 + .../60_0family_dynamic_static.json | 8 ++ .../60_0family_dynamic_test.json | 3 + .../60_0family_dynamic_variable_empty.json | 3 + .../60_0family_dynamic_variable_suffix.json | 12 +++ ...0family_dynamic_variable_suffix_empty.json | 3 + .../test_read_write/60_0family_empty.json | 1 + .../test_read_write/60_0family_hidden.json | 1 + .../test_read_write/60_0family_mode.json | 5 + .../60_1family_dynamic_jinja.json | 12 +++ ..._2family_dynamic_jinja_fill_sub_group.json | 17 ++++ ...family_dynamic_jinja_fill_sub_group_2.json | 17 ++++ ..._dynamic_jinja_fill_sub_group_2_empty.json | 4 + ...ly_dynamic_jinja_fill_sub_group_empty.json | 4 + .../60_2family_dynamic_outside_calc.json | 13 +++ ...60_2family_dynamic_outside_calc_empty.json | 4 + .../60_5family_dynamic_calc_suffix2.json | 12 +++ ...60_5family_dynamic_calc_suffix2_empty.json | 3 + .../60_5family_dynamic_calc_suffix_param.json | 12 +++ ...amily_dynamic_calc_suffix_param_empty.json | 3 + .../60_5family_dynamic_calc_variable.json | 13 +++ ...0_5family_dynamic_calc_variable_empty.json | 4 + .../60_5family_dynamic_hidden_suffix.json | 8 ++ ...amily_dynamic_variable_outside_suffix.json | 13 +++ ...dynamic_variable_outside_suffix_empty.json | 4 + .../60_6family_dynamic_leadership.json | 12 +++ .../60_6family_dynamic_leadership_empty.json | 3 + .../60_9family_dynamic_calc_both.json | 9 ++ .../68_0family_leadership_mode.json | 3 + .../test_read_write_mandatory/00_0empty.json | 1 + .../00_0version_underscore.json | 3 + .../00_1empty_variable.json | 3 + .../00_2default_calculated.json | 8 ++ .../00_2default_calculated_multi.json | 12 +++ ...efault_calculated_variable_transitive.json | 10 ++ .../00_4load_subfolder.json | 4 + .../00_5load_notype.json | 3 + .../00_6boolean.json | 8 ++ .../00_6boolean_no_mandatory.json | 3 + .../test_read_write_mandatory/00_6choice.json | 8 ++ .../00_6choice_calculation.json | 3 + .../00_6choice_variable.json | 8 ++ .../test_read_write_mandatory/00_6custom.json | 4 + .../00_6domainname.json | 3 + .../00_6domainname_params.json | 3 + .../test_read_write_mandatory/00_6float.json | 8 ++ .../test_read_write_mandatory/00_6number.json | 8 ++ .../test_read_write_mandatory/00_6port.json | 5 + .../test_read_write_mandatory/00_6regexp.json | 3 + .../test_read_write_mandatory/00_6string.json | 8 ++ .../00_7choice_quote.json | 3 + .../00_7help_quote.json | 4 + .../00_7value_doublequote.json | 3 + .../00_7value_doublequote2.json | 3 + .../00_7value_doublequote3.json | 3 + .../00_7value_quote.json | 3 + .../00_8calculation_information.json | 3 + .../test_read_write_mandatory/00_8test.json | 11 +++ .../00_9choice_variable_multi.json | 10 ++ .../00_9choice_variables.json | 5 + .../00_9default_calculation.json | 3 + .../00_9default_calculation_information.json | 3 + ...alculation_information_other_variable.json | 4 + ...0_9default_calculation_multi_optional.json | 8 ++ ..._9default_calculation_multi_optional2.json | 8 ++ .../00_9default_calculation_optional.json | 7 ++ ..._9default_calculation_optional_exists.json | 12 +++ ...0_9default_calculation_param_optional.json | 4 + ...0_9default_information_other_variable.json | 4 + .../00_9default_integer.json | 3 + .../01_6boolean_multi.json | 26 ++++++ .../01_6custom_multi.json | 12 +++ .../01_6float_multi.json | 42 +++++++++ .../01_6number_multi.json | 42 +++++++++ .../01_6string_empty.json | 7 ++ .../01_6string_multi.json | 38 ++++++++ .../01_7value_multi_doublequote.json | 7 ++ .../01_7value_multi_doublequote2.json | 7 ++ .../01_7value_multi_quote.json | 7 ++ .../01_8calculation_information_multi.json | 7 ++ .../01_9choice_variable_multi.json | 8 ++ .../04_0type_param.json | 3 + .../04_1auto_save.json | 3 + .../04_1auto_save_and_calculated.json | 4 + .../04_1auto_save_and_calculated_hidden.json | 4 + .../04_1auto_save_and_hidden.json | 1 + .../04_1default_calculation_hidden.json | 5 + .../04_1default_calculation_hidden_2.json | 5 + .../04_5disabled_calculation_optional.json | 4 + .../04_5disabled_calculation_variable.json | 3 + .../04_5disabled_calculation_variable2.json | 3 + .../04_5disabled_calculation_variable3.json | 4 + .../04_5disabled_calculation_variable4.json | 3 + .../04_5validators.json | 3 + .../04_5validators_differ.json | 4 + .../04_5validators_multi.json | 7 ++ .../04_5validators_multi2.json | 6 ++ .../05_0multi_not_uniq.json | 7 ++ .../05_0multi_uniq.json | 7 ++ .../12_1auto_save_expert.json | 3 + .../16_0redefine_description.json | 3 + .../16_2family_redefine_calculation.json | 1 + .../16_2family_redefine_disabled.json | 1 + .../16_5exists_nonexists.json | 4 + .../16_5exists_redefine.json | 1 + .../16_5redefine_calculation.json | 3 + .../16_5redefine_choice.json | 3 + .../16_5redefine_default.json | 3 + .../16_5redefine_default_calculation.json | 3 + .../16_5redefine_family.json | 5 + .../16_5redefine_help.json | 5 + .../16_5redefine_hidden.json | 1 + .../16_5redefine_multi.json | 7 ++ ..._5redefine_remove_disable_calculation.json | 4 + .../16_5test_redefine.json | 5 + .../16_6choice_redefine.json | 3 + .../16_6exists_redefine_family.json | 8 ++ .../16exists_exists.json | 3 + .../17_5redefine_leadership.json | 1 + .../20_0empty_family.json | 1 + .../20_0family_append.json | 6 ++ .../20_0family_underscore.json | 1 + .../20_0multi_family.json | 7 ++ .../20_0multi_family_basic.json | 7 ++ .../20_0multi_family_expert.json | 7 ++ .../20_0multi_family_order.json | 10 ++ .../20_0validators_differ_redefine.json | 5 + .../20_1empty_subfamily.json | 1 + .../20_9default_information_parent.json | 6 ++ ...4_0family_hidden_condition_sub_family.json | 8 ++ ..._hidden_condition_variable_sub_family.json | 3 + ...ily_hidden_param_condition_sub_family.json | 8 ++ .../24_0family_mandatory_condition.json | 4 + ..._0family_mandatory_condition_variable.json | 4 + .../24_7validators_variable_optional.json | 6 ++ .../24_family_disabled_var_hidden.json | 1 + .../40_0leadership.json | 19 ++++ .../40_0leadership_diff_name.json | 19 ++++ .../40_0leadership_empty.json | 1 + ...adership_follower_default_calculation.json | 19 ++++ ...40_0leadership_follower_default_value.json | 16 ++++ .../40_0leadership_leader_not_multi.json | 24 +++++ .../40_1leadership_append_follower.json | 22 +++++ .../40_6leadership_follower_multi.json | 43 +++++++++ .../40_8calculation_boolean.json | 9 ++ .../40_8calculation_multi_variable.json | 9 ++ ...40_8calculation_multi_variable_parent.json | 6 ++ ...0_8calculation_multi_variable_parent2.json | 8 ++ .../41_0choice_leader.json | 16 ++++ .../44_0leadership_hidden.json | 1 + .../44_0leadership_leader_hidden.json | 1 + ...44_1leadership_append_hidden_follower.json | 1 + .../44_4leadership_mandatory.json | 16 ++++ .../44_4leadership_mandatory_follower.json | 16 ++++ ...5leadership_leader_hidden_calculation.json | 17 ++++ ...dership_follower_disabled_calculation.json | 17 ++++ .../60_0family_dynamic.json | 16 ++++ .../60_0family_dynamic_1_1.json | 16 ++++ .../60_0family_dynamic_1_1_empty.json | 12 +++ .../60_0family_dynamic_empty.json | 16 ++++ .../60_0family_dynamic_no_description.json | 16 ++++ ..._0family_dynamic_no_description_empty.json | 12 +++ .../60_0family_dynamic_static.json | 8 ++ .../60_0family_dynamic_test.json | 12 +++ .../60_0family_dynamic_variable_empty.json | 16 ++++ .../60_0family_dynamic_variable_suffix.json | 16 ++++ ...0family_dynamic_variable_suffix_empty.json | 12 +++ .../60_0family_empty.json | 1 + .../60_0family_hidden.json | 1 + .../60_0family_mode.json | 5 + .../60_1family_dynamic_jinja.json | 16 ++++ ..._2family_dynamic_jinja_fill_sub_group.json | 23 +++++ ...family_dynamic_jinja_fill_sub_group_2.json | 23 +++++ ..._dynamic_jinja_fill_sub_group_2_empty.json | 17 ++++ ...ly_dynamic_jinja_fill_sub_group_empty.json | 17 ++++ .../60_2family_dynamic_outside_calc.json | 17 ++++ ...60_2family_dynamic_outside_calc_empty.json | 13 +++ .../60_5family_dynamic_calc_suffix2.json | 16 ++++ ...60_5family_dynamic_calc_suffix2_empty.json | 12 +++ .../60_5family_dynamic_calc_suffix_param.json | 16 ++++ ...amily_dynamic_calc_suffix_param_empty.json | 12 +++ .../60_5family_dynamic_calc_variable.json | 17 ++++ ...0_5family_dynamic_calc_variable_empty.json | 13 +++ .../60_5family_dynamic_hidden_suffix.json | 8 ++ ...amily_dynamic_variable_outside_suffix.json | 17 ++++ ...dynamic_variable_outside_suffix_empty.json | 13 +++ .../60_6family_dynamic_leadership.json | 64 +++++++++++++ .../60_6family_dynamic_leadership_empty.json | 44 +++++++++ .../60_9family_dynamic_calc_both.json | 9 ++ .../68_0family_leadership_mode.json | 19 ++++ tests/test_load.py | 86 ++++++++++++++++++ 1110 files changed, 11363 insertions(+) create mode 100644 tests/__pycache__/test_load.cpython-313-pytest-8.3.3.pyc create mode 100644 tests/results/test_mandatory/00_0empty.json create mode 100644 tests/results/test_mandatory/00_0version_underscore.json create mode 100644 tests/results/test_mandatory/00_1empty_variable.json create mode 100644 tests/results/test_mandatory/00_2default_calculated.json create mode 100644 tests/results/test_mandatory/00_2default_calculated_multi.json create mode 100644 tests/results/test_mandatory/00_2default_calculated_variable_transitive.json create mode 100644 tests/results/test_mandatory/00_4load_subfolder.json create mode 100644 tests/results/test_mandatory/00_5load_notype.json create mode 100644 tests/results/test_mandatory/00_6boolean.json create mode 100644 tests/results/test_mandatory/00_6boolean_no_mandatory.json create mode 100644 tests/results/test_mandatory/00_6choice.json create mode 100644 tests/results/test_mandatory/00_6choice_calculation.json create mode 100644 tests/results/test_mandatory/00_6choice_variable.json create mode 100644 tests/results/test_mandatory/00_6custom.json create mode 100644 tests/results/test_mandatory/00_6domainname.json create mode 100644 tests/results/test_mandatory/00_6domainname_params.json create mode 100644 tests/results/test_mandatory/00_6float.json create mode 100644 tests/results/test_mandatory/00_6number.json create mode 100644 tests/results/test_mandatory/00_6port.json create mode 100644 tests/results/test_mandatory/00_6regexp.json create mode 100644 tests/results/test_mandatory/00_6string.json create mode 100644 tests/results/test_mandatory/00_7choice_quote.json create mode 100644 tests/results/test_mandatory/00_7help_quote.json create mode 100644 tests/results/test_mandatory/00_7value_doublequote.json create mode 100644 tests/results/test_mandatory/00_7value_doublequote2.json create mode 100644 tests/results/test_mandatory/00_7value_doublequote3.json create mode 100644 tests/results/test_mandatory/00_7value_quote.json create mode 100644 tests/results/test_mandatory/00_8calculation_information.json create mode 100644 tests/results/test_mandatory/00_8test.json create mode 100644 tests/results/test_mandatory/00_9choice_variable_multi.json create mode 100644 tests/results/test_mandatory/00_9choice_variables.json create mode 100644 tests/results/test_mandatory/00_9default_calculation.json create mode 100644 tests/results/test_mandatory/00_9default_calculation_information.json create mode 100644 tests/results/test_mandatory/00_9default_calculation_information_other_variable.json create mode 100644 tests/results/test_mandatory/00_9default_calculation_multi_optional.json create mode 100644 tests/results/test_mandatory/00_9default_calculation_multi_optional2.json create mode 100644 tests/results/test_mandatory/00_9default_calculation_optional.json create mode 100644 tests/results/test_mandatory/00_9default_calculation_optional_exists.json create mode 100644 tests/results/test_mandatory/00_9default_calculation_param_optional.json create mode 100644 tests/results/test_mandatory/00_9default_information_other_variable.json create mode 100644 tests/results/test_mandatory/00_9default_integer.json create mode 100644 tests/results/test_mandatory/01_6boolean_multi.json create mode 100644 tests/results/test_mandatory/01_6custom_multi.json create mode 100644 tests/results/test_mandatory/01_6float_multi.json create mode 100644 tests/results/test_mandatory/01_6number_multi.json create mode 100644 tests/results/test_mandatory/01_6string_empty.json create mode 100644 tests/results/test_mandatory/01_6string_multi.json create mode 100644 tests/results/test_mandatory/01_7value_multi_doublequote.json create mode 100644 tests/results/test_mandatory/01_7value_multi_doublequote2.json create mode 100644 tests/results/test_mandatory/01_7value_multi_quote.json create mode 100644 tests/results/test_mandatory/01_8calculation_information_multi.json create mode 100644 tests/results/test_mandatory/01_9choice_variable_multi.json create mode 100644 tests/results/test_mandatory/04_0type_param.json create mode 100644 tests/results/test_mandatory/04_1auto_save.json create mode 100644 tests/results/test_mandatory/04_1auto_save_and_calculated.json create mode 100644 tests/results/test_mandatory/04_1auto_save_and_calculated_hidden.json create mode 100644 tests/results/test_mandatory/04_1auto_save_and_hidden.json create mode 100644 tests/results/test_mandatory/04_1default_calculation_hidden.json create mode 100644 tests/results/test_mandatory/04_1default_calculation_hidden_2.json create mode 100644 tests/results/test_mandatory/04_5disabled_calculation_optional.json create mode 100644 tests/results/test_mandatory/04_5disabled_calculation_variable.json create mode 100644 tests/results/test_mandatory/04_5disabled_calculation_variable2.json create mode 100644 tests/results/test_mandatory/04_5disabled_calculation_variable3.json create mode 100644 tests/results/test_mandatory/04_5disabled_calculation_variable4.json create mode 100644 tests/results/test_mandatory/04_5validators.json create mode 100644 tests/results/test_mandatory/04_5validators_differ.json create mode 100644 tests/results/test_mandatory/04_5validators_multi.json create mode 100644 tests/results/test_mandatory/04_5validators_multi2.json create mode 100644 tests/results/test_mandatory/05_0multi_not_uniq.json create mode 100644 tests/results/test_mandatory/05_0multi_uniq.json create mode 100644 tests/results/test_mandatory/12_1auto_save_expert.json create mode 100644 tests/results/test_mandatory/16_0redefine_description.json create mode 100644 tests/results/test_mandatory/16_2family_redefine_calculation.json create mode 100644 tests/results/test_mandatory/16_2family_redefine_disabled.json create mode 100644 tests/results/test_mandatory/16_5exists_nonexists.json create mode 100644 tests/results/test_mandatory/16_5exists_redefine.json create mode 100644 tests/results/test_mandatory/16_5redefine_calculation.json create mode 100644 tests/results/test_mandatory/16_5redefine_choice.json create mode 100644 tests/results/test_mandatory/16_5redefine_default.json create mode 100644 tests/results/test_mandatory/16_5redefine_default_calculation.json create mode 100644 tests/results/test_mandatory/16_5redefine_family.json create mode 100644 tests/results/test_mandatory/16_5redefine_help.json create mode 100644 tests/results/test_mandatory/16_5redefine_hidden.json create mode 100644 tests/results/test_mandatory/16_5redefine_multi.json create mode 100644 tests/results/test_mandatory/16_5redefine_remove_disable_calculation.json create mode 100644 tests/results/test_mandatory/16_5test_redefine.json create mode 100644 tests/results/test_mandatory/16_6choice_redefine.json create mode 100644 tests/results/test_mandatory/16_6exists_redefine_family.json create mode 100644 tests/results/test_mandatory/16exists_exists.json create mode 100644 tests/results/test_mandatory/17_5redefine_leadership.json create mode 100644 tests/results/test_mandatory/20_0empty_family.json create mode 100644 tests/results/test_mandatory/20_0family_append.json create mode 100644 tests/results/test_mandatory/20_0family_underscore.json create mode 100644 tests/results/test_mandatory/20_0multi_family.json create mode 100644 tests/results/test_mandatory/20_0multi_family_basic.json create mode 100644 tests/results/test_mandatory/20_0multi_family_expert.json create mode 100644 tests/results/test_mandatory/20_0multi_family_order.json create mode 100644 tests/results/test_mandatory/20_0validators_differ_redefine.json create mode 100644 tests/results/test_mandatory/20_1empty_subfamily.json create mode 100644 tests/results/test_mandatory/20_9default_information_parent.json create mode 100644 tests/results/test_mandatory/24_0family_hidden_condition_sub_family.json create mode 100644 tests/results/test_mandatory/24_0family_hidden_condition_variable_sub_family.json create mode 100644 tests/results/test_mandatory/24_0family_hidden_param_condition_sub_family.json create mode 100644 tests/results/test_mandatory/24_0family_mandatory_condition.json create mode 100644 tests/results/test_mandatory/24_0family_mandatory_condition_variable.json create mode 100644 tests/results/test_mandatory/24_7validators_variable_optional.json create mode 100644 tests/results/test_mandatory/24_family_disabled_var_hidden.json create mode 100644 tests/results/test_mandatory/40_0leadership.json create mode 100644 tests/results/test_mandatory/40_0leadership_diff_name.json create mode 100644 tests/results/test_mandatory/40_0leadership_empty.json create mode 100644 tests/results/test_mandatory/40_0leadership_follower_default_calculation.json create mode 100644 tests/results/test_mandatory/40_0leadership_follower_default_value.json create mode 100644 tests/results/test_mandatory/40_0leadership_leader_not_multi.json create mode 100644 tests/results/test_mandatory/40_1leadership_append_follower.json create mode 100644 tests/results/test_mandatory/40_6leadership_follower_multi.json create mode 100644 tests/results/test_mandatory/40_8calculation_boolean.json create mode 100644 tests/results/test_mandatory/40_8calculation_multi_variable.json create mode 100644 tests/results/test_mandatory/40_8calculation_multi_variable_parent.json create mode 100644 tests/results/test_mandatory/40_8calculation_multi_variable_parent2.json create mode 100644 tests/results/test_mandatory/41_0choice_leader.json create mode 100644 tests/results/test_mandatory/44_0leadership_hidden.json create mode 100644 tests/results/test_mandatory/44_0leadership_leader_hidden.json create mode 100644 tests/results/test_mandatory/44_1leadership_append_hidden_follower.json create mode 100644 tests/results/test_mandatory/44_4leadership_mandatory.json create mode 100644 tests/results/test_mandatory/44_4leadership_mandatory_follower.json create mode 100644 tests/results/test_mandatory/44_5leadership_leader_hidden_calculation.json create mode 100644 tests/results/test_mandatory/44_6leadership_follower_disabled_calculation.json create mode 100644 tests/results/test_mandatory/60_0family_dynamic.json create mode 100644 tests/results/test_mandatory/60_0family_dynamic_1_1.json create mode 100644 tests/results/test_mandatory/60_0family_dynamic_1_1_empty.json create mode 100644 tests/results/test_mandatory/60_0family_dynamic_empty.json create mode 100644 tests/results/test_mandatory/60_0family_dynamic_no_description.json create mode 100644 tests/results/test_mandatory/60_0family_dynamic_no_description_empty.json create mode 100644 tests/results/test_mandatory/60_0family_dynamic_static.json create mode 100644 tests/results/test_mandatory/60_0family_dynamic_test.json create mode 100644 tests/results/test_mandatory/60_0family_dynamic_variable_empty.json create mode 100644 tests/results/test_mandatory/60_0family_dynamic_variable_suffix.json create mode 100644 tests/results/test_mandatory/60_0family_dynamic_variable_suffix_empty.json create mode 100644 tests/results/test_mandatory/60_0family_empty.json create mode 100644 tests/results/test_mandatory/60_0family_hidden.json create mode 100644 tests/results/test_mandatory/60_0family_mode.json create mode 100644 tests/results/test_mandatory/60_1family_dynamic_jinja.json create mode 100644 tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group.json create mode 100644 tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json create mode 100644 tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json create mode 100644 tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json create mode 100644 tests/results/test_mandatory/60_2family_dynamic_outside_calc.json create mode 100644 tests/results/test_mandatory/60_2family_dynamic_outside_calc_empty.json create mode 100644 tests/results/test_mandatory/60_5family_dynamic_calc_suffix2.json create mode 100644 tests/results/test_mandatory/60_5family_dynamic_calc_suffix2_empty.json create mode 100644 tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param.json create mode 100644 tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param_empty.json create mode 100644 tests/results/test_mandatory/60_5family_dynamic_calc_variable.json create mode 100644 tests/results/test_mandatory/60_5family_dynamic_calc_variable_empty.json create mode 100644 tests/results/test_mandatory/60_5family_dynamic_hidden_suffix.json create mode 100644 tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix.json create mode 100644 tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json create mode 100644 tests/results/test_mandatory/60_6family_dynamic_leadership.json create mode 100644 tests/results/test_mandatory/60_6family_dynamic_leadership_empty.json create mode 100644 tests/results/test_mandatory/60_9family_dynamic_calc_both.json create mode 100644 tests/results/test_mandatory/68_0family_leadership_mode.json create mode 100644 tests/results/test_namespace_mandatory/00_0empty.json create mode 100644 tests/results/test_namespace_mandatory/00_0version_underscore.json create mode 100644 tests/results/test_namespace_mandatory/00_1empty_variable.json create mode 100644 tests/results/test_namespace_mandatory/00_2default_calculated.json create mode 100644 tests/results/test_namespace_mandatory/00_2default_calculated_multi.json create mode 100644 tests/results/test_namespace_mandatory/00_2default_calculated_variable_transitive.json create mode 100644 tests/results/test_namespace_mandatory/00_4load_subfolder.json create mode 100644 tests/results/test_namespace_mandatory/00_5load_notype.json create mode 100644 tests/results/test_namespace_mandatory/00_6boolean.json create mode 100644 tests/results/test_namespace_mandatory/00_6boolean_no_mandatory.json create mode 100644 tests/results/test_namespace_mandatory/00_6choice.json create mode 100644 tests/results/test_namespace_mandatory/00_6choice_calculation.json create mode 100644 tests/results/test_namespace_mandatory/00_6choice_variable.json create mode 100644 tests/results/test_namespace_mandatory/00_6custom.json create mode 100644 tests/results/test_namespace_mandatory/00_6domainname.json create mode 100644 tests/results/test_namespace_mandatory/00_6domainname_params.json create mode 100644 tests/results/test_namespace_mandatory/00_6float.json create mode 100644 tests/results/test_namespace_mandatory/00_6number.json create mode 100644 tests/results/test_namespace_mandatory/00_6port.json create mode 100644 tests/results/test_namespace_mandatory/00_6regexp.json create mode 100644 tests/results/test_namespace_mandatory/00_6string.json create mode 100644 tests/results/test_namespace_mandatory/00_7choice_quote.json create mode 100644 tests/results/test_namespace_mandatory/00_7help_quote.json create mode 100644 tests/results/test_namespace_mandatory/00_7value_doublequote.json create mode 100644 tests/results/test_namespace_mandatory/00_7value_doublequote2.json create mode 100644 tests/results/test_namespace_mandatory/00_7value_doublequote3.json create mode 100644 tests/results/test_namespace_mandatory/00_7value_quote.json create mode 100644 tests/results/test_namespace_mandatory/00_8calculation_information.json create mode 100644 tests/results/test_namespace_mandatory/00_8test.json create mode 100644 tests/results/test_namespace_mandatory/00_9choice_variable_multi.json create mode 100644 tests/results/test_namespace_mandatory/00_9choice_variables.json create mode 100644 tests/results/test_namespace_mandatory/00_9default_calculation.json create mode 100644 tests/results/test_namespace_mandatory/00_9default_calculation_information.json create mode 100644 tests/results/test_namespace_mandatory/00_9default_calculation_information_other_variable.json create mode 100644 tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional.json create mode 100644 tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional2.json create mode 100644 tests/results/test_namespace_mandatory/00_9default_calculation_optional.json create mode 100644 tests/results/test_namespace_mandatory/00_9default_calculation_optional_exists.json create mode 100644 tests/results/test_namespace_mandatory/00_9default_calculation_param_optional.json create mode 100644 tests/results/test_namespace_mandatory/00_9default_information_other_variable.json create mode 100644 tests/results/test_namespace_mandatory/00_9default_integer.json create mode 100644 tests/results/test_namespace_mandatory/00_9extra.json create mode 100644 tests/results/test_namespace_mandatory/00_9extra_calculation.json create mode 100644 tests/results/test_namespace_mandatory/01_6boolean_multi.json create mode 100644 tests/results/test_namespace_mandatory/01_6custom_multi.json create mode 100644 tests/results/test_namespace_mandatory/01_6float_multi.json create mode 100644 tests/results/test_namespace_mandatory/01_6number_multi.json create mode 100644 tests/results/test_namespace_mandatory/01_6string_empty.json create mode 100644 tests/results/test_namespace_mandatory/01_6string_multi.json create mode 100644 tests/results/test_namespace_mandatory/01_7value_multi_doublequote.json create mode 100644 tests/results/test_namespace_mandatory/01_7value_multi_doublequote2.json create mode 100644 tests/results/test_namespace_mandatory/01_7value_multi_quote.json create mode 100644 tests/results/test_namespace_mandatory/01_8calculation_information_multi.json create mode 100644 tests/results/test_namespace_mandatory/01_9choice_variable_multi.json create mode 100644 tests/results/test_namespace_mandatory/04_0type_param.json create mode 100644 tests/results/test_namespace_mandatory/04_1auto_save.json create mode 100644 tests/results/test_namespace_mandatory/04_1auto_save_and_calculated.json create mode 100644 tests/results/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.json create mode 100644 tests/results/test_namespace_mandatory/04_1auto_save_and_hidden.json create mode 100644 tests/results/test_namespace_mandatory/04_1default_calculation_hidden.json create mode 100644 tests/results/test_namespace_mandatory/04_1default_calculation_hidden_2.json create mode 100644 tests/results/test_namespace_mandatory/04_5disabled_calculation.json create mode 100644 tests/results/test_namespace_mandatory/04_5disabled_calculation_default.json create mode 100644 tests/results/test_namespace_mandatory/04_5disabled_calculation_optional.json create mode 100644 tests/results/test_namespace_mandatory/04_5disabled_calculation_variable.json create mode 100644 tests/results/test_namespace_mandatory/04_5disabled_calculation_variable2.json create mode 100644 tests/results/test_namespace_mandatory/04_5disabled_calculation_variable3.json create mode 100644 tests/results/test_namespace_mandatory/04_5disabled_calculation_variable4.json create mode 100644 tests/results/test_namespace_mandatory/04_5hidden_calculation.json create mode 100644 tests/results/test_namespace_mandatory/04_5hidden_calculation2.json create mode 100644 tests/results/test_namespace_mandatory/04_5hidden_calculation_default_calculation.json create mode 100644 tests/results/test_namespace_mandatory/04_5validators.json create mode 100644 tests/results/test_namespace_mandatory/04_5validators_differ.json create mode 100644 tests/results/test_namespace_mandatory/04_5validators_multi.json create mode 100644 tests/results/test_namespace_mandatory/04_5validators_multi2.json create mode 100644 tests/results/test_namespace_mandatory/05_0multi_not_uniq.json create mode 100644 tests/results/test_namespace_mandatory/05_0multi_uniq.json create mode 100644 tests/results/test_namespace_mandatory/12_1auto_save_expert.json create mode 100644 tests/results/test_namespace_mandatory/16_0redefine_description.json create mode 100644 tests/results/test_namespace_mandatory/16_2family_redefine_calculation.json create mode 100644 tests/results/test_namespace_mandatory/16_2family_redefine_disabled.json create mode 100644 tests/results/test_namespace_mandatory/16_5exists_nonexists.json create mode 100644 tests/results/test_namespace_mandatory/16_5exists_redefine.json create mode 100644 tests/results/test_namespace_mandatory/16_5redefine_calculation.json create mode 100644 tests/results/test_namespace_mandatory/16_5redefine_choice.json create mode 100644 tests/results/test_namespace_mandatory/16_5redefine_default.json create mode 100644 tests/results/test_namespace_mandatory/16_5redefine_default_calculation.json create mode 100644 tests/results/test_namespace_mandatory/16_5redefine_family.json create mode 100644 tests/results/test_namespace_mandatory/16_5redefine_help.json create mode 100644 tests/results/test_namespace_mandatory/16_5redefine_hidden.json create mode 100644 tests/results/test_namespace_mandatory/16_5redefine_multi.json create mode 100644 tests/results/test_namespace_mandatory/16_5redefine_remove_disable_calculation.json create mode 100644 tests/results/test_namespace_mandatory/16_5test_redefine.json create mode 100644 tests/results/test_namespace_mandatory/16_6choice_redefine.json create mode 100644 tests/results/test_namespace_mandatory/16_6exists_redefine_family.json create mode 100644 tests/results/test_namespace_mandatory/16exists_exists.json create mode 100644 tests/results/test_namespace_mandatory/17_5redefine_leadership.json create mode 100644 tests/results/test_namespace_mandatory/20_0empty_family.json create mode 100644 tests/results/test_namespace_mandatory/20_0family_append.json create mode 100644 tests/results/test_namespace_mandatory/20_0family_underscore.json create mode 100644 tests/results/test_namespace_mandatory/20_0multi_family.json create mode 100644 tests/results/test_namespace_mandatory/20_0multi_family_basic.json create mode 100644 tests/results/test_namespace_mandatory/20_0multi_family_expert.json create mode 100644 tests/results/test_namespace_mandatory/20_0multi_family_order.json create mode 100644 tests/results/test_namespace_mandatory/20_0validators_differ_redefine.json create mode 100644 tests/results/test_namespace_mandatory/20_1empty_subfamily.json create mode 100644 tests/results/test_namespace_mandatory/20_9default_information_parent.json create mode 100644 tests/results/test_namespace_mandatory/24_0family_hidden_condition.json create mode 100644 tests/results/test_namespace_mandatory/24_0family_hidden_condition_boolean.json create mode 100644 tests/results/test_namespace_mandatory/24_0family_hidden_condition_sub_family.json create mode 100644 tests/results/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.json create mode 100644 tests/results/test_namespace_mandatory/24_0family_hidden_condition_with_variable.json create mode 100644 tests/results/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.json create mode 100644 tests/results/test_namespace_mandatory/24_0family_mandatory_condition.json create mode 100644 tests/results/test_namespace_mandatory/24_0family_mandatory_condition_variable.json create mode 100644 tests/results/test_namespace_mandatory/24_7validators_variable_optional.json create mode 100644 tests/results/test_namespace_mandatory/24_family_disabled_var_hidden.json create mode 100644 tests/results/test_namespace_mandatory/40_0leadership.json create mode 100644 tests/results/test_namespace_mandatory/40_0leadership_diff_name.json create mode 100644 tests/results/test_namespace_mandatory/40_0leadership_empty.json create mode 100644 tests/results/test_namespace_mandatory/40_0leadership_follower_default_calculation.json create mode 100644 tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti.json create mode 100644 tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.json create mode 100644 tests/results/test_namespace_mandatory/40_0leadership_follower_default_value.json create mode 100644 tests/results/test_namespace_mandatory/40_0leadership_leader_not_multi.json create mode 100644 tests/results/test_namespace_mandatory/40_1leadership_append_follower.json create mode 100644 tests/results/test_namespace_mandatory/40_2leadership_calculation_index.json create mode 100644 tests/results/test_namespace_mandatory/40_2leadership_calculation_param_index.json create mode 100644 tests/results/test_namespace_mandatory/40_2leadership_leader_calculation.json create mode 100644 tests/results/test_namespace_mandatory/40_6leadership_follower_multi.json create mode 100644 tests/results/test_namespace_mandatory/40_8calculation_boolean.json create mode 100644 tests/results/test_namespace_mandatory/40_8calculation_boolean_return_none.json create mode 100644 tests/results/test_namespace_mandatory/40_8calculation_integer.json create mode 100644 tests/results/test_namespace_mandatory/40_8calculation_multi_variable.json create mode 100644 tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent.json create mode 100644 tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent2.json create mode 100644 tests/results/test_namespace_mandatory/41_0choice_leader.json create mode 100644 tests/results/test_namespace_mandatory/44_0leadership_hidden.json create mode 100644 tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.json create mode 100644 tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.json create mode 100644 tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower.json create mode 100644 tests/results/test_namespace_mandatory/44_4leadership_mandatory.json create mode 100644 tests/results/test_namespace_mandatory/44_4leadership_mandatory_follower.json create mode 100644 tests/results/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.json create mode 100644 tests/results/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.json create mode 100644 tests/results/test_namespace_mandatory/44_9calculated_default_leadership_leader.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic_1_0.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic_1_1.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic_1_1_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic_no_description.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic_no_description_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic_static.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic_test.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic_variable_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_hidden.json create mode 100644 tests/results/test_namespace_mandatory/60_0family_mode.json create mode 100644 tests/results/test_namespace_mandatory/60_1family_dynamic_jinja.json create mode 100644 tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.json create mode 100644 tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json create mode 100644 tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc.json create mode 100644 tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_calc2.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_calc2_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.json create mode 100644 tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_6family_dynamic_inside.json create mode 100644 tests/results/test_namespace_mandatory/60_6family_dynamic_inside_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_6family_dynamic_leadership.json create mode 100644 tests/results/test_namespace_mandatory/60_6family_dynamic_leadership_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.json create mode 100644 tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.json create mode 100644 tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.json create mode 100644 tests/results/test_namespace_mandatory/60_9extra_dynamic.json create mode 100644 tests/results/test_namespace_mandatory/60_9extra_dynamic_extra.json create mode 100644 tests/results/test_namespace_mandatory/60_9family_dynamic_calc_both.json create mode 100644 tests/results/test_namespace_mandatory/68_0family_leadership_mode.json create mode 100644 tests/results/test_namespace_read_write/00_0empty.json create mode 100644 tests/results/test_namespace_read_write/00_0version_underscore.json create mode 100644 tests/results/test_namespace_read_write/00_1empty_variable.json create mode 100644 tests/results/test_namespace_read_write/00_2default_calculated.json create mode 100644 tests/results/test_namespace_read_write/00_2default_calculated_multi.json create mode 100644 tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.json create mode 100644 tests/results/test_namespace_read_write/00_4load_subfolder.json create mode 100644 tests/results/test_namespace_read_write/00_5load_notype.json create mode 100644 tests/results/test_namespace_read_write/00_6boolean.json create mode 100644 tests/results/test_namespace_read_write/00_6boolean_no_mandatory.json create mode 100644 tests/results/test_namespace_read_write/00_6choice.json create mode 100644 tests/results/test_namespace_read_write/00_6choice_calculation.json create mode 100644 tests/results/test_namespace_read_write/00_6choice_variable.json create mode 100644 tests/results/test_namespace_read_write/00_6custom.json create mode 100644 tests/results/test_namespace_read_write/00_6domainname.json create mode 100644 tests/results/test_namespace_read_write/00_6domainname_params.json create mode 100644 tests/results/test_namespace_read_write/00_6float.json create mode 100644 tests/results/test_namespace_read_write/00_6number.json create mode 100644 tests/results/test_namespace_read_write/00_6port.json create mode 100644 tests/results/test_namespace_read_write/00_6regexp.json create mode 100644 tests/results/test_namespace_read_write/00_6string.json create mode 100644 tests/results/test_namespace_read_write/00_7choice_quote.json create mode 100644 tests/results/test_namespace_read_write/00_7help_quote.json create mode 100644 tests/results/test_namespace_read_write/00_7value_doublequote.json create mode 100644 tests/results/test_namespace_read_write/00_7value_doublequote2.json create mode 100644 tests/results/test_namespace_read_write/00_7value_doublequote3.json create mode 100644 tests/results/test_namespace_read_write/00_7value_quote.json create mode 100644 tests/results/test_namespace_read_write/00_8calculation_information.json create mode 100644 tests/results/test_namespace_read_write/00_8test.json create mode 100644 tests/results/test_namespace_read_write/00_9choice_variable_multi.json create mode 100644 tests/results/test_namespace_read_write/00_9choice_variables.json create mode 100644 tests/results/test_namespace_read_write/00_9default_calculation.json create mode 100644 tests/results/test_namespace_read_write/00_9default_calculation_information.json create mode 100644 tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.json create mode 100644 tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.json create mode 100644 tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.json create mode 100644 tests/results/test_namespace_read_write/00_9default_calculation_optional.json create mode 100644 tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.json create mode 100644 tests/results/test_namespace_read_write/00_9default_calculation_param_optional.json create mode 100644 tests/results/test_namespace_read_write/00_9default_information_other_variable.json create mode 100644 tests/results/test_namespace_read_write/00_9default_integer.json create mode 100644 tests/results/test_namespace_read_write/00_9extra.json create mode 100644 tests/results/test_namespace_read_write/00_9extra_calculation.json create mode 100644 tests/results/test_namespace_read_write/01_6boolean_multi.json create mode 100644 tests/results/test_namespace_read_write/01_6custom_multi.json create mode 100644 tests/results/test_namespace_read_write/01_6float_multi.json create mode 100644 tests/results/test_namespace_read_write/01_6number_multi.json create mode 100644 tests/results/test_namespace_read_write/01_6string_empty.json create mode 100644 tests/results/test_namespace_read_write/01_6string_multi.json create mode 100644 tests/results/test_namespace_read_write/01_7value_multi_doublequote.json create mode 100644 tests/results/test_namespace_read_write/01_7value_multi_doublequote2.json create mode 100644 tests/results/test_namespace_read_write/01_7value_multi_quote.json create mode 100644 tests/results/test_namespace_read_write/01_8calculation_information_multi.json create mode 100644 tests/results/test_namespace_read_write/01_9choice_variable_multi.json create mode 100644 tests/results/test_namespace_read_write/04_0type_param.json create mode 100644 tests/results/test_namespace_read_write/04_1auto_save.json create mode 100644 tests/results/test_namespace_read_write/04_1auto_save_and_calculated.json create mode 100644 tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.json create mode 100644 tests/results/test_namespace_read_write/04_1auto_save_and_hidden.json create mode 100644 tests/results/test_namespace_read_write/04_1default_calculation_hidden.json create mode 100644 tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.json create mode 100644 tests/results/test_namespace_read_write/04_5disabled_calculation.json create mode 100644 tests/results/test_namespace_read_write/04_5disabled_calculation_default.json create mode 100644 tests/results/test_namespace_read_write/04_5disabled_calculation_optional.json create mode 100644 tests/results/test_namespace_read_write/04_5disabled_calculation_variable.json create mode 100644 tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.json create mode 100644 tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.json create mode 100644 tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.json create mode 100644 tests/results/test_namespace_read_write/04_5hidden_calculation.json create mode 100644 tests/results/test_namespace_read_write/04_5hidden_calculation2.json create mode 100644 tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.json create mode 100644 tests/results/test_namespace_read_write/04_5validators.json create mode 100644 tests/results/test_namespace_read_write/04_5validators_differ.json create mode 100644 tests/results/test_namespace_read_write/04_5validators_multi.json create mode 100644 tests/results/test_namespace_read_write/04_5validators_multi2.json create mode 100644 tests/results/test_namespace_read_write/05_0multi_not_uniq.json create mode 100644 tests/results/test_namespace_read_write/05_0multi_uniq.json create mode 100644 tests/results/test_namespace_read_write/12_1auto_save_expert.json create mode 100644 tests/results/test_namespace_read_write/16_0redefine_description.json create mode 100644 tests/results/test_namespace_read_write/16_2family_redefine_calculation.json create mode 100644 tests/results/test_namespace_read_write/16_2family_redefine_disabled.json create mode 100644 tests/results/test_namespace_read_write/16_5exists_nonexists.json create mode 100644 tests/results/test_namespace_read_write/16_5exists_redefine.json create mode 100644 tests/results/test_namespace_read_write/16_5redefine_calculation.json create mode 100644 tests/results/test_namespace_read_write/16_5redefine_choice.json create mode 100644 tests/results/test_namespace_read_write/16_5redefine_default.json create mode 100644 tests/results/test_namespace_read_write/16_5redefine_default_calculation.json create mode 100644 tests/results/test_namespace_read_write/16_5redefine_family.json create mode 100644 tests/results/test_namespace_read_write/16_5redefine_help.json create mode 100644 tests/results/test_namespace_read_write/16_5redefine_hidden.json create mode 100644 tests/results/test_namespace_read_write/16_5redefine_multi.json create mode 100644 tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.json create mode 100644 tests/results/test_namespace_read_write/16_5test_redefine.json create mode 100644 tests/results/test_namespace_read_write/16_6choice_redefine.json create mode 100644 tests/results/test_namespace_read_write/16_6exists_redefine_family.json create mode 100644 tests/results/test_namespace_read_write/16exists_exists.json create mode 100644 tests/results/test_namespace_read_write/17_5redefine_leadership.json create mode 100644 tests/results/test_namespace_read_write/20_0empty_family.json create mode 100644 tests/results/test_namespace_read_write/20_0family_append.json create mode 100644 tests/results/test_namespace_read_write/20_0family_underscore.json create mode 100644 tests/results/test_namespace_read_write/20_0multi_family.json create mode 100644 tests/results/test_namespace_read_write/20_0multi_family_basic.json create mode 100644 tests/results/test_namespace_read_write/20_0multi_family_expert.json create mode 100644 tests/results/test_namespace_read_write/20_0multi_family_order.json create mode 100644 tests/results/test_namespace_read_write/20_0validators_differ_redefine.json create mode 100644 tests/results/test_namespace_read_write/20_1empty_subfamily.json create mode 100644 tests/results/test_namespace_read_write/20_9default_information_parent.json create mode 100644 tests/results/test_namespace_read_write/24_0family_hidden_condition.json create mode 100644 tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.json create mode 100644 tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.json create mode 100644 tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.json create mode 100644 tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.json create mode 100644 tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.json create mode 100644 tests/results/test_namespace_read_write/24_0family_mandatory_condition.json create mode 100644 tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.json create mode 100644 tests/results/test_namespace_read_write/24_7validators_variable_optional.json create mode 100644 tests/results/test_namespace_read_write/24_family_disabled_var_hidden.json create mode 100644 tests/results/test_namespace_read_write/40_0leadership.json create mode 100644 tests/results/test_namespace_read_write/40_0leadership_diff_name.json create mode 100644 tests/results/test_namespace_read_write/40_0leadership_empty.json create mode 100644 tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.json create mode 100644 tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.json create mode 100644 tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.json create mode 100644 tests/results/test_namespace_read_write/40_0leadership_follower_default_value.json create mode 100644 tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.json create mode 100644 tests/results/test_namespace_read_write/40_1leadership_append_follower.json create mode 100644 tests/results/test_namespace_read_write/40_2leadership_calculation_index.json create mode 100644 tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.json create mode 100644 tests/results/test_namespace_read_write/40_2leadership_leader_calculation.json create mode 100644 tests/results/test_namespace_read_write/40_6leadership_follower_multi.json create mode 100644 tests/results/test_namespace_read_write/40_8calculation_boolean.json create mode 100644 tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.json create mode 100644 tests/results/test_namespace_read_write/40_8calculation_integer.json create mode 100644 tests/results/test_namespace_read_write/40_8calculation_multi_variable.json create mode 100644 tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.json create mode 100644 tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.json create mode 100644 tests/results/test_namespace_read_write/41_0choice_leader.json create mode 100644 tests/results/test_namespace_read_write/44_0leadership_hidden.json create mode 100644 tests/results/test_namespace_read_write/44_0leadership_leader_hidden.json create mode 100644 tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.json create mode 100644 tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.json create mode 100644 tests/results/test_namespace_read_write/44_4leadership_mandatory.json create mode 100644 tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.json create mode 100644 tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.json create mode 100644 tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.json create mode 100644 tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_1_0.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_1_1.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_empty.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number_empty.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_no_description.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_static.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_test.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.json create mode 100644 tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.json create mode 100644 tests/results/test_namespace_read_write/60_0family_empty.json create mode 100644 tests/results/test_namespace_read_write/60_0family_hidden.json create mode 100644 tests/results/test_namespace_read_write/60_0family_mode.json create mode 100644 tests/results/test_namespace_read_write/60_1family_dynamic_jinja.json create mode 100644 tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.json create mode 100644 tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.json create mode 100644 tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.json create mode 100644 tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.json create mode 100644 tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.json create mode 100644 tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc2.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.json create mode 100644 tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.json create mode 100644 tests/results/test_namespace_read_write/60_6family_dynamic_inside.json create mode 100644 tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.json create mode 100644 tests/results/test_namespace_read_write/60_6family_dynamic_leadership.json create mode 100644 tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.json create mode 100644 tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.json create mode 100644 tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.json create mode 100644 tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.json create mode 100644 tests/results/test_namespace_read_write/60_9extra_dynamic.json create mode 100644 tests/results/test_namespace_read_write/60_9extra_dynamic_extra.json create mode 100644 tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.json create mode 100644 tests/results/test_namespace_read_write/68_0family_leadership_mode.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_0empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_0version_underscore.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_1empty_variable.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_2default_calculated.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_2default_calculated_multi.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_4load_subfolder.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_5load_notype.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_6boolean.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_6choice.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_6choice_calculation.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_6choice_variable.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_6custom.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_6domainname.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_6domainname_params.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_6float.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_6number.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_6port.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_6regexp.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_6string.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_7choice_quote.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_7help_quote.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_7value_doublequote.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_7value_doublequote2.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_7value_doublequote3.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_7value_quote.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_8calculation_information.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_8test.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_9choice_variable_multi.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_9choice_variables.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_9default_calculation.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_9default_integer.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_9extra.json create mode 100644 tests/results/test_namespace_read_write_mandatory/00_9extra_calculation.json create mode 100644 tests/results/test_namespace_read_write_mandatory/01_6boolean_multi.json create mode 100644 tests/results/test_namespace_read_write_mandatory/01_6custom_multi.json create mode 100644 tests/results/test_namespace_read_write_mandatory/01_6float_multi.json create mode 100644 tests/results/test_namespace_read_write_mandatory/01_6number_multi.json create mode 100644 tests/results/test_namespace_read_write_mandatory/01_6string_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/01_6string_multi.json create mode 100644 tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote.json create mode 100644 tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.json create mode 100644 tests/results/test_namespace_read_write_mandatory/01_7value_multi_quote.json create mode 100644 tests/results/test_namespace_read_write_mandatory/01_8calculation_information_multi.json create mode 100644 tests/results/test_namespace_read_write_mandatory/01_9choice_variable_multi.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_0type_param.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_1auto_save.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_hidden.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_default.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation2.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_5validators.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_5validators_differ.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_5validators_multi.json create mode 100644 tests/results/test_namespace_read_write_mandatory/04_5validators_multi2.json create mode 100644 tests/results/test_namespace_read_write_mandatory/05_0multi_not_uniq.json create mode 100644 tests/results/test_namespace_read_write_mandatory/05_0multi_uniq.json create mode 100644 tests/results/test_namespace_read_write_mandatory/12_1auto_save_expert.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_0redefine_description.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_2family_redefine_calculation.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_2family_redefine_disabled.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_5exists_nonexists.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_5exists_redefine.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_5redefine_calculation.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_5redefine_choice.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_5redefine_default.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_5redefine_default_calculation.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_5redefine_family.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_5redefine_help.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_5redefine_hidden.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_5redefine_multi.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_5test_redefine.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_6choice_redefine.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16_6exists_redefine_family.json create mode 100644 tests/results/test_namespace_read_write_mandatory/16exists_exists.json create mode 100644 tests/results/test_namespace_read_write_mandatory/17_5redefine_leadership.json create mode 100644 tests/results/test_namespace_read_write_mandatory/20_0empty_family.json create mode 100644 tests/results/test_namespace_read_write_mandatory/20_0family_append.json create mode 100644 tests/results/test_namespace_read_write_mandatory/20_0family_underscore.json create mode 100644 tests/results/test_namespace_read_write_mandatory/20_0multi_family.json create mode 100644 tests/results/test_namespace_read_write_mandatory/20_0multi_family_basic.json create mode 100644 tests/results/test_namespace_read_write_mandatory/20_0multi_family_expert.json create mode 100644 tests/results/test_namespace_read_write_mandatory/20_0multi_family_order.json create mode 100644 tests/results/test_namespace_read_write_mandatory/20_0validators_differ_redefine.json create mode 100644 tests/results/test_namespace_read_write_mandatory/20_1empty_subfamily.json create mode 100644 tests/results/test_namespace_read_write_mandatory/20_9default_information_parent.json create mode 100644 tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition.json create mode 100644 tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.json create mode 100644 tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.json create mode 100644 tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.json create mode 100644 tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.json create mode 100644 tests/results/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.json create mode 100644 tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition.json create mode 100644 tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.json create mode 100644 tests/results/test_namespace_read_write_mandatory/24_7validators_variable_optional.json create mode 100644 tests/results/test_namespace_read_write_mandatory/24_family_disabled_var_hidden.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_0leadership.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_0leadership_diff_name.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_0leadership_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_1leadership_append_follower.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_8calculation_integer.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.json create mode 100644 tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.json create mode 100644 tests/results/test_namespace_read_write_mandatory/41_0choice_leader.json create mode 100644 tests/results/test_namespace_read_write_mandatory/44_0leadership_hidden.json create mode 100644 tests/results/test_namespace_read_write_mandatory/44_0leadership_leader_hidden.json create mode 100644 tests/results/test_namespace_read_write_mandatory/44_1leadership_append_hidden_follower.json create mode 100644 tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.json create mode 100644 tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory.json create mode 100644 tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.json create mode 100644 tests/results/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.json create mode 100644 tests/results/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.json create mode 100644 tests/results/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_static.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_test.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_hidden.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_0family_mode.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic_extra.json create mode 100644 tests/results/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.json create mode 100644 tests/results/test_namespace_read_write_mandatory/68_0family_leadership_mode.json create mode 100644 tests/results/test_read_write/00_0empty.json create mode 100644 tests/results/test_read_write/00_0version_underscore.json create mode 100644 tests/results/test_read_write/00_1empty_variable.json create mode 100644 tests/results/test_read_write/00_2default_calculated.json create mode 100644 tests/results/test_read_write/00_2default_calculated_multi.json create mode 100644 tests/results/test_read_write/00_2default_calculated_variable_transitive.json create mode 100644 tests/results/test_read_write/00_4load_subfolder.json create mode 100644 tests/results/test_read_write/00_5load_notype.json create mode 100644 tests/results/test_read_write/00_6boolean.json create mode 100644 tests/results/test_read_write/00_6boolean_no_mandatory.json create mode 100644 tests/results/test_read_write/00_6choice.json create mode 100644 tests/results/test_read_write/00_6choice_calculation.json create mode 100644 tests/results/test_read_write/00_6choice_variable.json create mode 100644 tests/results/test_read_write/00_6custom.json create mode 100644 tests/results/test_read_write/00_6domainname.json create mode 100644 tests/results/test_read_write/00_6domainname_params.json create mode 100644 tests/results/test_read_write/00_6float.json create mode 100644 tests/results/test_read_write/00_6number.json create mode 100644 tests/results/test_read_write/00_6port.json create mode 100644 tests/results/test_read_write/00_6regexp.json create mode 100644 tests/results/test_read_write/00_6string.json create mode 100644 tests/results/test_read_write/00_7choice_quote.json create mode 100644 tests/results/test_read_write/00_7help_quote.json create mode 100644 tests/results/test_read_write/00_7value_doublequote.json create mode 100644 tests/results/test_read_write/00_7value_doublequote2.json create mode 100644 tests/results/test_read_write/00_7value_doublequote3.json create mode 100644 tests/results/test_read_write/00_7value_quote.json create mode 100644 tests/results/test_read_write/00_8calculation_information.json create mode 100644 tests/results/test_read_write/00_8test.json create mode 100644 tests/results/test_read_write/00_9choice_variable_multi.json create mode 100644 tests/results/test_read_write/00_9choice_variables.json create mode 100644 tests/results/test_read_write/00_9default_calculation.json create mode 100644 tests/results/test_read_write/00_9default_calculation_information.json create mode 100644 tests/results/test_read_write/00_9default_calculation_information_other_variable.json create mode 100644 tests/results/test_read_write/00_9default_calculation_multi_optional.json create mode 100644 tests/results/test_read_write/00_9default_calculation_multi_optional2.json create mode 100644 tests/results/test_read_write/00_9default_calculation_optional.json create mode 100644 tests/results/test_read_write/00_9default_calculation_optional_exists.json create mode 100644 tests/results/test_read_write/00_9default_calculation_param_optional.json create mode 100644 tests/results/test_read_write/00_9default_information_other_variable.json create mode 100644 tests/results/test_read_write/00_9default_integer.json create mode 100644 tests/results/test_read_write/01_6boolean_multi.json create mode 100644 tests/results/test_read_write/01_6custom_multi.json create mode 100644 tests/results/test_read_write/01_6float_multi.json create mode 100644 tests/results/test_read_write/01_6number_multi.json create mode 100644 tests/results/test_read_write/01_6string_empty.json create mode 100644 tests/results/test_read_write/01_6string_multi.json create mode 100644 tests/results/test_read_write/01_7value_multi_doublequote.json create mode 100644 tests/results/test_read_write/01_7value_multi_doublequote2.json create mode 100644 tests/results/test_read_write/01_7value_multi_quote.json create mode 100644 tests/results/test_read_write/01_8calculation_information_multi.json create mode 100644 tests/results/test_read_write/01_9choice_variable_multi.json create mode 100644 tests/results/test_read_write/04_0type_param.json create mode 100644 tests/results/test_read_write/04_1auto_save.json create mode 100644 tests/results/test_read_write/04_1auto_save_and_calculated.json create mode 100644 tests/results/test_read_write/04_1auto_save_and_calculated_hidden.json create mode 100644 tests/results/test_read_write/04_1auto_save_and_hidden.json create mode 100644 tests/results/test_read_write/04_1default_calculation_hidden.json create mode 100644 tests/results/test_read_write/04_1default_calculation_hidden_2.json create mode 100644 tests/results/test_read_write/04_5disabled_calculation_optional.json create mode 100644 tests/results/test_read_write/04_5disabled_calculation_variable.json create mode 100644 tests/results/test_read_write/04_5disabled_calculation_variable2.json create mode 100644 tests/results/test_read_write/04_5disabled_calculation_variable3.json create mode 100644 tests/results/test_read_write/04_5disabled_calculation_variable4.json create mode 100644 tests/results/test_read_write/04_5validators.json create mode 100644 tests/results/test_read_write/04_5validators_differ.json create mode 100644 tests/results/test_read_write/04_5validators_multi.json create mode 100644 tests/results/test_read_write/04_5validators_multi2.json create mode 100644 tests/results/test_read_write/05_0multi_not_uniq.json create mode 100644 tests/results/test_read_write/05_0multi_uniq.json create mode 100644 tests/results/test_read_write/12_1auto_save_expert.json create mode 100644 tests/results/test_read_write/16_0redefine_description.json create mode 100644 tests/results/test_read_write/16_2family_redefine_calculation.json create mode 100644 tests/results/test_read_write/16_2family_redefine_disabled.json create mode 100644 tests/results/test_read_write/16_5exists_nonexists.json create mode 100644 tests/results/test_read_write/16_5exists_redefine.json create mode 100644 tests/results/test_read_write/16_5redefine_calculation.json create mode 100644 tests/results/test_read_write/16_5redefine_choice.json create mode 100644 tests/results/test_read_write/16_5redefine_default.json create mode 100644 tests/results/test_read_write/16_5redefine_default_calculation.json create mode 100644 tests/results/test_read_write/16_5redefine_family.json create mode 100644 tests/results/test_read_write/16_5redefine_help.json create mode 100644 tests/results/test_read_write/16_5redefine_hidden.json create mode 100644 tests/results/test_read_write/16_5redefine_multi.json create mode 100644 tests/results/test_read_write/16_5redefine_remove_disable_calculation.json create mode 100644 tests/results/test_read_write/16_5test_redefine.json create mode 100644 tests/results/test_read_write/16_6choice_redefine.json create mode 100644 tests/results/test_read_write/16_6exists_redefine_family.json create mode 100644 tests/results/test_read_write/16exists_exists.json create mode 100644 tests/results/test_read_write/17_5redefine_leadership.json create mode 100644 tests/results/test_read_write/20_0empty_family.json create mode 100644 tests/results/test_read_write/20_0family_append.json create mode 100644 tests/results/test_read_write/20_0family_underscore.json create mode 100644 tests/results/test_read_write/20_0multi_family.json create mode 100644 tests/results/test_read_write/20_0multi_family_basic.json create mode 100644 tests/results/test_read_write/20_0multi_family_expert.json create mode 100644 tests/results/test_read_write/20_0multi_family_order.json create mode 100644 tests/results/test_read_write/20_0validators_differ_redefine.json create mode 100644 tests/results/test_read_write/20_1empty_subfamily.json create mode 100644 tests/results/test_read_write/20_9default_information_parent.json create mode 100644 tests/results/test_read_write/24_0family_hidden_condition_sub_family.json create mode 100644 tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.json create mode 100644 tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.json create mode 100644 tests/results/test_read_write/24_0family_mandatory_condition.json create mode 100644 tests/results/test_read_write/24_0family_mandatory_condition_variable.json create mode 100644 tests/results/test_read_write/24_7validators_variable_optional.json create mode 100644 tests/results/test_read_write/24_family_disabled_var_hidden.json create mode 100644 tests/results/test_read_write/40_0leadership.json create mode 100644 tests/results/test_read_write/40_0leadership_diff_name.json create mode 100644 tests/results/test_read_write/40_0leadership_empty.json create mode 100644 tests/results/test_read_write/40_0leadership_follower_default_calculation.json create mode 100644 tests/results/test_read_write/40_0leadership_follower_default_value.json create mode 100644 tests/results/test_read_write/40_0leadership_leader_not_multi.json create mode 100644 tests/results/test_read_write/40_1leadership_append_follower.json create mode 100644 tests/results/test_read_write/40_6leadership_follower_multi.json create mode 100644 tests/results/test_read_write/40_8calculation_boolean.json create mode 100644 tests/results/test_read_write/40_8calculation_multi_variable.json create mode 100644 tests/results/test_read_write/40_8calculation_multi_variable_parent.json create mode 100644 tests/results/test_read_write/40_8calculation_multi_variable_parent2.json create mode 100644 tests/results/test_read_write/41_0choice_leader.json create mode 100644 tests/results/test_read_write/44_0leadership_hidden.json create mode 100644 tests/results/test_read_write/44_0leadership_leader_hidden.json create mode 100644 tests/results/test_read_write/44_1leadership_append_hidden_follower.json create mode 100644 tests/results/test_read_write/44_4leadership_mandatory.json create mode 100644 tests/results/test_read_write/44_4leadership_mandatory_follower.json create mode 100644 tests/results/test_read_write/44_5leadership_leader_hidden_calculation.json create mode 100644 tests/results/test_read_write/44_6leadership_follower_disabled_calculation.json create mode 100644 tests/results/test_read_write/60_0family_dynamic.json create mode 100644 tests/results/test_read_write/60_0family_dynamic_1_1.json create mode 100644 tests/results/test_read_write/60_0family_dynamic_1_1_empty.json create mode 100644 tests/results/test_read_write/60_0family_dynamic_empty.json create mode 100644 tests/results/test_read_write/60_0family_dynamic_no_description.json create mode 100644 tests/results/test_read_write/60_0family_dynamic_no_description_empty.json create mode 100644 tests/results/test_read_write/60_0family_dynamic_static.json create mode 100644 tests/results/test_read_write/60_0family_dynamic_test.json create mode 100644 tests/results/test_read_write/60_0family_dynamic_variable_empty.json create mode 100644 tests/results/test_read_write/60_0family_dynamic_variable_suffix.json create mode 100644 tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.json create mode 100644 tests/results/test_read_write/60_0family_empty.json create mode 100644 tests/results/test_read_write/60_0family_hidden.json create mode 100644 tests/results/test_read_write/60_0family_mode.json create mode 100644 tests/results/test_read_write/60_1family_dynamic_jinja.json create mode 100644 tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.json create mode 100644 tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.json create mode 100644 tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.json create mode 100644 tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.json create mode 100644 tests/results/test_read_write/60_2family_dynamic_outside_calc.json create mode 100644 tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.json create mode 100644 tests/results/test_read_write/60_5family_dynamic_calc_suffix2.json create mode 100644 tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.json create mode 100644 tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.json create mode 100644 tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.json create mode 100644 tests/results/test_read_write/60_5family_dynamic_calc_variable.json create mode 100644 tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.json create mode 100644 tests/results/test_read_write/60_5family_dynamic_hidden_suffix.json create mode 100644 tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.json create mode 100644 tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.json create mode 100644 tests/results/test_read_write/60_6family_dynamic_leadership.json create mode 100644 tests/results/test_read_write/60_6family_dynamic_leadership_empty.json create mode 100644 tests/results/test_read_write/60_9family_dynamic_calc_both.json create mode 100644 tests/results/test_read_write/68_0family_leadership_mode.json create mode 100644 tests/results/test_read_write_mandatory/00_0empty.json create mode 100644 tests/results/test_read_write_mandatory/00_0version_underscore.json create mode 100644 tests/results/test_read_write_mandatory/00_1empty_variable.json create mode 100644 tests/results/test_read_write_mandatory/00_2default_calculated.json create mode 100644 tests/results/test_read_write_mandatory/00_2default_calculated_multi.json create mode 100644 tests/results/test_read_write_mandatory/00_2default_calculated_variable_transitive.json create mode 100644 tests/results/test_read_write_mandatory/00_4load_subfolder.json create mode 100644 tests/results/test_read_write_mandatory/00_5load_notype.json create mode 100644 tests/results/test_read_write_mandatory/00_6boolean.json create mode 100644 tests/results/test_read_write_mandatory/00_6boolean_no_mandatory.json create mode 100644 tests/results/test_read_write_mandatory/00_6choice.json create mode 100644 tests/results/test_read_write_mandatory/00_6choice_calculation.json create mode 100644 tests/results/test_read_write_mandatory/00_6choice_variable.json create mode 100644 tests/results/test_read_write_mandatory/00_6custom.json create mode 100644 tests/results/test_read_write_mandatory/00_6domainname.json create mode 100644 tests/results/test_read_write_mandatory/00_6domainname_params.json create mode 100644 tests/results/test_read_write_mandatory/00_6float.json create mode 100644 tests/results/test_read_write_mandatory/00_6number.json create mode 100644 tests/results/test_read_write_mandatory/00_6port.json create mode 100644 tests/results/test_read_write_mandatory/00_6regexp.json create mode 100644 tests/results/test_read_write_mandatory/00_6string.json create mode 100644 tests/results/test_read_write_mandatory/00_7choice_quote.json create mode 100644 tests/results/test_read_write_mandatory/00_7help_quote.json create mode 100644 tests/results/test_read_write_mandatory/00_7value_doublequote.json create mode 100644 tests/results/test_read_write_mandatory/00_7value_doublequote2.json create mode 100644 tests/results/test_read_write_mandatory/00_7value_doublequote3.json create mode 100644 tests/results/test_read_write_mandatory/00_7value_quote.json create mode 100644 tests/results/test_read_write_mandatory/00_8calculation_information.json create mode 100644 tests/results/test_read_write_mandatory/00_8test.json create mode 100644 tests/results/test_read_write_mandatory/00_9choice_variable_multi.json create mode 100644 tests/results/test_read_write_mandatory/00_9choice_variables.json create mode 100644 tests/results/test_read_write_mandatory/00_9default_calculation.json create mode 100644 tests/results/test_read_write_mandatory/00_9default_calculation_information.json create mode 100644 tests/results/test_read_write_mandatory/00_9default_calculation_information_other_variable.json create mode 100644 tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional.json create mode 100644 tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional2.json create mode 100644 tests/results/test_read_write_mandatory/00_9default_calculation_optional.json create mode 100644 tests/results/test_read_write_mandatory/00_9default_calculation_optional_exists.json create mode 100644 tests/results/test_read_write_mandatory/00_9default_calculation_param_optional.json create mode 100644 tests/results/test_read_write_mandatory/00_9default_information_other_variable.json create mode 100644 tests/results/test_read_write_mandatory/00_9default_integer.json create mode 100644 tests/results/test_read_write_mandatory/01_6boolean_multi.json create mode 100644 tests/results/test_read_write_mandatory/01_6custom_multi.json create mode 100644 tests/results/test_read_write_mandatory/01_6float_multi.json create mode 100644 tests/results/test_read_write_mandatory/01_6number_multi.json create mode 100644 tests/results/test_read_write_mandatory/01_6string_empty.json create mode 100644 tests/results/test_read_write_mandatory/01_6string_multi.json create mode 100644 tests/results/test_read_write_mandatory/01_7value_multi_doublequote.json create mode 100644 tests/results/test_read_write_mandatory/01_7value_multi_doublequote2.json create mode 100644 tests/results/test_read_write_mandatory/01_7value_multi_quote.json create mode 100644 tests/results/test_read_write_mandatory/01_8calculation_information_multi.json create mode 100644 tests/results/test_read_write_mandatory/01_9choice_variable_multi.json create mode 100644 tests/results/test_read_write_mandatory/04_0type_param.json create mode 100644 tests/results/test_read_write_mandatory/04_1auto_save.json create mode 100644 tests/results/test_read_write_mandatory/04_1auto_save_and_calculated.json create mode 100644 tests/results/test_read_write_mandatory/04_1auto_save_and_calculated_hidden.json create mode 100644 tests/results/test_read_write_mandatory/04_1auto_save_and_hidden.json create mode 100644 tests/results/test_read_write_mandatory/04_1default_calculation_hidden.json create mode 100644 tests/results/test_read_write_mandatory/04_1default_calculation_hidden_2.json create mode 100644 tests/results/test_read_write_mandatory/04_5disabled_calculation_optional.json create mode 100644 tests/results/test_read_write_mandatory/04_5disabled_calculation_variable.json create mode 100644 tests/results/test_read_write_mandatory/04_5disabled_calculation_variable2.json create mode 100644 tests/results/test_read_write_mandatory/04_5disabled_calculation_variable3.json create mode 100644 tests/results/test_read_write_mandatory/04_5disabled_calculation_variable4.json create mode 100644 tests/results/test_read_write_mandatory/04_5validators.json create mode 100644 tests/results/test_read_write_mandatory/04_5validators_differ.json create mode 100644 tests/results/test_read_write_mandatory/04_5validators_multi.json create mode 100644 tests/results/test_read_write_mandatory/04_5validators_multi2.json create mode 100644 tests/results/test_read_write_mandatory/05_0multi_not_uniq.json create mode 100644 tests/results/test_read_write_mandatory/05_0multi_uniq.json create mode 100644 tests/results/test_read_write_mandatory/12_1auto_save_expert.json create mode 100644 tests/results/test_read_write_mandatory/16_0redefine_description.json create mode 100644 tests/results/test_read_write_mandatory/16_2family_redefine_calculation.json create mode 100644 tests/results/test_read_write_mandatory/16_2family_redefine_disabled.json create mode 100644 tests/results/test_read_write_mandatory/16_5exists_nonexists.json create mode 100644 tests/results/test_read_write_mandatory/16_5exists_redefine.json create mode 100644 tests/results/test_read_write_mandatory/16_5redefine_calculation.json create mode 100644 tests/results/test_read_write_mandatory/16_5redefine_choice.json create mode 100644 tests/results/test_read_write_mandatory/16_5redefine_default.json create mode 100644 tests/results/test_read_write_mandatory/16_5redefine_default_calculation.json create mode 100644 tests/results/test_read_write_mandatory/16_5redefine_family.json create mode 100644 tests/results/test_read_write_mandatory/16_5redefine_help.json create mode 100644 tests/results/test_read_write_mandatory/16_5redefine_hidden.json create mode 100644 tests/results/test_read_write_mandatory/16_5redefine_multi.json create mode 100644 tests/results/test_read_write_mandatory/16_5redefine_remove_disable_calculation.json create mode 100644 tests/results/test_read_write_mandatory/16_5test_redefine.json create mode 100644 tests/results/test_read_write_mandatory/16_6choice_redefine.json create mode 100644 tests/results/test_read_write_mandatory/16_6exists_redefine_family.json create mode 100644 tests/results/test_read_write_mandatory/16exists_exists.json create mode 100644 tests/results/test_read_write_mandatory/17_5redefine_leadership.json create mode 100644 tests/results/test_read_write_mandatory/20_0empty_family.json create mode 100644 tests/results/test_read_write_mandatory/20_0family_append.json create mode 100644 tests/results/test_read_write_mandatory/20_0family_underscore.json create mode 100644 tests/results/test_read_write_mandatory/20_0multi_family.json create mode 100644 tests/results/test_read_write_mandatory/20_0multi_family_basic.json create mode 100644 tests/results/test_read_write_mandatory/20_0multi_family_expert.json create mode 100644 tests/results/test_read_write_mandatory/20_0multi_family_order.json create mode 100644 tests/results/test_read_write_mandatory/20_0validators_differ_redefine.json create mode 100644 tests/results/test_read_write_mandatory/20_1empty_subfamily.json create mode 100644 tests/results/test_read_write_mandatory/20_9default_information_parent.json create mode 100644 tests/results/test_read_write_mandatory/24_0family_hidden_condition_sub_family.json create mode 100644 tests/results/test_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.json create mode 100644 tests/results/test_read_write_mandatory/24_0family_hidden_param_condition_sub_family.json create mode 100644 tests/results/test_read_write_mandatory/24_0family_mandatory_condition.json create mode 100644 tests/results/test_read_write_mandatory/24_0family_mandatory_condition_variable.json create mode 100644 tests/results/test_read_write_mandatory/24_7validators_variable_optional.json create mode 100644 tests/results/test_read_write_mandatory/24_family_disabled_var_hidden.json create mode 100644 tests/results/test_read_write_mandatory/40_0leadership.json create mode 100644 tests/results/test_read_write_mandatory/40_0leadership_diff_name.json create mode 100644 tests/results/test_read_write_mandatory/40_0leadership_empty.json create mode 100644 tests/results/test_read_write_mandatory/40_0leadership_follower_default_calculation.json create mode 100644 tests/results/test_read_write_mandatory/40_0leadership_follower_default_value.json create mode 100644 tests/results/test_read_write_mandatory/40_0leadership_leader_not_multi.json create mode 100644 tests/results/test_read_write_mandatory/40_1leadership_append_follower.json create mode 100644 tests/results/test_read_write_mandatory/40_6leadership_follower_multi.json create mode 100644 tests/results/test_read_write_mandatory/40_8calculation_boolean.json create mode 100644 tests/results/test_read_write_mandatory/40_8calculation_multi_variable.json create mode 100644 tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent.json create mode 100644 tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent2.json create mode 100644 tests/results/test_read_write_mandatory/41_0choice_leader.json create mode 100644 tests/results/test_read_write_mandatory/44_0leadership_hidden.json create mode 100644 tests/results/test_read_write_mandatory/44_0leadership_leader_hidden.json create mode 100644 tests/results/test_read_write_mandatory/44_1leadership_append_hidden_follower.json create mode 100644 tests/results/test_read_write_mandatory/44_4leadership_mandatory.json create mode 100644 tests/results/test_read_write_mandatory/44_4leadership_mandatory_follower.json create mode 100644 tests/results/test_read_write_mandatory/44_5leadership_leader_hidden_calculation.json create mode 100644 tests/results/test_read_write_mandatory/44_6leadership_follower_disabled_calculation.json create mode 100644 tests/results/test_read_write_mandatory/60_0family_dynamic.json create mode 100644 tests/results/test_read_write_mandatory/60_0family_dynamic_1_1.json create mode 100644 tests/results/test_read_write_mandatory/60_0family_dynamic_1_1_empty.json create mode 100644 tests/results/test_read_write_mandatory/60_0family_dynamic_empty.json create mode 100644 tests/results/test_read_write_mandatory/60_0family_dynamic_no_description.json create mode 100644 tests/results/test_read_write_mandatory/60_0family_dynamic_no_description_empty.json create mode 100644 tests/results/test_read_write_mandatory/60_0family_dynamic_static.json create mode 100644 tests/results/test_read_write_mandatory/60_0family_dynamic_test.json create mode 100644 tests/results/test_read_write_mandatory/60_0family_dynamic_variable_empty.json create mode 100644 tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix.json create mode 100644 tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.json create mode 100644 tests/results/test_read_write_mandatory/60_0family_empty.json create mode 100644 tests/results/test_read_write_mandatory/60_0family_hidden.json create mode 100644 tests/results/test_read_write_mandatory/60_0family_mode.json create mode 100644 tests/results/test_read_write_mandatory/60_1family_dynamic_jinja.json create mode 100644 tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.json create mode 100644 tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json create mode 100644 tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json create mode 100644 tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json create mode 100644 tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc.json create mode 100644 tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc_empty.json create mode 100644 tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2.json create mode 100644 tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.json create mode 100644 tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param.json create mode 100644 tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.json create mode 100644 tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable.json create mode 100644 tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_empty.json create mode 100644 tests/results/test_read_write_mandatory/60_5family_dynamic_hidden_suffix.json create mode 100644 tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.json create mode 100644 tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json create mode 100644 tests/results/test_read_write_mandatory/60_6family_dynamic_leadership.json create mode 100644 tests/results/test_read_write_mandatory/60_6family_dynamic_leadership_empty.json create mode 100644 tests/results/test_read_write_mandatory/60_9family_dynamic_calc_both.json create mode 100644 tests/results/test_read_write_mandatory/68_0family_leadership_mode.json create mode 100644 tests/test_load.py diff --git a/src/rougail/output_json/__init__.py b/src/rougail/output_json/__init__.py index d0e4f2f..74e65f5 100644 --- a/src/rougail/output_json/__init__.py +++ b/src/rougail/output_json/__init__.py @@ -40,6 +40,8 @@ class RougailOutputJson: rougailconfig = RougailConfig self.rougailconfig = rougailconfig self.config = config + self.errors = [] + self.warnings = [] self.read_write = self.rougailconfig["json.read_write"] self.is_mandatory = self.rougailconfig["json.mandatory"] self.dico = {} diff --git a/tests/__pycache__/test_load.cpython-313-pytest-8.3.3.pyc b/tests/__pycache__/test_load.cpython-313-pytest-8.3.3.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d5b68d1b6e33d53f5f0cab57409721acf5904b1c GIT binary patch literal 4664 zcmcInO>7&-6`ox#$zA@66!mXOv@FY_W0LWYfci)IabqQ>B01HHjS8wE*5ry}LM_$V zWg`2;LyOwz!3NR*E?Trc^bi9*_*C@R9)dbIEhLA;RCW#YVDx53C<6G@H?v%l`b*uQ z9f|Y%-kWdUym{~Kw%_kTP{`5gf(*TX(1BfCjn4KubUs5elDTPwIo9$iht5Y)O2E!2 zUE!x)DK~brzGGTUNmyciVcL`OVlV4Er+q0u4zRv!I+*If9jOowrNTH2b8g(3L^!h8 zF@hE&6P&d-?vllRgu55rBS@AOyB51;&sm4;?MD+0aJWbI$$mMI;N@UH`jE%HatCnq z$swrwDBdZ&@lB0}zwp7#&5~h>bV$9~s+ETGVy6D`;N~r=wOJ!_N z3m<}X{T%!nR%pl@gDd#IC6?Ea$bLCZ)xK~@2Rd%7{sh!! z=R!9_zQ(u$(x z6{C!=<*1fv;o;|oAJh7XlWINFypaWNg04f+oN4E{)kS$&FTgWMJ7xYD%q>jF4%S|h z1=`9^&6VbCY6Tup+9kW9&r$j8 z`}wa>HMsy)NDe3XICu;#Aa}}nGGWiPS~z9UMq#%q1Z&M-K!?!@ zWFwAJeVHAbGx4GHFla67u#Ca~d{OQV*)s^nA>gjkqU+a|o(7C%rnd1;Vq1g=Izg|MJkN`_9j1mQl3aWDAE z$ryJ%d~|&E+N&`=Iyo7o-BU50bQDxg#fqWkvldhmR18DaS`#szIDm~-r>+MSU01Qe z*v|kvOrDALVi68Z+(n4r#gdAthb0bN(J=Ll#J?juz|`)Em}R8dEQ^V-9i|SDI4&*B z6Bo#V@I{;}AJImD$f*&h6{7^I0^)gN^%{$E3MQd!PAQc@HLEyRUV*@<5+5vQuU3jB zqp0b`RVo98PI|NYa=B8svZ5GS zb#1kzXo>+Vu?`kliPX9)hq`89>bUSBS{-3W1n`!8cjI=5%eo&-?TmOWeKS1}Ck&RB zaf~fc_?Dhe5-%NC7*4kjCUhDVqPvQf0fe)S6d*_8D!8cXI0e+y!|8tn+peOm$k^Sr zjmY`x%wunFT?{-q606SKj+;WXe(dCW_=qWt*2j|T;Sp0f@+8<*edn>eqb_#be%BPE zH^sUqyxuitdd6x}(v*@l>7*&01SyZ*Axbo3iidBAZ5%hmtw7i9m5sn?_3gSpaw~H) z^NSx>r-0(Oo-J|k&eEoMbgO6d?hnnL%e9^vvu9?b=gPVe*$Q|6a_!SZEqu%jANxFJ zhELyLHp8#|dHk>Ozr@$)(&okV=0e82m@&hP)#89ZM1_0)Vrrf;a`8#R5So4&ESzqjTeH2s5ja-05kBuAVbyc!sgS7sAO6>c#5WRb{*`~^ z#ZzhED{0_`-V68l1sA>?cYN_m=<@51FXNue7u;XI?nwpQJJLz|09ndL<4JqU2I&=- zX(VlsP&JaQC?sq#es=yI&&&j$0kp2H!il}uUiP|q(4=+U z!tB&Meh>E8AKyWmY~pLX_xC{xz55;a4oL4C8^VRXSYP(u!8F_M9ncpqQ{i2Y7zSHyU4d%_;iD$ma0( zD38lx!PMM|dlf$HOU0`!LgVklloiQ48{w;w%UF*dvM_{`l+9jdK}SzijABX0^xj!k zz)}F_QHZFnY0P%xW6OxQ}ht^KSI5a(7+>f@hSSiL?1kJA-BKkfW{Z7iqCz>J9KAx z!*i_a{#xX?q30svr5kH^-Jj2!+^Oe0$MtPH5P$j^?L8CG8{AvmgUY|qFqi!LE!gD* V<+?ztS&r6mT1{?4b%kR<{|%O<*(?A6 literal 0 HcmV?d00001 diff --git a/tests/results/test_mandatory/00_0empty.json b/tests/results/test_mandatory/00_0empty.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_mandatory/00_0empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_0version_underscore.json b/tests/results/test_mandatory/00_0version_underscore.json new file mode 100644 index 0000000..86f5072 --- /dev/null +++ b/tests/results/test_mandatory/00_0version_underscore.json @@ -0,0 +1,3 @@ +{ + "version": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_1empty_variable.json b/tests/results/test_mandatory/00_1empty_variable.json new file mode 100644 index 0000000..e0914c5 --- /dev/null +++ b/tests/results/test_mandatory/00_1empty_variable.json @@ -0,0 +1,3 @@ +{ + "empty": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_2default_calculated.json b/tests/results/test_mandatory/00_2default_calculated.json new file mode 100644 index 0000000..15ecc3b --- /dev/null +++ b/tests/results/test_mandatory/00_2default_calculated.json @@ -0,0 +1,8 @@ +{ + "var1": "string1", + "var2": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_2default_calculated_multi.json b/tests/results/test_mandatory/00_2default_calculated_multi.json new file mode 100644 index 0000000..b6de837 --- /dev/null +++ b/tests/results/test_mandatory/00_2default_calculated_multi.json @@ -0,0 +1,12 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_2default_calculated_variable_transitive.json b/tests/results/test_mandatory/00_2default_calculated_variable_transitive.json new file mode 100644 index 0000000..4bfbb13 --- /dev/null +++ b/tests/results/test_mandatory/00_2default_calculated_variable_transitive.json @@ -0,0 +1,10 @@ +{ + "var1": [ + "domain1.lan", + "domain2.lan" + ], + "var2": [ + "domain1.lan", + "domain2.lan" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_4load_subfolder.json b/tests/results/test_mandatory/00_4load_subfolder.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test_mandatory/00_4load_subfolder.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_5load_notype.json b/tests/results/test_mandatory/00_5load_notype.json new file mode 100644 index 0000000..03457e0 --- /dev/null +++ b/tests/results/test_mandatory/00_5load_notype.json @@ -0,0 +1,3 @@ +{ + "without_type": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6boolean.json b/tests/results/test_mandatory/00_6boolean.json new file mode 100644 index 0000000..cac8034 --- /dev/null +++ b/tests/results/test_mandatory/00_6boolean.json @@ -0,0 +1,8 @@ +{ + "var1": true, + "var2": true, + "var3": true, + "var4": true, + "var5": true, + "var6": true +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6boolean_no_mandatory.json b/tests/results/test_mandatory/00_6boolean_no_mandatory.json new file mode 100644 index 0000000..5b55ee3 --- /dev/null +++ b/tests/results/test_mandatory/00_6boolean_no_mandatory.json @@ -0,0 +1,3 @@ +{ + "variable": true +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6choice.json b/tests/results/test_mandatory/00_6choice.json new file mode 100644 index 0000000..945989a --- /dev/null +++ b/tests/results/test_mandatory/00_6choice.json @@ -0,0 +1,8 @@ +{ + "var1": "a", + "var2": "a", + "var3": "a", + "var4": null, + "var5": "a", + "var6": 1 +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6choice_calculation.json b/tests/results/test_mandatory/00_6choice_calculation.json new file mode 100644 index 0000000..48891f5 --- /dev/null +++ b/tests/results/test_mandatory/00_6choice_calculation.json @@ -0,0 +1,3 @@ +{ + "var": 0 +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6choice_variable.json b/tests/results/test_mandatory/00_6choice_variable.json new file mode 100644 index 0000000..28a95f8 --- /dev/null +++ b/tests/results/test_mandatory/00_6choice_variable.json @@ -0,0 +1,8 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6custom.json b/tests/results/test_mandatory/00_6custom.json new file mode 100644 index 0000000..542bded --- /dev/null +++ b/tests/results/test_mandatory/00_6custom.json @@ -0,0 +1,4 @@ +{ + "custom1": "string1", + "custom2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6domainname.json b/tests/results/test_mandatory/00_6domainname.json new file mode 100644 index 0000000..47728fb --- /dev/null +++ b/tests/results/test_mandatory/00_6domainname.json @@ -0,0 +1,3 @@ +{ + "variable": "domain1.lan" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6domainname_params.json b/tests/results/test_mandatory/00_6domainname_params.json new file mode 100644 index 0000000..47728fb --- /dev/null +++ b/tests/results/test_mandatory/00_6domainname_params.json @@ -0,0 +1,3 @@ +{ + "variable": "domain1.lan" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6float.json b/tests/results/test_mandatory/00_6float.json new file mode 100644 index 0000000..0eaa48a --- /dev/null +++ b/tests/results/test_mandatory/00_6float.json @@ -0,0 +1,8 @@ +{ + "var1": 1.1, + "var2": 1.1, + "var3": 1.1, + "var4": 1.1, + "var5": 1.1, + "var6": 1.1 +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6number.json b/tests/results/test_mandatory/00_6number.json new file mode 100644 index 0000000..323fdab --- /dev/null +++ b/tests/results/test_mandatory/00_6number.json @@ -0,0 +1,8 @@ +{ + "var1": 1, + "var2": 1, + "var3": 1, + "var4": 1, + "var5": 1, + "var6": 1 +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6port.json b/tests/results/test_mandatory/00_6port.json new file mode 100644 index 0000000..26345a4 --- /dev/null +++ b/tests/results/test_mandatory/00_6port.json @@ -0,0 +1,5 @@ +{ + "variable1": "80", + "variable2": "80", + "variable3": "80" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6regexp.json b/tests/results/test_mandatory/00_6regexp.json new file mode 100644 index 0000000..a0f3a7b --- /dev/null +++ b/tests/results/test_mandatory/00_6regexp.json @@ -0,0 +1,3 @@ +{ + "var": "#b1b1b1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_6string.json b/tests/results/test_mandatory/00_6string.json new file mode 100644 index 0000000..723f5fe --- /dev/null +++ b/tests/results/test_mandatory/00_6string.json @@ -0,0 +1,8 @@ +{ + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1", + "var5": "string1", + "var6": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_7choice_quote.json b/tests/results/test_mandatory/00_7choice_quote.json new file mode 100644 index 0000000..6af09c5 --- /dev/null +++ b/tests/results/test_mandatory/00_7choice_quote.json @@ -0,0 +1,3 @@ +{ + "var": "quote'" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_7help_quote.json b/tests/results/test_mandatory/00_7help_quote.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test_mandatory/00_7help_quote.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_7value_doublequote.json b/tests/results/test_mandatory/00_7value_doublequote.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_mandatory/00_7value_doublequote.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_7value_doublequote2.json b/tests/results/test_mandatory/00_7value_doublequote2.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_mandatory/00_7value_doublequote2.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_7value_doublequote3.json b/tests/results/test_mandatory/00_7value_doublequote3.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_mandatory/00_7value_doublequote3.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_7value_quote.json b/tests/results/test_mandatory/00_7value_quote.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_mandatory/00_7value_quote.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_8calculation_information.json b/tests/results/test_mandatory/00_8calculation_information.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_mandatory/00_8calculation_information.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_8test.json b/tests/results/test_mandatory/00_8test.json new file mode 100644 index 0000000..1bc83bb --- /dev/null +++ b/tests/results/test_mandatory/00_8test.json @@ -0,0 +1,11 @@ +{ + "var1": "test", + "var2": "test", + "var3": "test1", + "var4": null, + "var5": false, + "var6": [ + "test1", + "test2" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_9choice_variable_multi.json b/tests/results/test_mandatory/00_9choice_variable_multi.json new file mode 100644 index 0000000..42b743e --- /dev/null +++ b/tests/results/test_mandatory/00_9choice_variable_multi.json @@ -0,0 +1,10 @@ +{ + "variable1": [ + "val1", + "val2" + ], + "variable2": [ + "val1", + "val2" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_9choice_variables.json b/tests/results/test_mandatory/00_9choice_variables.json new file mode 100644 index 0000000..24f0db8 --- /dev/null +++ b/tests/results/test_mandatory/00_9choice_variables.json @@ -0,0 +1,5 @@ +{ + "source_variable_1": "string1", + "source_variable_2": "string1", + "my_variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_9default_calculation.json b/tests/results/test_mandatory/00_9default_calculation.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_9default_calculation_information.json b/tests/results/test_mandatory/00_9default_calculation_information.json new file mode 100644 index 0000000..f7db3f2 --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation_information.json @@ -0,0 +1,3 @@ +{ + "var": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_9default_calculation_information_other_variable.json b/tests/results/test_mandatory/00_9default_calculation_information_other_variable.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation_information_other_variable.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_9default_calculation_multi_optional.json b/tests/results/test_mandatory/00_9default_calculation_multi_optional.json new file mode 100644 index 0000000..7b135d7 --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation_multi_optional.json @@ -0,0 +1,8 @@ +{ + "my_variable": "string1", + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_9default_calculation_multi_optional2.json b/tests/results/test_mandatory/00_9default_calculation_multi_optional2.json new file mode 100644 index 0000000..7b135d7 --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation_multi_optional2.json @@ -0,0 +1,8 @@ +{ + "my_variable": "string1", + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_9default_calculation_optional.json b/tests/results/test_mandatory/00_9default_calculation_optional.json new file mode 100644 index 0000000..0e3c535 --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation_optional.json @@ -0,0 +1,7 @@ +{ + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_9default_calculation_optional_exists.json b/tests/results/test_mandatory/00_9default_calculation_optional_exists.json new file mode 100644 index 0000000..d5fd74d --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation_optional_exists.json @@ -0,0 +1,12 @@ +{ + "my_variable": [ + "string1", + "string2", + "string3" + ], + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_9default_calculation_param_optional.json b/tests/results/test_mandatory/00_9default_calculation_param_optional.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test_mandatory/00_9default_calculation_param_optional.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_9default_information_other_variable.json b/tests/results/test_mandatory/00_9default_information_other_variable.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test_mandatory/00_9default_information_other_variable.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/00_9default_integer.json b/tests/results/test_mandatory/00_9default_integer.json new file mode 100644 index 0000000..48891f5 --- /dev/null +++ b/tests/results/test_mandatory/00_9default_integer.json @@ -0,0 +1,3 @@ +{ + "var": 0 +} \ No newline at end of file diff --git a/tests/results/test_mandatory/01_6boolean_multi.json b/tests/results/test_mandatory/01_6boolean_multi.json new file mode 100644 index 0000000..a5fb0a6 --- /dev/null +++ b/tests/results/test_mandatory/01_6boolean_multi.json @@ -0,0 +1,26 @@ +{ + "var1": [ + true + ], + "var2": [ + true + ], + "var3": [ + true + ], + "var4": [ + true + ], + "var5": [ + true + ], + "var6": [ + true + ], + "var7": [ + true + ], + "var8": [ + true + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/01_6custom_multi.json b/tests/results/test_mandatory/01_6custom_multi.json new file mode 100644 index 0000000..8c84948 --- /dev/null +++ b/tests/results/test_mandatory/01_6custom_multi.json @@ -0,0 +1,12 @@ +{ + "custom1": [ + "string1", + "string2", + "string3" + ], + "custom2": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/01_6float_multi.json b/tests/results/test_mandatory/01_6float_multi.json new file mode 100644 index 0000000..54423fc --- /dev/null +++ b/tests/results/test_mandatory/01_6float_multi.json @@ -0,0 +1,42 @@ +{ + "var1": [ + 1.1, + 2.2, + 3.3 + ], + "var2": [ + 1.1, + 2.2, + 3.3 + ], + "var3": [ + 1.1, + 2.2, + 3.3 + ], + "var4": [ + 1.1, + 2.2, + 3.3 + ], + "var5": [ + 1.1, + 2.2, + 3.3 + ], + "var6": [ + 1.1, + 2.2, + 3.3 + ], + "var7": [ + 1.1, + 2.2, + 3.3 + ], + "var8": [ + 1.1, + 2.2, + 3.3 + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/01_6number_multi.json b/tests/results/test_mandatory/01_6number_multi.json new file mode 100644 index 0000000..820fb70 --- /dev/null +++ b/tests/results/test_mandatory/01_6number_multi.json @@ -0,0 +1,42 @@ +{ + "var1": [ + 1, + 2, + 3 + ], + "var2": [ + 1, + 2, + 3 + ], + "var3": [ + 1, + 2, + 3 + ], + "var4": [ + 1, + 2, + 3 + ], + "var5": [ + 1, + 2, + 3 + ], + "var6": [ + 1, + 2, + 3 + ], + "var7": [ + 1, + 2, + 3 + ], + "var8": [ + 1, + 2, + 3 + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/01_6string_empty.json b/tests/results/test_mandatory/01_6string_empty.json new file mode 100644 index 0000000..92e7c9c --- /dev/null +++ b/tests/results/test_mandatory/01_6string_empty.json @@ -0,0 +1,7 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/01_6string_multi.json b/tests/results/test_mandatory/01_6string_multi.json new file mode 100644 index 0000000..e23dc1d --- /dev/null +++ b/tests/results/test_mandatory/01_6string_multi.json @@ -0,0 +1,38 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": [ + "string1", + "string2", + "string3" + ], + "var3": "string1", + "var4": [ + "string1", + "string2", + "string3" + ], + "var5": [ + "string1", + "string2", + "string3" + ], + "var6": [ + "string1", + "string2", + "string3" + ], + "var7": [ + "string1", + "string2", + "string3" + ], + "var8": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/01_7value_multi_doublequote.json b/tests/results/test_mandatory/01_7value_multi_doublequote.json new file mode 100644 index 0000000..b00a9c0 --- /dev/null +++ b/tests/results/test_mandatory/01_7value_multi_doublequote.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/01_7value_multi_doublequote2.json b/tests/results/test_mandatory/01_7value_multi_doublequote2.json new file mode 100644 index 0000000..b00a9c0 --- /dev/null +++ b/tests/results/test_mandatory/01_7value_multi_doublequote2.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/01_7value_multi_quote.json b/tests/results/test_mandatory/01_7value_multi_quote.json new file mode 100644 index 0000000..b00a9c0 --- /dev/null +++ b/tests/results/test_mandatory/01_7value_multi_quote.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/01_8calculation_information_multi.json b/tests/results/test_mandatory/01_8calculation_information_multi.json new file mode 100644 index 0000000..b00a9c0 --- /dev/null +++ b/tests/results/test_mandatory/01_8calculation_information_multi.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/01_9choice_variable_multi.json b/tests/results/test_mandatory/01_9choice_variable_multi.json new file mode 100644 index 0000000..ca38f3f --- /dev/null +++ b/tests/results/test_mandatory/01_9choice_variable_multi.json @@ -0,0 +1,8 @@ +{ + "variable1": [ + "string1", + "string2", + "string3" + ], + "variable2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_0type_param.json b/tests/results/test_mandatory/04_0type_param.json new file mode 100644 index 0000000..a6f7726 --- /dev/null +++ b/tests/results/test_mandatory/04_0type_param.json @@ -0,0 +1,3 @@ +{ + "int": 1 +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_1auto_save.json b/tests/results/test_mandatory/04_1auto_save.json new file mode 100644 index 0000000..da124bd --- /dev/null +++ b/tests/results/test_mandatory/04_1auto_save.json @@ -0,0 +1,3 @@ +{ + "variable": "no" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_1auto_save_and_calculated.json b/tests/results/test_mandatory/04_1auto_save_and_calculated.json new file mode 100644 index 0000000..f6b41c5 --- /dev/null +++ b/tests/results/test_mandatory/04_1auto_save_and_calculated.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "no" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_1auto_save_and_calculated_hidden.json b/tests/results/test_mandatory/04_1auto_save_and_calculated_hidden.json new file mode 100644 index 0000000..7ccd672 --- /dev/null +++ b/tests/results/test_mandatory/04_1auto_save_and_calculated_hidden.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "yes" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_1auto_save_and_hidden.json b/tests/results/test_mandatory/04_1auto_save_and_hidden.json new file mode 100644 index 0000000..9cc17a0 --- /dev/null +++ b/tests/results/test_mandatory/04_1auto_save_and_hidden.json @@ -0,0 +1,3 @@ +{ + "var": "yes" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_1default_calculation_hidden.json b/tests/results/test_mandatory/04_1default_calculation_hidden.json new file mode 100644 index 0000000..6242dc5 --- /dev/null +++ b/tests/results/test_mandatory/04_1default_calculation_hidden.json @@ -0,0 +1,5 @@ +{ + "var1": "string1", + "var2": "string1", + "var3": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_1default_calculation_hidden_2.json b/tests/results/test_mandatory/04_1default_calculation_hidden_2.json new file mode 100644 index 0000000..6242dc5 --- /dev/null +++ b/tests/results/test_mandatory/04_1default_calculation_hidden_2.json @@ -0,0 +1,5 @@ +{ + "var1": "string1", + "var2": "string1", + "var3": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_5disabled_calculation_optional.json b/tests/results/test_mandatory/04_5disabled_calculation_optional.json new file mode 100644 index 0000000..966eef4 --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_optional.json @@ -0,0 +1,5 @@ +{ + "condition": "string1", + "var1": null, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable.json b/tests/results/test_mandatory/04_5disabled_calculation_variable.json new file mode 100644 index 0000000..8a62275 --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable.json @@ -0,0 +1,3 @@ +{ + "condition": true +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable2.json b/tests/results/test_mandatory/04_5disabled_calculation_variable2.json new file mode 100644 index 0000000..8a62275 --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable2.json @@ -0,0 +1,3 @@ +{ + "condition": true +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable3.json b/tests/results/test_mandatory/04_5disabled_calculation_variable3.json new file mode 100644 index 0000000..f07e119 --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable3.json @@ -0,0 +1,4 @@ +{ + "condition": "string1", + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable4.json b/tests/results/test_mandatory/04_5disabled_calculation_variable4.json new file mode 100644 index 0000000..245ed98 --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable4.json @@ -0,0 +1,3 @@ +{ + "condition": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_5validators.json b/tests/results/test_mandatory/04_5validators.json new file mode 100644 index 0000000..a6f7726 --- /dev/null +++ b/tests/results/test_mandatory/04_5validators.json @@ -0,0 +1,3 @@ +{ + "int": 1 +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_5validators_differ.json b/tests/results/test_mandatory/04_5validators_differ.json new file mode 100644 index 0000000..fdbdb3f --- /dev/null +++ b/tests/results/test_mandatory/04_5validators_differ.json @@ -0,0 +1,4 @@ +{ + "var1": "another_value", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_5validators_multi.json b/tests/results/test_mandatory/04_5validators_multi.json new file mode 100644 index 0000000..92e7c9c --- /dev/null +++ b/tests/results/test_mandatory/04_5validators_multi.json @@ -0,0 +1,7 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_5validators_multi2.json b/tests/results/test_mandatory/04_5validators_multi2.json new file mode 100644 index 0000000..673b7b0 --- /dev/null +++ b/tests/results/test_mandatory/04_5validators_multi2.json @@ -0,0 +1,6 @@ +{ + "var1": [ + "val1", + "val2" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/05_0multi_not_uniq.json b/tests/results/test_mandatory/05_0multi_not_uniq.json new file mode 100644 index 0000000..92e7c9c --- /dev/null +++ b/tests/results/test_mandatory/05_0multi_not_uniq.json @@ -0,0 +1,7 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/05_0multi_uniq.json b/tests/results/test_mandatory/05_0multi_uniq.json new file mode 100644 index 0000000..b00a9c0 --- /dev/null +++ b/tests/results/test_mandatory/05_0multi_uniq.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/12_1auto_save_expert.json b/tests/results/test_mandatory/12_1auto_save_expert.json new file mode 100644 index 0000000..0da6253 --- /dev/null +++ b/tests/results/test_mandatory/12_1auto_save_expert.json @@ -0,0 +1,3 @@ +{ + "var": "no" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_0redefine_description.json b/tests/results/test_mandatory/16_0redefine_description.json new file mode 100644 index 0000000..f7db3f2 --- /dev/null +++ b/tests/results/test_mandatory/16_0redefine_description.json @@ -0,0 +1,3 @@ +{ + "var": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_2family_redefine_calculation.json b/tests/results/test_mandatory/16_2family_redefine_calculation.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_mandatory/16_2family_redefine_calculation.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_2family_redefine_disabled.json b/tests/results/test_mandatory/16_2family_redefine_disabled.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_mandatory/16_2family_redefine_disabled.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_5exists_nonexists.json b/tests/results/test_mandatory/16_5exists_nonexists.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test_mandatory/16_5exists_nonexists.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_5exists_redefine.json b/tests/results/test_mandatory/16_5exists_redefine.json new file mode 100644 index 0000000..1b31e7e --- /dev/null +++ b/tests/results/test_mandatory/16_5exists_redefine.json @@ -0,0 +1,3 @@ +{ + "var1": "yes" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_5redefine_calculation.json b/tests/results/test_mandatory/16_5redefine_calculation.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_calculation.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_5redefine_choice.json b/tests/results/test_mandatory/16_5redefine_choice.json new file mode 100644 index 0000000..dde6293 --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_choice.json @@ -0,0 +1,3 @@ +{ + "variable": "a" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_5redefine_default.json b/tests/results/test_mandatory/16_5redefine_default.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_default.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_5redefine_default_calculation.json b/tests/results/test_mandatory/16_5redefine_default_calculation.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_default_calculation.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_5redefine_family.json b/tests/results/test_mandatory/16_5redefine_family.json new file mode 100644 index 0000000..f53984f --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_family.json @@ -0,0 +1,5 @@ +{ + "family": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_5redefine_help.json b/tests/results/test_mandatory/16_5redefine_help.json new file mode 100644 index 0000000..f53984f --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_help.json @@ -0,0 +1,5 @@ +{ + "family": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_5redefine_hidden.json b/tests/results/test_mandatory/16_5redefine_hidden.json new file mode 100644 index 0000000..da124bd --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_hidden.json @@ -0,0 +1,3 @@ +{ + "variable": "no" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_5redefine_multi.json b/tests/results/test_mandatory/16_5redefine_multi.json new file mode 100644 index 0000000..b00a9c0 --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_multi.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_5redefine_remove_disable_calculation.json b/tests/results/test_mandatory/16_5redefine_remove_disable_calculation.json new file mode 100644 index 0000000..f07e119 --- /dev/null +++ b/tests/results/test_mandatory/16_5redefine_remove_disable_calculation.json @@ -0,0 +1,4 @@ +{ + "condition": "string1", + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_5test_redefine.json b/tests/results/test_mandatory/16_5test_redefine.json new file mode 100644 index 0000000..866be17 --- /dev/null +++ b/tests/results/test_mandatory/16_5test_redefine.json @@ -0,0 +1,5 @@ +{ + "var1": "test1", + "var2": "test1", + "var3": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_6choice_redefine.json b/tests/results/test_mandatory/16_6choice_redefine.json new file mode 100644 index 0000000..1604b80 --- /dev/null +++ b/tests/results/test_mandatory/16_6choice_redefine.json @@ -0,0 +1,3 @@ +{ + "var": "a" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/16_6exists_redefine_family.json b/tests/results/test_mandatory/16_6exists_redefine_family.json new file mode 100644 index 0000000..91cd5b7 --- /dev/null +++ b/tests/results/test_mandatory/16_6exists_redefine_family.json @@ -0,0 +1,8 @@ +{ + "family1": { + "variable1": "string1" + }, + "family2": { + "variable2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/16exists_exists.json b/tests/results/test_mandatory/16exists_exists.json new file mode 100644 index 0000000..f7db3f2 --- /dev/null +++ b/tests/results/test_mandatory/16exists_exists.json @@ -0,0 +1,3 @@ +{ + "var": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/17_5redefine_leadership.json b/tests/results/test_mandatory/17_5redefine_leadership.json new file mode 100644 index 0000000..12ac487 --- /dev/null +++ b/tests/results/test_mandatory/17_5redefine_leadership.json @@ -0,0 +1,3 @@ +{ + "leader": [] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/20_0empty_family.json b/tests/results/test_mandatory/20_0empty_family.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_mandatory/20_0empty_family.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_mandatory/20_0family_append.json b/tests/results/test_mandatory/20_0family_append.json new file mode 100644 index 0000000..7a68441 --- /dev/null +++ b/tests/results/test_mandatory/20_0family_append.json @@ -0,0 +1,6 @@ +{ + "family": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/20_0family_underscore.json b/tests/results/test_mandatory/20_0family_underscore.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_mandatory/20_0family_underscore.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_mandatory/20_0multi_family.json b/tests/results/test_mandatory/20_0multi_family.json new file mode 100644 index 0000000..1e792e1 --- /dev/null +++ b/tests/results/test_mandatory/20_0multi_family.json @@ -0,0 +1,7 @@ +{ + "family": { + "subfamily": { + "variable": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/20_0multi_family_basic.json b/tests/results/test_mandatory/20_0multi_family_basic.json new file mode 100644 index 0000000..1e792e1 --- /dev/null +++ b/tests/results/test_mandatory/20_0multi_family_basic.json @@ -0,0 +1,7 @@ +{ + "family": { + "subfamily": { + "variable": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/20_0multi_family_expert.json b/tests/results/test_mandatory/20_0multi_family_expert.json new file mode 100644 index 0000000..1e792e1 --- /dev/null +++ b/tests/results/test_mandatory/20_0multi_family_expert.json @@ -0,0 +1,7 @@ +{ + "family": { + "subfamily": { + "variable": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/20_0multi_family_order.json b/tests/results/test_mandatory/20_0multi_family_order.json new file mode 100644 index 0000000..ceb830a --- /dev/null +++ b/tests/results/test_mandatory/20_0multi_family_order.json @@ -0,0 +1,10 @@ +{ + "variable": "string1", + "family": { + "variable1": "string1", + "subfamily": { + "variable": "string1" + }, + "variable2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/20_0validators_differ_redefine.json b/tests/results/test_mandatory/20_0validators_differ_redefine.json new file mode 100644 index 0000000..67077c9 --- /dev/null +++ b/tests/results/test_mandatory/20_0validators_differ_redefine.json @@ -0,0 +1,5 @@ +{ + "var1": "string1", + "var2": "string1", + "var3": "yes" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/20_1empty_subfamily.json b/tests/results/test_mandatory/20_1empty_subfamily.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_mandatory/20_1empty_subfamily.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_mandatory/20_9default_information_parent.json b/tests/results/test_mandatory/20_9default_information_parent.json new file mode 100644 index 0000000..7a68441 --- /dev/null +++ b/tests/results/test_mandatory/20_9default_information_parent.json @@ -0,0 +1,6 @@ +{ + "family": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/24_0family_hidden_condition_sub_family.json b/tests/results/test_mandatory/24_0family_hidden_condition_sub_family.json new file mode 100644 index 0000000..8424968 --- /dev/null +++ b/tests/results/test_mandatory/24_0family_hidden_condition_sub_family.json @@ -0,0 +1,8 @@ +{ + "condition": "string1", + "family": { + "subfamily": { + "var1": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/24_0family_hidden_condition_variable_sub_family.json b/tests/results/test_mandatory/24_0family_hidden_condition_variable_sub_family.json new file mode 100644 index 0000000..df76188 --- /dev/null +++ b/tests/results/test_mandatory/24_0family_hidden_condition_variable_sub_family.json @@ -0,0 +1,8 @@ +{ + "condition": true, + "family": { + "subfamily": { + "var1": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/24_0family_hidden_param_condition_sub_family.json b/tests/results/test_mandatory/24_0family_hidden_param_condition_sub_family.json new file mode 100644 index 0000000..c1d0f10 --- /dev/null +++ b/tests/results/test_mandatory/24_0family_hidden_param_condition_sub_family.json @@ -0,0 +1,8 @@ +{ + "condition": "string1", + "family": { + "sub_family": { + "var1": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/24_0family_mandatory_condition.json b/tests/results/test_mandatory/24_0family_mandatory_condition.json new file mode 100644 index 0000000..35b810a --- /dev/null +++ b/tests/results/test_mandatory/24_0family_mandatory_condition.json @@ -0,0 +1,4 @@ +{ + "condition": "string1", + "var": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/24_0family_mandatory_condition_variable.json b/tests/results/test_mandatory/24_0family_mandatory_condition_variable.json new file mode 100644 index 0000000..c0bc16e --- /dev/null +++ b/tests/results/test_mandatory/24_0family_mandatory_condition_variable.json @@ -0,0 +1,4 @@ +{ + "condition": true, + "var": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/24_7validators_variable_optional.json b/tests/results/test_mandatory/24_7validators_variable_optional.json new file mode 100644 index 0000000..602320c --- /dev/null +++ b/tests/results/test_mandatory/24_7validators_variable_optional.json @@ -0,0 +1,6 @@ +{ + "general": { + "int": 5, + "int2": 1 + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/24_family_disabled_var_hidden.json b/tests/results/test_mandatory/24_family_disabled_var_hidden.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_mandatory/24_family_disabled_var_hidden.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_mandatory/40_0leadership.json b/tests/results/test_mandatory/40_0leadership.json new file mode 100644 index 0000000..6bd2595 --- /dev/null +++ b/tests/results/test_mandatory/40_0leadership.json @@ -0,0 +1,19 @@ +{ + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/40_0leadership_diff_name.json b/tests/results/test_mandatory/40_0leadership_diff_name.json new file mode 100644 index 0000000..d4e84b2 --- /dev/null +++ b/tests/results/test_mandatory/40_0leadership_diff_name.json @@ -0,0 +1,19 @@ +{ + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/40_0leadership_empty.json b/tests/results/test_mandatory/40_0leadership_empty.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_mandatory/40_0leadership_empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_mandatory/40_0leadership_follower_default_calculation.json b/tests/results/test_mandatory/40_0leadership_follower_default_calculation.json new file mode 100644 index 0000000..6bd2595 --- /dev/null +++ b/tests/results/test_mandatory/40_0leadership_follower_default_calculation.json @@ -0,0 +1,19 @@ +{ + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/40_0leadership_follower_default_value.json b/tests/results/test_mandatory/40_0leadership_follower_default_value.json new file mode 100644 index 0000000..c9e95f5 --- /dev/null +++ b/tests/results/test_mandatory/40_0leadership_follower_default_value.json @@ -0,0 +1,16 @@ +{ + "leader": [ + { + "leader": "string1", + "follower1": "string1" + }, + { + "leader": "string2", + "follower1": "string2" + }, + { + "leader": "string3", + "follower1": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/40_0leadership_leader_not_multi.json b/tests/results/test_mandatory/40_0leadership_leader_not_multi.json new file mode 100644 index 0000000..0e2228e --- /dev/null +++ b/tests/results/test_mandatory/40_0leadership_leader_not_multi.json @@ -0,0 +1,24 @@ +{ + "general": { + "mode_conteneur_actif": "string1" + }, + "general1": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/40_1leadership_append_follower.json b/tests/results/test_mandatory/40_1leadership_append_follower.json new file mode 100644 index 0000000..dfccee9 --- /dev/null +++ b/tests/results/test_mandatory/40_1leadership_append_follower.json @@ -0,0 +1,22 @@ +{ + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1", + "follower3": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2", + "follower3": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3", + "follower3": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/40_6leadership_follower_multi.json b/tests/results/test_mandatory/40_6leadership_follower_multi.json new file mode 100644 index 0000000..a744526 --- /dev/null +++ b/tests/results/test_mandatory/40_6leadership_follower_multi.json @@ -0,0 +1,43 @@ +{ + "leadership": [ + { + "leader": "string1", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + }, + { + "leader": "string2", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + }, + { + "leader": "string3", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + } + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/40_8calculation_boolean.json b/tests/results/test_mandatory/40_8calculation_boolean.json new file mode 100644 index 0000000..08476f3 --- /dev/null +++ b/tests/results/test_mandatory/40_8calculation_boolean.json @@ -0,0 +1,9 @@ +{ + "bool": true, + "multi1": [ + true + ], + "multi2": [ + true + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/40_8calculation_multi_variable.json b/tests/results/test_mandatory/40_8calculation_multi_variable.json new file mode 100644 index 0000000..dfcc193 --- /dev/null +++ b/tests/results/test_mandatory/40_8calculation_multi_variable.json @@ -0,0 +1,9 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/40_8calculation_multi_variable_parent.json b/tests/results/test_mandatory/40_8calculation_multi_variable_parent.json new file mode 100644 index 0000000..6229a62 --- /dev/null +++ b/tests/results/test_mandatory/40_8calculation_multi_variable_parent.json @@ -0,0 +1,6 @@ +{ + "var": "string1", + "fam1": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/40_8calculation_multi_variable_parent2.json b/tests/results/test_mandatory/40_8calculation_multi_variable_parent2.json new file mode 100644 index 0000000..8cdf10d --- /dev/null +++ b/tests/results/test_mandatory/40_8calculation_multi_variable_parent2.json @@ -0,0 +1,8 @@ +{ + "fam1": { + "var": "string1" + }, + "fam2": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/41_0choice_leader.json b/tests/results/test_mandatory/41_0choice_leader.json new file mode 100644 index 0000000..3f71ef1 --- /dev/null +++ b/tests/results/test_mandatory/41_0choice_leader.json @@ -0,0 +1,16 @@ +{ + "leader": [ + { + "leader": "string1", + "follower1": "a" + }, + { + "leader": "string2", + "follower1": "b" + }, + { + "leader": "string3", + "follower1": "c" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/44_0leadership_hidden.json b/tests/results/test_mandatory/44_0leadership_hidden.json new file mode 100644 index 0000000..12ac487 --- /dev/null +++ b/tests/results/test_mandatory/44_0leadership_hidden.json @@ -0,0 +1,3 @@ +{ + "leader": [] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/44_0leadership_leader_hidden.json b/tests/results/test_mandatory/44_0leadership_leader_hidden.json new file mode 100644 index 0000000..12ac487 --- /dev/null +++ b/tests/results/test_mandatory/44_0leadership_leader_hidden.json @@ -0,0 +1,3 @@ +{ + "leader": [] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/44_1leadership_append_hidden_follower.json b/tests/results/test_mandatory/44_1leadership_append_hidden_follower.json new file mode 100644 index 0000000..12ac487 --- /dev/null +++ b/tests/results/test_mandatory/44_1leadership_append_hidden_follower.json @@ -0,0 +1,3 @@ +{ + "leader": [] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/44_4leadership_mandatory.json b/tests/results/test_mandatory/44_4leadership_mandatory.json new file mode 100644 index 0000000..c9e95f5 --- /dev/null +++ b/tests/results/test_mandatory/44_4leadership_mandatory.json @@ -0,0 +1,16 @@ +{ + "leader": [ + { + "leader": "string1", + "follower1": "string1" + }, + { + "leader": "string2", + "follower1": "string2" + }, + { + "leader": "string3", + "follower1": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/44_4leadership_mandatory_follower.json b/tests/results/test_mandatory/44_4leadership_mandatory_follower.json new file mode 100644 index 0000000..681c163 --- /dev/null +++ b/tests/results/test_mandatory/44_4leadership_mandatory_follower.json @@ -0,0 +1,16 @@ +{ + "leader": [ + { + "leader": "string1", + "follower": "string1" + }, + { + "leader": "string2", + "follower": "string2" + }, + { + "leader": "string3", + "follower": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/44_5leadership_leader_hidden_calculation.json b/tests/results/test_mandatory/44_5leadership_leader_hidden_calculation.json new file mode 100644 index 0000000..6ce84c3 --- /dev/null +++ b/tests/results/test_mandatory/44_5leadership_leader_hidden_calculation.json @@ -0,0 +1,17 @@ +{ + "condition": "string1", + "leader": [ + { + "leader": "string1", + "follower": "string1" + }, + { + "leader": "string2", + "follower": "string2" + }, + { + "leader": "string3", + "follower": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/44_6leadership_follower_disabled_calculation.json b/tests/results/test_mandatory/44_6leadership_follower_disabled_calculation.json new file mode 100644 index 0000000..6ce84c3 --- /dev/null +++ b/tests/results/test_mandatory/44_6leadership_follower_disabled_calculation.json @@ -0,0 +1,17 @@ +{ + "condition": "string1", + "leader": [ + { + "leader": "string1", + "follower": "string1" + }, + { + "leader": "string2", + "follower": "string2" + }, + { + "leader": "string3", + "follower": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_0family_dynamic.json b/tests/results/test_mandatory/60_0family_dynamic.json new file mode 100644 index 0000000..e1d0423 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_0family_dynamic_1_1.json b/tests/results/test_mandatory/60_0family_dynamic_1_1.json new file mode 100644 index 0000000..01fe006 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_1_1.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "vardyn": "string1" + }, + "dynstring2": { + "vardyn": "string1" + }, + "dynstring3": { + "vardyn": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_0family_dynamic_1_1_empty.json b/tests/results/test_mandatory/60_0family_dynamic_1_1_empty.json new file mode 100644 index 0000000..a4d22cb --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_1_1_empty.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "vardyn": "string1" + }, + "dynval2": { + "vardyn": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_0family_dynamic_empty.json b/tests/results/test_mandatory/60_0family_dynamic_empty.json new file mode 100644 index 0000000..e1d0423 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_empty.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_0family_dynamic_no_description.json b/tests/results/test_mandatory/60_0family_dynamic_no_description.json new file mode 100644 index 0000000..e1d0423 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_no_description.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_0family_dynamic_no_description_empty.json b/tests/results/test_mandatory/60_0family_dynamic_no_description_empty.json new file mode 100644 index 0000000..192b3f4 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_no_description_empty.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_0family_dynamic_static.json b/tests/results/test_mandatory/60_0family_dynamic_static.json new file mode 100644 index 0000000..afa1de7 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_static.json @@ -0,0 +1,8 @@ +{ + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_0family_dynamic_test.json b/tests/results/test_mandatory/60_0family_dynamic_test.json new file mode 100644 index 0000000..192b3f4 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_test.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_0family_dynamic_variable_empty.json b/tests/results/test_mandatory/60_0family_dynamic_variable_empty.json new file mode 100644 index 0000000..e1d0423 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_variable_empty.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_0family_dynamic_variable_suffix.json b/tests/results/test_mandatory/60_0family_dynamic_variable_suffix.json new file mode 100644 index 0000000..e1d0423 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_variable_suffix.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_0family_dynamic_variable_suffix_empty.json b/tests/results/test_mandatory/60_0family_dynamic_variable_suffix_empty.json new file mode 100644 index 0000000..192b3f4 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_dynamic_variable_suffix_empty.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_0family_empty.json b/tests/results/test_mandatory/60_0family_empty.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_mandatory/60_0family_empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_0family_hidden.json b/tests/results/test_mandatory/60_0family_hidden.json new file mode 100644 index 0000000..5fc9510 --- /dev/null +++ b/tests/results/test_mandatory/60_0family_hidden.json @@ -0,0 +1,5 @@ +{ + "family": { + "var": null + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_0family_mode.json b/tests/results/test_mandatory/60_0family_mode.json new file mode 100644 index 0000000..2ab0e8d --- /dev/null +++ b/tests/results/test_mandatory/60_0family_mode.json @@ -0,0 +1,5 @@ +{ + "family": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_1family_dynamic_jinja.json b/tests/results/test_mandatory/60_1family_dynamic_jinja.json new file mode 100644 index 0000000..9622ca1 --- /dev/null +++ b/tests/results/test_mandatory/60_1family_dynamic_jinja.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dyn1": { + "var": "string1" + }, + "dyn2": { + "var": "string1" + }, + "dyn3": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group.json b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group.json new file mode 100644 index 0000000..8912837 --- /dev/null +++ b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group.json @@ -0,0 +1,23 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "family": { + "var": "string1" + } + }, + "dynstring2": { + "family": { + "var": "string1" + } + }, + "dynstring3": { + "family": { + "var": "string1" + } + }, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json new file mode 100644 index 0000000..089fde5 --- /dev/null +++ b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json @@ -0,0 +1,23 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "family": { + "var": "string1" + } + }, + "dynstring2": { + "family": { + "var": "string1" + } + }, + "dynstring3": { + "family": { + "var": "string1" + } + }, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json new file mode 100644 index 0000000..0833af6 --- /dev/null +++ b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json @@ -0,0 +1,17 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "family": { + "var": "string1" + } + }, + "dynval2": { + "family": { + "var": "string1" + } + }, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json new file mode 100644 index 0000000..0aa1d3b --- /dev/null +++ b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json @@ -0,0 +1,17 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "family": { + "var": "string1" + } + }, + "dynval2": { + "family": { + "var": "string1" + } + }, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_2family_dynamic_outside_calc.json b/tests/results/test_mandatory/60_2family_dynamic_outside_calc.json new file mode 100644 index 0000000..d894a59 --- /dev/null +++ b/tests/results/test_mandatory/60_2family_dynamic_outside_calc.json @@ -0,0 +1,17 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + }, + "newvar": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_2family_dynamic_outside_calc_empty.json b/tests/results/test_mandatory/60_2family_dynamic_outside_calc_empty.json new file mode 100644 index 0000000..720d212 --- /dev/null +++ b/tests/results/test_mandatory/60_2family_dynamic_outside_calc_empty.json @@ -0,0 +1,13 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + }, + "newvar": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2.json b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2.json new file mode 100644 index 0000000..e1d0423 --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2_empty.json b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2_empty.json new file mode 100644 index 0000000..192b3f4 --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2_empty.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param.json b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param.json new file mode 100644 index 0000000..e1d0423 --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param_empty.json b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param_empty.json new file mode 100644 index 0000000..192b3f4 --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param_empty.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_variable.json b/tests/results/test_mandatory/60_5family_dynamic_calc_variable.json new file mode 100644 index 0000000..9fc8a9a --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_variable.json @@ -0,0 +1,17 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + }, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_variable_empty.json b/tests/results/test_mandatory/60_5family_dynamic_calc_variable_empty.json new file mode 100644 index 0000000..59e5031 --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_variable_empty.json @@ -0,0 +1,13 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + }, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_5family_dynamic_hidden_suffix.json b/tests/results/test_mandatory/60_5family_dynamic_hidden_suffix.json new file mode 100644 index 0000000..f963c0e --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_hidden_suffix.json @@ -0,0 +1,14 @@ +{ + "dynval1": { + "var": "string1", + "family": { + "var": "string1" + } + }, + "dynval2": { + "var": null, + "family": { + "var": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix.json b/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix.json new file mode 100644 index 0000000..92c4fc0 --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix.json @@ -0,0 +1,17 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1" + }, + "dyn_string2": { + "var": "string1" + }, + "dyn_string3": { + "var": "string1" + }, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json b/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json new file mode 100644 index 0000000..84dc328 --- /dev/null +++ b/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json @@ -0,0 +1,13 @@ +{ + "var": [ + "val1", + "val2" + ], + "dyn_val1": { + "var": "string1" + }, + "dyn_val2": { + "var": "string1" + }, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_6family_dynamic_leadership.json b/tests/results/test_mandatory/60_6family_dynamic_leadership.json new file mode 100644 index 0000000..c40680d --- /dev/null +++ b/tests/results/test_mandatory/60_6family_dynamic_leadership.json @@ -0,0 +1,64 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + }, + "dynstring2": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + }, + "dynstring3": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_6family_dynamic_leadership_empty.json b/tests/results/test_mandatory/60_6family_dynamic_leadership_empty.json new file mode 100644 index 0000000..3be0fb7 --- /dev/null +++ b/tests/results/test_mandatory/60_6family_dynamic_leadership_empty.json @@ -0,0 +1,44 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + }, + "dynval2": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/60_9family_dynamic_calc_both.json b/tests/results/test_mandatory/60_9family_dynamic_calc_both.json new file mode 100644 index 0000000..e461a86 --- /dev/null +++ b/tests/results/test_mandatory/60_9family_dynamic_calc_both.json @@ -0,0 +1,9 @@ +{ + "var": "string1", + "dynval1": { + "vardyn": "string1" + }, + "dynstring1": { + "vardyn": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_mandatory/68_0family_leadership_mode.json b/tests/results/test_mandatory/68_0family_leadership_mode.json new file mode 100644 index 0000000..6bd2595 --- /dev/null +++ b/tests/results/test_mandatory/68_0family_leadership_mode.json @@ -0,0 +1,19 @@ +{ + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_0empty.json b/tests/results/test_namespace_mandatory/00_0empty.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_0empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_0version_underscore.json b/tests/results/test_namespace_mandatory/00_0version_underscore.json new file mode 100644 index 0000000..5e5b44f --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_0version_underscore.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "version": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_1empty_variable.json b/tests/results/test_namespace_mandatory/00_1empty_variable.json new file mode 100644 index 0000000..9cd4a0e --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_1empty_variable.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "empty": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_2default_calculated.json b/tests/results/test_namespace_mandatory/00_2default_calculated.json new file mode 100644 index 0000000..38dbaa0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_2default_calculated.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": "string1", + "var2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_2default_calculated_multi.json b/tests/results/test_namespace_mandatory/00_2default_calculated_multi.json new file mode 100644 index 0000000..4b26f8a --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_2default_calculated_multi.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_2default_calculated_variable_transitive.json b/tests/results/test_namespace_mandatory/00_2default_calculated_variable_transitive.json new file mode 100644 index 0000000..416a963 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_2default_calculated_variable_transitive.json @@ -0,0 +1,12 @@ +{ + "rougail": { + "var1": [ + "domain1.lan", + "domain2.lan" + ], + "var2": [ + "domain1.lan", + "domain2.lan" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_4load_subfolder.json b/tests/results/test_namespace_mandatory/00_4load_subfolder.json new file mode 100644 index 0000000..bbe108c --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_4load_subfolder.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_5load_notype.json b/tests/results/test_namespace_mandatory/00_5load_notype.json new file mode 100644 index 0000000..f853e0d --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_5load_notype.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "without_type": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6boolean.json b/tests/results/test_namespace_mandatory/00_6boolean.json new file mode 100644 index 0000000..577a831 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6boolean.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": true, + "var2": true, + "var3": true, + "var4": true, + "var5": true, + "var6": true + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6boolean_no_mandatory.json b/tests/results/test_namespace_mandatory/00_6boolean_no_mandatory.json new file mode 100644 index 0000000..5b41cf1 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6boolean_no_mandatory.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": true + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6choice.json b/tests/results/test_namespace_mandatory/00_6choice.json new file mode 100644 index 0000000..c7fd25a --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6choice.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": "a", + "var2": "a", + "var3": "a", + "var4": null, + "var5": "a", + "var6": 1 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6choice_calculation.json b/tests/results/test_namespace_mandatory/00_6choice_calculation.json new file mode 100644 index 0000000..9d0f7db --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6choice_calculation.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": 0 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6choice_variable.json b/tests/results/test_namespace_mandatory/00_6choice_variable.json new file mode 100644 index 0000000..03239ec --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6choice_variable.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6custom.json b/tests/results/test_namespace_mandatory/00_6custom.json new file mode 100644 index 0000000..5f731ab --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6custom.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "custom1": "string1", + "custom2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6domainname.json b/tests/results/test_namespace_mandatory/00_6domainname.json new file mode 100644 index 0000000..acec056 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6domainname.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "domain1.lan" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6domainname_params.json b/tests/results/test_namespace_mandatory/00_6domainname_params.json new file mode 100644 index 0000000..acec056 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6domainname_params.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "domain1.lan" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6float.json b/tests/results/test_namespace_mandatory/00_6float.json new file mode 100644 index 0000000..084b268 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6float.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": 1.1, + "var2": 1.1, + "var3": 1.1, + "var4": 1.1, + "var5": 1.1, + "var6": 1.1 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6number.json b/tests/results/test_namespace_mandatory/00_6number.json new file mode 100644 index 0000000..995af03 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6number.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": 1, + "var2": 1, + "var3": 1, + "var4": 1, + "var5": 1, + "var6": 1 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6port.json b/tests/results/test_namespace_mandatory/00_6port.json new file mode 100644 index 0000000..cc18b4b --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6port.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "variable1": "80", + "variable2": "80", + "variable3": "80" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6regexp.json b/tests/results/test_namespace_mandatory/00_6regexp.json new file mode 100644 index 0000000..ba87802 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6regexp.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "#b1b1b1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_6string.json b/tests/results/test_namespace_mandatory/00_6string.json new file mode 100644 index 0000000..564c9ce --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_6string.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1", + "var5": "string1", + "var6": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_7choice_quote.json b/tests/results/test_namespace_mandatory/00_7choice_quote.json new file mode 100644 index 0000000..ddeb3f2 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7choice_quote.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "quote'" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_7help_quote.json b/tests/results/test_namespace_mandatory/00_7help_quote.json new file mode 100644 index 0000000..bbe108c --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7help_quote.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_7value_doublequote.json b/tests/results/test_namespace_mandatory/00_7value_doublequote.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7value_doublequote.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_7value_doublequote2.json b/tests/results/test_namespace_mandatory/00_7value_doublequote2.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7value_doublequote2.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_7value_doublequote3.json b/tests/results/test_namespace_mandatory/00_7value_doublequote3.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7value_doublequote3.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_7value_quote.json b/tests/results/test_namespace_mandatory/00_7value_quote.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_7value_quote.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_8calculation_information.json b/tests/results/test_namespace_mandatory/00_8calculation_information.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_8calculation_information.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_8test.json b/tests/results/test_namespace_mandatory/00_8test.json new file mode 100644 index 0000000..0cc0244 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_8test.json @@ -0,0 +1,13 @@ +{ + "rougail": { + "var1": "test", + "var2": "test", + "var3": "test1", + "var4": null, + "var5": false, + "var6": [ + "test1", + "test2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9choice_variable_multi.json b/tests/results/test_namespace_mandatory/00_9choice_variable_multi.json new file mode 100644 index 0000000..f4b8198 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9choice_variable_multi.json @@ -0,0 +1,12 @@ +{ + "rougail": { + "variable1": [ + "val1", + "val2" + ], + "variable2": [ + "val1", + "val2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9choice_variables.json b/tests/results/test_namespace_mandatory/00_9choice_variables.json new file mode 100644 index 0000000..af00645 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9choice_variables.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "source_variable_1": "string1", + "source_variable_2": "string1", + "my_variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation.json b/tests/results/test_namespace_mandatory/00_9default_calculation.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_information.json b/tests/results/test_namespace_mandatory/00_9default_calculation_information.json new file mode 100644 index 0000000..6afc28c --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_information.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_information_other_variable.json b/tests/results/test_namespace_mandatory/00_9default_calculation_information_other_variable.json new file mode 100644 index 0000000..bbe108c --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_information_other_variable.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional.json b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional.json new file mode 100644 index 0000000..41d2f2c --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "my_variable": "string1", + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional2.json b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional2.json new file mode 100644 index 0000000..41d2f2c --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional2.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "my_variable": "string1", + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_optional.json b/tests/results/test_namespace_mandatory/00_9default_calculation_optional.json new file mode 100644 index 0000000..f15c18b --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_optional.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_optional_exists.json b/tests/results/test_namespace_mandatory/00_9default_calculation_optional_exists.json new file mode 100644 index 0000000..4d8a41f --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_optional_exists.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "my_variable": [ + "string1", + "string2", + "string3" + ], + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_calculation_param_optional.json b/tests/results/test_namespace_mandatory/00_9default_calculation_param_optional.json new file mode 100644 index 0000000..bbe108c --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_param_optional.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_information_other_variable.json b/tests/results/test_namespace_mandatory/00_9default_information_other_variable.json new file mode 100644 index 0000000..bbe108c --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_information_other_variable.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9default_integer.json b/tests/results/test_namespace_mandatory/00_9default_integer.json new file mode 100644 index 0000000..9d0f7db --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9default_integer.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": 0 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9extra.json b/tests/results/test_namespace_mandatory/00_9extra.json new file mode 100644 index 0000000..81c795f --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9extra.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "variable": "string1" + }, + "extra": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/00_9extra_calculation.json b/tests/results/test_namespace_mandatory/00_9extra_calculation.json new file mode 100644 index 0000000..4efd665 --- /dev/null +++ b/tests/results/test_namespace_mandatory/00_9extra_calculation.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "variable": "string1" + }, + "extra": { + "variable1": "string1", + "variable2": "string1", + "variable3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_6boolean_multi.json b/tests/results/test_namespace_mandatory/01_6boolean_multi.json new file mode 100644 index 0000000..b22752c --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_6boolean_multi.json @@ -0,0 +1,28 @@ +{ + "rougail": { + "var1": [ + true + ], + "var2": [ + true + ], + "var3": [ + true + ], + "var4": [ + true + ], + "var5": [ + true + ], + "var6": [ + true + ], + "var7": [ + true + ], + "var8": [ + true + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_6custom_multi.json b/tests/results/test_namespace_mandatory/01_6custom_multi.json new file mode 100644 index 0000000..71ab458 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_6custom_multi.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "custom1": [ + "string1", + "string2", + "string3" + ], + "custom2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_6float_multi.json b/tests/results/test_namespace_mandatory/01_6float_multi.json new file mode 100644 index 0000000..bbf2fb0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_6float_multi.json @@ -0,0 +1,44 @@ +{ + "rougail": { + "var1": [ + 1.1, + 2.2, + 3.3 + ], + "var2": [ + 1.1, + 2.2, + 3.3 + ], + "var3": [ + 1.1, + 2.2, + 3.3 + ], + "var4": [ + 1.1, + 2.2, + 3.3 + ], + "var5": [ + 1.1, + 2.2, + 3.3 + ], + "var6": [ + 1.1, + 2.2, + 3.3 + ], + "var7": [ + 1.1, + 2.2, + 3.3 + ], + "var8": [ + 1.1, + 2.2, + 3.3 + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_6number_multi.json b/tests/results/test_namespace_mandatory/01_6number_multi.json new file mode 100644 index 0000000..c93c7b8 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_6number_multi.json @@ -0,0 +1,44 @@ +{ + "rougail": { + "var1": [ + 1, + 2, + 3 + ], + "var2": [ + 1, + 2, + 3 + ], + "var3": [ + 1, + 2, + 3 + ], + "var4": [ + 1, + 2, + 3 + ], + "var5": [ + 1, + 2, + 3 + ], + "var6": [ + 1, + 2, + 3 + ], + "var7": [ + 1, + 2, + 3 + ], + "var8": [ + 1, + 2, + 3 + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_6string_empty.json b/tests/results/test_namespace_mandatory/01_6string_empty.json new file mode 100644 index 0000000..0e19129 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_6string_empty.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_6string_multi.json b/tests/results/test_namespace_mandatory/01_6string_multi.json new file mode 100644 index 0000000..f58c202 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_6string_multi.json @@ -0,0 +1,40 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": [ + "string1", + "string2", + "string3" + ], + "var3": "string1", + "var4": [ + "string1", + "string2", + "string3" + ], + "var5": [ + "string1", + "string2", + "string3" + ], + "var6": [ + "string1", + "string2", + "string3" + ], + "var7": [ + "string1", + "string2", + "string3" + ], + "var8": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_7value_multi_doublequote.json b/tests/results/test_namespace_mandatory/01_7value_multi_doublequote.json new file mode 100644 index 0000000..f9331f9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_7value_multi_doublequote.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_7value_multi_doublequote2.json b/tests/results/test_namespace_mandatory/01_7value_multi_doublequote2.json new file mode 100644 index 0000000..f9331f9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_7value_multi_doublequote2.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_7value_multi_quote.json b/tests/results/test_namespace_mandatory/01_7value_multi_quote.json new file mode 100644 index 0000000..f9331f9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_7value_multi_quote.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_8calculation_information_multi.json b/tests/results/test_namespace_mandatory/01_8calculation_information_multi.json new file mode 100644 index 0000000..f9331f9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_8calculation_information_multi.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/01_9choice_variable_multi.json b/tests/results/test_namespace_mandatory/01_9choice_variable_multi.json new file mode 100644 index 0000000..9bfaa09 --- /dev/null +++ b/tests/results/test_namespace_mandatory/01_9choice_variable_multi.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "variable1": [ + "string1", + "string2", + "string3" + ], + "variable2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_0type_param.json b/tests/results/test_namespace_mandatory/04_0type_param.json new file mode 100644 index 0000000..52e0d10 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_0type_param.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "int": 1 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_1auto_save.json b/tests/results/test_namespace_mandatory/04_1auto_save.json new file mode 100644 index 0000000..72714e9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_1auto_save.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated.json b/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated.json new file mode 100644 index 0000000..1642fe4 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.json b/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.json new file mode 100644 index 0000000..6bea276 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "yes" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_1auto_save_and_hidden.json b/tests/results/test_namespace_mandatory/04_1auto_save_and_hidden.json new file mode 100644 index 0000000..f22fab1 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_1auto_save_and_hidden.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "yes" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden.json b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden.json new file mode 100644 index 0000000..f6b6d41 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1", + "var3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_2.json b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_2.json new file mode 100644 index 0000000..f6b6d41 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_2.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1", + "var3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation.json new file mode 100644 index 0000000..023eeb1 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "condition": "string1", + "variable1": "string1", + "variable2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_default.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_default.json new file mode 100644 index 0000000..c9e4b51 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_default.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "condition": "string1", + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional.json new file mode 100644 index 0000000..b9d0fe3 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "condition": "string1", + "var1": null, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable.json new file mode 100644 index 0000000..2b8f867 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "condition": true + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable2.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable2.json new file mode 100644 index 0000000..2b8f867 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable2.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "condition": true + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable3.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable3.json new file mode 100644 index 0000000..c12450b --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable3.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": "string1", + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable4.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable4.json new file mode 100644 index 0000000..2ac60ee --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable4.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "condition": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5hidden_calculation.json b/tests/results/test_namespace_mandatory/04_5hidden_calculation.json new file mode 100644 index 0000000..c9e4b51 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5hidden_calculation.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "condition": "string1", + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5hidden_calculation2.json b/tests/results/test_namespace_mandatory/04_5hidden_calculation2.json new file mode 100644 index 0000000..c9e4b51 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5hidden_calculation2.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "condition": "string1", + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5hidden_calculation_default_calculation.json b/tests/results/test_namespace_mandatory/04_5hidden_calculation_default_calculation.json new file mode 100644 index 0000000..c9e4b51 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5hidden_calculation_default_calculation.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "condition": "string1", + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5validators.json b/tests/results/test_namespace_mandatory/04_5validators.json new file mode 100644 index 0000000..52e0d10 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5validators.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "int": 1 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5validators_differ.json b/tests/results/test_namespace_mandatory/04_5validators_differ.json new file mode 100644 index 0000000..9951379 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5validators_differ.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "another_value", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5validators_multi.json b/tests/results/test_namespace_mandatory/04_5validators_multi.json new file mode 100644 index 0000000..0e19129 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5validators_multi.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5validators_multi2.json b/tests/results/test_namespace_mandatory/04_5validators_multi2.json new file mode 100644 index 0000000..88ac979 --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5validators_multi2.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "var1": [ + "val1", + "val2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/05_0multi_not_uniq.json b/tests/results/test_namespace_mandatory/05_0multi_not_uniq.json new file mode 100644 index 0000000..0e19129 --- /dev/null +++ b/tests/results/test_namespace_mandatory/05_0multi_not_uniq.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/05_0multi_uniq.json b/tests/results/test_namespace_mandatory/05_0multi_uniq.json new file mode 100644 index 0000000..f9331f9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/05_0multi_uniq.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/12_1auto_save_expert.json b/tests/results/test_namespace_mandatory/12_1auto_save_expert.json new file mode 100644 index 0000000..f475967 --- /dev/null +++ b/tests/results/test_namespace_mandatory/12_1auto_save_expert.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_0redefine_description.json b/tests/results/test_namespace_mandatory/16_0redefine_description.json new file mode 100644 index 0000000..6afc28c --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_0redefine_description.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_2family_redefine_calculation.json b/tests/results/test_namespace_mandatory/16_2family_redefine_calculation.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_2family_redefine_calculation.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_2family_redefine_disabled.json b/tests/results/test_namespace_mandatory/16_2family_redefine_disabled.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_2family_redefine_disabled.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5exists_nonexists.json b/tests/results/test_namespace_mandatory/16_5exists_nonexists.json new file mode 100644 index 0000000..bbe108c --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5exists_nonexists.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5exists_redefine.json b/tests/results/test_namespace_mandatory/16_5exists_redefine.json new file mode 100644 index 0000000..7eb71f4 --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5exists_redefine.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var1": "yes" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_calculation.json b/tests/results/test_namespace_mandatory/16_5redefine_calculation.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_calculation.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_choice.json b/tests/results/test_namespace_mandatory/16_5redefine_choice.json new file mode 100644 index 0000000..504f896 --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_choice.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "a" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_default.json b/tests/results/test_namespace_mandatory/16_5redefine_default.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_default.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_default_calculation.json b/tests/results/test_namespace_mandatory/16_5redefine_default_calculation.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_default_calculation.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_family.json b/tests/results/test_namespace_mandatory/16_5redefine_family.json new file mode 100644 index 0000000..e9636c9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_family.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "family": { + "variable": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_help.json b/tests/results/test_namespace_mandatory/16_5redefine_help.json new file mode 100644 index 0000000..e9636c9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_help.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "family": { + "variable": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_hidden.json b/tests/results/test_namespace_mandatory/16_5redefine_hidden.json new file mode 100644 index 0000000..72714e9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_hidden.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_multi.json b/tests/results/test_namespace_mandatory/16_5redefine_multi.json new file mode 100644 index 0000000..f9331f9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_multi.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5redefine_remove_disable_calculation.json b/tests/results/test_namespace_mandatory/16_5redefine_remove_disable_calculation.json new file mode 100644 index 0000000..c12450b --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5redefine_remove_disable_calculation.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": "string1", + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_5test_redefine.json b/tests/results/test_namespace_mandatory/16_5test_redefine.json new file mode 100644 index 0000000..3a43ee3 --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_5test_redefine.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "var1": "test1", + "var2": "test1", + "var3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_6choice_redefine.json b/tests/results/test_namespace_mandatory/16_6choice_redefine.json new file mode 100644 index 0000000..0b40a37 --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_6choice_redefine.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "a" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16_6exists_redefine_family.json b/tests/results/test_namespace_mandatory/16_6exists_redefine_family.json new file mode 100644 index 0000000..e75d560 --- /dev/null +++ b/tests/results/test_namespace_mandatory/16_6exists_redefine_family.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "family1": { + "variable1": "string1" + }, + "family2": { + "variable2": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/16exists_exists.json b/tests/results/test_namespace_mandatory/16exists_exists.json new file mode 100644 index 0000000..6afc28c --- /dev/null +++ b/tests/results/test_namespace_mandatory/16exists_exists.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/17_5redefine_leadership.json b/tests/results/test_namespace_mandatory/17_5redefine_leadership.json new file mode 100644 index 0000000..0d19040 --- /dev/null +++ b/tests/results/test_namespace_mandatory/17_5redefine_leadership.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "leader": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_0empty_family.json b/tests/results/test_namespace_mandatory/20_0empty_family.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_0empty_family.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_0family_append.json b/tests/results/test_namespace_mandatory/20_0family_append.json new file mode 100644 index 0000000..54e7324 --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_0family_append.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "family": { + "var1": "string1", + "var2": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_0family_underscore.json b/tests/results/test_namespace_mandatory/20_0family_underscore.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_0family_underscore.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_0multi_family.json b/tests/results/test_namespace_mandatory/20_0multi_family.json new file mode 100644 index 0000000..b513015 --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_0multi_family.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "family": { + "subfamily": { + "variable": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_0multi_family_basic.json b/tests/results/test_namespace_mandatory/20_0multi_family_basic.json new file mode 100644 index 0000000..b513015 --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_0multi_family_basic.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "family": { + "subfamily": { + "variable": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_0multi_family_expert.json b/tests/results/test_namespace_mandatory/20_0multi_family_expert.json new file mode 100644 index 0000000..b513015 --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_0multi_family_expert.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "family": { + "subfamily": { + "variable": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_0multi_family_order.json b/tests/results/test_namespace_mandatory/20_0multi_family_order.json new file mode 100644 index 0000000..de74358 --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_0multi_family_order.json @@ -0,0 +1,12 @@ +{ + "rougail": { + "variable": "string1", + "family": { + "variable1": "string1", + "subfamily": { + "variable": "string1" + }, + "variable2": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_0validators_differ_redefine.json b/tests/results/test_namespace_mandatory/20_0validators_differ_redefine.json new file mode 100644 index 0000000..101699e --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_0validators_differ_redefine.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1", + "var3": "yes" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_1empty_subfamily.json b/tests/results/test_namespace_mandatory/20_1empty_subfamily.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_1empty_subfamily.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/20_9default_information_parent.json b/tests/results/test_namespace_mandatory/20_9default_information_parent.json new file mode 100644 index 0000000..54e7324 --- /dev/null +++ b/tests/results/test_namespace_mandatory/20_9default_information_parent.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "family": { + "var1": "string1", + "var2": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition.json b/tests/results/test_namespace_mandatory/24_0family_hidden_condition.json new file mode 100644 index 0000000..484d9cc --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "condition": "string1", + "family": { + "var1": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_boolean.json b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_boolean.json new file mode 100644 index 0000000..c90033a --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_boolean.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "condition": true, + "family": { + "variable": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_sub_family.json b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_sub_family.json new file mode 100644 index 0000000..6e9f986 --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_sub_family.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "condition": "string1", + "family": { + "subfamily": { + "var1": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.json b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.json new file mode 100644 index 0000000..7a574b3 --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "condition": true, + "family": { + "subfamily": { + "var1": null + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_with_variable.json b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_with_variable.json new file mode 100644 index 0000000..e79db46 --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_with_variable.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "condition1": true, + "condition2": true, + "family": { + "variable": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.json b/tests/results/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.json new file mode 100644 index 0000000..5b78a18 --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "condition": "string1", + "family": { + "sub_family": { + "var1": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_0family_mandatory_condition.json b/tests/results/test_namespace_mandatory/24_0family_mandatory_condition.json new file mode 100644 index 0000000..c68ee9e --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_0family_mandatory_condition.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": "string1", + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_0family_mandatory_condition_variable.json b/tests/results/test_namespace_mandatory/24_0family_mandatory_condition_variable.json new file mode 100644 index 0000000..669b908 --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_0family_mandatory_condition_variable.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": true, + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_7validators_variable_optional.json b/tests/results/test_namespace_mandatory/24_7validators_variable_optional.json new file mode 100644 index 0000000..f9b775d --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_7validators_variable_optional.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "general": { + "int": 5, + "int2": 1 + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/24_family_disabled_var_hidden.json b/tests/results/test_namespace_mandatory/24_family_disabled_var_hidden.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_mandatory/24_family_disabled_var_hidden.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_0leadership.json b/tests/results/test_namespace_mandatory/40_0leadership.json new file mode 100644 index 0000000..e709868 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership.json @@ -0,0 +1,21 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_0leadership_diff_name.json b/tests/results/test_namespace_mandatory/40_0leadership_diff_name.json new file mode 100644 index 0000000..c26e0de --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership_diff_name.json @@ -0,0 +1,21 @@ +{ + "rougail": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_0leadership_empty.json b/tests/results/test_namespace_mandatory/40_0leadership_empty.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership_empty.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_calculation.json b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_calculation.json new file mode 100644 index 0000000..e709868 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_calculation.json @@ -0,0 +1,21 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti.json b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti.json new file mode 100644 index 0000000..8045654 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti.json @@ -0,0 +1,45 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + }, + { + "leader": "string2", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + }, + { + "leader": "string3", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.json b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.json new file mode 100644 index 0000000..8045654 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.json @@ -0,0 +1,45 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + }, + { + "leader": "string2", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + }, + { + "leader": "string3", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_value.json b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_value.json new file mode 100644 index 0000000..36f973a --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_value.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1" + }, + { + "leader": "string2", + "follower1": "string2" + }, + { + "leader": "string3", + "follower1": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_0leadership_leader_not_multi.json b/tests/results/test_namespace_mandatory/40_0leadership_leader_not_multi.json new file mode 100644 index 0000000..e9b4016 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_0leadership_leader_not_multi.json @@ -0,0 +1,26 @@ +{ + "rougail": { + "general": { + "mode_conteneur_actif": "string1" + }, + "general1": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_1leadership_append_follower.json b/tests/results/test_namespace_mandatory/40_1leadership_append_follower.json new file mode 100644 index 0000000..dbed36d --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_1leadership_append_follower.json @@ -0,0 +1,24 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1", + "follower3": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2", + "follower3": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3", + "follower3": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_2leadership_calculation_index.json b/tests/results/test_namespace_mandatory/40_2leadership_calculation_index.json new file mode 100644 index 0000000..5a1a54f --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_2leadership_calculation_index.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": 1 + }, + { + "leader": "string2", + "follower1": 2 + }, + { + "leader": "string3", + "follower1": 3 + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_2leadership_calculation_param_index.json b/tests/results/test_namespace_mandatory/40_2leadership_calculation_param_index.json new file mode 100644 index 0000000..5a1a54f --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_2leadership_calculation_param_index.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": 1 + }, + { + "leader": "string2", + "follower1": 2 + }, + { + "leader": "string3", + "follower1": 3 + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_2leadership_leader_calculation.json b/tests/results/test_namespace_mandatory/40_2leadership_leader_calculation.json new file mode 100644 index 0000000..e709868 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_2leadership_leader_calculation.json @@ -0,0 +1,21 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_6leadership_follower_multi.json b/tests/results/test_namespace_mandatory/40_6leadership_follower_multi.json new file mode 100644 index 0000000..e1669ec --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_6leadership_follower_multi.json @@ -0,0 +1,45 @@ +{ + "rougail": { + "leadership": [ + { + "leader": "string1", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + }, + { + "leader": "string2", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + }, + { + "leader": "string3", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_8calculation_boolean.json b/tests/results/test_namespace_mandatory/40_8calculation_boolean.json new file mode 100644 index 0000000..641cb3c --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_8calculation_boolean.json @@ -0,0 +1,11 @@ +{ + "rougail": { + "bool": true, + "multi1": [ + true + ], + "multi2": [ + true + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_8calculation_boolean_return_none.json b/tests/results/test_namespace_mandatory/40_8calculation_boolean_return_none.json new file mode 100644 index 0000000..77ba363 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_8calculation_boolean_return_none.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": true + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_8calculation_integer.json b/tests/results/test_namespace_mandatory/40_8calculation_integer.json new file mode 100644 index 0000000..cea2a22 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_8calculation_integer.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "bool": true, + "int1": 1, + "int2": 1 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_8calculation_multi_variable.json b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable.json new file mode 100644 index 0000000..fd259d8 --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable.json @@ -0,0 +1,11 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent.json b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent.json new file mode 100644 index 0000000..b4a498f --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "var": "string1", + "fam1": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent2.json b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent2.json new file mode 100644 index 0000000..a239e2f --- /dev/null +++ b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent2.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "fam1": { + "var": "string1" + }, + "fam2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/41_0choice_leader.json b/tests/results/test_namespace_mandatory/41_0choice_leader.json new file mode 100644 index 0000000..53aa1de --- /dev/null +++ b/tests/results/test_namespace_mandatory/41_0choice_leader.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "a" + }, + { + "leader": "string2", + "follower1": "b" + }, + { + "leader": "string3", + "follower1": "c" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_0leadership_hidden.json b/tests/results/test_namespace_mandatory/44_0leadership_hidden.json new file mode 100644 index 0000000..0d19040 --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_0leadership_hidden.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "leader": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.json b/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.json new file mode 100644 index 0000000..0d19040 --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "leader": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.json b/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.json new file mode 100644 index 0000000..0d19040 --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "leader": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower.json b/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower.json new file mode 100644 index 0000000..7472cac --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "condition": true, + "leader": [ + { + "leader": "string1", + "follower": "string1" + }, + { + "leader": "string2", + "follower": "string2" + }, + { + "leader": "string3", + "follower": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_4leadership_mandatory.json b/tests/results/test_namespace_mandatory/44_4leadership_mandatory.json new file mode 100644 index 0000000..36f973a --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_4leadership_mandatory.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1" + }, + { + "leader": "string2", + "follower1": "string2" + }, + { + "leader": "string3", + "follower1": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_4leadership_mandatory_follower.json b/tests/results/test_namespace_mandatory/44_4leadership_mandatory_follower.json new file mode 100644 index 0000000..eb8b73a --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_4leadership_mandatory_follower.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower": "string1" + }, + { + "leader": "string2", + "follower": "string2" + }, + { + "leader": "string3", + "follower": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.json b/tests/results/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.json new file mode 100644 index 0000000..97ab360 --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "condition": "string1", + "leader": [ + { + "leader": "string1", + "follower": "string1" + }, + { + "leader": "string2", + "follower": "string2" + }, + { + "leader": "string3", + "follower": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.json b/tests/results/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.json new file mode 100644 index 0000000..97ab360 --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "condition": "string1", + "leader": [ + { + "leader": "string1", + "follower": "string1" + }, + { + "leader": "string2", + "follower": "string2" + }, + { + "leader": "string3", + "follower": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/44_9calculated_default_leadership_leader.json b/tests/results/test_namespace_mandatory/44_9calculated_default_leadership_leader.json new file mode 100644 index 0000000..eb8b73a --- /dev/null +++ b/tests/results/test_namespace_mandatory/44_9calculated_default_leadership_leader.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower": "string1" + }, + { + "leader": "string2", + "follower": "string2" + }, + { + "leader": "string3", + "follower": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic.json b/tests/results/test_namespace_mandatory/60_0family_dynamic.json new file mode 100644 index 0000000..1b8f9a0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0.json new file mode 100644 index 0000000..c96266f --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "vardyn": "string1" + }, + "dynstring2": { + "vardyn": "string1" + }, + "dynstring3": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_empty.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_empty.json new file mode 100644 index 0000000..e55f04e --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_empty.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "vardyn": "string1" + }, + "dynval2": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type.json new file mode 100644 index 0000000..c96266f --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "vardyn": "string1" + }, + "dynstring2": { + "vardyn": "string1" + }, + "dynstring3": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.json new file mode 100644 index 0000000..e55f04e --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "vardyn": "string1" + }, + "dynval2": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1.json new file mode 100644 index 0000000..c96266f --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "vardyn": "string1" + }, + "dynstring2": { + "vardyn": "string1" + }, + "dynstring3": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1_empty.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1_empty.json new file mode 100644 index 0000000..e55f04e --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1_empty.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "vardyn": "string1" + }, + "dynval2": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_empty.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_empty.json new file mode 100644 index 0000000..1b8f9a0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_empty.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number.json new file mode 100644 index 0000000..4045a87 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var": [ + 1, + 2, + 3 + ], + "dyn1": { + "var": "string1" + }, + "dyn2": { + "var": "string1" + }, + "dyn3": { + "var": "string1" + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number_empty.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number_empty.json new file mode 100644 index 0000000..a400bdc --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number_empty.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var": [ + 1, + 2 + ], + "dyn1": { + "var": "string1" + }, + "dyn2": { + "var": "string1" + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description.json new file mode 100644 index 0000000..1b8f9a0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description_empty.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description_empty.json new file mode 100644 index 0000000..4d2d4f8 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description_empty.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_static.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_static.json new file mode 100644 index 0000000..7ea5a70 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_static.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_test.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_test.json new file mode 100644 index 0000000..4d2d4f8 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_test.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_empty.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_empty.json new file mode 100644 index 0000000..1b8f9a0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_empty.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix.json new file mode 100644 index 0000000..1b8f9a0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.json b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.json new file mode 100644 index 0000000..4d2d4f8 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_empty.json b/tests/results/test_namespace_mandatory/60_0family_empty.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_empty.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_hidden.json b/tests/results/test_namespace_mandatory/60_0family_hidden.json new file mode 100644 index 0000000..2e4ad2d --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_hidden.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "family": { + "var": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_0family_mode.json b/tests/results/test_namespace_mandatory/60_0family_mode.json new file mode 100644 index 0000000..0b2fe82 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_0family_mode.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "family": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_1family_dynamic_jinja.json b/tests/results/test_namespace_mandatory/60_1family_dynamic_jinja.json new file mode 100644 index 0000000..99b258c --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_1family_dynamic_jinja.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn1": { + "var": "string1" + }, + "dyn2": { + "var": "string1" + }, + "dyn3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.json b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.json new file mode 100644 index 0000000..194ec91 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.json @@ -0,0 +1,25 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "family": { + "var": "string1" + } + }, + "dynstring2": { + "family": { + "var": "string1" + } + }, + "dynstring3": { + "family": { + "var": "string1" + } + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json new file mode 100644 index 0000000..fb62e4e --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json @@ -0,0 +1,25 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "family": { + "var": "string1" + } + }, + "dynstring2": { + "family": { + "var": "string1" + } + }, + "dynstring3": { + "family": { + "var": "string1" + } + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json new file mode 100644 index 0000000..6568468 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "family": { + "var": "string1" + } + }, + "dynval2": { + "family": { + "var": "string1" + } + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json new file mode 100644 index 0000000..04f1cb4 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "family": { + "var": "string1" + } + }, + "dynval2": { + "family": { + "var": "string1" + } + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc.json b/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc.json new file mode 100644 index 0000000..d60dcd4 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + }, + "newvar": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.json b/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.json new file mode 100644 index 0000000..1c2c3da --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + }, + "newvar": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2.json new file mode 100644 index 0000000..6554ee6 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "dynstring1": { + "vardyn": "string1" + }, + "dynstring2": { + "vardyn": "string1" + }, + "dynstring3": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2_empty.json new file mode 100644 index 0000000..ec1cc6f --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2_empty.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "var2": "string1", + "dynval1": { + "vardyn": "string1" + }, + "dynval2": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix.json new file mode 100644 index 0000000..4f099df --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.json new file mode 100644 index 0000000..1b8f9a0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.json new file mode 100644 index 0000000..4d2d4f8 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.json new file mode 100644 index 0000000..3317b09 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "dynval1": {}, + "dynval2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.json new file mode 100644 index 0000000..1dc5dc0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.json new file mode 100644 index 0000000..1b8f9a0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.json new file mode 100644 index 0000000..4d2d4f8 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable.json new file mode 100644 index 0000000..4f099df --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.json new file mode 100644 index 0000000..1dc5dc0 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.json new file mode 100644 index 0000000..bd0c49a --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.json @@ -0,0 +1,16 @@ +{ + "rougail": { + "dynval1": { + "var": "string1", + "family": { + "var": "string1" + } + }, + "dynval2": { + "var": null, + "family": { + "var": null + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.json new file mode 100644 index 0000000..b6f924c --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.json @@ -0,0 +1,34 @@ +{ + "rougail": { + "var": [ + "val1", + "val2", + "val3", + "val4" + ], + "val1_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "val2_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "val3_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "val4_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.json new file mode 100644 index 0000000..b6f924c --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.json @@ -0,0 +1,34 @@ +{ + "rougail": { + "var": [ + "val1", + "val2", + "val3", + "val4" + ], + "val1_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "val2_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "val3_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "val4_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside.json new file mode 100644 index 0000000..4b1899d --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside.json @@ -0,0 +1,23 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "my_dyn_family_string1": { + "var": "string1" + }, + "my_dyn_family_string2": { + "var": "string1" + }, + "my_dyn_family_string3": { + "var": "string1" + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2.json new file mode 100644 index 0000000..761c7d5 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2.json @@ -0,0 +1,23 @@ +{ + "rougail": { + "var2": [ + "string1", + "string2", + "string3" + ], + "var": [ + "string1", + "string2", + "string3" + ], + "my_dyn_family_string1": { + "var": "string1" + }, + "my_dyn_family_string2": { + "var": "string1" + }, + "my_dyn_family_string3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.json new file mode 100644 index 0000000..ad5dc73 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var2": [ + "string1", + "string2", + "string3" + ], + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "string1" + }, + "my_dyn_family_val2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.json new file mode 100644 index 0000000..b957e1f --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "string1" + }, + "my_dyn_family_val2": { + "var": "string1" + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.json new file mode 100644 index 0000000..4b1899d --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.json @@ -0,0 +1,23 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "my_dyn_family_string1": { + "var": "string1" + }, + "my_dyn_family_string2": { + "var": "string1" + }, + "my_dyn_family_string3": { + "var": "string1" + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.json new file mode 100644 index 0000000..b957e1f --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "string1" + }, + "my_dyn_family_val2": { + "var": "string1" + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.json new file mode 100644 index 0000000..845f585 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.json @@ -0,0 +1,47 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "my_dyn_family_string1": { + "subdyn_string1": { + "var": "string1" + }, + "subdyn_string2": { + "var": "string1" + }, + "subdyn_string3": { + "var": "string1" + } + }, + "my_dyn_family_string2": { + "subdyn_string1": { + "var": "string1" + }, + "subdyn_string2": { + "var": "string1" + }, + "subdyn_string3": { + "var": "string1" + } + }, + "my_dyn_family_string3": { + "subdyn_string1": { + "var": "string1" + }, + "subdyn_string2": { + "var": "string1" + }, + "subdyn_string3": { + "var": "string1" + } + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.json new file mode 100644 index 0000000..af78994 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.json @@ -0,0 +1,29 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "subdyn_val1": { + "var": "string1" + }, + "subdyn_val2": { + "var": "string1" + } + }, + "my_dyn_family_val2": { + "subdyn_val1": { + "var": "string1" + }, + "subdyn_val2": { + "var": "string1" + } + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.json new file mode 100644 index 0000000..c81839d --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1" + }, + "dyn_string2": { + "var": "string1" + }, + "dyn_string3": { + "var": "string1" + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json new file mode 100644 index 0000000..f2bd537 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dyn_val1": { + "var": "string1" + }, + "dyn_val2": { + "var": "string1" + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_inside.json b/tests/results/test_namespace_mandatory/60_6family_dynamic_inside.json new file mode 100644 index 0000000..f033ce2 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_inside.json @@ -0,0 +1,27 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "string1_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "string2_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "string3_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_inside_empty.json b/tests/results/test_namespace_mandatory/60_6family_dynamic_inside_empty.json new file mode 100644 index 0000000..5d4b911 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_inside_empty.json @@ -0,0 +1,20 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "val1_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "val2_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership.json b/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership.json new file mode 100644 index 0000000..3d879b3 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership.json @@ -0,0 +1,66 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + }, + "dynstring2": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + }, + "dynstring3": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership_empty.json b/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership_empty.json new file mode 100644 index 0000000..c06183c --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership_empty.json @@ -0,0 +1,46 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + }, + "dynval2": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.json b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.json new file mode 100644 index 0000000..f5de2c9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.json @@ -0,0 +1,75 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string2": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string3": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + } + }, + "dynstring2": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string2": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string3": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + } + }, + "dynstring3": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string2": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string3": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.json b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.json new file mode 100644 index 0000000..f5de2c9 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.json @@ -0,0 +1,75 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string2": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string3": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + } + }, + "dynstring2": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string2": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string3": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + } + }, + "dynstring3": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string2": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string3": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.json b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.json new file mode 100644 index 0000000..604ed35 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.json @@ -0,0 +1,52 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string2": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string3": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + } + }, + "dynval2": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string2": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string3": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_9extra_dynamic.json b/tests/results/test_namespace_mandatory/60_9extra_dynamic.json new file mode 100644 index 0000000..5f9499a --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_9extra_dynamic.json @@ -0,0 +1,20 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ] + }, + "extra": { + "dyn_string1": { + "var": "string1" + }, + "dyn_string2": { + "var": "string1" + }, + "dyn_string3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_9extra_dynamic_extra.json b/tests/results/test_namespace_mandatory/60_9extra_dynamic_extra.json new file mode 100644 index 0000000..f723274 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_9extra_dynamic_extra.json @@ -0,0 +1,27 @@ +{ + "rougail": { + "general": { + "varname": [ + "string1", + "string2", + "string3" + ] + } + }, + "extra": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1" + }, + "dyn_string2": { + "var": "string1" + }, + "dyn_string3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/60_9family_dynamic_calc_both.json b/tests/results/test_namespace_mandatory/60_9family_dynamic_calc_both.json new file mode 100644 index 0000000..33876c3 --- /dev/null +++ b/tests/results/test_namespace_mandatory/60_9family_dynamic_calc_both.json @@ -0,0 +1,11 @@ +{ + "rougail": { + "var": "string1", + "dynval1": { + "vardyn": "string1" + }, + "dynstring1": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/68_0family_leadership_mode.json b/tests/results/test_namespace_mandatory/68_0family_leadership_mode.json new file mode 100644 index 0000000..e709868 --- /dev/null +++ b/tests/results/test_namespace_mandatory/68_0family_leadership_mode.json @@ -0,0 +1,21 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_0empty.json b/tests/results/test_namespace_read_write/00_0empty.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_namespace_read_write/00_0empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_0version_underscore.json b/tests/results/test_namespace_read_write/00_0version_underscore.json new file mode 100644 index 0000000..ae7d5cf --- /dev/null +++ b/tests/results/test_namespace_read_write/00_0version_underscore.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "version": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_1empty_variable.json b/tests/results/test_namespace_read_write/00_1empty_variable.json new file mode 100644 index 0000000..df923e2 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_1empty_variable.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "empty": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_2default_calculated.json b/tests/results/test_namespace_read_write/00_2default_calculated.json new file mode 100644 index 0000000..9ce4171 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_2default_calculated.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "var1": "no", + "var2": [ + "no" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_2default_calculated_multi.json b/tests/results/test_namespace_read_write/00_2default_calculated_multi.json new file mode 100644 index 0000000..b36fe69 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_2default_calculated_multi.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var1": [ + "no", + "yes", + "maybe" + ], + "var2": [ + "no", + "yes", + "maybe" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.json b/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.json new file mode 100644 index 0000000..9c7f6ce --- /dev/null +++ b/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": [], + "var2": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_4load_subfolder.json b/tests/results/test_namespace_read_write/00_4load_subfolder.json new file mode 100644 index 0000000..174ee51 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_4load_subfolder.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": null, + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_5load_notype.json b/tests/results/test_namespace_read_write/00_5load_notype.json new file mode 100644 index 0000000..2471134 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_5load_notype.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "without_type": "non" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6boolean.json b/tests/results/test_namespace_read_write/00_6boolean.json new file mode 100644 index 0000000..6731c04 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6boolean.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": true, + "var2": true, + "var3": true, + "var4": false, + "var5": false, + "var6": false + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.json b/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.json new file mode 100644 index 0000000..5b41cf1 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": true + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6choice.json b/tests/results/test_namespace_read_write/00_6choice.json new file mode 100644 index 0000000..37e4004 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": null, + "var2": null, + "var3": null, + "var4": null, + "var5": "a", + "var6": 1 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6choice_calculation.json b/tests/results/test_namespace_read_write/00_6choice_calculation.json new file mode 100644 index 0000000..557f369 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice_calculation.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": 9 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6choice_variable.json b/tests/results/test_namespace_read_write/00_6choice_variable.json new file mode 100644 index 0000000..b65f659 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6choice_variable.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": [ + "a", + "b", + "c" + ], + "var2": "a" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6custom.json b/tests/results/test_namespace_read_write/00_6custom.json new file mode 100644 index 0000000..e022a07 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6custom.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "custom1": null, + "custom2": "value" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6domainname.json b/tests/results/test_namespace_read_write/00_6domainname.json new file mode 100644 index 0000000..eaa5c45 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6domainname.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "my.domain.name" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6domainname_params.json b/tests/results/test_namespace_read_write/00_6domainname_params.json new file mode 100644 index 0000000..eaa5c45 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6domainname_params.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "my.domain.name" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6float.json b/tests/results/test_namespace_read_write/00_6float.json new file mode 100644 index 0000000..b7195b6 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6float.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": 0.0, + "var2": 0.0, + "var3": 0.0, + "var4": 10.1, + "var5": 10.1, + "var6": 10.1 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6number.json b/tests/results/test_namespace_read_write/00_6number.json new file mode 100644 index 0000000..23af3e5 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6number.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": 0, + "var2": 0, + "var3": 0, + "var4": 10, + "var5": 10, + "var6": 10 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6port.json b/tests/results/test_namespace_read_write/00_6port.json new file mode 100644 index 0000000..05701eb --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6port.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "variable1": null, + "variable2": "8080", + "variable3": "8080" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6regexp.json b/tests/results/test_namespace_read_write/00_6regexp.json new file mode 100644 index 0000000..d0836bd --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6regexp.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "#a1a1a1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_6string.json b/tests/results/test_namespace_read_write/00_6string.json new file mode 100644 index 0000000..b07ba94 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_6string.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": null, + "var2": null, + "var3": null, + "var4": "value", + "var5": "value", + "var6": "value" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_7choice_quote.json b/tests/results/test_namespace_read_write/00_7choice_quote.json new file mode 100644 index 0000000..ddeb3f2 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7choice_quote.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "quote'" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_7help_quote.json b/tests/results/test_namespace_read_write/00_7help_quote.json new file mode 100644 index 0000000..174ee51 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7help_quote.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": null, + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote.json b/tests/results/test_namespace_read_write/00_7value_doublequote.json new file mode 100644 index 0000000..758a348 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7value_doublequote.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "quote\"" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote2.json b/tests/results/test_namespace_read_write/00_7value_doublequote2.json new file mode 100644 index 0000000..11305a5 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7value_doublequote2.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "quote'\"" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote3.json b/tests/results/test_namespace_read_write/00_7value_doublequote3.json new file mode 100644 index 0000000..e9238dd --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7value_doublequote3.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "quote\\\"\\'" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_7value_quote.json b/tests/results/test_namespace_read_write/00_7value_quote.json new file mode 100644 index 0000000..5c7052e --- /dev/null +++ b/tests/results/test_namespace_read_write/00_7value_quote.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "quote'" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_8calculation_information.json b/tests/results/test_namespace_read_write/00_8calculation_information.json new file mode 100644 index 0000000..211d518 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_8calculation_information.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_8test.json b/tests/results/test_namespace_read_write/00_8test.json new file mode 100644 index 0000000..6015fe8 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_8test.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": null, + "var2": "value", + "var3": null, + "var4": null, + "var5": true, + "var6": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9choice_variable_multi.json b/tests/results/test_namespace_read_write/00_9choice_variable_multi.json new file mode 100644 index 0000000..2322763 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9choice_variable_multi.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "variable1": [], + "variable2": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9choice_variables.json b/tests/results/test_namespace_read_write/00_9choice_variables.json new file mode 100644 index 0000000..c4c1561 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9choice_variables.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "source_variable_1": "val1", + "source_variable_2": "val2", + "my_variable": "val1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_calculation.json b/tests/results/test_namespace_read_write/00_9default_calculation.json new file mode 100644 index 0000000..8ff7427 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string_1_True_None" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_information.json b/tests/results/test_namespace_read_write/00_9default_calculation_information.json new file mode 100644 index 0000000..a1685ee --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_information.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.json b/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.json new file mode 100644 index 0000000..174ee51 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": null, + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.json b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.json new file mode 100644 index 0000000..27209a4 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "my_variable": "val1", + "my_calculated_variable": [ + "val1" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.json b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.json new file mode 100644 index 0000000..27209a4 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "my_variable": "val1", + "my_calculated_variable": [ + "val1" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_optional.json b/tests/results/test_namespace_read_write/00_9default_calculation_optional.json new file mode 100644 index 0000000..f5604bc --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_optional.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "my_calculated_variable": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.json b/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.json new file mode 100644 index 0000000..f51f537 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.json @@ -0,0 +1,12 @@ +{ + "rougail": { + "my_variable": [ + "val1", + "val2" + ], + "my_calculated_variable": [ + "val1", + "val2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.json b/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.json new file mode 100644 index 0000000..dcc1aa3 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "no", + "var2": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_information_other_variable.json b/tests/results/test_namespace_read_write/00_9default_information_other_variable.json new file mode 100644 index 0000000..174ee51 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_information_other_variable.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": null, + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9default_integer.json b/tests/results/test_namespace_read_write/00_9default_integer.json new file mode 100644 index 0000000..557f369 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9default_integer.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": 9 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9extra.json b/tests/results/test_namespace_read_write/00_9extra.json new file mode 100644 index 0000000..7264d8f --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9extra.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "variable": "rougail" + }, + "extra": { + "variable": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/00_9extra_calculation.json b/tests/results/test_namespace_read_write/00_9extra_calculation.json new file mode 100644 index 0000000..e120350 --- /dev/null +++ b/tests/results/test_namespace_read_write/00_9extra_calculation.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "variable": "value" + }, + "extra": { + "variable1": "value", + "variable2": "value", + "variable3": "value" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_6boolean_multi.json b/tests/results/test_namespace_read_write/01_6boolean_multi.json new file mode 100644 index 0000000..8dfd442 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6boolean_multi.json @@ -0,0 +1,28 @@ +{ + "rougail": { + "var1": [ + true + ], + "var2": [ + true + ], + "var3": [ + true + ], + "var4": [ + false + ], + "var5": [ + false + ], + "var6": [ + false + ], + "var7": [ + true + ], + "var8": [ + true + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_6custom_multi.json b/tests/results/test_namespace_read_write/01_6custom_multi.json new file mode 100644 index 0000000..45c8f87 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6custom_multi.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "custom1": [], + "custom2": [ + "value" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_6float_multi.json b/tests/results/test_namespace_read_write/01_6float_multi.json new file mode 100644 index 0000000..4f00333 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6float_multi.json @@ -0,0 +1,28 @@ +{ + "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 + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_6number_multi.json b/tests/results/test_namespace_read_write/01_6number_multi.json new file mode 100644 index 0000000..3d1c366 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6number_multi.json @@ -0,0 +1,28 @@ +{ + "rougail": { + "var1": [ + 0 + ], + "var2": [ + 0 + ], + "var3": [ + 0 + ], + "var4": [ + 10 + ], + "var5": [ + 10 + ], + "var6": [ + 10 + ], + "var7": [ + 0 + ], + "var8": [ + 0 + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_6string_empty.json b/tests/results/test_namespace_read_write/01_6string_empty.json new file mode 100644 index 0000000..a069225 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6string_empty.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "var1": [ + "value", + null + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_6string_multi.json b/tests/results/test_namespace_read_write/01_6string_multi.json new file mode 100644 index 0000000..6367fca --- /dev/null +++ b/tests/results/test_namespace_read_write/01_6string_multi.json @@ -0,0 +1,22 @@ +{ + "rougail": { + "var1": [], + "var2": [], + "var3": null, + "var4": [ + "value" + ], + "var5": [ + "value" + ], + "var6": [ + "value" + ], + "var7": [ + "value" + ], + "var8": [ + "value" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_7value_multi_doublequote.json b/tests/results/test_namespace_read_write/01_7value_multi_doublequote.json new file mode 100644 index 0000000..1f1a555 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_7value_multi_doublequote.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "variable": [ + "quote\"" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.json b/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.json new file mode 100644 index 0000000..4934689 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "variable": [ + "quote'\"" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_7value_multi_quote.json b/tests/results/test_namespace_read_write/01_7value_multi_quote.json new file mode 100644 index 0000000..4ed9b25 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_7value_multi_quote.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "variable": [ + "quote'" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_8calculation_information_multi.json b/tests/results/test_namespace_read_write/01_8calculation_information_multi.json new file mode 100644 index 0000000..8a19462 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_8calculation_information_multi.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "variable": [ + "[]" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/01_9choice_variable_multi.json b/tests/results/test_namespace_read_write/01_9choice_variable_multi.json new file mode 100644 index 0000000..8a4c969 --- /dev/null +++ b/tests/results/test_namespace_read_write/01_9choice_variable_multi.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "variable1": [ + "a", + "b", + "c" + ], + "variable2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_0type_param.json b/tests/results/test_namespace_read_write/04_0type_param.json new file mode 100644 index 0000000..87dee1e --- /dev/null +++ b/tests/results/test_namespace_read_write/04_0type_param.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "int": 10 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_1auto_save.json b/tests/results/test_namespace_read_write/04_1auto_save.json new file mode 100644 index 0000000..72714e9 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1auto_save.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.json b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.json new file mode 100644 index 0000000..dcc1aa3 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "no", + "var2": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.json b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.json new file mode 100644 index 0000000..17d1487 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "no", + "var2": "yes" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_1auto_save_and_hidden.json b/tests/results/test_namespace_read_write/04_1auto_save_and_hidden.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1auto_save_and_hidden.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden.json b/tests/results/test_namespace_read_write/04_1default_calculation_hidden.json new file mode 100644 index 0000000..15bdb77 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "value", + "var3": "value" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.json b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.json new file mode 100644 index 0000000..15bdb77 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "value", + "var3": "value" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation.json b/tests/results/test_namespace_read_write/04_5disabled_calculation.json new file mode 100644 index 0000000..7b9d301 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "condition": "no", + "variable1": null, + "variable2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_default.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_default.json new file mode 100644 index 0000000..6599778 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_default.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "condition": "no", + "var1": "no", + "var2": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.json new file mode 100644 index 0000000..bc9fbc1 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "condition": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.json new file mode 100644 index 0000000..513a7d8 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": false, + "variable": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.json new file mode 100644 index 0000000..2b8f867 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "condition": true + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.json new file mode 100644 index 0000000..2e13a81 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "condition": "yes" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.json new file mode 100644 index 0000000..7040072 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": "yes", + "variable": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation.json b/tests/results/test_namespace_read_write/04_5hidden_calculation.json new file mode 100644 index 0000000..6599778 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "condition": "no", + "var1": "no", + "var2": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation2.json b/tests/results/test_namespace_read_write/04_5hidden_calculation2.json new file mode 100644 index 0000000..bc9fbc1 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation2.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "condition": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.json b/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.json new file mode 100644 index 0000000..6599778 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "condition": "no", + "var1": "no", + "var2": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5validators.json b/tests/results/test_namespace_read_write/04_5validators.json new file mode 100644 index 0000000..4771eca --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5validators.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "int": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5validators_differ.json b/tests/results/test_namespace_read_write/04_5validators_differ.json new file mode 100644 index 0000000..5ee1bd6 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5validators_differ.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "oui", + "var2": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5validators_multi.json b/tests/results/test_namespace_read_write/04_5validators_multi.json new file mode 100644 index 0000000..16cbe6e --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5validators_multi.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "var1": [ + "no", + "yes" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5validators_multi2.json b/tests/results/test_namespace_read_write/04_5validators_multi2.json new file mode 100644 index 0000000..16cbe6e --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5validators_multi2.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "var1": [ + "no", + "yes" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/05_0multi_not_uniq.json b/tests/results/test_namespace_read_write/05_0multi_not_uniq.json new file mode 100644 index 0000000..5257343 --- /dev/null +++ b/tests/results/test_namespace_read_write/05_0multi_not_uniq.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "var1": [ + "non" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/05_0multi_uniq.json b/tests/results/test_namespace_read_write/05_0multi_uniq.json new file mode 100644 index 0000000..d894737 --- /dev/null +++ b/tests/results/test_namespace_read_write/05_0multi_uniq.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "variable": [ + "non" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/12_1auto_save_expert.json b/tests/results/test_namespace_read_write/12_1auto_save_expert.json new file mode 100644 index 0000000..f475967 --- /dev/null +++ b/tests/results/test_namespace_read_write/12_1auto_save_expert.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_0redefine_description.json b/tests/results/test_namespace_read_write/16_0redefine_description.json new file mode 100644 index 0000000..a1685ee --- /dev/null +++ b/tests/results/test_namespace_read_write/16_0redefine_description.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_2family_redefine_calculation.json b/tests/results/test_namespace_read_write/16_2family_redefine_calculation.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write/16_2family_redefine_calculation.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_2family_redefine_disabled.json b/tests/results/test_namespace_read_write/16_2family_redefine_disabled.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write/16_2family_redefine_disabled.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5exists_nonexists.json b/tests/results/test_namespace_read_write/16_5exists_nonexists.json new file mode 100644 index 0000000..17d1487 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5exists_nonexists.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "no", + "var2": "yes" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5exists_redefine.json b/tests/results/test_namespace_read_write/16_5exists_redefine.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5exists_redefine.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_calculation.json b/tests/results/test_namespace_read_write/16_5redefine_calculation.json new file mode 100644 index 0000000..baa53c2 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_calculation.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "yes" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_choice.json b/tests/results/test_namespace_read_write/16_5redefine_choice.json new file mode 100644 index 0000000..211d518 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_choice.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_default.json b/tests/results/test_namespace_read_write/16_5redefine_default.json new file mode 100644 index 0000000..baa53c2 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_default.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "yes" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_default_calculation.json b/tests/results/test_namespace_read_write/16_5redefine_default_calculation.json new file mode 100644 index 0000000..211d518 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_default_calculation.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_family.json b/tests/results/test_namespace_read_write/16_5redefine_family.json new file mode 100644 index 0000000..527ec74 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_family.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "family": { + "variable": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_help.json b/tests/results/test_namespace_read_write/16_5redefine_help.json new file mode 100644 index 0000000..527ec74 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_help.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "family": { + "variable": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_hidden.json b/tests/results/test_namespace_read_write/16_5redefine_hidden.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_hidden.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_multi.json b/tests/results/test_namespace_read_write/16_5redefine_multi.json new file mode 100644 index 0000000..d894737 --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_multi.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "variable": [ + "non" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.json b/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.json new file mode 100644 index 0000000..280eb9c --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": "no", + "variable": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_5test_redefine.json b/tests/results/test_namespace_read_write/16_5test_redefine.json new file mode 100644 index 0000000..7b3cd8e --- /dev/null +++ b/tests/results/test_namespace_read_write/16_5test_redefine.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "var1": "no", + "var2": "non", + "var3": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_6choice_redefine.json b/tests/results/test_namespace_read_write/16_6choice_redefine.json new file mode 100644 index 0000000..b32817b --- /dev/null +++ b/tests/results/test_namespace_read_write/16_6choice_redefine.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "c" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16_6exists_redefine_family.json b/tests/results/test_namespace_read_write/16_6exists_redefine_family.json new file mode 100644 index 0000000..9ad6e7d --- /dev/null +++ b/tests/results/test_namespace_read_write/16_6exists_redefine_family.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "family1": { + "variable1": null + }, + "family2": { + "variable2": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/16exists_exists.json b/tests/results/test_namespace_read_write/16exists_exists.json new file mode 100644 index 0000000..a1685ee --- /dev/null +++ b/tests/results/test_namespace_read_write/16exists_exists.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/17_5redefine_leadership.json b/tests/results/test_namespace_read_write/17_5redefine_leadership.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write/17_5redefine_leadership.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_0empty_family.json b/tests/results/test_namespace_read_write/20_0empty_family.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0empty_family.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_0family_append.json b/tests/results/test_namespace_read_write/20_0family_append.json new file mode 100644 index 0000000..771df12 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0family_append.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "family": { + "var1": null, + "var2": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_0family_underscore.json b/tests/results/test_namespace_read_write/20_0family_underscore.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0family_underscore.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_0multi_family.json b/tests/results/test_namespace_read_write/20_0multi_family.json new file mode 100644 index 0000000..592d3d6 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0multi_family.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "family": { + "subfamily": { + "variable": null + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_0multi_family_basic.json b/tests/results/test_namespace_read_write/20_0multi_family_basic.json new file mode 100644 index 0000000..592d3d6 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0multi_family_basic.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "family": { + "subfamily": { + "variable": null + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_0multi_family_expert.json b/tests/results/test_namespace_read_write/20_0multi_family_expert.json new file mode 100644 index 0000000..592d3d6 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0multi_family_expert.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "family": { + "subfamily": { + "variable": null + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_0multi_family_order.json b/tests/results/test_namespace_read_write/20_0multi_family_order.json new file mode 100644 index 0000000..14d704c --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0multi_family_order.json @@ -0,0 +1,12 @@ +{ + "rougail": { + "variable": null, + "family": { + "variable1": null, + "subfamily": { + "variable": null + }, + "variable2": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_0validators_differ_redefine.json b/tests/results/test_namespace_read_write/20_0validators_differ_redefine.json new file mode 100644 index 0000000..796aecf --- /dev/null +++ b/tests/results/test_namespace_read_write/20_0validators_differ_redefine.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "var1": "no", + "var2": "no", + "var3": "yes" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_1empty_subfamily.json b/tests/results/test_namespace_read_write/20_1empty_subfamily.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write/20_1empty_subfamily.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/20_9default_information_parent.json b/tests/results/test_namespace_read_write/20_9default_information_parent.json new file mode 100644 index 0000000..771df12 --- /dev/null +++ b/tests/results/test_namespace_read_write/20_9default_information_parent.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "family": { + "var1": null, + "var2": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition.json b/tests/results/test_namespace_read_write/24_0family_hidden_condition.json new file mode 100644 index 0000000..ecc8c99 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "condition": "no", + "family": { + "var1": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.json b/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.json new file mode 100644 index 0000000..ddadbd8 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "condition": false + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.json b/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.json new file mode 100644 index 0000000..84266a2 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "condition": "no", + "family": { + "subfamily": { + "var1": null + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.json b/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.json new file mode 100644 index 0000000..2b8f867 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "condition": true + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.json b/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.json new file mode 100644 index 0000000..a8f85e0 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition1": false, + "condition2": false + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.json b/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.json new file mode 100644 index 0000000..f5b21eb --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "condition": "no", + "family": { + "sub_family": { + "var1": null + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_0family_mandatory_condition.json b/tests/results/test_namespace_read_write/24_0family_mandatory_condition.json new file mode 100644 index 0000000..7a25109 --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_mandatory_condition.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": "no", + "var": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.json b/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.json new file mode 100644 index 0000000..8a4594e --- /dev/null +++ b/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": true, + "var": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_7validators_variable_optional.json b/tests/results/test_namespace_read_write/24_7validators_variable_optional.json new file mode 100644 index 0000000..7a0beae --- /dev/null +++ b/tests/results/test_namespace_read_write/24_7validators_variable_optional.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "general": { + "int": null, + "int2": 1 + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/24_family_disabled_var_hidden.json b/tests/results/test_namespace_read_write/24_family_disabled_var_hidden.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write/24_family_disabled_var_hidden.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_0leadership.json b/tests/results/test_namespace_read_write/40_0leadership.json new file mode 100644 index 0000000..0d19040 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "leader": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_0leadership_diff_name.json b/tests/results/test_namespace_read_write/40_0leadership_diff_name.json new file mode 100644 index 0000000..fa525ab --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_diff_name.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "leadership": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_0leadership_empty.json b/tests/results/test_namespace_read_write/40_0leadership_empty.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_empty.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.json b/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.json new file mode 100644 index 0000000..0d19040 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "leader": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.json b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.json new file mode 100644 index 0000000..7fd916f --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.json @@ -0,0 +1,16 @@ +{ + "rougail": { + "leader": [ + { + "leader": "leader", + "follower1": [ + "value" + ], + "follower2": [ + "value1", + "value2" + ] + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.json b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.json new file mode 100644 index 0000000..bfa35e5 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "leader": [ + { + "leader": "leader", + "follower1": [ + "value" + ], + "follower2": [ + "value" + ] + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.json b/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.json new file mode 100644 index 0000000..0d19040 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "leader": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.json b/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.json new file mode 100644 index 0000000..bcdc63e --- /dev/null +++ b/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "general": { + "mode_conteneur_actif": "non" + }, + "general1": { + "leader": [] + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_1leadership_append_follower.json b/tests/results/test_namespace_read_write/40_1leadership_append_follower.json new file mode 100644 index 0000000..0d19040 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_1leadership_append_follower.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "leader": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_2leadership_calculation_index.json b/tests/results/test_namespace_read_write/40_2leadership_calculation_index.json new file mode 100644 index 0000000..6d40760 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_2leadership_calculation_index.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "leader": [ + { + "leader": "a", + "follower1": 0 + }, + { + "leader": "b", + "follower1": 1 + }, + { + "leader": "c", + "follower1": 2 + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.json b/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.json new file mode 100644 index 0000000..6d40760 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "leader": [ + { + "leader": "a", + "follower1": 0 + }, + { + "leader": "b", + "follower1": 1 + }, + { + "leader": "c", + "follower1": 2 + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.json b/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.json new file mode 100644 index 0000000..bd8745b --- /dev/null +++ b/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.json @@ -0,0 +1,16 @@ +{ + "rougail": { + "leader": [ + { + "leader": "val1", + "follower1": null, + "follower2": null + }, + { + "leader": "val2", + "follower1": null, + "follower2": null + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_6leadership_follower_multi.json b/tests/results/test_namespace_read_write/40_6leadership_follower_multi.json new file mode 100644 index 0000000..fa525ab --- /dev/null +++ b/tests/results/test_namespace_read_write/40_6leadership_follower_multi.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "leadership": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_8calculation_boolean.json b/tests/results/test_namespace_read_write/40_8calculation_boolean.json new file mode 100644 index 0000000..34ba900 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_boolean.json @@ -0,0 +1,12 @@ +{ + "rougail": { + "bool": false, + "multi1": [ + false + ], + "multi2": [ + true, + false + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.json b/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.json new file mode 100644 index 0000000..fb0663f --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "yes", + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_8calculation_integer.json b/tests/results/test_namespace_read_write/40_8calculation_integer.json new file mode 100644 index 0000000..df98a13 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_integer.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "bool": false, + "int1": 2, + "int2": 3 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_8calculation_multi_variable.json b/tests/results/test_namespace_read_write/40_8calculation_multi_variable.json new file mode 100644 index 0000000..c024a4a --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var": [ + "no", + "yes" + ], + "var2": "no", + "var3": "yes" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.json b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.json new file mode 100644 index 0000000..81945e7 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "var": "no", + "fam1": { + "var": "no" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.json b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.json new file mode 100644 index 0000000..4929f52 --- /dev/null +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "fam1": { + "var": "no" + }, + "fam2": { + "var": "no" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/41_0choice_leader.json b/tests/results/test_namespace_read_write/41_0choice_leader.json new file mode 100644 index 0000000..0d19040 --- /dev/null +++ b/tests/results/test_namespace_read_write/41_0choice_leader.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "leader": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_0leadership_hidden.json b/tests/results/test_namespace_read_write/44_0leadership_hidden.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write/44_0leadership_hidden.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_0leadership_leader_hidden.json b/tests/results/test_namespace_read_write/44_0leadership_leader_hidden.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write/44_0leadership_leader_hidden.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.json b/tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write/44_1leadership_append_hidden_follower.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.json b/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.json new file mode 100644 index 0000000..4a8f0d3 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.json @@ -0,0 +1,11 @@ +{ + "rougail": { + "condition": true, + "leader": [ + { + "leader": "a", + "follower": null + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_4leadership_mandatory.json b/tests/results/test_namespace_read_write/44_4leadership_mandatory.json new file mode 100644 index 0000000..0d19040 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_4leadership_mandatory.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "leader": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.json b/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.json new file mode 100644 index 0000000..0d19040 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "leader": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.json b/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.json new file mode 100644 index 0000000..bc9fbc1 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "condition": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.json b/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.json new file mode 100644 index 0000000..550c762 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": "yes", + "leader": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.json b/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.json new file mode 100644 index 0000000..dd85a32 --- /dev/null +++ b/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.json @@ -0,0 +1,13 @@ +{ + "rougail": { + "leader": [ + { + "leader": "a" + }, + { + "leader": "b", + "follower": "b" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic.json b/tests/results/test_namespace_read_write/60_0family_dynamic.json new file mode 100644 index 0000000..bd61b45 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": null + }, + "dynval2": { + "var": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.json b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.json new file mode 100644 index 0000000..a00a026 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "vardyn": null + }, + "dynval2": { + "vardyn": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.json b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.json new file mode 100644 index 0000000..3c31db9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.json b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.json new file mode 100644 index 0000000..a00a026 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "vardyn": null + }, + "dynval2": { + "vardyn": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.json b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.json new file mode 100644 index 0000000..3c31db9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.json b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.json new file mode 100644 index 0000000..a00a026 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "vardyn": null + }, + "dynval2": { + "vardyn": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.json b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.json new file mode 100644 index 0000000..3c31db9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_empty.json b/tests/results/test_namespace_read_write/60_0family_dynamic_empty.json new file mode 100644 index 0000000..3c31db9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_empty.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.json b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.json new file mode 100644 index 0000000..bd4ff34 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var": [ + 1, + 2 + ], + "dyn1": { + "var": "val" + }, + "dyn2": { + "var": "val" + }, + "var2": "val" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number_empty.json b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number_empty.json new file mode 100644 index 0000000..b402e91 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number_empty.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var": [], + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.json b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.json new file mode 100644 index 0000000..bd61b45 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": null + }, + "dynval2": { + "var": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.json b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.json new file mode 100644 index 0000000..3c31db9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_static.json b/tests/results/test_namespace_read_write/60_0family_dynamic_static.json new file mode 100644 index 0000000..ce1fa1d --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_static.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "dynval1": { + "var": null + }, + "dynval2": { + "var": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_test.json b/tests/results/test_namespace_read_write/60_0family_dynamic_test.json new file mode 100644 index 0000000..3c31db9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_test.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.json b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.json new file mode 100644 index 0000000..3c31db9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.json b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.json new file mode 100644 index 0000000..28c2d9e --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "a value" + }, + "dynval2": { + "var": "a value" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.json b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.json new file mode 100644 index 0000000..3c31db9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_empty.json b/tests/results/test_namespace_read_write/60_0family_empty.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_empty.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_hidden.json b/tests/results/test_namespace_read_write/60_0family_hidden.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_hidden.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_0family_mode.json b/tests/results/test_namespace_read_write/60_0family_mode.json new file mode 100644 index 0000000..e64a9aa --- /dev/null +++ b/tests/results/test_namespace_read_write/60_0family_mode.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "family": { + "var": "non" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.json b/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.json new file mode 100644 index 0000000..20ef076 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dyn1": { + "var": "val" + }, + "dyn2": { + "var": "val" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.json b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.json new file mode 100644 index 0000000..453f293 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "family": { + "var": null + } + }, + "dynval2": { + "family": { + "var": null + } + }, + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.json b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.json new file mode 100644 index 0000000..d40e470 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "family": { + "var": "val1" + } + }, + "dynval2": { + "family": { + "var": "val2" + } + }, + "var2": "val1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.json b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.json new file mode 100644 index 0000000..b402e91 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var": [], + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.json b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.json new file mode 100644 index 0000000..3d2ad02 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": [], + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.json b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.json new file mode 100644 index 0000000..be5530d --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "val" + }, + "dynval2": { + "var": "val" + }, + "newvar": "val" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.json b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.json new file mode 100644 index 0000000..a8e4f74 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": [], + "newvar": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.json new file mode 100644 index 0000000..d4e9edc --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "var2": null, + "dynval1": { + "vardyn": "val" + }, + "dynval2": { + "vardyn": "val" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.json new file mode 100644 index 0000000..b402e91 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var": [], + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.json new file mode 100644 index 0000000..bbd8043 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": null + }, + "dynval2": { + "var": null + }, + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.json new file mode 100644 index 0000000..5b089f4 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "val1" + }, + "dynval2": { + "var": "val2" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.json new file mode 100644 index 0000000..3c31db9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.json new file mode 100644 index 0000000..a9b37d1 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "dynval1": {}, + "dynval2": { + "var": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.json new file mode 100644 index 0000000..3d2ad02 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": [], + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.json new file mode 100644 index 0000000..5b089f4 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "val1" + }, + "dynval2": { + "var": "val2" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.json new file mode 100644 index 0000000..3c31db9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.json new file mode 100644 index 0000000..bbd8043 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": null + }, + "dynval2": { + "var": null + }, + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.json new file mode 100644 index 0000000..3d2ad02 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": [], + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.json b/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.json new file mode 100644 index 0000000..0daeded --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "dynval1": { + "var": null, + "family": { + "var": null + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.json b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.json new file mode 100644 index 0000000..f007446 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "val1_dyn": { + "var1": "val1", + "var2": "val1", + "var3": "val1" + }, + "val2_dyn": { + "var1": "val2", + "var2": "val2", + "var3": "val2" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.json new file mode 100644 index 0000000..3c31db9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.json new file mode 100644 index 0000000..7ab3289 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "val1" + }, + "my_dyn_family_val2": { + "var": "val2" + }, + "var2": [ + "val1", + "val2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.json new file mode 100644 index 0000000..ec56203 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var2": [ + "val1", + "val2" + ], + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "val1" + }, + "my_dyn_family_val2": { + "var": "val2" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.json new file mode 100644 index 0000000..7b6d668 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var2": [], + "var": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.json new file mode 100644 index 0000000..55238c7 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var": [], + "var2": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.json new file mode 100644 index 0000000..7ab3289 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "val1" + }, + "my_dyn_family_val2": { + "var": "val2" + }, + "var2": [ + "val1", + "val2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.json new file mode 100644 index 0000000..55238c7 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var": [], + "var2": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.json new file mode 100644 index 0000000..be74078 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.json @@ -0,0 +1,28 @@ +{ + "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" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.json new file mode 100644 index 0000000..55238c7 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var": [], + "var2": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.json new file mode 100644 index 0000000..0edeb22 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dyn_val1": { + "var": "val1" + }, + "dyn_val2": { + "var": "val2" + }, + "var2": "val1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.json b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.json new file mode 100644 index 0000000..b402e91 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var": [], + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_inside.json b/tests/results/test_namespace_read_write/60_6family_dynamic_inside.json new file mode 100644 index 0000000..f8882bf --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_inside.json @@ -0,0 +1,20 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "val1_dyn": { + "var1": "val1", + "var2": "val1", + "var3": "val1", + "var4": "val1" + }, + "val2_dyn": { + "var1": "val2", + "var2": "val2", + "var3": "val2", + "var4": "val1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.json b/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.json new file mode 100644 index 0000000..3c31db9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.json b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.json new file mode 100644 index 0000000..8da36ff --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "leadership": [] + }, + "dynval2": { + "leadership": [] + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.json b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.json new file mode 100644 index 0000000..3c31db9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.json b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.json new file mode 100644 index 0000000..f714617 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.json @@ -0,0 +1,40 @@ +{ + "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" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.json b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.json new file mode 100644 index 0000000..f714617 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.json @@ -0,0 +1,40 @@ +{ + "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" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.json b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.json new file mode 100644 index 0000000..3c31db9 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_9extra_dynamic.json b/tests/results/test_namespace_read_write/60_9extra_dynamic.json new file mode 100644 index 0000000..604b24e --- /dev/null +++ b/tests/results/test_namespace_read_write/60_9extra_dynamic.json @@ -0,0 +1,12 @@ +{ + "rougail": { + "var": [ + "a" + ] + }, + "extra": { + "dyn_a": { + "var": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.json b/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.json new file mode 100644 index 0000000..451ed46 --- /dev/null +++ b/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.json @@ -0,0 +1,17 @@ +{ + "rougail": { + "general": { + "varname": [ + "a" + ] + } + }, + "extra": { + "var": [ + "a" + ], + "dyn_a": { + "var": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.json b/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.json new file mode 100644 index 0000000..599ea5b --- /dev/null +++ b/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.json @@ -0,0 +1,11 @@ +{ + "rougail": { + "var": "val2", + "dynval1": { + "vardyn": null + }, + "dynval2": { + "vardyn": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/68_0family_leadership_mode.json b/tests/results/test_namespace_read_write/68_0family_leadership_mode.json new file mode 100644 index 0000000..0d19040 --- /dev/null +++ b/tests/results/test_namespace_read_write/68_0family_leadership_mode.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "leader": [] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_0empty.json b/tests/results/test_namespace_read_write_mandatory/00_0empty.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_0empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_0version_underscore.json b/tests/results/test_namespace_read_write_mandatory/00_0version_underscore.json new file mode 100644 index 0000000..5e5b44f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_0version_underscore.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "version": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_1empty_variable.json b/tests/results/test_namespace_read_write_mandatory/00_1empty_variable.json new file mode 100644 index 0000000..9cd4a0e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_1empty_variable.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "empty": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated.json b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated.json new file mode 100644 index 0000000..38dbaa0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": "string1", + "var2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_multi.json b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_multi.json new file mode 100644 index 0000000..4b26f8a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_multi.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.json b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.json new file mode 100644 index 0000000..416a963 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.json @@ -0,0 +1,12 @@ +{ + "rougail": { + "var1": [ + "domain1.lan", + "domain2.lan" + ], + "var2": [ + "domain1.lan", + "domain2.lan" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_4load_subfolder.json b/tests/results/test_namespace_read_write_mandatory/00_4load_subfolder.json new file mode 100644 index 0000000..bbe108c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_4load_subfolder.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_5load_notype.json b/tests/results/test_namespace_read_write_mandatory/00_5load_notype.json new file mode 100644 index 0000000..f853e0d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_5load_notype.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "without_type": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6boolean.json b/tests/results/test_namespace_read_write_mandatory/00_6boolean.json new file mode 100644 index 0000000..577a831 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6boolean.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": true, + "var2": true, + "var3": true, + "var4": true, + "var5": true, + "var6": true + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.json b/tests/results/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.json new file mode 100644 index 0000000..5b41cf1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": true + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice.json b/tests/results/test_namespace_read_write_mandatory/00_6choice.json new file mode 100644 index 0000000..c7fd25a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": "a", + "var2": "a", + "var3": "a", + "var4": null, + "var5": "a", + "var6": 1 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice_calculation.json b/tests/results/test_namespace_read_write_mandatory/00_6choice_calculation.json new file mode 100644 index 0000000..9d0f7db --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_calculation.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": 0 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice_variable.json b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable.json new file mode 100644 index 0000000..03239ec --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6custom.json b/tests/results/test_namespace_read_write_mandatory/00_6custom.json new file mode 100644 index 0000000..5f731ab --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6custom.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "custom1": "string1", + "custom2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6domainname.json b/tests/results/test_namespace_read_write_mandatory/00_6domainname.json new file mode 100644 index 0000000..acec056 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6domainname.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "domain1.lan" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6domainname_params.json b/tests/results/test_namespace_read_write_mandatory/00_6domainname_params.json new file mode 100644 index 0000000..acec056 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6domainname_params.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "domain1.lan" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6float.json b/tests/results/test_namespace_read_write_mandatory/00_6float.json new file mode 100644 index 0000000..084b268 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6float.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": 1.1, + "var2": 1.1, + "var3": 1.1, + "var4": 1.1, + "var5": 1.1, + "var6": 1.1 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6number.json b/tests/results/test_namespace_read_write_mandatory/00_6number.json new file mode 100644 index 0000000..995af03 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6number.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": 1, + "var2": 1, + "var3": 1, + "var4": 1, + "var5": 1, + "var6": 1 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6port.json b/tests/results/test_namespace_read_write_mandatory/00_6port.json new file mode 100644 index 0000000..cc18b4b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6port.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "variable1": "80", + "variable2": "80", + "variable3": "80" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6regexp.json b/tests/results/test_namespace_read_write_mandatory/00_6regexp.json new file mode 100644 index 0000000..ba87802 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6regexp.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "#b1b1b1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_6string.json b/tests/results/test_namespace_read_write_mandatory/00_6string.json new file mode 100644 index 0000000..564c9ce --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_6string.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1", + "var5": "string1", + "var6": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_7choice_quote.json b/tests/results/test_namespace_read_write_mandatory/00_7choice_quote.json new file mode 100644 index 0000000..ddeb3f2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7choice_quote.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "quote'" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_7help_quote.json b/tests/results/test_namespace_read_write_mandatory/00_7help_quote.json new file mode 100644 index 0000000..bbe108c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7help_quote.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote.json b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote2.json b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote2.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote2.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote3.json b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote3.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote3.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_7value_quote.json b/tests/results/test_namespace_read_write_mandatory/00_7value_quote.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_7value_quote.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_8calculation_information.json b/tests/results/test_namespace_read_write_mandatory/00_8calculation_information.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_8calculation_information.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_8test.json b/tests/results/test_namespace_read_write_mandatory/00_8test.json new file mode 100644 index 0000000..0cc0244 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_8test.json @@ -0,0 +1,13 @@ +{ + "rougail": { + "var1": "test", + "var2": "test", + "var3": "test1", + "var4": null, + "var5": false, + "var6": [ + "test1", + "test2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9choice_variable_multi.json b/tests/results/test_namespace_read_write_mandatory/00_9choice_variable_multi.json new file mode 100644 index 0000000..f4b8198 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9choice_variable_multi.json @@ -0,0 +1,12 @@ +{ + "rougail": { + "variable1": [ + "val1", + "val2" + ], + "variable2": [ + "val1", + "val2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9choice_variables.json b/tests/results/test_namespace_read_write_mandatory/00_9choice_variables.json new file mode 100644 index 0000000..af00645 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9choice_variables.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "source_variable_1": "string1", + "source_variable_2": "string1", + "my_variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation.json b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information.json b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information.json new file mode 100644 index 0000000..6afc28c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.json b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.json new file mode 100644 index 0000000..bbe108c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.json b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.json new file mode 100644 index 0000000..41d2f2c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "my_variable": "string1", + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.json b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.json new file mode 100644 index 0000000..41d2f2c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "my_variable": "string1", + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional.json b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional.json new file mode 100644 index 0000000..f15c18b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.json b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.json new file mode 100644 index 0000000..4d8a41f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "my_variable": [ + "string1", + "string2", + "string3" + ], + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.json b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.json new file mode 100644 index 0000000..bbe108c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable.json b/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable.json new file mode 100644 index 0000000..bbe108c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_integer.json b/tests/results/test_namespace_read_write_mandatory/00_9default_integer.json new file mode 100644 index 0000000..9d0f7db --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_integer.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": 0 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9extra.json b/tests/results/test_namespace_read_write_mandatory/00_9extra.json new file mode 100644 index 0000000..81c795f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9extra.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "variable": "string1" + }, + "extra": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/00_9extra_calculation.json b/tests/results/test_namespace_read_write_mandatory/00_9extra_calculation.json new file mode 100644 index 0000000..4efd665 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/00_9extra_calculation.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "variable": "string1" + }, + "extra": { + "variable1": "string1", + "variable2": "string1", + "variable3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_6boolean_multi.json b/tests/results/test_namespace_read_write_mandatory/01_6boolean_multi.json new file mode 100644 index 0000000..b22752c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_6boolean_multi.json @@ -0,0 +1,28 @@ +{ + "rougail": { + "var1": [ + true + ], + "var2": [ + true + ], + "var3": [ + true + ], + "var4": [ + true + ], + "var5": [ + true + ], + "var6": [ + true + ], + "var7": [ + true + ], + "var8": [ + true + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_6custom_multi.json b/tests/results/test_namespace_read_write_mandatory/01_6custom_multi.json new file mode 100644 index 0000000..71ab458 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_6custom_multi.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "custom1": [ + "string1", + "string2", + "string3" + ], + "custom2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_6float_multi.json b/tests/results/test_namespace_read_write_mandatory/01_6float_multi.json new file mode 100644 index 0000000..bbf2fb0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_6float_multi.json @@ -0,0 +1,44 @@ +{ + "rougail": { + "var1": [ + 1.1, + 2.2, + 3.3 + ], + "var2": [ + 1.1, + 2.2, + 3.3 + ], + "var3": [ + 1.1, + 2.2, + 3.3 + ], + "var4": [ + 1.1, + 2.2, + 3.3 + ], + "var5": [ + 1.1, + 2.2, + 3.3 + ], + "var6": [ + 1.1, + 2.2, + 3.3 + ], + "var7": [ + 1.1, + 2.2, + 3.3 + ], + "var8": [ + 1.1, + 2.2, + 3.3 + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_6number_multi.json b/tests/results/test_namespace_read_write_mandatory/01_6number_multi.json new file mode 100644 index 0000000..c93c7b8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_6number_multi.json @@ -0,0 +1,44 @@ +{ + "rougail": { + "var1": [ + 1, + 2, + 3 + ], + "var2": [ + 1, + 2, + 3 + ], + "var3": [ + 1, + 2, + 3 + ], + "var4": [ + 1, + 2, + 3 + ], + "var5": [ + 1, + 2, + 3 + ], + "var6": [ + 1, + 2, + 3 + ], + "var7": [ + 1, + 2, + 3 + ], + "var8": [ + 1, + 2, + 3 + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_6string_empty.json b/tests/results/test_namespace_read_write_mandatory/01_6string_empty.json new file mode 100644 index 0000000..0e19129 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_6string_empty.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_6string_multi.json b/tests/results/test_namespace_read_write_mandatory/01_6string_multi.json new file mode 100644 index 0000000..f58c202 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_6string_multi.json @@ -0,0 +1,40 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": [ + "string1", + "string2", + "string3" + ], + "var3": "string1", + "var4": [ + "string1", + "string2", + "string3" + ], + "var5": [ + "string1", + "string2", + "string3" + ], + "var6": [ + "string1", + "string2", + "string3" + ], + "var7": [ + "string1", + "string2", + "string3" + ], + "var8": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote.json b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote.json new file mode 100644 index 0000000..f9331f9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.json b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.json new file mode 100644 index 0000000..f9331f9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_7value_multi_quote.json b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_quote.json new file mode 100644 index 0000000..f9331f9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_quote.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_8calculation_information_multi.json b/tests/results/test_namespace_read_write_mandatory/01_8calculation_information_multi.json new file mode 100644 index 0000000..f9331f9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_8calculation_information_multi.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_multi.json b/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_multi.json new file mode 100644 index 0000000..9bfaa09 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_multi.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "variable1": [ + "string1", + "string2", + "string3" + ], + "variable2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_0type_param.json b/tests/results/test_namespace_read_write_mandatory/04_0type_param.json new file mode 100644 index 0000000..52e0d10 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_0type_param.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "int": 1 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_1auto_save.json b/tests/results/test_namespace_read_write_mandatory/04_1auto_save.json new file mode 100644 index 0000000..72714e9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_1auto_save.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.json b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.json new file mode 100644 index 0000000..1642fe4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.json b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.json new file mode 100644 index 0000000..6bea276 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "yes" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_hidden.json b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_hidden.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_hidden.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden.json b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden.json new file mode 100644 index 0000000..f6b6d41 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1", + "var3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.json b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.json new file mode 100644 index 0000000..f6b6d41 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1", + "var3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation.json new file mode 100644 index 0000000..023eeb1 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "condition": "string1", + "variable1": "string1", + "variable2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_default.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_default.json new file mode 100644 index 0000000..c9e4b51 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_default.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "condition": "string1", + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.json new file mode 100644 index 0000000..17799a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.json new file mode 100644 index 0000000..2b8f867 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "condition": true + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.json new file mode 100644 index 0000000..2b8f867 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "condition": true + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.json new file mode 100644 index 0000000..c12450b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": "string1", + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.json new file mode 100644 index 0000000..2ac60ee --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "condition": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation.json b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation.json new file mode 100644 index 0000000..c9e4b51 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "condition": "string1", + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation2.json b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation2.json new file mode 100644 index 0000000..2ac60ee --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation2.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "condition": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.json b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.json new file mode 100644 index 0000000..c9e4b51 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "condition": "string1", + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5validators.json b/tests/results/test_namespace_read_write_mandatory/04_5validators.json new file mode 100644 index 0000000..52e0d10 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "int": 1 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5validators_differ.json b/tests/results/test_namespace_read_write_mandatory/04_5validators_differ.json new file mode 100644 index 0000000..9951379 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_differ.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "another_value", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5validators_multi.json b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi.json new file mode 100644 index 0000000..0e19129 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5validators_multi2.json b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi2.json new file mode 100644 index 0000000..88ac979 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi2.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "var1": [ + "val1", + "val2" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/05_0multi_not_uniq.json b/tests/results/test_namespace_read_write_mandatory/05_0multi_not_uniq.json new file mode 100644 index 0000000..0e19129 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/05_0multi_not_uniq.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/05_0multi_uniq.json b/tests/results/test_namespace_read_write_mandatory/05_0multi_uniq.json new file mode 100644 index 0000000..f9331f9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/05_0multi_uniq.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/12_1auto_save_expert.json b/tests/results/test_namespace_read_write_mandatory/12_1auto_save_expert.json new file mode 100644 index 0000000..f475967 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/12_1auto_save_expert.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_0redefine_description.json b/tests/results/test_namespace_read_write_mandatory/16_0redefine_description.json new file mode 100644 index 0000000..6afc28c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_0redefine_description.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_calculation.json b/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_calculation.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_calculation.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_disabled.json b/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_disabled.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_2family_redefine_disabled.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5exists_nonexists.json b/tests/results/test_namespace_read_write_mandatory/16_5exists_nonexists.json new file mode 100644 index 0000000..bbe108c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5exists_nonexists.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5exists_redefine.json b/tests/results/test_namespace_read_write_mandatory/16_5exists_redefine.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5exists_redefine.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_calculation.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_calculation.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_calculation.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_choice.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_choice.json new file mode 100644 index 0000000..504f896 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_choice.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "a" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_default.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_default.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_default.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_default_calculation.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_default_calculation.json new file mode 100644 index 0000000..d6117ad --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_default_calculation.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_family.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_family.json new file mode 100644 index 0000000..e9636c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_family.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "family": { + "variable": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_help.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_help.json new file mode 100644 index 0000000..e9636c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_help.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "family": { + "variable": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_hidden.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_hidden.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_hidden.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_multi.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_multi.json new file mode 100644 index 0000000..f9331f9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_multi.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.json b/tests/results/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.json new file mode 100644 index 0000000..c12450b --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": "string1", + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_5test_redefine.json b/tests/results/test_namespace_read_write_mandatory/16_5test_redefine.json new file mode 100644 index 0000000..3a43ee3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_5test_redefine.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "var1": "test1", + "var2": "test1", + "var3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_6choice_redefine.json b/tests/results/test_namespace_read_write_mandatory/16_6choice_redefine.json new file mode 100644 index 0000000..0b40a37 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_6choice_redefine.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "a" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16_6exists_redefine_family.json b/tests/results/test_namespace_read_write_mandatory/16_6exists_redefine_family.json new file mode 100644 index 0000000..e75d560 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16_6exists_redefine_family.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "family1": { + "variable1": "string1" + }, + "family2": { + "variable2": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/16exists_exists.json b/tests/results/test_namespace_read_write_mandatory/16exists_exists.json new file mode 100644 index 0000000..6afc28c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/16exists_exists.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/17_5redefine_leadership.json b/tests/results/test_namespace_read_write_mandatory/17_5redefine_leadership.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/17_5redefine_leadership.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_0empty_family.json b/tests/results/test_namespace_read_write_mandatory/20_0empty_family.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_0empty_family.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_0family_append.json b/tests/results/test_namespace_read_write_mandatory/20_0family_append.json new file mode 100644 index 0000000..54e7324 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_0family_append.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "family": { + "var1": "string1", + "var2": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_0family_underscore.json b/tests/results/test_namespace_read_write_mandatory/20_0family_underscore.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_0family_underscore.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_0multi_family.json b/tests/results/test_namespace_read_write_mandatory/20_0multi_family.json new file mode 100644 index 0000000..b513015 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_0multi_family.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "family": { + "subfamily": { + "variable": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_basic.json b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_basic.json new file mode 100644 index 0000000..b513015 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_basic.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "family": { + "subfamily": { + "variable": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_expert.json b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_expert.json new file mode 100644 index 0000000..b513015 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_expert.json @@ -0,0 +1,9 @@ +{ + "rougail": { + "family": { + "subfamily": { + "variable": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_order.json b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_order.json new file mode 100644 index 0000000..de74358 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_order.json @@ -0,0 +1,12 @@ +{ + "rougail": { + "variable": "string1", + "family": { + "variable1": "string1", + "subfamily": { + "variable": "string1" + }, + "variable2": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_0validators_differ_redefine.json b/tests/results/test_namespace_read_write_mandatory/20_0validators_differ_redefine.json new file mode 100644 index 0000000..101699e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_0validators_differ_redefine.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1", + "var3": "yes" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_1empty_subfamily.json b/tests/results/test_namespace_read_write_mandatory/20_1empty_subfamily.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_1empty_subfamily.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/20_9default_information_parent.json b/tests/results/test_namespace_read_write_mandatory/20_9default_information_parent.json new file mode 100644 index 0000000..54e7324 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/20_9default_information_parent.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "family": { + "var1": "string1", + "var2": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition.json b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition.json new file mode 100644 index 0000000..484d9cc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "condition": "string1", + "family": { + "var1": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.json b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.json new file mode 100644 index 0000000..c90033a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "condition": true, + "family": { + "variable": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.json b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.json new file mode 100644 index 0000000..6e9f986 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "condition": "string1", + "family": { + "subfamily": { + "var1": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.json b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.json new file mode 100644 index 0000000..2b8f867 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.json @@ -0,0 +1,5 @@ +{ + "rougail": { + "condition": true + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.json b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.json new file mode 100644 index 0000000..25a6288 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "condition1": true, + "condition2": true, + "family": {} + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.json b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.json new file mode 100644 index 0000000..5b78a18 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "condition": "string1", + "family": { + "sub_family": { + "var1": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition.json b/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition.json new file mode 100644 index 0000000..c68ee9e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": "string1", + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.json b/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.json new file mode 100644 index 0000000..669b908 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": true, + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_7validators_variable_optional.json b/tests/results/test_namespace_read_write_mandatory/24_7validators_variable_optional.json new file mode 100644 index 0000000..f9b775d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_7validators_variable_optional.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "general": { + "int": 5, + "int2": 1 + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/24_family_disabled_var_hidden.json b/tests/results/test_namespace_read_write_mandatory/24_family_disabled_var_hidden.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/24_family_disabled_var_hidden.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership.json new file mode 100644 index 0000000..e709868 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership.json @@ -0,0 +1,21 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_diff_name.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership_diff_name.json new file mode 100644 index 0000000..c26e0de --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_diff_name.json @@ -0,0 +1,21 @@ +{ + "rougail": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_empty.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership_empty.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_empty.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.json new file mode 100644 index 0000000..e709868 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.json @@ -0,0 +1,21 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.json new file mode 100644 index 0000000..8045654 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.json @@ -0,0 +1,45 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + }, + { + "leader": "string2", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + }, + { + "leader": "string3", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.json new file mode 100644 index 0000000..8045654 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.json @@ -0,0 +1,45 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + }, + { + "leader": "string2", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + }, + { + "leader": "string3", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.json new file mode 100644 index 0000000..36f973a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1" + }, + { + "leader": "string2", + "follower1": "string2" + }, + { + "leader": "string3", + "follower1": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.json new file mode 100644 index 0000000..e9b4016 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.json @@ -0,0 +1,26 @@ +{ + "rougail": { + "general": { + "mode_conteneur_actif": "string1" + }, + "general1": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_1leadership_append_follower.json b/tests/results/test_namespace_read_write_mandatory/40_1leadership_append_follower.json new file mode 100644 index 0000000..dbed36d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_1leadership_append_follower.json @@ -0,0 +1,24 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1", + "follower3": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2", + "follower3": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3", + "follower3": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index.json b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index.json new file mode 100644 index 0000000..5a1a54f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": 1 + }, + { + "leader": "string2", + "follower1": 2 + }, + { + "leader": "string3", + "follower1": 3 + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.json b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.json new file mode 100644 index 0000000..5a1a54f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": 1 + }, + { + "leader": "string2", + "follower1": 2 + }, + { + "leader": "string3", + "follower1": 3 + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.json b/tests/results/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.json new file mode 100644 index 0000000..e709868 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.json @@ -0,0 +1,21 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi.json b/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi.json new file mode 100644 index 0000000..e1669ec --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi.json @@ -0,0 +1,45 @@ +{ + "rougail": { + "leadership": [ + { + "leader": "string1", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + }, + { + "leader": "string2", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + }, + { + "leader": "string3", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean.json b/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean.json new file mode 100644 index 0000000..641cb3c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean.json @@ -0,0 +1,11 @@ +{ + "rougail": { + "bool": true, + "multi1": [ + true + ], + "multi2": [ + true + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.json b/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.json new file mode 100644 index 0000000..77ba363 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": true + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_integer.json b/tests/results/test_namespace_read_write_mandatory/40_8calculation_integer.json new file mode 100644 index 0000000..cea2a22 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_integer.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "bool": true, + "int1": 1, + "int2": 1 + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable.json b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable.json new file mode 100644 index 0000000..fd259d8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable.json @@ -0,0 +1,11 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.json b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.json new file mode 100644 index 0000000..b4a498f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "var": "string1", + "fam1": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.json b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.json new file mode 100644 index 0000000..a239e2f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "fam1": { + "var": "string1" + }, + "fam2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/41_0choice_leader.json b/tests/results/test_namespace_read_write_mandatory/41_0choice_leader.json new file mode 100644 index 0000000..53aa1de --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/41_0choice_leader.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "a" + }, + { + "leader": "string2", + "follower1": "b" + }, + { + "leader": "string3", + "follower1": "c" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_0leadership_hidden.json b/tests/results/test_namespace_read_write_mandatory/44_0leadership_hidden.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/44_0leadership_hidden.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_0leadership_leader_hidden.json b/tests/results/test_namespace_read_write_mandatory/44_0leadership_leader_hidden.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/44_0leadership_leader_hidden.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_1leadership_append_hidden_follower.json b/tests/results/test_namespace_read_write_mandatory/44_1leadership_append_hidden_follower.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/44_1leadership_append_hidden_follower.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.json b/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.json new file mode 100644 index 0000000..7472cac --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "condition": true, + "leader": [ + { + "leader": "string1", + "follower": "string1" + }, + { + "leader": "string2", + "follower": "string2" + }, + { + "leader": "string3", + "follower": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory.json b/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory.json new file mode 100644 index 0000000..36f973a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1" + }, + { + "leader": "string2", + "follower1": "string2" + }, + { + "leader": "string3", + "follower1": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.json b/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.json new file mode 100644 index 0000000..eb8b73a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower": "string1" + }, + { + "leader": "string2", + "follower": "string2" + }, + { + "leader": "string3", + "follower": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.json b/tests/results/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.json new file mode 100644 index 0000000..97ab360 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "condition": "string1", + "leader": [ + { + "leader": "string1", + "follower": "string1" + }, + { + "leader": "string2", + "follower": "string2" + }, + { + "leader": "string3", + "follower": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.json b/tests/results/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.json new file mode 100644 index 0000000..97ab360 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "condition": "string1", + "leader": [ + { + "leader": "string1", + "follower": "string1" + }, + { + "leader": "string2", + "follower": "string2" + }, + { + "leader": "string3", + "follower": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.json b/tests/results/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.json new file mode 100644 index 0000000..eb8b73a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower": "string1" + }, + { + "leader": "string2", + "follower": "string2" + }, + { + "leader": "string3", + "follower": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic.json new file mode 100644 index 0000000..1b8f9a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.json new file mode 100644 index 0000000..c96266f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "vardyn": "string1" + }, + "dynstring2": { + "vardyn": "string1" + }, + "dynstring3": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.json new file mode 100644 index 0000000..e55f04e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "vardyn": "string1" + }, + "dynval2": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.json new file mode 100644 index 0000000..c96266f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "vardyn": "string1" + }, + "dynstring2": { + "vardyn": "string1" + }, + "dynstring3": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.json new file mode 100644 index 0000000..e55f04e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "vardyn": "string1" + }, + "dynval2": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.json new file mode 100644 index 0000000..c96266f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "vardyn": "string1" + }, + "dynstring2": { + "vardyn": "string1" + }, + "dynstring3": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.json new file mode 100644 index 0000000..e55f04e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "vardyn": "string1" + }, + "dynval2": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_empty.json new file mode 100644 index 0000000..1b8f9a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_empty.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.json new file mode 100644 index 0000000..4045a87 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var": [ + 1, + 2, + 3 + ], + "dyn1": { + "var": "string1" + }, + "dyn2": { + "var": "string1" + }, + "dyn3": { + "var": "string1" + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number_empty.json new file mode 100644 index 0000000..a400bdc --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number_empty.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var": [ + 1, + 2 + ], + "dyn1": { + "var": "string1" + }, + "dyn2": { + "var": "string1" + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.json new file mode 100644 index 0000000..1b8f9a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.json new file mode 100644 index 0000000..4d2d4f8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_static.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_static.json new file mode 100644 index 0000000..7ea5a70 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_static.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_test.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_test.json new file mode 100644 index 0000000..4d2d4f8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_test.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.json new file mode 100644 index 0000000..1b8f9a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.json new file mode 100644 index 0000000..1b8f9a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.json new file mode 100644 index 0000000..4d2d4f8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_empty.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_empty.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_hidden.json b/tests/results/test_namespace_read_write_mandatory/60_0family_hidden.json new file mode 100644 index 0000000..91936ef --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_hidden.json @@ -0,0 +1,3 @@ +{ + "rougail": {} +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_mode.json b/tests/results/test_namespace_read_write_mandatory/60_0family_mode.json new file mode 100644 index 0000000..0b2fe82 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_mode.json @@ -0,0 +1,7 @@ +{ + "rougail": { + "family": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.json b/tests/results/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.json new file mode 100644 index 0000000..99b258c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn1": { + "var": "string1" + }, + "dyn2": { + "var": "string1" + }, + "dyn3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.json b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.json new file mode 100644 index 0000000..194ec91 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.json @@ -0,0 +1,25 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "family": { + "var": "string1" + } + }, + "dynstring2": { + "family": { + "var": "string1" + } + }, + "dynstring3": { + "family": { + "var": "string1" + } + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json new file mode 100644 index 0000000..fb62e4e --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json @@ -0,0 +1,25 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "family": { + "var": "string1" + } + }, + "dynstring2": { + "family": { + "var": "string1" + } + }, + "dynstring3": { + "family": { + "var": "string1" + } + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json new file mode 100644 index 0000000..6568468 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "family": { + "var": "string1" + } + }, + "dynval2": { + "family": { + "var": "string1" + } + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json new file mode 100644 index 0000000..04f1cb4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "family": { + "var": "string1" + } + }, + "dynval2": { + "family": { + "var": "string1" + } + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.json b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.json new file mode 100644 index 0000000..d60dcd4 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + }, + "newvar": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.json b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.json new file mode 100644 index 0000000..1c2c3da --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + }, + "newvar": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.json new file mode 100644 index 0000000..6554ee6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "dynstring1": { + "vardyn": "string1" + }, + "dynstring2": { + "vardyn": "string1" + }, + "dynstring3": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.json new file mode 100644 index 0000000..ec1cc6f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "var2": "string1", + "dynval1": { + "vardyn": "string1" + }, + "dynval2": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.json new file mode 100644 index 0000000..4f099df --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.json new file mode 100644 index 0000000..1b8f9a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.json new file mode 100644 index 0000000..4d2d4f8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.json new file mode 100644 index 0000000..3317b09 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.json @@ -0,0 +1,8 @@ +{ + "rougail": { + "dynval1": {}, + "dynval2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.json new file mode 100644 index 0000000..1dc5dc0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.json new file mode 100644 index 0000000..1b8f9a0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.json @@ -0,0 +1,18 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.json new file mode 100644 index 0000000..4d2d4f8 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.json @@ -0,0 +1,14 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.json new file mode 100644 index 0000000..4f099df --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var1": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.json new file mode 100644 index 0000000..1dc5dc0 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.json new file mode 100644 index 0000000..4cd78c5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.json @@ -0,0 +1,10 @@ +{ + "rougail": { + "dynval1": { + "var": "string1", + "family": { + "var": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.json new file mode 100644 index 0000000..b6f924c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.json @@ -0,0 +1,34 @@ +{ + "rougail": { + "var": [ + "val1", + "val2", + "val3", + "val4" + ], + "val1_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "val2_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "val3_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "val4_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.json new file mode 100644 index 0000000..b6f924c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.json @@ -0,0 +1,34 @@ +{ + "rougail": { + "var": [ + "val1", + "val2", + "val3", + "val4" + ], + "val1_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "val2_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "val3_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "val4_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.json new file mode 100644 index 0000000..4b1899d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.json @@ -0,0 +1,23 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "my_dyn_family_string1": { + "var": "string1" + }, + "my_dyn_family_string2": { + "var": "string1" + }, + "my_dyn_family_string3": { + "var": "string1" + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.json new file mode 100644 index 0000000..761c7d5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.json @@ -0,0 +1,23 @@ +{ + "rougail": { + "var2": [ + "string1", + "string2", + "string3" + ], + "var": [ + "string1", + "string2", + "string3" + ], + "my_dyn_family_string1": { + "var": "string1" + }, + "my_dyn_family_string2": { + "var": "string1" + }, + "my_dyn_family_string3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.json new file mode 100644 index 0000000..ad5dc73 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var2": [ + "string1", + "string2", + "string3" + ], + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "string1" + }, + "my_dyn_family_val2": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.json new file mode 100644 index 0000000..b957e1f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "string1" + }, + "my_dyn_family_val2": { + "var": "string1" + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.json new file mode 100644 index 0000000..4b1899d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.json @@ -0,0 +1,23 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "my_dyn_family_string1": { + "var": "string1" + }, + "my_dyn_family_string2": { + "var": "string1" + }, + "my_dyn_family_string3": { + "var": "string1" + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.json new file mode 100644 index 0000000..b957e1f --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "var": "string1" + }, + "my_dyn_family_val2": { + "var": "string1" + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.json new file mode 100644 index 0000000..845f585 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.json @@ -0,0 +1,47 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "my_dyn_family_string1": { + "subdyn_string1": { + "var": "string1" + }, + "subdyn_string2": { + "var": "string1" + }, + "subdyn_string3": { + "var": "string1" + } + }, + "my_dyn_family_string2": { + "subdyn_string1": { + "var": "string1" + }, + "subdyn_string2": { + "var": "string1" + }, + "subdyn_string3": { + "var": "string1" + } + }, + "my_dyn_family_string3": { + "subdyn_string1": { + "var": "string1" + }, + "subdyn_string2": { + "var": "string1" + }, + "subdyn_string3": { + "var": "string1" + } + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.json new file mode 100644 index 0000000..af78994 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.json @@ -0,0 +1,29 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "my_dyn_family_val1": { + "subdyn_val1": { + "var": "string1" + }, + "subdyn_val2": { + "var": "string1" + } + }, + "my_dyn_family_val2": { + "subdyn_val1": { + "var": "string1" + }, + "subdyn_val2": { + "var": "string1" + } + }, + "var2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.json new file mode 100644 index 0000000..c81839d --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.json @@ -0,0 +1,19 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1" + }, + "dyn_string2": { + "var": "string1" + }, + "dyn_string3": { + "var": "string1" + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json new file mode 100644 index 0000000..f2bd537 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json @@ -0,0 +1,15 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dyn_val1": { + "var": "string1" + }, + "dyn_val2": { + "var": "string1" + }, + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside.json b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside.json new file mode 100644 index 0000000..f033ce2 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside.json @@ -0,0 +1,27 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "string1_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "string2_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "string3_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.json b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.json new file mode 100644 index 0000000..5d4b911 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.json @@ -0,0 +1,20 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "val1_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + }, + "val2_dyn": { + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.json b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.json new file mode 100644 index 0000000..3d879b3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.json @@ -0,0 +1,66 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + }, + "dynstring2": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + }, + "dynstring3": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.json b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.json new file mode 100644 index 0000000..c06183c --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.json @@ -0,0 +1,46 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + }, + "dynval2": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.json b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.json new file mode 100644 index 0000000..f5de2c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.json @@ -0,0 +1,75 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string2": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string3": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + } + }, + "dynstring2": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string2": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string3": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + } + }, + "dynstring3": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string2": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string3": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.json b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.json new file mode 100644 index 0000000..f5de2c9 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.json @@ -0,0 +1,75 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string2": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string3": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + } + }, + "dynstring2": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string2": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string3": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + } + }, + "dynstring3": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string2": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string3": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.json b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.json new file mode 100644 index 0000000..604ed35 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.json @@ -0,0 +1,52 @@ +{ + "rougail": { + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string2": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string3": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + } + }, + "dynval2": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string2": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + }, + "dyn_string3": { + "var": "string1", + "var_identifier": "string1", + "var_identifiers": "string1" + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic.json b/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic.json new file mode 100644 index 0000000..5f9499a --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic.json @@ -0,0 +1,20 @@ +{ + "rougail": { + "var": [ + "string1", + "string2", + "string3" + ] + }, + "extra": { + "dyn_string1": { + "var": "string1" + }, + "dyn_string2": { + "var": "string1" + }, + "dyn_string3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic_extra.json b/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic_extra.json new file mode 100644 index 0000000..f723274 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic_extra.json @@ -0,0 +1,27 @@ +{ + "rougail": { + "general": { + "varname": [ + "string1", + "string2", + "string3" + ] + } + }, + "extra": { + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1" + }, + "dyn_string2": { + "var": "string1" + }, + "dyn_string3": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.json b/tests/results/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.json new file mode 100644 index 0000000..33876c3 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.json @@ -0,0 +1,11 @@ +{ + "rougail": { + "var": "string1", + "dynval1": { + "vardyn": "string1" + }, + "dynstring1": { + "vardyn": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/68_0family_leadership_mode.json b/tests/results/test_namespace_read_write_mandatory/68_0family_leadership_mode.json new file mode 100644 index 0000000..e709868 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/68_0family_leadership_mode.json @@ -0,0 +1,21 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_0empty.json b/tests/results/test_read_write/00_0empty.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/00_0empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/00_0version_underscore.json b/tests/results/test_read_write/00_0version_underscore.json new file mode 100644 index 0000000..3c6559f --- /dev/null +++ b/tests/results/test_read_write/00_0version_underscore.json @@ -0,0 +1,3 @@ +{ + "version": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_1empty_variable.json b/tests/results/test_read_write/00_1empty_variable.json new file mode 100644 index 0000000..e04d0f9 --- /dev/null +++ b/tests/results/test_read_write/00_1empty_variable.json @@ -0,0 +1,3 @@ +{ + "empty": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_2default_calculated.json b/tests/results/test_read_write/00_2default_calculated.json new file mode 100644 index 0000000..d78a44a --- /dev/null +++ b/tests/results/test_read_write/00_2default_calculated.json @@ -0,0 +1,6 @@ +{ + "var1": "no", + "var2": [ + "no" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_2default_calculated_multi.json b/tests/results/test_read_write/00_2default_calculated_multi.json new file mode 100644 index 0000000..61cc2a1 --- /dev/null +++ b/tests/results/test_read_write/00_2default_calculated_multi.json @@ -0,0 +1,12 @@ +{ + "var1": [ + "no", + "yes", + "maybe" + ], + "var2": [ + "no", + "yes", + "maybe" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_2default_calculated_variable_transitive.json b/tests/results/test_read_write/00_2default_calculated_variable_transitive.json new file mode 100644 index 0000000..98418d2 --- /dev/null +++ b/tests/results/test_read_write/00_2default_calculated_variable_transitive.json @@ -0,0 +1,4 @@ +{ + "var1": [], + "var2": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_4load_subfolder.json b/tests/results/test_read_write/00_4load_subfolder.json new file mode 100644 index 0000000..be7160d --- /dev/null +++ b/tests/results/test_read_write/00_4load_subfolder.json @@ -0,0 +1,4 @@ +{ + "var1": null, + "var2": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_5load_notype.json b/tests/results/test_read_write/00_5load_notype.json new file mode 100644 index 0000000..d9a7e7b --- /dev/null +++ b/tests/results/test_read_write/00_5load_notype.json @@ -0,0 +1,3 @@ +{ + "without_type": "non" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6boolean.json b/tests/results/test_read_write/00_6boolean.json new file mode 100644 index 0000000..5b090e3 --- /dev/null +++ b/tests/results/test_read_write/00_6boolean.json @@ -0,0 +1,8 @@ +{ + "var1": true, + "var2": true, + "var3": true, + "var4": false, + "var5": false, + "var6": false +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6boolean_no_mandatory.json b/tests/results/test_read_write/00_6boolean_no_mandatory.json new file mode 100644 index 0000000..5b55ee3 --- /dev/null +++ b/tests/results/test_read_write/00_6boolean_no_mandatory.json @@ -0,0 +1,3 @@ +{ + "variable": true +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6choice.json b/tests/results/test_read_write/00_6choice.json new file mode 100644 index 0000000..df399ec --- /dev/null +++ b/tests/results/test_read_write/00_6choice.json @@ -0,0 +1,8 @@ +{ + "var1": null, + "var2": null, + "var3": null, + "var4": null, + "var5": "a", + "var6": 1 +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6choice_calculation.json b/tests/results/test_read_write/00_6choice_calculation.json new file mode 100644 index 0000000..4a7c4c2 --- /dev/null +++ b/tests/results/test_read_write/00_6choice_calculation.json @@ -0,0 +1,3 @@ +{ + "var": 9 +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6choice_variable.json b/tests/results/test_read_write/00_6choice_variable.json new file mode 100644 index 0000000..9654b19 --- /dev/null +++ b/tests/results/test_read_write/00_6choice_variable.json @@ -0,0 +1,8 @@ +{ + "var1": [ + "a", + "b", + "c" + ], + "var2": "a" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6custom.json b/tests/results/test_read_write/00_6custom.json new file mode 100644 index 0000000..63e88af --- /dev/null +++ b/tests/results/test_read_write/00_6custom.json @@ -0,0 +1,4 @@ +{ + "custom1": null, + "custom2": "value" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6domainname.json b/tests/results/test_read_write/00_6domainname.json new file mode 100644 index 0000000..70b3ae9 --- /dev/null +++ b/tests/results/test_read_write/00_6domainname.json @@ -0,0 +1,3 @@ +{ + "variable": "my.domain.name" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6domainname_params.json b/tests/results/test_read_write/00_6domainname_params.json new file mode 100644 index 0000000..70b3ae9 --- /dev/null +++ b/tests/results/test_read_write/00_6domainname_params.json @@ -0,0 +1,3 @@ +{ + "variable": "my.domain.name" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6float.json b/tests/results/test_read_write/00_6float.json new file mode 100644 index 0000000..721c9a0 --- /dev/null +++ b/tests/results/test_read_write/00_6float.json @@ -0,0 +1,8 @@ +{ + "var1": 0.0, + "var2": 0.0, + "var3": 0.0, + "var4": 10.1, + "var5": 10.1, + "var6": 10.1 +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6number.json b/tests/results/test_read_write/00_6number.json new file mode 100644 index 0000000..7c10ba4 --- /dev/null +++ b/tests/results/test_read_write/00_6number.json @@ -0,0 +1,8 @@ +{ + "var1": 0, + "var2": 0, + "var3": 0, + "var4": 10, + "var5": 10, + "var6": 10 +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6port.json b/tests/results/test_read_write/00_6port.json new file mode 100644 index 0000000..a41a436 --- /dev/null +++ b/tests/results/test_read_write/00_6port.json @@ -0,0 +1,5 @@ +{ + "variable1": null, + "variable2": "8080", + "variable3": "8080" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6regexp.json b/tests/results/test_read_write/00_6regexp.json new file mode 100644 index 0000000..85de7c6 --- /dev/null +++ b/tests/results/test_read_write/00_6regexp.json @@ -0,0 +1,3 @@ +{ + "var": "#a1a1a1" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_6string.json b/tests/results/test_read_write/00_6string.json new file mode 100644 index 0000000..3783302 --- /dev/null +++ b/tests/results/test_read_write/00_6string.json @@ -0,0 +1,8 @@ +{ + "var1": null, + "var2": null, + "var3": null, + "var4": "value", + "var5": "value", + "var6": "value" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_7choice_quote.json b/tests/results/test_read_write/00_7choice_quote.json new file mode 100644 index 0000000..6af09c5 --- /dev/null +++ b/tests/results/test_read_write/00_7choice_quote.json @@ -0,0 +1,3 @@ +{ + "var": "quote'" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_7help_quote.json b/tests/results/test_read_write/00_7help_quote.json new file mode 100644 index 0000000..be7160d --- /dev/null +++ b/tests/results/test_read_write/00_7help_quote.json @@ -0,0 +1,4 @@ +{ + "var1": null, + "var2": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_7value_doublequote.json b/tests/results/test_read_write/00_7value_doublequote.json new file mode 100644 index 0000000..c907a18 --- /dev/null +++ b/tests/results/test_read_write/00_7value_doublequote.json @@ -0,0 +1,3 @@ +{ + "variable": "quote\"" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_7value_doublequote2.json b/tests/results/test_read_write/00_7value_doublequote2.json new file mode 100644 index 0000000..6451b63 --- /dev/null +++ b/tests/results/test_read_write/00_7value_doublequote2.json @@ -0,0 +1,3 @@ +{ + "variable": "quote'\"" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_7value_doublequote3.json b/tests/results/test_read_write/00_7value_doublequote3.json new file mode 100644 index 0000000..996373c --- /dev/null +++ b/tests/results/test_read_write/00_7value_doublequote3.json @@ -0,0 +1,3 @@ +{ + "variable": "quote\\\"\\'" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_7value_quote.json b/tests/results/test_read_write/00_7value_quote.json new file mode 100644 index 0000000..15ee9c4 --- /dev/null +++ b/tests/results/test_read_write/00_7value_quote.json @@ -0,0 +1,3 @@ +{ + "variable": "quote'" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_8calculation_information.json b/tests/results/test_read_write/00_8calculation_information.json new file mode 100644 index 0000000..ef1eb16 --- /dev/null +++ b/tests/results/test_read_write/00_8calculation_information.json @@ -0,0 +1,3 @@ +{ + "variable": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_8test.json b/tests/results/test_read_write/00_8test.json new file mode 100644 index 0000000..2f2260f --- /dev/null +++ b/tests/results/test_read_write/00_8test.json @@ -0,0 +1,8 @@ +{ + "var1": null, + "var2": "value", + "var3": null, + "var4": null, + "var5": true, + "var6": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_9choice_variable_multi.json b/tests/results/test_read_write/00_9choice_variable_multi.json new file mode 100644 index 0000000..327a8e9 --- /dev/null +++ b/tests/results/test_read_write/00_9choice_variable_multi.json @@ -0,0 +1,4 @@ +{ + "variable1": [], + "variable2": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_9choice_variables.json b/tests/results/test_read_write/00_9choice_variables.json new file mode 100644 index 0000000..899a69a --- /dev/null +++ b/tests/results/test_read_write/00_9choice_variables.json @@ -0,0 +1,5 @@ +{ + "source_variable_1": "val1", + "source_variable_2": "val2", + "my_variable": "val1" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_9default_calculation.json b/tests/results/test_read_write/00_9default_calculation.json new file mode 100644 index 0000000..0d290a8 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation.json @@ -0,0 +1,3 @@ +{ + "variable": "string_1_True_None" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_9default_calculation_information.json b/tests/results/test_read_write/00_9default_calculation_information.json new file mode 100644 index 0000000..e828559 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_information.json @@ -0,0 +1,3 @@ +{ + "var": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_9default_calculation_information_other_variable.json b/tests/results/test_read_write/00_9default_calculation_information_other_variable.json new file mode 100644 index 0000000..be7160d --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_information_other_variable.json @@ -0,0 +1,4 @@ +{ + "var1": null, + "var2": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_9default_calculation_multi_optional.json b/tests/results/test_read_write/00_9default_calculation_multi_optional.json new file mode 100644 index 0000000..803fdef --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_multi_optional.json @@ -0,0 +1,6 @@ +{ + "my_variable": "val1", + "my_calculated_variable": [ + "val1" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_9default_calculation_multi_optional2.json b/tests/results/test_read_write/00_9default_calculation_multi_optional2.json new file mode 100644 index 0000000..803fdef --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_multi_optional2.json @@ -0,0 +1,6 @@ +{ + "my_variable": "val1", + "my_calculated_variable": [ + "val1" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_9default_calculation_optional.json b/tests/results/test_read_write/00_9default_calculation_optional.json new file mode 100644 index 0000000..823a47c --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_optional.json @@ -0,0 +1,3 @@ +{ + "my_calculated_variable": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_9default_calculation_optional_exists.json b/tests/results/test_read_write/00_9default_calculation_optional_exists.json new file mode 100644 index 0000000..9038887 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_optional_exists.json @@ -0,0 +1,10 @@ +{ + "my_variable": [ + "val1", + "val2" + ], + "my_calculated_variable": [ + "val1", + "val2" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_9default_calculation_param_optional.json b/tests/results/test_read_write/00_9default_calculation_param_optional.json new file mode 100644 index 0000000..657d129 --- /dev/null +++ b/tests/results/test_read_write/00_9default_calculation_param_optional.json @@ -0,0 +1,4 @@ +{ + "var1": "no", + "var2": "no" +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_9default_information_other_variable.json b/tests/results/test_read_write/00_9default_information_other_variable.json new file mode 100644 index 0000000..be7160d --- /dev/null +++ b/tests/results/test_read_write/00_9default_information_other_variable.json @@ -0,0 +1,4 @@ +{ + "var1": null, + "var2": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/00_9default_integer.json b/tests/results/test_read_write/00_9default_integer.json new file mode 100644 index 0000000..4a7c4c2 --- /dev/null +++ b/tests/results/test_read_write/00_9default_integer.json @@ -0,0 +1,3 @@ +{ + "var": 9 +} \ No newline at end of file diff --git a/tests/results/test_read_write/01_6boolean_multi.json b/tests/results/test_read_write/01_6boolean_multi.json new file mode 100644 index 0000000..6152273 --- /dev/null +++ b/tests/results/test_read_write/01_6boolean_multi.json @@ -0,0 +1,26 @@ +{ + "var1": [ + true + ], + "var2": [ + true + ], + "var3": [ + true + ], + "var4": [ + false + ], + "var5": [ + false + ], + "var6": [ + false + ], + "var7": [ + true + ], + "var8": [ + true + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/01_6custom_multi.json b/tests/results/test_read_write/01_6custom_multi.json new file mode 100644 index 0000000..a34c3cb --- /dev/null +++ b/tests/results/test_read_write/01_6custom_multi.json @@ -0,0 +1,6 @@ +{ + "custom1": [], + "custom2": [ + "value" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/01_6float_multi.json b/tests/results/test_read_write/01_6float_multi.json new file mode 100644 index 0000000..ef4e337 --- /dev/null +++ b/tests/results/test_read_write/01_6float_multi.json @@ -0,0 +1,26 @@ +{ + "var1": [ + 0.0 + ], + "var2": [ + 0.0 + ], + "var3": [ + 0.0 + ], + "var4": [ + 10.1 + ], + "var5": [ + 10.1 + ], + "var6": [ + 10.1 + ], + "var7": [ + 0.0 + ], + "var8": [ + 0.0 + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/01_6number_multi.json b/tests/results/test_read_write/01_6number_multi.json new file mode 100644 index 0000000..c249db9 --- /dev/null +++ b/tests/results/test_read_write/01_6number_multi.json @@ -0,0 +1,26 @@ +{ + "var1": [ + 0 + ], + "var2": [ + 0 + ], + "var3": [ + 0 + ], + "var4": [ + 10 + ], + "var5": [ + 10 + ], + "var6": [ + 10 + ], + "var7": [ + 0 + ], + "var8": [ + 0 + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/01_6string_empty.json b/tests/results/test_read_write/01_6string_empty.json new file mode 100644 index 0000000..381c94c --- /dev/null +++ b/tests/results/test_read_write/01_6string_empty.json @@ -0,0 +1,6 @@ +{ + "var1": [ + "value", + null + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/01_6string_multi.json b/tests/results/test_read_write/01_6string_multi.json new file mode 100644 index 0000000..5769676 --- /dev/null +++ b/tests/results/test_read_write/01_6string_multi.json @@ -0,0 +1,20 @@ +{ + "var1": [], + "var2": [], + "var3": null, + "var4": [ + "value" + ], + "var5": [ + "value" + ], + "var6": [ + "value" + ], + "var7": [ + "value" + ], + "var8": [ + "value" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/01_7value_multi_doublequote.json b/tests/results/test_read_write/01_7value_multi_doublequote.json new file mode 100644 index 0000000..1bed452 --- /dev/null +++ b/tests/results/test_read_write/01_7value_multi_doublequote.json @@ -0,0 +1,5 @@ +{ + "variable": [ + "quote\"" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/01_7value_multi_doublequote2.json b/tests/results/test_read_write/01_7value_multi_doublequote2.json new file mode 100644 index 0000000..ddf5bde --- /dev/null +++ b/tests/results/test_read_write/01_7value_multi_doublequote2.json @@ -0,0 +1,5 @@ +{ + "variable": [ + "quote'\"" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/01_7value_multi_quote.json b/tests/results/test_read_write/01_7value_multi_quote.json new file mode 100644 index 0000000..6cd59fb --- /dev/null +++ b/tests/results/test_read_write/01_7value_multi_quote.json @@ -0,0 +1,5 @@ +{ + "variable": [ + "quote'" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/01_8calculation_information_multi.json b/tests/results/test_read_write/01_8calculation_information_multi.json new file mode 100644 index 0000000..ff6140f --- /dev/null +++ b/tests/results/test_read_write/01_8calculation_information_multi.json @@ -0,0 +1,5 @@ +{ + "variable": [ + "[]" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/01_9choice_variable_multi.json b/tests/results/test_read_write/01_9choice_variable_multi.json new file mode 100644 index 0000000..b92bd47 --- /dev/null +++ b/tests/results/test_read_write/01_9choice_variable_multi.json @@ -0,0 +1,8 @@ +{ + "variable1": [ + "a", + "b", + "c" + ], + "variable2": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/04_0type_param.json b/tests/results/test_read_write/04_0type_param.json new file mode 100644 index 0000000..9cd2edf --- /dev/null +++ b/tests/results/test_read_write/04_0type_param.json @@ -0,0 +1,3 @@ +{ + "int": 10 +} \ No newline at end of file diff --git a/tests/results/test_read_write/04_1auto_save.json b/tests/results/test_read_write/04_1auto_save.json new file mode 100644 index 0000000..da124bd --- /dev/null +++ b/tests/results/test_read_write/04_1auto_save.json @@ -0,0 +1,3 @@ +{ + "variable": "no" +} \ No newline at end of file diff --git a/tests/results/test_read_write/04_1auto_save_and_calculated.json b/tests/results/test_read_write/04_1auto_save_and_calculated.json new file mode 100644 index 0000000..657d129 --- /dev/null +++ b/tests/results/test_read_write/04_1auto_save_and_calculated.json @@ -0,0 +1,4 @@ +{ + "var1": "no", + "var2": "no" +} \ No newline at end of file diff --git a/tests/results/test_read_write/04_1auto_save_and_calculated_hidden.json b/tests/results/test_read_write/04_1auto_save_and_calculated_hidden.json new file mode 100644 index 0000000..78dad72 --- /dev/null +++ b/tests/results/test_read_write/04_1auto_save_and_calculated_hidden.json @@ -0,0 +1,4 @@ +{ + "var1": "no", + "var2": "yes" +} \ No newline at end of file diff --git a/tests/results/test_read_write/04_1auto_save_and_hidden.json b/tests/results/test_read_write/04_1auto_save_and_hidden.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/04_1auto_save_and_hidden.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/04_1default_calculation_hidden.json b/tests/results/test_read_write/04_1default_calculation_hidden.json new file mode 100644 index 0000000..16eb5a1 --- /dev/null +++ b/tests/results/test_read_write/04_1default_calculation_hidden.json @@ -0,0 +1,4 @@ +{ + "var1": "value", + "var3": "value" +} \ No newline at end of file diff --git a/tests/results/test_read_write/04_1default_calculation_hidden_2.json b/tests/results/test_read_write/04_1default_calculation_hidden_2.json new file mode 100644 index 0000000..16eb5a1 --- /dev/null +++ b/tests/results/test_read_write/04_1default_calculation_hidden_2.json @@ -0,0 +1,4 @@ +{ + "var1": "value", + "var3": "value" +} \ No newline at end of file diff --git a/tests/results/test_read_write/04_5disabled_calculation_optional.json b/tests/results/test_read_write/04_5disabled_calculation_optional.json new file mode 100644 index 0000000..f014dd4 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_optional.json @@ -0,0 +1,3 @@ +{ + "condition": "no" +} \ No newline at end of file diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable.json b/tests/results/test_read_write/04_5disabled_calculation_variable.json new file mode 100644 index 0000000..f3b34ce --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable.json @@ -0,0 +1,4 @@ +{ + "condition": false, + "variable": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable2.json b/tests/results/test_read_write/04_5disabled_calculation_variable2.json new file mode 100644 index 0000000..8a62275 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable2.json @@ -0,0 +1,3 @@ +{ + "condition": true +} \ No newline at end of file diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable3.json b/tests/results/test_read_write/04_5disabled_calculation_variable3.json new file mode 100644 index 0000000..42bf4a1 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable3.json @@ -0,0 +1,3 @@ +{ + "condition": "yes" +} \ No newline at end of file diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable4.json b/tests/results/test_read_write/04_5disabled_calculation_variable4.json new file mode 100644 index 0000000..7970429 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_variable4.json @@ -0,0 +1,4 @@ +{ + "condition": "yes", + "variable": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/04_5validators.json b/tests/results/test_read_write/04_5validators.json new file mode 100644 index 0000000..704f732 --- /dev/null +++ b/tests/results/test_read_write/04_5validators.json @@ -0,0 +1,3 @@ +{ + "int": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/04_5validators_differ.json b/tests/results/test_read_write/04_5validators_differ.json new file mode 100644 index 0000000..9d3f8bf --- /dev/null +++ b/tests/results/test_read_write/04_5validators_differ.json @@ -0,0 +1,4 @@ +{ + "var1": "oui", + "var2": "no" +} \ No newline at end of file diff --git a/tests/results/test_read_write/04_5validators_multi.json b/tests/results/test_read_write/04_5validators_multi.json new file mode 100644 index 0000000..4a5c86e --- /dev/null +++ b/tests/results/test_read_write/04_5validators_multi.json @@ -0,0 +1,6 @@ +{ + "var1": [ + "no", + "yes" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/04_5validators_multi2.json b/tests/results/test_read_write/04_5validators_multi2.json new file mode 100644 index 0000000..4a5c86e --- /dev/null +++ b/tests/results/test_read_write/04_5validators_multi2.json @@ -0,0 +1,6 @@ +{ + "var1": [ + "no", + "yes" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/05_0multi_not_uniq.json b/tests/results/test_read_write/05_0multi_not_uniq.json new file mode 100644 index 0000000..487a08c --- /dev/null +++ b/tests/results/test_read_write/05_0multi_not_uniq.json @@ -0,0 +1,5 @@ +{ + "var1": [ + "non" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/05_0multi_uniq.json b/tests/results/test_read_write/05_0multi_uniq.json new file mode 100644 index 0000000..a0b8946 --- /dev/null +++ b/tests/results/test_read_write/05_0multi_uniq.json @@ -0,0 +1,5 @@ +{ + "variable": [ + "non" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/12_1auto_save_expert.json b/tests/results/test_read_write/12_1auto_save_expert.json new file mode 100644 index 0000000..0da6253 --- /dev/null +++ b/tests/results/test_read_write/12_1auto_save_expert.json @@ -0,0 +1,3 @@ +{ + "var": "no" +} \ No newline at end of file diff --git a/tests/results/test_read_write/16_0redefine_description.json b/tests/results/test_read_write/16_0redefine_description.json new file mode 100644 index 0000000..e828559 --- /dev/null +++ b/tests/results/test_read_write/16_0redefine_description.json @@ -0,0 +1,3 @@ +{ + "var": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/16_2family_redefine_calculation.json b/tests/results/test_read_write/16_2family_redefine_calculation.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/16_2family_redefine_calculation.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/16_2family_redefine_disabled.json b/tests/results/test_read_write/16_2family_redefine_disabled.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/16_2family_redefine_disabled.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/16_5exists_nonexists.json b/tests/results/test_read_write/16_5exists_nonexists.json new file mode 100644 index 0000000..78dad72 --- /dev/null +++ b/tests/results/test_read_write/16_5exists_nonexists.json @@ -0,0 +1,4 @@ +{ + "var1": "no", + "var2": "yes" +} \ No newline at end of file diff --git a/tests/results/test_read_write/16_5exists_redefine.json b/tests/results/test_read_write/16_5exists_redefine.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/16_5exists_redefine.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/16_5redefine_calculation.json b/tests/results/test_read_write/16_5redefine_calculation.json new file mode 100644 index 0000000..c49772d --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_calculation.json @@ -0,0 +1,3 @@ +{ + "variable": "yes" +} \ No newline at end of file diff --git a/tests/results/test_read_write/16_5redefine_choice.json b/tests/results/test_read_write/16_5redefine_choice.json new file mode 100644 index 0000000..ef1eb16 --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_choice.json @@ -0,0 +1,3 @@ +{ + "variable": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/16_5redefine_default.json b/tests/results/test_read_write/16_5redefine_default.json new file mode 100644 index 0000000..c49772d --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_default.json @@ -0,0 +1,3 @@ +{ + "variable": "yes" +} \ No newline at end of file diff --git a/tests/results/test_read_write/16_5redefine_default_calculation.json b/tests/results/test_read_write/16_5redefine_default_calculation.json new file mode 100644 index 0000000..ef1eb16 --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_default_calculation.json @@ -0,0 +1,3 @@ +{ + "variable": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/16_5redefine_family.json b/tests/results/test_read_write/16_5redefine_family.json new file mode 100644 index 0000000..29d8b30 --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_family.json @@ -0,0 +1,5 @@ +{ + "family": { + "variable": null + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/16_5redefine_help.json b/tests/results/test_read_write/16_5redefine_help.json new file mode 100644 index 0000000..29d8b30 --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_help.json @@ -0,0 +1,5 @@ +{ + "family": { + "variable": null + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/16_5redefine_hidden.json b/tests/results/test_read_write/16_5redefine_hidden.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_hidden.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/16_5redefine_multi.json b/tests/results/test_read_write/16_5redefine_multi.json new file mode 100644 index 0000000..a0b8946 --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_multi.json @@ -0,0 +1,5 @@ +{ + "variable": [ + "non" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/16_5redefine_remove_disable_calculation.json b/tests/results/test_read_write/16_5redefine_remove_disable_calculation.json new file mode 100644 index 0000000..15e0d60 --- /dev/null +++ b/tests/results/test_read_write/16_5redefine_remove_disable_calculation.json @@ -0,0 +1,4 @@ +{ + "condition": "no", + "variable": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/16_5test_redefine.json b/tests/results/test_read_write/16_5test_redefine.json new file mode 100644 index 0000000..d8b50cc --- /dev/null +++ b/tests/results/test_read_write/16_5test_redefine.json @@ -0,0 +1,5 @@ +{ + "var1": "no", + "var2": "non", + "var3": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/16_6choice_redefine.json b/tests/results/test_read_write/16_6choice_redefine.json new file mode 100644 index 0000000..6e52b08 --- /dev/null +++ b/tests/results/test_read_write/16_6choice_redefine.json @@ -0,0 +1,3 @@ +{ + "var": "c" +} \ No newline at end of file diff --git a/tests/results/test_read_write/16_6exists_redefine_family.json b/tests/results/test_read_write/16_6exists_redefine_family.json new file mode 100644 index 0000000..ae98fc1 --- /dev/null +++ b/tests/results/test_read_write/16_6exists_redefine_family.json @@ -0,0 +1,8 @@ +{ + "family1": { + "variable1": null + }, + "family2": { + "variable2": null + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/16exists_exists.json b/tests/results/test_read_write/16exists_exists.json new file mode 100644 index 0000000..e828559 --- /dev/null +++ b/tests/results/test_read_write/16exists_exists.json @@ -0,0 +1,3 @@ +{ + "var": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/17_5redefine_leadership.json b/tests/results/test_read_write/17_5redefine_leadership.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/17_5redefine_leadership.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/20_0empty_family.json b/tests/results/test_read_write/20_0empty_family.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/20_0empty_family.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/20_0family_append.json b/tests/results/test_read_write/20_0family_append.json new file mode 100644 index 0000000..e024aac --- /dev/null +++ b/tests/results/test_read_write/20_0family_append.json @@ -0,0 +1,6 @@ +{ + "family": { + "var1": null, + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/20_0family_underscore.json b/tests/results/test_read_write/20_0family_underscore.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/20_0family_underscore.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/20_0multi_family.json b/tests/results/test_read_write/20_0multi_family.json new file mode 100644 index 0000000..ea888a6 --- /dev/null +++ b/tests/results/test_read_write/20_0multi_family.json @@ -0,0 +1,7 @@ +{ + "family": { + "subfamily": { + "variable": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/20_0multi_family_basic.json b/tests/results/test_read_write/20_0multi_family_basic.json new file mode 100644 index 0000000..ea888a6 --- /dev/null +++ b/tests/results/test_read_write/20_0multi_family_basic.json @@ -0,0 +1,7 @@ +{ + "family": { + "subfamily": { + "variable": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/20_0multi_family_expert.json b/tests/results/test_read_write/20_0multi_family_expert.json new file mode 100644 index 0000000..ea888a6 --- /dev/null +++ b/tests/results/test_read_write/20_0multi_family_expert.json @@ -0,0 +1,7 @@ +{ + "family": { + "subfamily": { + "variable": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/20_0multi_family_order.json b/tests/results/test_read_write/20_0multi_family_order.json new file mode 100644 index 0000000..4d05fca --- /dev/null +++ b/tests/results/test_read_write/20_0multi_family_order.json @@ -0,0 +1,10 @@ +{ + "variable": null, + "family": { + "variable1": null, + "subfamily": { + "variable": null + }, + "variable2": null + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/20_0validators_differ_redefine.json b/tests/results/test_read_write/20_0validators_differ_redefine.json new file mode 100644 index 0000000..b315c2e --- /dev/null +++ b/tests/results/test_read_write/20_0validators_differ_redefine.json @@ -0,0 +1,5 @@ +{ + "var1": "no", + "var2": "no", + "var3": "yes" +} \ No newline at end of file diff --git a/tests/results/test_read_write/20_1empty_subfamily.json b/tests/results/test_read_write/20_1empty_subfamily.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/20_1empty_subfamily.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/20_9default_information_parent.json b/tests/results/test_read_write/20_9default_information_parent.json new file mode 100644 index 0000000..e024aac --- /dev/null +++ b/tests/results/test_read_write/20_9default_information_parent.json @@ -0,0 +1,6 @@ +{ + "family": { + "var1": null, + "var2": null + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/24_0family_hidden_condition_sub_family.json b/tests/results/test_read_write/24_0family_hidden_condition_sub_family.json new file mode 100644 index 0000000..1c854af --- /dev/null +++ b/tests/results/test_read_write/24_0family_hidden_condition_sub_family.json @@ -0,0 +1,8 @@ +{ + "condition": "no", + "family": { + "subfamily": { + "var1": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.json b/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.json new file mode 100644 index 0000000..8a62275 --- /dev/null +++ b/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.json @@ -0,0 +1,3 @@ +{ + "condition": true +} \ No newline at end of file diff --git a/tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.json b/tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.json new file mode 100644 index 0000000..e9c3735 --- /dev/null +++ b/tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.json @@ -0,0 +1,8 @@ +{ + "condition": "no", + "family": { + "sub_family": { + "var1": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/24_0family_mandatory_condition.json b/tests/results/test_read_write/24_0family_mandatory_condition.json new file mode 100644 index 0000000..c89cbf8 --- /dev/null +++ b/tests/results/test_read_write/24_0family_mandatory_condition.json @@ -0,0 +1,4 @@ +{ + "condition": "no", + "var": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/24_0family_mandatory_condition_variable.json b/tests/results/test_read_write/24_0family_mandatory_condition_variable.json new file mode 100644 index 0000000..72fd79f --- /dev/null +++ b/tests/results/test_read_write/24_0family_mandatory_condition_variable.json @@ -0,0 +1,4 @@ +{ + "condition": true, + "var": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/24_7validators_variable_optional.json b/tests/results/test_read_write/24_7validators_variable_optional.json new file mode 100644 index 0000000..ea0de73 --- /dev/null +++ b/tests/results/test_read_write/24_7validators_variable_optional.json @@ -0,0 +1,6 @@ +{ + "general": { + "int": null, + "int2": 1 + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/24_family_disabled_var_hidden.json b/tests/results/test_read_write/24_family_disabled_var_hidden.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/24_family_disabled_var_hidden.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/40_0leadership.json b/tests/results/test_read_write/40_0leadership.json new file mode 100644 index 0000000..12ac487 --- /dev/null +++ b/tests/results/test_read_write/40_0leadership.json @@ -0,0 +1,3 @@ +{ + "leader": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/40_0leadership_diff_name.json b/tests/results/test_read_write/40_0leadership_diff_name.json new file mode 100644 index 0000000..0dbc495 --- /dev/null +++ b/tests/results/test_read_write/40_0leadership_diff_name.json @@ -0,0 +1,3 @@ +{ + "leadership": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/40_0leadership_empty.json b/tests/results/test_read_write/40_0leadership_empty.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/40_0leadership_empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/40_0leadership_follower_default_calculation.json b/tests/results/test_read_write/40_0leadership_follower_default_calculation.json new file mode 100644 index 0000000..12ac487 --- /dev/null +++ b/tests/results/test_read_write/40_0leadership_follower_default_calculation.json @@ -0,0 +1,3 @@ +{ + "leader": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/40_0leadership_follower_default_value.json b/tests/results/test_read_write/40_0leadership_follower_default_value.json new file mode 100644 index 0000000..12ac487 --- /dev/null +++ b/tests/results/test_read_write/40_0leadership_follower_default_value.json @@ -0,0 +1,3 @@ +{ + "leader": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/40_0leadership_leader_not_multi.json b/tests/results/test_read_write/40_0leadership_leader_not_multi.json new file mode 100644 index 0000000..cda24c6 --- /dev/null +++ b/tests/results/test_read_write/40_0leadership_leader_not_multi.json @@ -0,0 +1,8 @@ +{ + "general": { + "mode_conteneur_actif": "non" + }, + "general1": { + "leader": [] + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/40_1leadership_append_follower.json b/tests/results/test_read_write/40_1leadership_append_follower.json new file mode 100644 index 0000000..12ac487 --- /dev/null +++ b/tests/results/test_read_write/40_1leadership_append_follower.json @@ -0,0 +1,3 @@ +{ + "leader": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/40_6leadership_follower_multi.json b/tests/results/test_read_write/40_6leadership_follower_multi.json new file mode 100644 index 0000000..0dbc495 --- /dev/null +++ b/tests/results/test_read_write/40_6leadership_follower_multi.json @@ -0,0 +1,3 @@ +{ + "leadership": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/40_8calculation_boolean.json b/tests/results/test_read_write/40_8calculation_boolean.json new file mode 100644 index 0000000..b3ae945 --- /dev/null +++ b/tests/results/test_read_write/40_8calculation_boolean.json @@ -0,0 +1,10 @@ +{ + "bool": false, + "multi1": [ + false + ], + "multi2": [ + true, + false + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/40_8calculation_multi_variable.json b/tests/results/test_read_write/40_8calculation_multi_variable.json new file mode 100644 index 0000000..03f8376 --- /dev/null +++ b/tests/results/test_read_write/40_8calculation_multi_variable.json @@ -0,0 +1,8 @@ +{ + "var": [ + "no", + "yes" + ], + "var2": "no", + "var3": "yes" +} \ No newline at end of file diff --git a/tests/results/test_read_write/40_8calculation_multi_variable_parent.json b/tests/results/test_read_write/40_8calculation_multi_variable_parent.json new file mode 100644 index 0000000..05d9fbf --- /dev/null +++ b/tests/results/test_read_write/40_8calculation_multi_variable_parent.json @@ -0,0 +1,6 @@ +{ + "var": "no", + "fam1": { + "var": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/40_8calculation_multi_variable_parent2.json b/tests/results/test_read_write/40_8calculation_multi_variable_parent2.json new file mode 100644 index 0000000..05350f0 --- /dev/null +++ b/tests/results/test_read_write/40_8calculation_multi_variable_parent2.json @@ -0,0 +1,8 @@ +{ + "fam1": { + "var": "no" + }, + "fam2": { + "var": "no" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/41_0choice_leader.json b/tests/results/test_read_write/41_0choice_leader.json new file mode 100644 index 0000000..12ac487 --- /dev/null +++ b/tests/results/test_read_write/41_0choice_leader.json @@ -0,0 +1,3 @@ +{ + "leader": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/44_0leadership_hidden.json b/tests/results/test_read_write/44_0leadership_hidden.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/44_0leadership_hidden.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/44_0leadership_leader_hidden.json b/tests/results/test_read_write/44_0leadership_leader_hidden.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/44_0leadership_leader_hidden.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/44_1leadership_append_hidden_follower.json b/tests/results/test_read_write/44_1leadership_append_hidden_follower.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/44_1leadership_append_hidden_follower.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/44_4leadership_mandatory.json b/tests/results/test_read_write/44_4leadership_mandatory.json new file mode 100644 index 0000000..12ac487 --- /dev/null +++ b/tests/results/test_read_write/44_4leadership_mandatory.json @@ -0,0 +1,3 @@ +{ + "leader": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/44_4leadership_mandatory_follower.json b/tests/results/test_read_write/44_4leadership_mandatory_follower.json new file mode 100644 index 0000000..12ac487 --- /dev/null +++ b/tests/results/test_read_write/44_4leadership_mandatory_follower.json @@ -0,0 +1,3 @@ +{ + "leader": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/44_5leadership_leader_hidden_calculation.json b/tests/results/test_read_write/44_5leadership_leader_hidden_calculation.json new file mode 100644 index 0000000..f014dd4 --- /dev/null +++ b/tests/results/test_read_write/44_5leadership_leader_hidden_calculation.json @@ -0,0 +1,3 @@ +{ + "condition": "no" +} \ No newline at end of file diff --git a/tests/results/test_read_write/44_6leadership_follower_disabled_calculation.json b/tests/results/test_read_write/44_6leadership_follower_disabled_calculation.json new file mode 100644 index 0000000..cb51b6a --- /dev/null +++ b/tests/results/test_read_write/44_6leadership_follower_disabled_calculation.json @@ -0,0 +1,4 @@ +{ + "condition": "yes", + "leader": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_0family_dynamic.json b/tests/results/test_read_write/60_0family_dynamic.json new file mode 100644 index 0000000..3083424 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": null + }, + "dynval2": { + "var": null + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_0family_dynamic_1_1.json b/tests/results/test_read_write/60_0family_dynamic_1_1.json new file mode 100644 index 0000000..7b1c5f3 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_1_1.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "vardyn": null + }, + "dynval2": { + "vardyn": null + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_0family_dynamic_1_1_empty.json b/tests/results/test_read_write/60_0family_dynamic_1_1_empty.json new file mode 100644 index 0000000..6e01709 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_1_1_empty.json @@ -0,0 +1,3 @@ +{ + "var": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_0family_dynamic_empty.json b/tests/results/test_read_write/60_0family_dynamic_empty.json new file mode 100644 index 0000000..6e01709 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_empty.json @@ -0,0 +1,3 @@ +{ + "var": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_0family_dynamic_no_description.json b/tests/results/test_read_write/60_0family_dynamic_no_description.json new file mode 100644 index 0000000..3083424 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_no_description.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": null + }, + "dynval2": { + "var": null + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_0family_dynamic_no_description_empty.json b/tests/results/test_read_write/60_0family_dynamic_no_description_empty.json new file mode 100644 index 0000000..6e01709 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_no_description_empty.json @@ -0,0 +1,3 @@ +{ + "var": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_0family_dynamic_static.json b/tests/results/test_read_write/60_0family_dynamic_static.json new file mode 100644 index 0000000..aa977cc --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_static.json @@ -0,0 +1,8 @@ +{ + "dynval1": { + "var": null + }, + "dynval2": { + "var": null + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_0family_dynamic_test.json b/tests/results/test_read_write/60_0family_dynamic_test.json new file mode 100644 index 0000000..6e01709 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_test.json @@ -0,0 +1,3 @@ +{ + "var": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_0family_dynamic_variable_empty.json b/tests/results/test_read_write/60_0family_dynamic_variable_empty.json new file mode 100644 index 0000000..6e01709 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_variable_empty.json @@ -0,0 +1,3 @@ +{ + "var": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_0family_dynamic_variable_suffix.json b/tests/results/test_read_write/60_0family_dynamic_variable_suffix.json new file mode 100644 index 0000000..c6d348f --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_variable_suffix.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "a value" + }, + "dynval2": { + "var": "a value" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.json b/tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.json new file mode 100644 index 0000000..6e01709 --- /dev/null +++ b/tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.json @@ -0,0 +1,3 @@ +{ + "var": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_0family_empty.json b/tests/results/test_read_write/60_0family_empty.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/60_0family_empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/60_0family_hidden.json b/tests/results/test_read_write/60_0family_hidden.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write/60_0family_hidden.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write/60_0family_mode.json b/tests/results/test_read_write/60_0family_mode.json new file mode 100644 index 0000000..8bf8830 --- /dev/null +++ b/tests/results/test_read_write/60_0family_mode.json @@ -0,0 +1,5 @@ +{ + "family": { + "var": "non" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_1family_dynamic_jinja.json b/tests/results/test_read_write/60_1family_dynamic_jinja.json new file mode 100644 index 0000000..0268f80 --- /dev/null +++ b/tests/results/test_read_write/60_1family_dynamic_jinja.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dyn1": { + "var": "val" + }, + "dyn2": { + "var": "val" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.json b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.json new file mode 100644 index 0000000..f298a0b --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.json @@ -0,0 +1,17 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "family": { + "var": null + } + }, + "dynval2": { + "family": { + "var": null + } + }, + "var2": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.json b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.json new file mode 100644 index 0000000..b9af075 --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.json @@ -0,0 +1,17 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "family": { + "var": "val1" + } + }, + "dynval2": { + "family": { + "var": "val2" + } + }, + "var2": "val1" +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.json b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.json new file mode 100644 index 0000000..9d77d26 --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.json @@ -0,0 +1,4 @@ +{ + "var": [], + "var2": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.json b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.json new file mode 100644 index 0000000..729b8ea --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.json @@ -0,0 +1,4 @@ +{ + "var1": [], + "var2": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_2family_dynamic_outside_calc.json b/tests/results/test_read_write/60_2family_dynamic_outside_calc.json new file mode 100644 index 0000000..51d38a6 --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_outside_calc.json @@ -0,0 +1,13 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "val" + }, + "dynval2": { + "var": "val" + }, + "newvar": "val" +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.json b/tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.json new file mode 100644 index 0000000..694db00 --- /dev/null +++ b/tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.json @@ -0,0 +1,4 @@ +{ + "var1": [], + "newvar": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix2.json b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2.json new file mode 100644 index 0000000..541282f --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "val1" + }, + "dynval2": { + "var": "val2" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.json b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.json new file mode 100644 index 0000000..6e01709 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.json @@ -0,0 +1,3 @@ +{ + "var": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.json b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.json new file mode 100644 index 0000000..541282f --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "val1" + }, + "dynval2": { + "var": "val2" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.json b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.json new file mode 100644 index 0000000..6e01709 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.json @@ -0,0 +1,3 @@ +{ + "var": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_variable.json b/tests/results/test_read_write/60_5family_dynamic_calc_variable.json new file mode 100644 index 0000000..ff39c8d --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_variable.json @@ -0,0 +1,13 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": null + }, + "dynval2": { + "var": null + }, + "var2": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.json b/tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.json new file mode 100644 index 0000000..729b8ea --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.json @@ -0,0 +1,4 @@ +{ + "var1": [], + "var2": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_5family_dynamic_hidden_suffix.json b/tests/results/test_read_write/60_5family_dynamic_hidden_suffix.json new file mode 100644 index 0000000..dcff88b --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_hidden_suffix.json @@ -0,0 +1,8 @@ +{ + "dynval1": { + "var": null, + "family": { + "var": null + } + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.json b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.json new file mode 100644 index 0000000..4a169c0 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.json @@ -0,0 +1,13 @@ +{ + "var": [ + "val1", + "val2" + ], + "dyn_val1": { + "var": "val1" + }, + "dyn_val2": { + "var": "val2" + }, + "var2": "val1" +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.json b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.json new file mode 100644 index 0000000..9d77d26 --- /dev/null +++ b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.json @@ -0,0 +1,4 @@ +{ + "var": [], + "var2": null +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_6family_dynamic_leadership.json b/tests/results/test_read_write/60_6family_dynamic_leadership.json new file mode 100644 index 0000000..b4eea60 --- /dev/null +++ b/tests/results/test_read_write/60_6family_dynamic_leadership.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "leadership": [] + }, + "dynval2": { + "leadership": [] + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_6family_dynamic_leadership_empty.json b/tests/results/test_read_write/60_6family_dynamic_leadership_empty.json new file mode 100644 index 0000000..6e01709 --- /dev/null +++ b/tests/results/test_read_write/60_6family_dynamic_leadership_empty.json @@ -0,0 +1,3 @@ +{ + "var": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write/60_9family_dynamic_calc_both.json b/tests/results/test_read_write/60_9family_dynamic_calc_both.json new file mode 100644 index 0000000..c9831e3 --- /dev/null +++ b/tests/results/test_read_write/60_9family_dynamic_calc_both.json @@ -0,0 +1,9 @@ +{ + "var": "val2", + "dynval1": { + "vardyn": null + }, + "dynval2": { + "vardyn": null + } +} \ No newline at end of file diff --git a/tests/results/test_read_write/68_0family_leadership_mode.json b/tests/results/test_read_write/68_0family_leadership_mode.json new file mode 100644 index 0000000..12ac487 --- /dev/null +++ b/tests/results/test_read_write/68_0family_leadership_mode.json @@ -0,0 +1,3 @@ +{ + "leader": [] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_0empty.json b/tests/results/test_read_write_mandatory/00_0empty.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_0empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_0version_underscore.json b/tests/results/test_read_write_mandatory/00_0version_underscore.json new file mode 100644 index 0000000..86f5072 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_0version_underscore.json @@ -0,0 +1,3 @@ +{ + "version": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_1empty_variable.json b/tests/results/test_read_write_mandatory/00_1empty_variable.json new file mode 100644 index 0000000..e0914c5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_1empty_variable.json @@ -0,0 +1,3 @@ +{ + "empty": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_2default_calculated.json b/tests/results/test_read_write_mandatory/00_2default_calculated.json new file mode 100644 index 0000000..15ecc3b --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_2default_calculated.json @@ -0,0 +1,8 @@ +{ + "var1": "string1", + "var2": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_2default_calculated_multi.json b/tests/results/test_read_write_mandatory/00_2default_calculated_multi.json new file mode 100644 index 0000000..b6de837 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_2default_calculated_multi.json @@ -0,0 +1,12 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_2default_calculated_variable_transitive.json b/tests/results/test_read_write_mandatory/00_2default_calculated_variable_transitive.json new file mode 100644 index 0000000..4bfbb13 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_2default_calculated_variable_transitive.json @@ -0,0 +1,10 @@ +{ + "var1": [ + "domain1.lan", + "domain2.lan" + ], + "var2": [ + "domain1.lan", + "domain2.lan" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_4load_subfolder.json b/tests/results/test_read_write_mandatory/00_4load_subfolder.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_4load_subfolder.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_5load_notype.json b/tests/results/test_read_write_mandatory/00_5load_notype.json new file mode 100644 index 0000000..03457e0 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_5load_notype.json @@ -0,0 +1,3 @@ +{ + "without_type": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6boolean.json b/tests/results/test_read_write_mandatory/00_6boolean.json new file mode 100644 index 0000000..cac8034 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6boolean.json @@ -0,0 +1,8 @@ +{ + "var1": true, + "var2": true, + "var3": true, + "var4": true, + "var5": true, + "var6": true +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6boolean_no_mandatory.json b/tests/results/test_read_write_mandatory/00_6boolean_no_mandatory.json new file mode 100644 index 0000000..5b55ee3 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6boolean_no_mandatory.json @@ -0,0 +1,3 @@ +{ + "variable": true +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6choice.json b/tests/results/test_read_write_mandatory/00_6choice.json new file mode 100644 index 0000000..945989a --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6choice.json @@ -0,0 +1,8 @@ +{ + "var1": "a", + "var2": "a", + "var3": "a", + "var4": null, + "var5": "a", + "var6": 1 +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6choice_calculation.json b/tests/results/test_read_write_mandatory/00_6choice_calculation.json new file mode 100644 index 0000000..48891f5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6choice_calculation.json @@ -0,0 +1,3 @@ +{ + "var": 0 +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6choice_variable.json b/tests/results/test_read_write_mandatory/00_6choice_variable.json new file mode 100644 index 0000000..28a95f8 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6choice_variable.json @@ -0,0 +1,8 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6custom.json b/tests/results/test_read_write_mandatory/00_6custom.json new file mode 100644 index 0000000..542bded --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6custom.json @@ -0,0 +1,4 @@ +{ + "custom1": "string1", + "custom2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6domainname.json b/tests/results/test_read_write_mandatory/00_6domainname.json new file mode 100644 index 0000000..47728fb --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6domainname.json @@ -0,0 +1,3 @@ +{ + "variable": "domain1.lan" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6domainname_params.json b/tests/results/test_read_write_mandatory/00_6domainname_params.json new file mode 100644 index 0000000..47728fb --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6domainname_params.json @@ -0,0 +1,3 @@ +{ + "variable": "domain1.lan" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6float.json b/tests/results/test_read_write_mandatory/00_6float.json new file mode 100644 index 0000000..0eaa48a --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6float.json @@ -0,0 +1,8 @@ +{ + "var1": 1.1, + "var2": 1.1, + "var3": 1.1, + "var4": 1.1, + "var5": 1.1, + "var6": 1.1 +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6number.json b/tests/results/test_read_write_mandatory/00_6number.json new file mode 100644 index 0000000..323fdab --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6number.json @@ -0,0 +1,8 @@ +{ + "var1": 1, + "var2": 1, + "var3": 1, + "var4": 1, + "var5": 1, + "var6": 1 +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6port.json b/tests/results/test_read_write_mandatory/00_6port.json new file mode 100644 index 0000000..26345a4 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6port.json @@ -0,0 +1,5 @@ +{ + "variable1": "80", + "variable2": "80", + "variable3": "80" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6regexp.json b/tests/results/test_read_write_mandatory/00_6regexp.json new file mode 100644 index 0000000..a0f3a7b --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6regexp.json @@ -0,0 +1,3 @@ +{ + "var": "#b1b1b1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_6string.json b/tests/results/test_read_write_mandatory/00_6string.json new file mode 100644 index 0000000..723f5fe --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_6string.json @@ -0,0 +1,8 @@ +{ + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1", + "var5": "string1", + "var6": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_7choice_quote.json b/tests/results/test_read_write_mandatory/00_7choice_quote.json new file mode 100644 index 0000000..6af09c5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_7choice_quote.json @@ -0,0 +1,3 @@ +{ + "var": "quote'" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_7help_quote.json b/tests/results/test_read_write_mandatory/00_7help_quote.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_7help_quote.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_7value_doublequote.json b/tests/results/test_read_write_mandatory/00_7value_doublequote.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_7value_doublequote.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_7value_doublequote2.json b/tests/results/test_read_write_mandatory/00_7value_doublequote2.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_7value_doublequote2.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_7value_doublequote3.json b/tests/results/test_read_write_mandatory/00_7value_doublequote3.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_7value_doublequote3.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_7value_quote.json b/tests/results/test_read_write_mandatory/00_7value_quote.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_7value_quote.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_8calculation_information.json b/tests/results/test_read_write_mandatory/00_8calculation_information.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_8calculation_information.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_8test.json b/tests/results/test_read_write_mandatory/00_8test.json new file mode 100644 index 0000000..1bc83bb --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_8test.json @@ -0,0 +1,11 @@ +{ + "var1": "test", + "var2": "test", + "var3": "test1", + "var4": null, + "var5": false, + "var6": [ + "test1", + "test2" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_9choice_variable_multi.json b/tests/results/test_read_write_mandatory/00_9choice_variable_multi.json new file mode 100644 index 0000000..42b743e --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9choice_variable_multi.json @@ -0,0 +1,10 @@ +{ + "variable1": [ + "val1", + "val2" + ], + "variable2": [ + "val1", + "val2" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_9choice_variables.json b/tests/results/test_read_write_mandatory/00_9choice_variables.json new file mode 100644 index 0000000..24f0db8 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9choice_variables.json @@ -0,0 +1,5 @@ +{ + "source_variable_1": "string1", + "source_variable_2": "string1", + "my_variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation.json b/tests/results/test_read_write_mandatory/00_9default_calculation.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation_information.json b/tests/results/test_read_write_mandatory/00_9default_calculation_information.json new file mode 100644 index 0000000..f7db3f2 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_information.json @@ -0,0 +1,3 @@ +{ + "var": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation_information_other_variable.json b/tests/results/test_read_write_mandatory/00_9default_calculation_information_other_variable.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_information_other_variable.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional.json b/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional.json new file mode 100644 index 0000000..7b135d7 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional.json @@ -0,0 +1,8 @@ +{ + "my_variable": "string1", + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional2.json b/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional2.json new file mode 100644 index 0000000..7b135d7 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional2.json @@ -0,0 +1,8 @@ +{ + "my_variable": "string1", + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation_optional.json b/tests/results/test_read_write_mandatory/00_9default_calculation_optional.json new file mode 100644 index 0000000..0e3c535 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_optional.json @@ -0,0 +1,7 @@ +{ + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation_optional_exists.json b/tests/results/test_read_write_mandatory/00_9default_calculation_optional_exists.json new file mode 100644 index 0000000..d5fd74d --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_optional_exists.json @@ -0,0 +1,12 @@ +{ + "my_variable": [ + "string1", + "string2", + "string3" + ], + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_9default_calculation_param_optional.json b/tests/results/test_read_write_mandatory/00_9default_calculation_param_optional.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_param_optional.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_9default_information_other_variable.json b/tests/results/test_read_write_mandatory/00_9default_information_other_variable.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_information_other_variable.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/00_9default_integer.json b/tests/results/test_read_write_mandatory/00_9default_integer.json new file mode 100644 index 0000000..48891f5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/00_9default_integer.json @@ -0,0 +1,3 @@ +{ + "var": 0 +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/01_6boolean_multi.json b/tests/results/test_read_write_mandatory/01_6boolean_multi.json new file mode 100644 index 0000000..a5fb0a6 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_6boolean_multi.json @@ -0,0 +1,26 @@ +{ + "var1": [ + true + ], + "var2": [ + true + ], + "var3": [ + true + ], + "var4": [ + true + ], + "var5": [ + true + ], + "var6": [ + true + ], + "var7": [ + true + ], + "var8": [ + true + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/01_6custom_multi.json b/tests/results/test_read_write_mandatory/01_6custom_multi.json new file mode 100644 index 0000000..8c84948 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_6custom_multi.json @@ -0,0 +1,12 @@ +{ + "custom1": [ + "string1", + "string2", + "string3" + ], + "custom2": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/01_6float_multi.json b/tests/results/test_read_write_mandatory/01_6float_multi.json new file mode 100644 index 0000000..54423fc --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_6float_multi.json @@ -0,0 +1,42 @@ +{ + "var1": [ + 1.1, + 2.2, + 3.3 + ], + "var2": [ + 1.1, + 2.2, + 3.3 + ], + "var3": [ + 1.1, + 2.2, + 3.3 + ], + "var4": [ + 1.1, + 2.2, + 3.3 + ], + "var5": [ + 1.1, + 2.2, + 3.3 + ], + "var6": [ + 1.1, + 2.2, + 3.3 + ], + "var7": [ + 1.1, + 2.2, + 3.3 + ], + "var8": [ + 1.1, + 2.2, + 3.3 + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/01_6number_multi.json b/tests/results/test_read_write_mandatory/01_6number_multi.json new file mode 100644 index 0000000..820fb70 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_6number_multi.json @@ -0,0 +1,42 @@ +{ + "var1": [ + 1, + 2, + 3 + ], + "var2": [ + 1, + 2, + 3 + ], + "var3": [ + 1, + 2, + 3 + ], + "var4": [ + 1, + 2, + 3 + ], + "var5": [ + 1, + 2, + 3 + ], + "var6": [ + 1, + 2, + 3 + ], + "var7": [ + 1, + 2, + 3 + ], + "var8": [ + 1, + 2, + 3 + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/01_6string_empty.json b/tests/results/test_read_write_mandatory/01_6string_empty.json new file mode 100644 index 0000000..92e7c9c --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_6string_empty.json @@ -0,0 +1,7 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/01_6string_multi.json b/tests/results/test_read_write_mandatory/01_6string_multi.json new file mode 100644 index 0000000..e23dc1d --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_6string_multi.json @@ -0,0 +1,38 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": [ + "string1", + "string2", + "string3" + ], + "var3": "string1", + "var4": [ + "string1", + "string2", + "string3" + ], + "var5": [ + "string1", + "string2", + "string3" + ], + "var6": [ + "string1", + "string2", + "string3" + ], + "var7": [ + "string1", + "string2", + "string3" + ], + "var8": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/01_7value_multi_doublequote.json b/tests/results/test_read_write_mandatory/01_7value_multi_doublequote.json new file mode 100644 index 0000000..b00a9c0 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_7value_multi_doublequote.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/01_7value_multi_doublequote2.json b/tests/results/test_read_write_mandatory/01_7value_multi_doublequote2.json new file mode 100644 index 0000000..b00a9c0 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_7value_multi_doublequote2.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/01_7value_multi_quote.json b/tests/results/test_read_write_mandatory/01_7value_multi_quote.json new file mode 100644 index 0000000..b00a9c0 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_7value_multi_quote.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/01_8calculation_information_multi.json b/tests/results/test_read_write_mandatory/01_8calculation_information_multi.json new file mode 100644 index 0000000..b00a9c0 --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_8calculation_information_multi.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/01_9choice_variable_multi.json b/tests/results/test_read_write_mandatory/01_9choice_variable_multi.json new file mode 100644 index 0000000..ca38f3f --- /dev/null +++ b/tests/results/test_read_write_mandatory/01_9choice_variable_multi.json @@ -0,0 +1,8 @@ +{ + "variable1": [ + "string1", + "string2", + "string3" + ], + "variable2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_0type_param.json b/tests/results/test_read_write_mandatory/04_0type_param.json new file mode 100644 index 0000000..a6f7726 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_0type_param.json @@ -0,0 +1,3 @@ +{ + "int": 1 +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_1auto_save.json b/tests/results/test_read_write_mandatory/04_1auto_save.json new file mode 100644 index 0000000..da124bd --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_1auto_save.json @@ -0,0 +1,3 @@ +{ + "variable": "no" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated.json b/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated.json new file mode 100644 index 0000000..f6b41c5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "no" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated_hidden.json b/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated_hidden.json new file mode 100644 index 0000000..7ccd672 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated_hidden.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "yes" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_1auto_save_and_hidden.json b/tests/results/test_read_write_mandatory/04_1auto_save_and_hidden.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_1auto_save_and_hidden.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_1default_calculation_hidden.json b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden.json new file mode 100644 index 0000000..6242dc5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden.json @@ -0,0 +1,5 @@ +{ + "var1": "string1", + "var2": "string1", + "var3": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_2.json b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_2.json new file mode 100644 index 0000000..6242dc5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_2.json @@ -0,0 +1,5 @@ +{ + "var1": "string1", + "var2": "string1", + "var3": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_optional.json b/tests/results/test_read_write_mandatory/04_5disabled_calculation_optional.json new file mode 100644 index 0000000..5e0ddc6 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_optional.json @@ -0,0 +1,4 @@ +{ + "condition": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable.json b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable.json new file mode 100644 index 0000000..8a62275 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable.json @@ -0,0 +1,3 @@ +{ + "condition": true +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable2.json b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable2.json new file mode 100644 index 0000000..8a62275 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable2.json @@ -0,0 +1,3 @@ +{ + "condition": true +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable3.json b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable3.json new file mode 100644 index 0000000..f07e119 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable3.json @@ -0,0 +1,4 @@ +{ + "condition": "string1", + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable4.json b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable4.json new file mode 100644 index 0000000..245ed98 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable4.json @@ -0,0 +1,3 @@ +{ + "condition": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_5validators.json b/tests/results/test_read_write_mandatory/04_5validators.json new file mode 100644 index 0000000..a6f7726 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5validators.json @@ -0,0 +1,3 @@ +{ + "int": 1 +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_5validators_differ.json b/tests/results/test_read_write_mandatory/04_5validators_differ.json new file mode 100644 index 0000000..fdbdb3f --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5validators_differ.json @@ -0,0 +1,4 @@ +{ + "var1": "another_value", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_5validators_multi.json b/tests/results/test_read_write_mandatory/04_5validators_multi.json new file mode 100644 index 0000000..92e7c9c --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5validators_multi.json @@ -0,0 +1,7 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_5validators_multi2.json b/tests/results/test_read_write_mandatory/04_5validators_multi2.json new file mode 100644 index 0000000..673b7b0 --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5validators_multi2.json @@ -0,0 +1,6 @@ +{ + "var1": [ + "val1", + "val2" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/05_0multi_not_uniq.json b/tests/results/test_read_write_mandatory/05_0multi_not_uniq.json new file mode 100644 index 0000000..92e7c9c --- /dev/null +++ b/tests/results/test_read_write_mandatory/05_0multi_not_uniq.json @@ -0,0 +1,7 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/05_0multi_uniq.json b/tests/results/test_read_write_mandatory/05_0multi_uniq.json new file mode 100644 index 0000000..b00a9c0 --- /dev/null +++ b/tests/results/test_read_write_mandatory/05_0multi_uniq.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/12_1auto_save_expert.json b/tests/results/test_read_write_mandatory/12_1auto_save_expert.json new file mode 100644 index 0000000..0da6253 --- /dev/null +++ b/tests/results/test_read_write_mandatory/12_1auto_save_expert.json @@ -0,0 +1,3 @@ +{ + "var": "no" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_0redefine_description.json b/tests/results/test_read_write_mandatory/16_0redefine_description.json new file mode 100644 index 0000000..f7db3f2 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_0redefine_description.json @@ -0,0 +1,3 @@ +{ + "var": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_2family_redefine_calculation.json b/tests/results/test_read_write_mandatory/16_2family_redefine_calculation.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_2family_redefine_calculation.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_2family_redefine_disabled.json b/tests/results/test_read_write_mandatory/16_2family_redefine_disabled.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_2family_redefine_disabled.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_5exists_nonexists.json b/tests/results/test_read_write_mandatory/16_5exists_nonexists.json new file mode 100644 index 0000000..1a797c5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5exists_nonexists.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_5exists_redefine.json b/tests/results/test_read_write_mandatory/16_5exists_redefine.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5exists_redefine.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_5redefine_calculation.json b/tests/results/test_read_write_mandatory/16_5redefine_calculation.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_calculation.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_5redefine_choice.json b/tests/results/test_read_write_mandatory/16_5redefine_choice.json new file mode 100644 index 0000000..dde6293 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_choice.json @@ -0,0 +1,3 @@ +{ + "variable": "a" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_5redefine_default.json b/tests/results/test_read_write_mandatory/16_5redefine_default.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_default.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_5redefine_default_calculation.json b/tests/results/test_read_write_mandatory/16_5redefine_default_calculation.json new file mode 100644 index 0000000..663ee28 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_default_calculation.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_5redefine_family.json b/tests/results/test_read_write_mandatory/16_5redefine_family.json new file mode 100644 index 0000000..f53984f --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_family.json @@ -0,0 +1,5 @@ +{ + "family": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_5redefine_help.json b/tests/results/test_read_write_mandatory/16_5redefine_help.json new file mode 100644 index 0000000..f53984f --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_help.json @@ -0,0 +1,5 @@ +{ + "family": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_5redefine_hidden.json b/tests/results/test_read_write_mandatory/16_5redefine_hidden.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_hidden.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_5redefine_multi.json b/tests/results/test_read_write_mandatory/16_5redefine_multi.json new file mode 100644 index 0000000..b00a9c0 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_multi.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_5redefine_remove_disable_calculation.json b/tests/results/test_read_write_mandatory/16_5redefine_remove_disable_calculation.json new file mode 100644 index 0000000..f07e119 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5redefine_remove_disable_calculation.json @@ -0,0 +1,4 @@ +{ + "condition": "string1", + "variable": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_5test_redefine.json b/tests/results/test_read_write_mandatory/16_5test_redefine.json new file mode 100644 index 0000000..866be17 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_5test_redefine.json @@ -0,0 +1,5 @@ +{ + "var1": "test1", + "var2": "test1", + "var3": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_6choice_redefine.json b/tests/results/test_read_write_mandatory/16_6choice_redefine.json new file mode 100644 index 0000000..1604b80 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_6choice_redefine.json @@ -0,0 +1,3 @@ +{ + "var": "a" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16_6exists_redefine_family.json b/tests/results/test_read_write_mandatory/16_6exists_redefine_family.json new file mode 100644 index 0000000..91cd5b7 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16_6exists_redefine_family.json @@ -0,0 +1,8 @@ +{ + "family1": { + "variable1": "string1" + }, + "family2": { + "variable2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/16exists_exists.json b/tests/results/test_read_write_mandatory/16exists_exists.json new file mode 100644 index 0000000..f7db3f2 --- /dev/null +++ b/tests/results/test_read_write_mandatory/16exists_exists.json @@ -0,0 +1,3 @@ +{ + "var": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/17_5redefine_leadership.json b/tests/results/test_read_write_mandatory/17_5redefine_leadership.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/17_5redefine_leadership.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/20_0empty_family.json b/tests/results/test_read_write_mandatory/20_0empty_family.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_0empty_family.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/20_0family_append.json b/tests/results/test_read_write_mandatory/20_0family_append.json new file mode 100644 index 0000000..7a68441 --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_0family_append.json @@ -0,0 +1,6 @@ +{ + "family": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/20_0family_underscore.json b/tests/results/test_read_write_mandatory/20_0family_underscore.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_0family_underscore.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/20_0multi_family.json b/tests/results/test_read_write_mandatory/20_0multi_family.json new file mode 100644 index 0000000..1e792e1 --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_0multi_family.json @@ -0,0 +1,7 @@ +{ + "family": { + "subfamily": { + "variable": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/20_0multi_family_basic.json b/tests/results/test_read_write_mandatory/20_0multi_family_basic.json new file mode 100644 index 0000000..1e792e1 --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_0multi_family_basic.json @@ -0,0 +1,7 @@ +{ + "family": { + "subfamily": { + "variable": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/20_0multi_family_expert.json b/tests/results/test_read_write_mandatory/20_0multi_family_expert.json new file mode 100644 index 0000000..1e792e1 --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_0multi_family_expert.json @@ -0,0 +1,7 @@ +{ + "family": { + "subfamily": { + "variable": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/20_0multi_family_order.json b/tests/results/test_read_write_mandatory/20_0multi_family_order.json new file mode 100644 index 0000000..ceb830a --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_0multi_family_order.json @@ -0,0 +1,10 @@ +{ + "variable": "string1", + "family": { + "variable1": "string1", + "subfamily": { + "variable": "string1" + }, + "variable2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/20_0validators_differ_redefine.json b/tests/results/test_read_write_mandatory/20_0validators_differ_redefine.json new file mode 100644 index 0000000..67077c9 --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_0validators_differ_redefine.json @@ -0,0 +1,5 @@ +{ + "var1": "string1", + "var2": "string1", + "var3": "yes" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/20_1empty_subfamily.json b/tests/results/test_read_write_mandatory/20_1empty_subfamily.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_1empty_subfamily.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/20_9default_information_parent.json b/tests/results/test_read_write_mandatory/20_9default_information_parent.json new file mode 100644 index 0000000..7a68441 --- /dev/null +++ b/tests/results/test_read_write_mandatory/20_9default_information_parent.json @@ -0,0 +1,6 @@ +{ + "family": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/24_0family_hidden_condition_sub_family.json b/tests/results/test_read_write_mandatory/24_0family_hidden_condition_sub_family.json new file mode 100644 index 0000000..8424968 --- /dev/null +++ b/tests/results/test_read_write_mandatory/24_0family_hidden_condition_sub_family.json @@ -0,0 +1,8 @@ +{ + "condition": "string1", + "family": { + "subfamily": { + "var1": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.json b/tests/results/test_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.json new file mode 100644 index 0000000..8a62275 --- /dev/null +++ b/tests/results/test_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.json @@ -0,0 +1,3 @@ +{ + "condition": true +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/24_0family_hidden_param_condition_sub_family.json b/tests/results/test_read_write_mandatory/24_0family_hidden_param_condition_sub_family.json new file mode 100644 index 0000000..c1d0f10 --- /dev/null +++ b/tests/results/test_read_write_mandatory/24_0family_hidden_param_condition_sub_family.json @@ -0,0 +1,8 @@ +{ + "condition": "string1", + "family": { + "sub_family": { + "var1": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/24_0family_mandatory_condition.json b/tests/results/test_read_write_mandatory/24_0family_mandatory_condition.json new file mode 100644 index 0000000..35b810a --- /dev/null +++ b/tests/results/test_read_write_mandatory/24_0family_mandatory_condition.json @@ -0,0 +1,4 @@ +{ + "condition": "string1", + "var": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/24_0family_mandatory_condition_variable.json b/tests/results/test_read_write_mandatory/24_0family_mandatory_condition_variable.json new file mode 100644 index 0000000..c0bc16e --- /dev/null +++ b/tests/results/test_read_write_mandatory/24_0family_mandatory_condition_variable.json @@ -0,0 +1,4 @@ +{ + "condition": true, + "var": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/24_7validators_variable_optional.json b/tests/results/test_read_write_mandatory/24_7validators_variable_optional.json new file mode 100644 index 0000000..602320c --- /dev/null +++ b/tests/results/test_read_write_mandatory/24_7validators_variable_optional.json @@ -0,0 +1,6 @@ +{ + "general": { + "int": 5, + "int2": 1 + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/24_family_disabled_var_hidden.json b/tests/results/test_read_write_mandatory/24_family_disabled_var_hidden.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/24_family_disabled_var_hidden.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/40_0leadership.json b/tests/results/test_read_write_mandatory/40_0leadership.json new file mode 100644 index 0000000..6bd2595 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_0leadership.json @@ -0,0 +1,19 @@ +{ + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/40_0leadership_diff_name.json b/tests/results/test_read_write_mandatory/40_0leadership_diff_name.json new file mode 100644 index 0000000..d4e84b2 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_0leadership_diff_name.json @@ -0,0 +1,19 @@ +{ + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/40_0leadership_empty.json b/tests/results/test_read_write_mandatory/40_0leadership_empty.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_0leadership_empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/40_0leadership_follower_default_calculation.json b/tests/results/test_read_write_mandatory/40_0leadership_follower_default_calculation.json new file mode 100644 index 0000000..6bd2595 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_0leadership_follower_default_calculation.json @@ -0,0 +1,19 @@ +{ + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/40_0leadership_follower_default_value.json b/tests/results/test_read_write_mandatory/40_0leadership_follower_default_value.json new file mode 100644 index 0000000..c9e95f5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_0leadership_follower_default_value.json @@ -0,0 +1,16 @@ +{ + "leader": [ + { + "leader": "string1", + "follower1": "string1" + }, + { + "leader": "string2", + "follower1": "string2" + }, + { + "leader": "string3", + "follower1": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/40_0leadership_leader_not_multi.json b/tests/results/test_read_write_mandatory/40_0leadership_leader_not_multi.json new file mode 100644 index 0000000..0e2228e --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_0leadership_leader_not_multi.json @@ -0,0 +1,24 @@ +{ + "general": { + "mode_conteneur_actif": "string1" + }, + "general1": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/40_1leadership_append_follower.json b/tests/results/test_read_write_mandatory/40_1leadership_append_follower.json new file mode 100644 index 0000000..dfccee9 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_1leadership_append_follower.json @@ -0,0 +1,22 @@ +{ + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1", + "follower3": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2", + "follower3": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3", + "follower3": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/40_6leadership_follower_multi.json b/tests/results/test_read_write_mandatory/40_6leadership_follower_multi.json new file mode 100644 index 0000000..a744526 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_6leadership_follower_multi.json @@ -0,0 +1,43 @@ +{ + "leadership": [ + { + "leader": "string1", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + }, + { + "leader": "string2", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + }, + { + "leader": "string3", + "follower1": [ + "string1", + "string2", + "string3" + ], + "follower2": [ + "string1", + "string2", + "string3" + ] + } + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/40_8calculation_boolean.json b/tests/results/test_read_write_mandatory/40_8calculation_boolean.json new file mode 100644 index 0000000..08476f3 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_8calculation_boolean.json @@ -0,0 +1,9 @@ +{ + "bool": true, + "multi1": [ + true + ], + "multi2": [ + true + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/40_8calculation_multi_variable.json b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable.json new file mode 100644 index 0000000..dfcc193 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable.json @@ -0,0 +1,9 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent.json b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent.json new file mode 100644 index 0000000..6229a62 --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent.json @@ -0,0 +1,6 @@ +{ + "var": "string1", + "fam1": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent2.json b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent2.json new file mode 100644 index 0000000..8cdf10d --- /dev/null +++ b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent2.json @@ -0,0 +1,8 @@ +{ + "fam1": { + "var": "string1" + }, + "fam2": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/41_0choice_leader.json b/tests/results/test_read_write_mandatory/41_0choice_leader.json new file mode 100644 index 0000000..3f71ef1 --- /dev/null +++ b/tests/results/test_read_write_mandatory/41_0choice_leader.json @@ -0,0 +1,16 @@ +{ + "leader": [ + { + "leader": "string1", + "follower1": "a" + }, + { + "leader": "string2", + "follower1": "b" + }, + { + "leader": "string3", + "follower1": "c" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/44_0leadership_hidden.json b/tests/results/test_read_write_mandatory/44_0leadership_hidden.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/44_0leadership_hidden.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/44_0leadership_leader_hidden.json b/tests/results/test_read_write_mandatory/44_0leadership_leader_hidden.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/44_0leadership_leader_hidden.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/44_1leadership_append_hidden_follower.json b/tests/results/test_read_write_mandatory/44_1leadership_append_hidden_follower.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/44_1leadership_append_hidden_follower.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/44_4leadership_mandatory.json b/tests/results/test_read_write_mandatory/44_4leadership_mandatory.json new file mode 100644 index 0000000..c9e95f5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/44_4leadership_mandatory.json @@ -0,0 +1,16 @@ +{ + "leader": [ + { + "leader": "string1", + "follower1": "string1" + }, + { + "leader": "string2", + "follower1": "string2" + }, + { + "leader": "string3", + "follower1": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/44_4leadership_mandatory_follower.json b/tests/results/test_read_write_mandatory/44_4leadership_mandatory_follower.json new file mode 100644 index 0000000..681c163 --- /dev/null +++ b/tests/results/test_read_write_mandatory/44_4leadership_mandatory_follower.json @@ -0,0 +1,16 @@ +{ + "leader": [ + { + "leader": "string1", + "follower": "string1" + }, + { + "leader": "string2", + "follower": "string2" + }, + { + "leader": "string3", + "follower": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/44_5leadership_leader_hidden_calculation.json b/tests/results/test_read_write_mandatory/44_5leadership_leader_hidden_calculation.json new file mode 100644 index 0000000..6ce84c3 --- /dev/null +++ b/tests/results/test_read_write_mandatory/44_5leadership_leader_hidden_calculation.json @@ -0,0 +1,17 @@ +{ + "condition": "string1", + "leader": [ + { + "leader": "string1", + "follower": "string1" + }, + { + "leader": "string2", + "follower": "string2" + }, + { + "leader": "string3", + "follower": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/44_6leadership_follower_disabled_calculation.json b/tests/results/test_read_write_mandatory/44_6leadership_follower_disabled_calculation.json new file mode 100644 index 0000000..6ce84c3 --- /dev/null +++ b/tests/results/test_read_write_mandatory/44_6leadership_follower_disabled_calculation.json @@ -0,0 +1,17 @@ +{ + "condition": "string1", + "leader": [ + { + "leader": "string1", + "follower": "string1" + }, + { + "leader": "string2", + "follower": "string2" + }, + { + "leader": "string3", + "follower": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic.json b/tests/results/test_read_write_mandatory/60_0family_dynamic.json new file mode 100644 index 0000000..e1d0423 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1.json b/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1.json new file mode 100644 index 0000000..01fe006 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "vardyn": "string1" + }, + "dynstring2": { + "vardyn": "string1" + }, + "dynstring3": { + "vardyn": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1_empty.json b/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1_empty.json new file mode 100644 index 0000000..a4d22cb --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1_empty.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "vardyn": "string1" + }, + "dynval2": { + "vardyn": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_empty.json b/tests/results/test_read_write_mandatory/60_0family_dynamic_empty.json new file mode 100644 index 0000000..e1d0423 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_empty.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description.json b/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description.json new file mode 100644 index 0000000..e1d0423 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description_empty.json b/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description_empty.json new file mode 100644 index 0000000..192b3f4 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description_empty.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_static.json b/tests/results/test_read_write_mandatory/60_0family_dynamic_static.json new file mode 100644 index 0000000..afa1de7 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_static.json @@ -0,0 +1,8 @@ +{ + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_test.json b/tests/results/test_read_write_mandatory/60_0family_dynamic_test.json new file mode 100644 index 0000000..192b3f4 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_test.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_empty.json b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_empty.json new file mode 100644 index 0000000..e1d0423 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_empty.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix.json b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix.json new file mode 100644 index 0000000..e1d0423 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.json b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.json new file mode 100644 index 0000000..192b3f4 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_0family_empty.json b/tests/results/test_read_write_mandatory/60_0family_empty.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_0family_hidden.json b/tests/results/test_read_write_mandatory/60_0family_hidden.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_hidden.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_0family_mode.json b/tests/results/test_read_write_mandatory/60_0family_mode.json new file mode 100644 index 0000000..2ab0e8d --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_0family_mode.json @@ -0,0 +1,5 @@ +{ + "family": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_1family_dynamic_jinja.json b/tests/results/test_read_write_mandatory/60_1family_dynamic_jinja.json new file mode 100644 index 0000000..9622ca1 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_1family_dynamic_jinja.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dyn1": { + "var": "string1" + }, + "dyn2": { + "var": "string1" + }, + "dyn3": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.json b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.json new file mode 100644 index 0000000..8912837 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.json @@ -0,0 +1,23 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "family": { + "var": "string1" + } + }, + "dynstring2": { + "family": { + "var": "string1" + } + }, + "dynstring3": { + "family": { + "var": "string1" + } + }, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json new file mode 100644 index 0000000..089fde5 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.json @@ -0,0 +1,23 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "family": { + "var": "string1" + } + }, + "dynstring2": { + "family": { + "var": "string1" + } + }, + "dynstring3": { + "family": { + "var": "string1" + } + }, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json new file mode 100644 index 0000000..0833af6 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.json @@ -0,0 +1,17 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "family": { + "var": "string1" + } + }, + "dynval2": { + "family": { + "var": "string1" + } + }, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json new file mode 100644 index 0000000..0aa1d3b --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.json @@ -0,0 +1,17 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "family": { + "var": "string1" + } + }, + "dynval2": { + "family": { + "var": "string1" + } + }, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc.json b/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc.json new file mode 100644 index 0000000..d894a59 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc.json @@ -0,0 +1,17 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + }, + "newvar": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc_empty.json b/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc_empty.json new file mode 100644 index 0000000..720d212 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc_empty.json @@ -0,0 +1,13 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + }, + "newvar": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2.json b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2.json new file mode 100644 index 0000000..e1d0423 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.json b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.json new file mode 100644 index 0000000..192b3f4 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param.json b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param.json new file mode 100644 index 0000000..e1d0423 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param.json @@ -0,0 +1,16 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.json b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.json new file mode 100644 index 0000000..192b3f4 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.json @@ -0,0 +1,12 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable.json b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable.json new file mode 100644 index 0000000..9fc8a9a --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable.json @@ -0,0 +1,17 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "var": "string1" + }, + "dynstring2": { + "var": "string1" + }, + "dynstring3": { + "var": "string1" + }, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_empty.json b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_empty.json new file mode 100644 index 0000000..59e5031 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_empty.json @@ -0,0 +1,13 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1": { + "var": "string1" + }, + "dynval2": { + "var": "string1" + }, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_hidden_suffix.json b/tests/results/test_read_write_mandatory/60_5family_dynamic_hidden_suffix.json new file mode 100644 index 0000000..18f07f0 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_hidden_suffix.json @@ -0,0 +1,8 @@ +{ + "dynval1": { + "var": "string1", + "family": { + "var": "string1" + } + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.json b/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.json new file mode 100644 index 0000000..92c4fc0 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.json @@ -0,0 +1,17 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dyn_string1": { + "var": "string1" + }, + "dyn_string2": { + "var": "string1" + }, + "dyn_string3": { + "var": "string1" + }, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json b/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json new file mode 100644 index 0000000..84dc328 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.json @@ -0,0 +1,13 @@ +{ + "var": [ + "val1", + "val2" + ], + "dyn_val1": { + "var": "string1" + }, + "dyn_val2": { + "var": "string1" + }, + "var2": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership.json b/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership.json new file mode 100644 index 0000000..c40680d --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership.json @@ -0,0 +1,64 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + }, + "dynstring2": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + }, + "dynstring3": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership_empty.json b/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership_empty.json new file mode 100644 index 0000000..3be0fb7 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership_empty.json @@ -0,0 +1,44 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + }, + "dynval2": { + "leadership": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/60_9family_dynamic_calc_both.json b/tests/results/test_read_write_mandatory/60_9family_dynamic_calc_both.json new file mode 100644 index 0000000..e461a86 --- /dev/null +++ b/tests/results/test_read_write_mandatory/60_9family_dynamic_calc_both.json @@ -0,0 +1,9 @@ +{ + "var": "string1", + "dynval1": { + "vardyn": "string1" + }, + "dynstring1": { + "vardyn": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/68_0family_leadership_mode.json b/tests/results/test_read_write_mandatory/68_0family_leadership_mode.json new file mode 100644 index 0000000..6bd2595 --- /dev/null +++ b/tests/results/test_read_write_mandatory/68_0family_leadership_mode.json @@ -0,0 +1,19 @@ +{ + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ] +} \ No newline at end of file diff --git a/tests/test_load.py b/tests/test_load.py new file mode 100644 index 0000000..ed8696d --- /dev/null +++ b/tests/test_load.py @@ -0,0 +1,86 @@ +from pytest import fixture # , raises +from pathlib import Path +from rougail import Rougail +from rougail.output_json import RougailOutputJson as RougailOutput + +from rougail_tests.utils import get_structures_list, get_rougail_config, get_values_for_config + + +EXT = 'json' + + +excludes = [] +#excludes = set([ +# '60_5family_dynamic_unknown_suffix', +# '60_5family_dynamic_variable_outside_sub_suffix', +#]) + +test_ok = get_structures_list(excludes) +# test_ok = ['60_0family_dynamic_variable_suffix'] + + +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): + rougailconfig = get_rougail_config(test_dir, namespace) + if not rougailconfig: + return + ################################## + rougailconfig['step.output'] = 'json' + rougailconfig["json.read_write"] = read_write + rougailconfig["json.mandatory"] = mandatory + ################################## + 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' + rougail = Rougail(rougailconfig) + config = rougail.run() + if 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 + + +def test_dictionaries_json(test_dir): + _test_dictionaries(test_dir, True, EXT) + + +def test_dictionaries_json_mandatory(test_dir): + _test_dictionaries(test_dir, True, EXT, mandatory=True) + + +def test_dictionaries_json_mandatory_read_only(test_dir): + _test_dictionaries(test_dir, True, EXT, read_write=False, mandatory=True) + + +def test_dictionaries_json_namespace(test_dir): + _test_dictionaries(test_dir, False, EXT) + + +def test_dictionaries_json_namespace_mandatory(test_dir): + _test_dictionaries(test_dir, False, EXT, mandatory=True) + + +def test_dictionaries_json_namespace_mandatory_read_only(test_dir): + _test_dictionaries(test_dir, False, EXT, read_write=False, mandatory=True)