From bc35561a52806497d8ce3a95dea43cc5d43c57ce Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 16 Dec 2024 17:23:34 +0100 Subject: [PATCH] fix: add test without namespace --- src/rougail/user_data_environment/config.py | 4 +- .../{ => test}/00_0empty/errors/all.json | 0 .../00_0empty/errors/mandatories.json | 0 .../results/{ => test}/00_0empty/file/all.env | 0 .../{ => test}/00_0empty/file/all_exclude.env | 0 .../{ => test}/00_0empty/file/mandatories.env | 0 .../{ => test}/00_0empty/makedict/all.json | 0 .../00_0empty/makedict/mandatories.json | 0 .../00_0version_underscore/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/00_0version_underscore/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 1 + .../00_0version_underscore/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../00_1empty_variable/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/00_1empty_variable/file/all.env | 1 + .../00_1empty_variable/file/all_exclude.env | 1 + .../00_1empty_variable/file/mandatories.env | 1 + .../test/00_1empty_variable/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../00_2default_calculated/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/00_2default_calculated/file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../00_2default_calculated/makedict/all.json | 8 +++ .../makedict/mandatories.json | 6 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../00_2default_calculated_multi/file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 12 ++++ .../makedict/mandatories.json | 12 ++++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 1 + .../makedict/all.json | 10 +++ .../makedict/mandatories.json | 10 +++ .../00_4load_subfolder/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/00_4load_subfolder/file/all.env | 2 + .../00_4load_subfolder/file/all_exclude.env | 2 + .../00_4load_subfolder/file/mandatories.env | 2 + .../test/00_4load_subfolder/makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../00_5load_notype/errors/all.json | 0 .../00_5load_notype/errors/mandatories.json | 0 .../results/test/00_5load_notype/file/all.env | 1 + .../test/00_5load_notype/file/all_exclude.env | 1 + .../00_5load_notype/file/mandatories.env | 0 .../test/00_5load_notype/makedict/all.json | 3 + .../00_5load_notype/makedict/mandatories.json | 3 + .../{ => test}/00_6boolean/errors/all.json | 0 .../00_6boolean/errors/mandatories.json | 0 tests/results/test/00_6boolean/file/all.env | 6 ++ .../test/00_6boolean/file/all_exclude.env | 6 ++ .../00_6boolean/file/mandatories.env | 0 .../test/00_6boolean/makedict/all.json | 8 +++ .../00_6boolean/makedict/mandatories.json | 8 +++ .../00_6boolean_no_mandatory/errors/all.json | 0 .../errors/mandatories.json | 0 .../00_6boolean_no_mandatory/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../{ => test}/00_6choice/errors/all.json | 0 .../00_6choice/errors/mandatories.json | 0 tests/results/test/00_6choice/file/all.env | 6 ++ .../test/00_6choice/file/all_exclude.env | 6 ++ .../test/00_6choice/file/mandatories.env | 2 + .../results/test/00_6choice/makedict/all.json | 8 +++ .../test/00_6choice/makedict/mandatories.json | 8 +++ .../00_6choice_calculation/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/00_6choice_calculation/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../00_6choice_calculation/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../00_6choice_variable/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/00_6choice_variable/file/all.env | 2 + .../00_6choice_variable/file/all_exclude.env | 2 + .../00_6choice_variable/file/mandatories.env | 0 .../00_6choice_variable/makedict/all.json | 8 +++ .../makedict/mandatories.json | 8 +++ .../{ => test}/00_6custom/errors/all.json | 0 .../00_6custom/errors/mandatories.json | 0 tests/results/test/00_6custom/file/all.env | 2 + .../test/00_6custom/file/all_exclude.env | 2 + .../test/00_6custom/file/mandatories.env | 1 + .../results/test/00_6custom/makedict/all.json | 4 ++ .../test/00_6custom/makedict/mandatories.json | 4 ++ .../{ => test}/00_6domainname/errors/all.json | 0 .../00_6domainname/errors/mandatories.json | 0 .../results/test/00_6domainname/file/all.env | 1 + .../test/00_6domainname/file/all_exclude.env | 1 + .../00_6domainname/file/mandatories.env | 0 .../test/00_6domainname/makedict/all.json | 3 + .../00_6domainname/makedict/mandatories.json | 3 + .../00_6domainname_params/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/00_6domainname_params/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../00_6domainname_params/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../{ => test}/00_6float/errors/all.json | 0 .../00_6float/errors/mandatories.json | 0 tests/results/test/00_6float/file/all.env | 6 ++ .../test/00_6float/file/all_exclude.env | 6 ++ .../{ => test}/00_6float/file/mandatories.env | 0 .../results/test/00_6float/makedict/all.json | 8 +++ .../test/00_6float/makedict/mandatories.json | 8 +++ .../{ => test}/00_6number/errors/all.json | 0 .../00_6number/errors/mandatories.json | 0 tests/results/test/00_6number/file/all.env | 6 ++ .../test/00_6number/file/all_exclude.env | 6 ++ .../00_6number/file/mandatories.env | 0 .../results/test/00_6number/makedict/all.json | 8 +++ .../test/00_6number/makedict/mandatories.json | 8 +++ .../{ => test}/00_6port/errors/all.json | 0 .../00_6port/errors/mandatories.json | 0 tests/results/test/00_6port/file/all.env | 3 + .../test/00_6port/file/all_exclude.env | 3 + .../test/00_6port/file/mandatories.env | 1 + tests/results/test/00_6port/makedict/all.json | 5 ++ .../test/00_6port/makedict/mandatories.json | 5 ++ .../{ => test}/00_6regexp/errors/all.json | 0 .../00_6regexp/errors/mandatories.json | 0 tests/results/test/00_6regexp/file/all.env | 1 + .../test/00_6regexp/file/all_exclude.env | 1 + .../00_6regexp/file/mandatories.env | 0 .../results/test/00_6regexp/makedict/all.json | 3 + .../test/00_6regexp/makedict/mandatories.json | 3 + .../{ => test}/00_6string/errors/all.json | 0 .../00_6string/errors/mandatories.json | 0 tests/results/test/00_6string/file/all.env | 6 ++ .../test/00_6string/file/all_exclude.env | 6 ++ .../test/00_6string/file/mandatories.env | 3 + .../results/test/00_6string/makedict/all.json | 8 +++ .../test/00_6string/makedict/mandatories.json | 8 +++ .../00_7choice_quote/errors/all.json | 0 .../00_7choice_quote/errors/mandatories.json | 0 .../test/00_7choice_quote/file/all.env | 1 + .../00_7choice_quote/file/all_exclude.env | 1 + .../00_7choice_quote/file/mandatories.env | 0 .../test/00_7choice_quote/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../{ => test}/00_7help_quote/errors/all.json | 0 .../00_7help_quote/errors/mandatories.json | 0 .../results/test/00_7help_quote/file/all.env | 2 + .../test/00_7help_quote/file/all_exclude.env | 2 + .../test/00_7help_quote/file/mandatories.env | 2 + .../test/00_7help_quote/makedict/all.json | 4 ++ .../00_7help_quote/makedict/mandatories.json | 4 ++ .../00_7value_doublequote/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/00_7value_doublequote/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../00_7value_doublequote/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../00_7value_doublequote2/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/00_7value_doublequote2/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../00_7value_doublequote2/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../00_7value_doublequote3/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/00_7value_doublequote3/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../00_7value_doublequote3/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../00_7value_quote/errors/all.json | 0 .../00_7value_quote/errors/mandatories.json | 0 .../results/test/00_7value_quote/file/all.env | 1 + .../test/00_7value_quote/file/all_exclude.env | 1 + .../00_7value_quote/file/mandatories.env | 0 .../test/00_7value_quote/makedict/all.json | 3 + .../00_7value_quote/makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../00_8calculation_information/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 1 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../{ => test}/00_8test/errors/all.json | 0 .../00_8test/errors/mandatories.json | 0 tests/results/test/00_8test/file/all.env | 6 ++ .../test/00_8test/file/all_exclude.env | 6 ++ .../test/00_8test/file/mandatories.env | 3 + tests/results/test/00_8test/makedict/all.json | 11 ++++ .../test/00_8test/makedict/mandatories.json | 11 ++++ .../00_9choice_variable_multi/errors/all.json | 0 .../errors/mandatories.json | 0 .../00_9choice_variable_multi/file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 1 + .../makedict/all.json | 10 +++ .../makedict/mandatories.json | 7 +++ .../00_9choice_variables/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/00_9choice_variables/file/all.env | 3 + .../00_9choice_variables/file/all_exclude.env | 3 + .../00_9choice_variables/file/mandatories.env | 0 .../00_9choice_variables/makedict/all.json | 5 ++ .../makedict/mandatories.json | 5 ++ .../00_9default_calculation/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/00_9default_calculation/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../00_9default_calculation/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 1 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 2 + .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 8 +++ .../makedict/mandatories.json | 6 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 8 +++ .../makedict/mandatories.json | 6 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 1 + .../makedict/all.json | 7 +++ .../makedict/mandatories.json | 7 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 12 ++++ .../makedict/mandatories.json | 10 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 2 + .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../00_9default_integer/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/00_9default_integer/file/all.env | 1 + .../00_9default_integer/file/all_exclude.env | 1 + .../00_9default_integer/file/mandatories.env | 0 .../00_9default_integer/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../01_6boolean_multi}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/01_6boolean_multi/file/all.env | 8 +++ .../01_6boolean_multi/file/all_exclude.env | 8 +++ .../01_6boolean_multi}/file/mandatories.env | 0 .../test/01_6boolean_multi/makedict/all.json | 26 ++++++++ .../makedict/mandatories.json | 26 ++++++++ .../01_6custom_multi}/errors/all.json | 0 .../01_6custom_multi}/errors/mandatories.json | 0 .../test/01_6custom_multi/file/all.env | 2 + .../01_6custom_multi/file/all_exclude.env | 2 + .../01_6custom_multi/file/mandatories.env | 1 + .../test/01_6custom_multi/makedict/all.json | 12 ++++ .../makedict/mandatories.json | 10 +++ .../01_6float_multi}/errors/all.json | 0 .../01_6float_multi}/errors/mandatories.json | 0 .../results/test/01_6float_multi/file/all.env | 8 +++ .../test/01_6float_multi/file/all_exclude.env | 8 +++ .../01_6float_multi}/file/mandatories.env | 0 .../test/01_6float_multi/makedict/all.json | 42 +++++++++++++ .../01_6float_multi/makedict/mandatories.json | 26 ++++++++ .../01_6number_multi}/errors/all.json | 0 .../01_6number_multi}/errors/mandatories.json | 0 .../test/01_6number_multi/file/all.env | 8 +++ .../01_6number_multi/file/all_exclude.env | 8 +++ .../01_6number_multi}/file/mandatories.env | 0 .../test/01_6number_multi/makedict/all.json | 42 +++++++++++++ .../makedict/mandatories.json | 26 ++++++++ .../01_6string_empty}/errors/all.json | 0 .../01_6string_empty}/errors/mandatories.json | 0 .../test/01_6string_empty/file/all.env | 1 + .../01_6string_empty/file/all_exclude.env | 1 + .../01_6string_empty/file/mandatories.env | 1 + .../test/01_6string_empty/makedict/all.json | 7 +++ .../makedict/mandatories.json | 7 +++ .../01_6string_multi}/errors/all.json | 0 .../01_6string_multi}/errors/mandatories.json | 0 .../test/01_6string_multi/file/all.env | 8 +++ .../01_6string_multi/file/all_exclude.env | 8 +++ .../01_6string_multi/file/mandatories.env | 3 + .../test/01_6string_multi/makedict/all.json | 38 ++++++++++++ .../makedict/mandatories.json | 28 +++++++++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../01_7value_multi_doublequote/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../makedict/all.json | 7 +++ .../makedict/mandatories.json | 5 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../01_7value_multi_doublequote2/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../makedict/all.json | 7 +++ .../makedict/mandatories.json | 5 ++ .../01_7value_multi_quote}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/01_7value_multi_quote/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../01_7value_multi_quote/makedict/all.json | 7 +++ .../makedict/mandatories.json | 5 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 1 + .../makedict/all.json | 7 +++ .../makedict/mandatories.json | 7 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../01_9choice_variable_multi/file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 1 + .../makedict/all.json | 8 +++ .../makedict/mandatories.json | 8 +++ .../04_0type_param}/errors/all.json | 0 .../04_0type_param}/errors/mandatories.json | 0 .../results/test/04_0type_param/file/all.env | 1 + .../test/04_0type_param/file/all_exclude.env | 1 + .../04_0type_param}/file/mandatories.env | 0 .../test/04_0type_param/makedict/all.json | 3 + .../04_0type_param/makedict/mandatories.json | 3 + .../04_1auto_save}/errors/all.json | 0 .../04_1auto_save}/errors/mandatories.json | 0 tests/results/test/04_1auto_save/file/all.env | 1 + .../test/04_1auto_save/file/all_exclude.env | 1 + .../04_1auto_save}/file/mandatories.env | 0 .../test/04_1auto_save/makedict/all.json | 3 + .../04_1auto_save/makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../04_1auto_save_and_calculated/file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../04_1auto_save_and_hidden}/errors/all.json | 0 .../errors/mandatories.json | 0 .../04_1auto_save_and_hidden/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 6 ++ .../file/all.env | 3 + .../file/all_exclude.env | 3 + .../file/mandatories.env | 1 + .../makedict/all.json | 5 ++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 0 .../errors/mandatories.json | 6 ++ .../file/all.env | 3 + .../file/all_exclude.env | 3 + .../file/mandatories.env | 2 + .../makedict/all.json | 5 ++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 6 ++ .../errors/mandatories.json | 0 .../file/all.env | 3 + .../file/all_exclude.env | 3 + .../file/mandatories.env | 0 .../makedict/all.json | 5 ++ .../makedict/mandatories.json | 5 ++ .../errors/all.json | 6 ++ .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 1 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 4 ++ .../errors/all.json | 6 ++ .../errors/mandatories.json | 6 ++ .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 1 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 6 ++ .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 1 + .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 3 + .../errors/all.json | 6 ++ .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 1 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 4 ++ .../04_5validators}/errors/all.json | 0 .../04_5validators}/errors/mandatories.json | 0 .../results/test/04_5validators/file/all.env | 1 + .../test/04_5validators/file/all_exclude.env | 1 + .../test/04_5validators/file/mandatories.env | 1 + .../test/04_5validators/makedict/all.json | 3 + .../04_5validators/makedict/mandatories.json | 3 + .../04_5validators_differ}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/04_5validators_differ/file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../04_5validators_differ/makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../04_5validators_multi}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/04_5validators_multi/file/all.env | 1 + .../04_5validators_multi/file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../04_5validators_multi/makedict/all.json | 7 +++ .../makedict/mandatories.json | 6 ++ .../04_5validators_multi2}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/04_5validators_multi2/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../04_5validators_multi2/makedict/all.json | 6 ++ .../makedict/mandatories.json | 6 ++ .../05_0multi_not_uniq}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/05_0multi_not_uniq/file/all.env | 1 + .../05_0multi_not_uniq/file/all_exclude.env | 1 + .../05_0multi_not_uniq}/file/mandatories.env | 0 .../test/05_0multi_not_uniq/makedict/all.json | 7 +++ .../makedict/mandatories.json | 5 ++ .../05_0multi_uniq}/errors/all.json | 0 .../05_0multi_uniq}/errors/mandatories.json | 0 .../results/test/05_0multi_uniq/file/all.env | 1 + .../test/05_0multi_uniq/file/all_exclude.env | 1 + .../05_0multi_uniq}/file/mandatories.env | 0 .../test/05_0multi_uniq/makedict/all.json | 7 +++ .../05_0multi_uniq/makedict/mandatories.json | 5 ++ .../12_1auto_save_expert}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/12_1auto_save_expert/file/all.env | 1 + .../12_1auto_save_expert/file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../12_1auto_save_expert/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_0redefine_description}/errors/all.json | 0 .../errors/mandatories.json | 0 .../16_0redefine_description/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 1 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 0 .../16_2family_redefine_disabled/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../16_5exists_nonexists}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/16_5exists_nonexists/file/all.env | 2 + .../16_5exists_nonexists/file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../16_5exists_nonexists/makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../16_5exists_redefine}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/16_5exists_redefine/file/all.env | 1 + .../16_5exists_redefine/file/all_exclude.env | 1 + .../16_5exists_redefine}/file/mandatories.env | 0 .../16_5exists_redefine/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_5redefine_calculation}/errors/all.json | 0 .../errors/mandatories.json | 0 .../16_5redefine_calculation/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_5redefine_choice}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/16_5redefine_choice/file/all.env | 1 + .../16_5redefine_choice/file/all_exclude.env | 1 + .../16_5redefine_choice/file/mandatories.env | 1 + .../16_5redefine_choice/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_5redefine_default}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/16_5redefine_default/file/all.env | 1 + .../16_5redefine_default/file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../16_5redefine_default/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 1 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_5redefine_family}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/16_5redefine_family/file/all.env | 1 + .../16_5redefine_family/file/all_exclude.env | 1 + .../16_5redefine_family/file/mandatories.env | 1 + .../16_5redefine_family/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_5redefine_help}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/16_5redefine_help/file/all.env | 1 + .../16_5redefine_help/file/all_exclude.env | 1 + .../16_5redefine_help/file/mandatories.env | 1 + .../test/16_5redefine_help/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_5redefine_hidden}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/16_5redefine_hidden/file/all.env | 1 + .../16_5redefine_hidden/file/all_exclude.env | 1 + .../16_5redefine_hidden}/file/mandatories.env | 0 .../16_5redefine_hidden/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_5redefine_multi}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/16_5redefine_multi/file/all.env | 1 + .../16_5redefine_multi/file/all_exclude.env | 1 + .../16_5redefine_multi}/file/mandatories.env | 0 .../test/16_5redefine_multi/makedict/all.json | 7 +++ .../makedict/mandatories.json | 5 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 1 + .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../16_5test_redefine}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/16_5test_redefine/file/all.env | 3 + .../16_5test_redefine/file/all_exclude.env | 3 + .../16_5test_redefine/file/mandatories.env | 1 + .../test/16_5test_redefine/makedict/all.json | 5 ++ .../makedict/mandatories.json | 5 ++ .../16_6choice_redefine}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/16_6choice_redefine/file/all.env | 1 + .../16_6choice_redefine/file/all_exclude.env | 1 + .../16_6choice_redefine}/file/mandatories.env | 0 .../16_6choice_redefine/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../16_6exists_redefine_family/file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 2 + .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../16exists_exists}/errors/all.json | 0 .../16exists_exists}/errors/mandatories.json | 0 .../results/test/16exists_exists/file/all.env | 1 + .../test/16exists_exists/file/all_exclude.env | 1 + .../test/16exists_exists/file/mandatories.env | 1 + .../test/16exists_exists/makedict/all.json | 3 + .../16exists_exists/makedict/mandatories.json | 3 + .../17_5redefine_leadership}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/17_5redefine_leadership/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../17_5redefine_leadership/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../20_0empty_family/errors/all.json | 0 .../20_0empty_family}/errors/mandatories.json | 0 .../{ => test}/20_0empty_family/file/all.env | 0 .../20_0empty_family/file/all_exclude.env | 0 .../20_0empty_family}/file/mandatories.env | 0 .../20_0empty_family/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../20_0family_append/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/20_0family_append/file/all.env | 2 + .../20_0family_append/file/all_exclude.env | 2 + .../20_0family_append/file/mandatories.env | 2 + .../test/20_0family_append/makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../20_0family_underscore}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/20_0family_underscore/file/all.env | 6 ++ .../file/all_exclude.env | 6 ++ .../file/mandatories.env | 0 .../20_0family_underscore/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../20_0multi_family}/errors/all.json | 0 .../20_0multi_family}/errors/mandatories.json | 0 .../test/20_0multi_family/file/all.env | 1 + .../20_0multi_family/file/all_exclude.env | 1 + .../20_0multi_family}/file/mandatories.env | 0 .../test/20_0multi_family/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../20_0multi_family_basic}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/20_0multi_family_basic/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 1 + .../20_0multi_family_basic/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../20_0multi_family_expert}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/20_0multi_family_expert/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../20_0multi_family_expert/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../20_0multi_family_order}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/20_0multi_family_order/file/all.env | 4 ++ .../file/all_exclude.env | 4 ++ .../file/mandatories.env | 4 ++ .../20_0multi_family_order/makedict/all.json | 6 ++ .../makedict/mandatories.json | 6 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 3 + .../file/all_exclude.env | 3 + .../file/mandatories.env | 0 .../makedict/all.json | 5 ++ .../makedict/mandatories.json | 5 ++ .../20_1empty_subfamily}/errors/all.json | 0 .../errors/mandatories.json | 0 .../20_1empty_subfamily/file/all.env | 0 .../20_1empty_subfamily/file/all_exclude.env | 0 .../20_1empty_subfamily}/file/mandatories.env | 0 .../20_1empty_subfamily/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 2 + .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 1 + .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 6 ++ .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 1 + .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 1 + .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 1 + .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../{ => test}/40_0leadership/errors/all.json | 0 .../40_0leadership}/errors/mandatories.json | 0 .../results/test/40_0leadership/file/all.env | 3 + .../test/40_0leadership/file/all_exclude.env | 3 + .../test/40_0leadership/file/mandatories.env | 3 + .../test/40_0leadership/makedict/all.json | 19 ++++++ .../40_0leadership/makedict/mandatories.json | 19 ++++++ .../40_0leadership_diff_name/errors/all.json | 0 .../errors/mandatories.json | 0 .../40_0leadership_diff_name/file/all.env | 3 + .../file/all_exclude.env | 3 + .../file/mandatories.env | 3 + .../makedict/all.json | 19 ++++++ .../makedict/mandatories.json | 19 ++++++ .../40_0leadership_empty/errors/all.json | 0 .../errors/mandatories.json | 0 .../40_0leadership_empty/file/all.env | 0 .../40_0leadership_empty/file/all_exclude.env | 0 .../file/mandatories.env | 0 .../40_0leadership_empty/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 3 + .../file/all_exclude.env | 3 + .../file/mandatories.env | 1 + .../makedict/all.json | 19 ++++++ .../makedict/mandatories.json | 19 ++++++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 16 +++++ .../makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 4 ++ .../file/all_exclude.env | 4 ++ .../file/mandatories.env | 3 + .../makedict/all.json | 20 ++++++ .../makedict/mandatories.json | 20 ++++++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 4 ++ .../file/all_exclude.env | 4 ++ .../file/mandatories.env | 4 ++ .../makedict/all.json | 22 +++++++ .../makedict/mandatories.json | 22 +++++++ .../40_8calculation_boolean}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/40_8calculation_boolean/file/all.env | 3 + .../file/all_exclude.env | 3 + .../file/mandatories.env | 0 .../40_8calculation_boolean/makedict/all.json | 9 +++ .../makedict/mandatories.json | 10 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 3 + .../file/all_exclude.env | 3 + .../file/mandatories.env | 0 .../makedict/all.json | 9 +++ .../makedict/mandatories.json | 8 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../41_0choice_leader}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/41_0choice_leader/file/all.env | 2 + .../41_0choice_leader/file/all_exclude.env | 2 + .../41_0choice_leader}/file/mandatories.env | 0 .../test/41_0choice_leader/makedict/all.json | 16 +++++ .../makedict/mandatories.json | 3 + .../44_0leadership_hidden}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/44_0leadership_hidden/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../44_0leadership_hidden/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../44_0leadership_leader_hidden/file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 1 + .../file/all_exclude.env | 1 + .../file/mandatories.env | 0 .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../44_4leadership_mandatory}/errors/all.json | 0 .../errors/mandatories.json | 0 .../44_4leadership_mandatory/file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 1 + .../makedict/all.json | 16 +++++ .../makedict/mandatories.json | 16 +++++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 16 +++++ .../makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 3 + .../file/all_exclude.env | 3 + .../file/mandatories.env | 0 .../makedict/all.json | 17 +++++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 0 .../errors/mandatories.json | 6 ++ .../file/all.env | 3 + .../file/all_exclude.env | 3 + .../file/mandatories.env | 2 + .../makedict/all.json | 17 +++++ .../makedict/mandatories.json | 14 +++++ .../60_0family_dynamic}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/60_0family_dynamic/file/all.env | 3 + .../60_0family_dynamic/file/all_exclude.env | 2 + .../60_0family_dynamic/file/mandatories.env | 2 + .../test/60_0family_dynamic/makedict/all.json | 8 +++ .../makedict/mandatories.json | 8 +++ .../60_0family_dynamic_1_1}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/60_0family_dynamic_1_1/file/all.env | 3 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 2 + .../60_0family_dynamic_1_1/makedict/all.json | 8 +++ .../makedict/mandatories.json | 8 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../60_0family_dynamic_1_1_empty/file/all.env | 3 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 8 +++ .../makedict/mandatories.json | 3 + .../60_0family_dynamic_empty}/errors/all.json | 0 .../errors/mandatories.json | 0 .../60_0family_dynamic_empty/file/all.env | 4 ++ .../file/all_exclude.env | 3 + .../file/mandatories.env | 0 .../makedict/all.json | 10 +++ .../makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 3 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 2 + .../makedict/all.json | 8 +++ .../makedict/mandatories.json | 8 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 3 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 8 +++ .../makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../60_0family_dynamic_static/file/all.env | 2 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 2 + .../makedict/all.json | 4 ++ .../makedict/mandatories.json | 4 ++ .../60_0family_dynamic_test}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/60_0family_dynamic_test/file/all.env | 3 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 3 + .../60_0family_dynamic_test/makedict/all.json | 8 +++ .../makedict/mandatories.json | 8 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 4 ++ .../file/all_exclude.env | 3 + .../file/mandatories.env | 1 + .../makedict/all.json | 10 +++ .../makedict/mandatories.json | 10 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 3 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 8 +++ .../makedict/mandatories.json | 8 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 3 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 1 + .../makedict/all.json | 8 +++ .../makedict/mandatories.json | 8 +++ .../60_0family_empty}/errors/all.json | 0 .../60_0family_empty}/errors/mandatories.json | 0 .../{ => test}/60_0family_empty/file/all.env | 0 .../60_0family_empty/file/all_exclude.env | 0 .../60_0family_empty}/file/mandatories.env | 0 .../60_0family_empty/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../60_0family_hidden}/errors/all.json | 0 .../errors/mandatories.json | 0 .../test/60_0family_hidden/file/all.env | 1 + .../60_0family_hidden/file/all_exclude.env | 1 + .../60_0family_hidden}/file/mandatories.env | 0 .../test/60_0family_hidden/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../60_0family_mode}/errors/all.json | 0 .../60_0family_mode}/errors/mandatories.json | 0 .../results/test/60_0family_mode/file/all.env | 1 + .../test/60_0family_mode/file/all_exclude.env | 1 + .../60_0family_mode}/file/mandatories.env | 0 .../test/60_0family_mode/makedict/all.json | 3 + .../60_0family_mode/makedict/mandatories.json | 3 + .../60_1family_dynamic_jinja}/errors/all.json | 0 .../errors/mandatories.json | 0 .../60_1family_dynamic_jinja/file/all.env | 4 ++ .../file/all_exclude.env | 4 ++ .../file/mandatories.env | 0 .../makedict/all.json | 10 +++ .../makedict/mandatories.json | 8 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 4 ++ .../file/all_exclude.env | 3 + .../file/mandatories.env | 2 + .../makedict/all.json | 9 +++ .../makedict/mandatories.json | 9 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 4 ++ .../file/all_exclude.env | 3 + .../file/mandatories.env | 0 .../makedict/all.json | 9 +++ .../makedict/mandatories.json | 9 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 4 ++ .../file/all_exclude.env | 3 + .../file/mandatories.env | 0 .../makedict/all.json | 9 +++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 4 ++ .../file/all_exclude.env | 3 + .../file/mandatories.env | 0 .../makedict/all.json | 9 +++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 4 ++ .../file/all_exclude.env | 3 + .../file/mandatories.env | 0 .../makedict/all.json | 9 +++ .../makedict/mandatories.json | 9 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 4 ++ .../file/all_exclude.env | 3 + .../file/mandatories.env | 0 .../makedict/all.json | 9 +++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 3 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 8 +++ .../makedict/mandatories.json | 8 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 3 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 8 +++ .../makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 3 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 8 +++ .../makedict/mandatories.json | 8 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 3 + .../file/all_exclude.env | 2 + .../file/mandatories.env | 0 .../makedict/all.json | 8 +++ .../makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 4 ++ .../file/all_exclude.env | 3 + .../file/mandatories.env | 2 + .../makedict/all.json | 9 +++ .../makedict/mandatories.json | 9 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 4 ++ .../file/all_exclude.env | 3 + .../file/mandatories.env | 1 + .../makedict/all.json | 9 +++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 7 +++ .../errors/mandatories.json | 0 .../file/all.env | 4 ++ .../file/all_exclude.env | 4 ++ .../file/mandatories.env | 0 .../makedict/all.json | 6 ++ .../makedict/mandatories.json | 6 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 4 ++ .../file/all_exclude.env | 3 + .../file/mandatories.env | 0 .../makedict/all.json | 9 +++ .../makedict/mandatories.json | 9 +++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 4 ++ .../file/all_exclude.env | 3 + .../file/mandatories.env | 0 .../makedict/all.json | 9 +++ .../makedict/mandatories.json | 4 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 7 +++ .../file/all_exclude.env | 6 ++ .../file/mandatories.env | 2 + .../makedict/all.json | 40 ++++++++++++ .../makedict/mandatories.json | 40 ++++++++++++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 7 +++ .../file/all_exclude.env | 6 ++ .../file/mandatories.env | 0 .../makedict/all.json | 40 ++++++++++++ .../makedict/mandatories.json | 3 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../60_9family_dynamic_calc_both/file/all.env | 3 + .../file/all_exclude.env | 3 + .../file/mandatories.env | 2 + .../makedict/all.json | 5 ++ .../makedict/mandatories.json | 5 ++ .../errors/all.json | 0 .../errors/mandatories.json | 0 .../68_0family_leadership_mode/file/all.env | 3 + .../file/all_exclude.env | 3 + .../file/mandatories.env | 0 .../makedict/all.json | 19 ++++++ .../makedict/mandatories.json | 3 + .../00_0empty}/errors/all.json | 0 .../00_0empty}/errors/mandatories.json | 0 .../00_0empty/file/all.env} | 0 .../00_0empty/file/all_exclude.env} | 0 .../00_0empty}/file/mandatories.env | 0 .../00_0empty/makedict/all.json | 1 + .../00_0empty/makedict/mandatories.json | 1 + .../00_0version_underscore}/errors/all.json | 0 .../errors/mandatories.json | 0 .../00_0version_underscore/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../00_0version_underscore/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../00_1empty_variable}/errors/all.json | 0 .../errors/mandatories.json | 0 .../00_1empty_variable/file/all.env | 0 .../00_1empty_variable/file/all_exclude.env | 0 .../00_1empty_variable/file/mandatories.env | 0 .../00_1empty_variable/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../00_2default_calculated}/errors/all.json | 0 .../errors/mandatories.json | 0 .../00_2default_calculated/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../00_2default_calculated/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 0 .../00_2default_calculated_multi/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../00_4load_subfolder}/errors/all.json | 0 .../errors/mandatories.json | 0 .../00_4load_subfolder/file/all.env | 0 .../00_4load_subfolder/file/all_exclude.env | 0 .../00_4load_subfolder/file/mandatories.env | 0 .../00_4load_subfolder/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../00_5load_notype}/errors/all.json | 0 .../00_5load_notype}/errors/mandatories.json | 0 .../00_5load_notype/file/all.env | 0 .../00_5load_notype/file/all_exclude.env | 0 .../00_5load_notype}/file/mandatories.env | 0 .../00_5load_notype/makedict/all.json | 0 .../00_5load_notype/makedict/mandatories.json | 0 .../00_6boolean}/errors/all.json | 0 .../00_6boolean}/errors/mandatories.json | 0 .../00_6boolean/file/all.env | 0 .../00_6boolean/file/all_exclude.env | 0 .../00_6boolean}/file/mandatories.env | 0 .../00_6boolean/makedict/all.json | 0 .../00_6boolean/makedict/mandatories.json | 0 .../00_6boolean_no_mandatory}/errors/all.json | 0 .../errors/mandatories.json | 0 .../00_6boolean_no_mandatory/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../00_6choice}/errors/all.json | 0 .../00_6choice}/errors/mandatories.json | 0 .../00_6choice/file/all.env | 0 .../00_6choice/file/all_exclude.env | 0 .../00_6choice/file/mandatories.env | 0 .../00_6choice/makedict/all.json | 0 .../00_6choice/makedict/mandatories.json | 0 .../00_6choice_calculation}/errors/all.json | 0 .../errors/mandatories.json | 0 .../00_6choice_calculation/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../00_6choice_calculation/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../00_6choice_variable}/errors/all.json | 0 .../errors/mandatories.json | 0 .../00_6choice_variable/file/all.env | 0 .../00_6choice_variable/file/all_exclude.env | 0 .../00_6choice_variable}/file/mandatories.env | 0 .../00_6choice_variable/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../00_6custom}/errors/all.json | 0 .../00_6custom}/errors/mandatories.json | 0 .../00_6custom/file/all.env | 0 .../00_6custom/file/all_exclude.env | 0 .../00_6custom/file/mandatories.env | 0 .../00_6custom/makedict/all.json | 0 .../00_6custom/makedict/mandatories.json | 0 .../00_6domainname}/errors/all.json | 0 .../00_6domainname}/errors/mandatories.json | 0 .../00_6domainname/file/all.env | 0 .../00_6domainname/file/all_exclude.env | 0 .../00_6domainname}/file/mandatories.env | 0 .../00_6domainname/makedict/all.json | 0 .../00_6domainname/makedict/mandatories.json | 0 .../00_6domainname_params}/errors/all.json | 0 .../errors/mandatories.json | 0 .../00_6domainname_params/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../00_6domainname_params/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../00_6float}/errors/all.json | 0 .../00_6float}/errors/mandatories.json | 0 .../00_6float/file/all.env | 0 .../00_6float/file/all_exclude.env | 0 .../00_6float}/file/mandatories.env | 0 .../00_6float/makedict/all.json | 0 .../00_6float/makedict/mandatories.json | 0 .../00_6number}/errors/all.json | 0 .../00_6number}/errors/mandatories.json | 0 .../00_6number/file/all.env | 0 .../00_6number/file/all_exclude.env | 0 .../00_6number}/file/mandatories.env | 0 .../00_6number/makedict/all.json | 0 .../00_6number/makedict/mandatories.json | 0 .../00_6port}/errors/all.json | 0 .../00_6port}/errors/mandatories.json | 0 .../00_6port/file/all.env | 0 .../00_6port/file/all_exclude.env | 0 .../00_6port/file/mandatories.env | 0 .../00_6port/makedict/all.json | 0 .../00_6port/makedict/mandatories.json | 0 .../00_6regexp}/errors/all.json | 0 .../00_6regexp}/errors/mandatories.json | 0 .../00_6regexp/file/all.env | 0 .../00_6regexp/file/all_exclude.env | 0 .../00_6regexp}/file/mandatories.env | 0 .../00_6regexp/makedict/all.json | 0 .../00_6regexp/makedict/mandatories.json | 0 .../00_6string}/errors/all.json | 0 .../00_6string}/errors/mandatories.json | 0 .../00_6string/file/all.env | 0 .../00_6string/file/all_exclude.env | 0 .../00_6string/file/mandatories.env | 0 .../00_6string/makedict/all.json | 0 .../00_6string/makedict/mandatories.json | 0 .../00_7choice_quote}/errors/all.json | 0 .../00_7choice_quote}/errors/mandatories.json | 0 .../00_7choice_quote/file/all.env | 0 .../00_7choice_quote/file/all_exclude.env | 0 .../00_7choice_quote}/file/mandatories.env | 0 .../00_7choice_quote/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../00_7help_quote}/errors/all.json | 0 .../00_7help_quote}/errors/mandatories.json | 0 .../00_7help_quote/file/all.env | 0 .../00_7help_quote/file/all_exclude.env | 0 .../00_7help_quote/file/mandatories.env | 0 .../00_7help_quote/makedict/all.json | 0 .../00_7help_quote/makedict/mandatories.json | 0 .../00_7value_doublequote}/errors/all.json | 0 .../errors/mandatories.json | 0 .../00_7value_doublequote/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../00_7value_doublequote/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../00_7value_doublequote2}/errors/all.json | 0 .../errors/mandatories.json | 0 .../00_7value_doublequote2/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../00_7value_doublequote2/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../00_7value_doublequote3}/errors/all.json | 0 .../errors/mandatories.json | 0 .../00_7value_doublequote3/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../00_7value_doublequote3/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../00_7value_quote}/errors/all.json | 0 .../00_7value_quote}/errors/mandatories.json | 0 .../00_7value_quote/file/all.env | 0 .../00_7value_quote/file/all_exclude.env | 0 .../00_7value_quote}/file/mandatories.env | 0 .../00_7value_quote/makedict/all.json | 0 .../00_7value_quote/makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 0 .../00_8calculation_information/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../00_8test}/errors/all.json | 0 .../00_8test}/errors/mandatories.json | 0 .../00_8test/file/all.env | 0 .../00_8test/file/all_exclude.env | 0 .../00_8test/file/mandatories.env | 0 .../00_8test/makedict/all.json | 0 .../00_8test/makedict/mandatories.json | 0 .../errors/all.json} | 0 .../errors/mandatories.json | 0 .../00_9choice_variable_multi/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../00_9choice_variables/errors/all.json} | 0 .../errors/mandatories.json | 0 .../00_9choice_variables/file/all.env | 0 .../00_9choice_variables/file/all_exclude.env | 0 .../file/mandatories.env | 0 .../00_9choice_variables/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../00_9default_calculation/errors/all.json} | 0 .../errors/mandatories.json | 0 .../00_9default_calculation/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../00_9default_calculation/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json} | 0 .../errors/mandatories.json | 0 .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json} | 0 .../errors/mandatories.json | 0 .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json} | 0 .../errors/mandatories.json | 0 .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../00_9default_integer/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../00_9default_integer/file/all.env | 0 .../00_9default_integer/file/all_exclude.env | 0 .../00_9default_integer}/file/mandatories.env | 0 .../00_9default_integer/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../test_namespace/00_9extra/errors/all.json | 4 ++ .../00_9extra/errors/mandatories.json | 4 ++ .../00_9extra/file/all.env | 0 .../00_9extra/file/all_exclude.env | 0 .../00_9extra}/file/mandatories.env | 0 .../00_9extra/makedict/all.json | 0 .../00_9extra/makedict/mandatories.json | 0 .../00_9extra_calculation/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../00_9extra_calculation/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../00_9extra_calculation/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../01_6boolean_multi/errors/all.json | 4 ++ .../01_6boolean_multi/errors/mandatories.json | 4 ++ .../01_6boolean_multi/file/all.env | 0 .../01_6boolean_multi/file/all_exclude.env | 0 .../01_6boolean_multi/file/mandatories.env | 1 + .../01_6boolean_multi/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../01_6custom_multi/errors/all.json | 4 ++ .../01_6custom_multi/errors/mandatories.json | 4 ++ .../01_6custom_multi/file/all.env | 0 .../01_6custom_multi/file/all_exclude.env | 0 .../01_6custom_multi/file/mandatories.env | 0 .../01_6custom_multi/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../01_6float_multi/errors/all.json | 4 ++ .../01_6float_multi/errors/mandatories.json | 4 ++ .../01_6float_multi/file/all.env | 0 .../01_6float_multi/file/all_exclude.env | 0 .../01_6float_multi/file/mandatories.env | 1 + .../01_6float_multi/makedict/all.json | 0 .../01_6float_multi/makedict/mandatories.json | 0 .../01_6number_multi/errors/all.json | 4 ++ .../01_6number_multi/errors/mandatories.json | 4 ++ .../01_6number_multi/file/all.env | 0 .../01_6number_multi/file/all_exclude.env | 0 .../01_6number_multi/file/mandatories.env | 1 + .../01_6number_multi/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../01_6string_empty/errors/all.json | 4 ++ .../01_6string_empty/errors/mandatories.json | 4 ++ .../01_6string_empty/file/all.env | 0 .../01_6string_empty/file/all_exclude.env | 0 .../01_6string_empty/file/mandatories.env | 0 .../01_6string_empty/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../01_6string_multi/errors/all.json | 4 ++ .../01_6string_multi/errors/mandatories.json | 4 ++ .../01_6string_multi/file/all.env | 0 .../01_6string_multi/file/all_exclude.env | 0 .../01_6string_multi/file/mandatories.env | 0 .../01_6string_multi/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../01_7value_multi_doublequote/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../01_7value_multi_doublequote2/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../01_7value_multi_quote/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../01_7value_multi_quote/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../01_7value_multi_quote/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../01_9choice_variable_multi/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../01_9choice_variable_multi/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../04_0type_param/errors/all.json | 4 ++ .../04_0type_param/errors/mandatories.json | 4 ++ .../04_0type_param/file/all.env | 0 .../04_0type_param/file/all_exclude.env | 0 .../04_0type_param/file/mandatories.env | 1 + .../04_0type_param/makedict/all.json | 0 .../04_0type_param/makedict/mandatories.json | 0 .../04_1auto_save/errors/all.json | 4 ++ .../04_1auto_save/errors/mandatories.json | 4 ++ .../04_1auto_save/file/all.env | 0 .../04_1auto_save/file/all_exclude.env | 0 .../04_1auto_save/file/mandatories.env | 1 + .../04_1auto_save/makedict/all.json | 0 .../04_1auto_save/makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../04_1auto_save_and_calculated/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../04_1auto_save_and_hidden/errors/all.json | 0 .../errors/mandatories.json | 4 ++ .../04_1auto_save_and_hidden/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 0 .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 0 .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../04_5disabled_calculation/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../04_5disabled_calculation/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 0 .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../04_5hidden_calculation/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../04_5hidden_calculation/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../04_5hidden_calculation/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../04_5hidden_calculation2/errors/all.json | 0 .../errors/mandatories.json | 4 ++ .../04_5hidden_calculation2/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../04_5hidden_calculation2/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../04_5validators/errors/all.json | 4 ++ .../04_5validators/errors/mandatories.json | 4 ++ .../04_5validators/file/all.env | 0 .../04_5validators/file/all_exclude.env | 0 .../04_5validators/file/mandatories.env | 0 .../04_5validators/makedict/all.json | 0 .../04_5validators/makedict/mandatories.json | 0 .../04_5validators_differ/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../04_5validators_differ/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../04_5validators_differ/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../04_5validators_multi/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../04_5validators_multi/file/all.env | 0 .../04_5validators_multi/file/all_exclude.env | 0 .../04_5validators_multi/file/mandatories.env | 1 + .../04_5validators_multi/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../04_5validators_multi2/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../04_5validators_multi2/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../04_5validators_multi2/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../05_0multi_not_uniq/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../05_0multi_not_uniq/file/all.env | 0 .../05_0multi_not_uniq/file/all_exclude.env | 0 .../05_0multi_not_uniq/file/mandatories.env | 1 + .../05_0multi_not_uniq/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../05_0multi_uniq/errors/all.json | 4 ++ .../05_0multi_uniq/errors/mandatories.json | 4 ++ .../05_0multi_uniq/file/all.env | 0 .../05_0multi_uniq/file/all_exclude.env | 0 .../05_0multi_uniq/file/mandatories.env | 1 + .../05_0multi_uniq/makedict/all.json | 0 .../05_0multi_uniq/makedict/mandatories.json | 0 .../12_1auto_save_expert/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../12_1auto_save_expert/file/all.env | 0 .../12_1auto_save_expert/file/all_exclude.env | 0 .../12_1auto_save_expert/file/mandatories.env | 1 + .../12_1auto_save_expert/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../16_0redefine_description/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../16_0redefine_description/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../errors/all.json | 0 .../errors/mandatories.json | 0 .../16_2family_redefine_disabled/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../16_5exists_nonexists/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../16_5exists_nonexists/file/all.env | 0 .../16_5exists_nonexists/file/all_exclude.env | 0 .../16_5exists_nonexists/file/mandatories.env | 1 + .../16_5exists_nonexists/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../16_5exists_redefine/errors/all.json | 0 .../errors/mandatories.json | 4 ++ .../16_5exists_redefine/file/all.env | 0 .../16_5exists_redefine/file/all_exclude.env | 0 .../16_5exists_redefine/file/mandatories.env | 1 + .../16_5exists_redefine/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../16_5redefine_calculation/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../16_5redefine_calculation/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../16_5redefine_choice/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../16_5redefine_choice/file/all.env | 0 .../16_5redefine_choice/file/all_exclude.env | 0 .../16_5redefine_choice/file/mandatories.env | 0 .../16_5redefine_choice/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../16_5redefine_default/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../16_5redefine_default/file/all.env | 0 .../16_5redefine_default/file/all_exclude.env | 0 .../16_5redefine_default/file/mandatories.env | 1 + .../16_5redefine_default/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../16_5redefine_family/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../16_5redefine_family/file/all.env | 0 .../16_5redefine_family/file/all_exclude.env | 0 .../16_5redefine_family/file/mandatories.env | 0 .../16_5redefine_family/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../16_5redefine_help/errors/all.json | 4 ++ .../16_5redefine_help/errors/mandatories.json | 4 ++ .../16_5redefine_help/file/all.env | 0 .../16_5redefine_help/file/all_exclude.env | 0 .../16_5redefine_help/file/mandatories.env | 0 .../16_5redefine_help/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../16_5redefine_hidden/errors/all.json | 0 .../errors/mandatories.json | 4 ++ .../16_5redefine_hidden/file/all.env | 0 .../16_5redefine_hidden/file/all_exclude.env | 0 .../16_5redefine_hidden/file/mandatories.env | 1 + .../16_5redefine_hidden/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../16_5redefine_multi/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../16_5redefine_multi/file/all.env | 0 .../16_5redefine_multi/file/all_exclude.env | 0 .../16_5redefine_multi/file/mandatories.env | 1 + .../16_5redefine_multi/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../16_5test_redefine/errors/all.json | 4 ++ .../16_5test_redefine/errors/mandatories.json | 4 ++ .../16_5test_redefine/file/all.env | 0 .../16_5test_redefine/file/all_exclude.env | 0 .../16_5test_redefine/file/mandatories.env | 0 .../16_5test_redefine/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../16_6choice_redefine/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../16_6choice_redefine/file/all.env | 0 .../16_6choice_redefine/file/all_exclude.env | 0 .../16_6choice_redefine/file/mandatories.env | 1 + .../16_6choice_redefine/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../16_6exists_redefine_family/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../16exists_exists/errors/all.json | 4 ++ .../16exists_exists/errors/mandatories.json | 4 ++ .../16exists_exists/file/all.env | 0 .../16exists_exists/file/all_exclude.env | 0 .../16exists_exists/file/mandatories.env | 0 .../16exists_exists/makedict/all.json | 0 .../16exists_exists/makedict/mandatories.json | 0 .../17_5redefine_leadership/errors/all.json | 0 .../errors/mandatories.json | 4 ++ .../17_5redefine_leadership/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../17_5redefine_leadership/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../20_0empty_family/errors/all.json | 4 ++ .../20_0empty_family/errors/mandatories.json | 4 ++ .../20_0empty_family/file/all.env | 1 + .../20_0empty_family/file/all_exclude.env | 1 + .../20_0empty_family/file/mandatories.env | 1 + .../20_0empty_family/makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../20_0family_append/errors/all.json | 4 ++ .../20_0family_append/errors/mandatories.json | 4 ++ .../20_0family_append/file/all.env | 0 .../20_0family_append/file/all_exclude.env | 0 .../20_0family_append/file/mandatories.env | 0 .../20_0family_append/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../20_0family_underscore/errors/all.json | 0 .../errors/mandatories.json | 4 ++ .../20_0family_underscore/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../20_0family_underscore/makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../20_0multi_family/errors/all.json | 4 ++ .../20_0multi_family/errors/mandatories.json | 4 ++ .../20_0multi_family/file/all.env | 0 .../20_0multi_family/file/all_exclude.env | 0 .../20_0multi_family/file/mandatories.env | 1 + .../20_0multi_family/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../20_0multi_family_basic/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../20_0multi_family_basic/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../20_0multi_family_basic/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../20_0multi_family_expert/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../20_0multi_family_expert/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../20_0multi_family_expert/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../20_0multi_family_order/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../20_0multi_family_order/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../20_0multi_family_order/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../20_1empty_subfamily/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../20_1empty_subfamily/file/all.env | 1 + .../20_1empty_subfamily/file/all_exclude.env | 1 + .../20_1empty_subfamily/file/mandatories.env | 1 + .../20_1empty_subfamily/makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../24_0family_hidden_condition/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../40_0leadership/errors/all.json | 4 ++ .../40_0leadership/errors/mandatories.json | 4 ++ .../40_0leadership/file/all.env | 0 .../40_0leadership/file/all_exclude.env | 0 .../40_0leadership/file/mandatories.env | 0 .../40_0leadership/makedict/all.json | 0 .../40_0leadership/makedict/mandatories.json | 0 .../40_0leadership_diff_name/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../40_0leadership_diff_name/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../40_0leadership_empty/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../40_0leadership_empty/file/all.env | 1 + .../40_0leadership_empty/file/all_exclude.env | 1 + .../40_0leadership_empty/file/mandatories.env | 1 + .../40_0leadership_empty/makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../40_8calculation_boolean/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../40_8calculation_boolean/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../40_8calculation_boolean/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../40_8calculation_integer/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../40_8calculation_integer/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../40_8calculation_integer/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../41_0choice_leader/errors/all.json | 4 ++ .../41_0choice_leader/errors/mandatories.json | 4 ++ .../41_0choice_leader/file/all.env | 0 .../41_0choice_leader/file/all_exclude.env | 0 .../41_0choice_leader/file/mandatories.env | 1 + .../41_0choice_leader/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../44_0leadership_hidden/errors/all.json | 0 .../errors/mandatories.json | 4 ++ .../44_0leadership_hidden/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../44_0leadership_hidden/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 4 ++ .../44_0leadership_leader_hidden/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../44_4leadership_mandatory/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../44_4leadership_mandatory/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 0 .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../60_0family_dynamic/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../60_0family_dynamic/file/all.env | 0 .../60_0family_dynamic/file/all_exclude.env | 0 .../60_0family_dynamic/file/mandatories.env | 0 .../60_0family_dynamic/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../60_0family_dynamic_1_0/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../60_0family_dynamic_1_0/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../60_0family_dynamic_1_0/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../60_0family_dynamic_1_0_empty/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../60_0family_dynamic_1_0_type/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../60_0family_dynamic_1_1/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../60_0family_dynamic_1_1/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../60_0family_dynamic_1_1/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../60_0family_dynamic_1_1_empty/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../60_0family_dynamic_empty/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../60_0family_dynamic_empty/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../60_0family_dynamic_static/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../60_0family_dynamic_static/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../60_0family_dynamic_test/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../60_0family_dynamic_test/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../60_0family_dynamic_test/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../60_0family_empty/errors/all.json | 4 ++ .../60_0family_empty/errors/mandatories.json | 4 ++ .../60_0family_empty/file/all.env | 1 + .../60_0family_empty/file/all_exclude.env | 1 + .../60_0family_empty/file/mandatories.env | 1 + .../60_0family_empty/makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../60_0family_hidden/errors/all.json | 0 .../60_0family_hidden/errors/mandatories.json | 4 ++ .../60_0family_hidden/file/all.env | 0 .../60_0family_hidden/file/all_exclude.env | 0 .../60_0family_hidden/file/mandatories.env | 1 + .../60_0family_hidden/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../60_0family_mode/errors/all.json | 4 ++ .../60_0family_mode/errors/mandatories.json | 4 ++ .../60_0family_mode/file/all.env | 0 .../60_0family_mode/file/all_exclude.env | 0 .../60_0family_mode/file/mandatories.env | 1 + .../60_0family_mode/makedict/all.json | 0 .../60_0family_mode/makedict/mandatories.json | 0 .../60_1family_dynamic_jinja/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../60_1family_dynamic_jinja/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../60_5family_dynamic_calc2/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../60_5family_dynamic_calc2/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 0 .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 0 .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../60_6family_dynamic_inside/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../60_6family_dynamic_inside/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../file/all.env | 21 +++++++ .../file/all_exclude.env | 18 ++++++ .../file/mandatories.env | 1 + .../makedict/all.json | 34 ++++++++++ .../makedict/mandatories.json | 8 +++ .../60_9extra_dynamic/errors/all.json | 4 ++ .../60_9extra_dynamic/errors/mandatories.json | 4 ++ .../60_9extra_dynamic/file/all.env | 0 .../60_9extra_dynamic/file/all_exclude.env | 0 .../60_9extra_dynamic/file/mandatories.env | 0 .../60_9extra_dynamic/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../60_9extra_dynamic_extra/errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../60_9extra_dynamic_extra/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../60_9extra_dynamic_extra/makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../60_9family_dynamic_calc_both/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 0 .../makedict/all.json | 0 .../makedict/mandatories.json | 0 .../errors/all.json | 4 ++ .../errors/mandatories.json | 4 ++ .../68_0family_leadership_mode/file/all.env | 0 .../file/all_exclude.env | 0 .../file/mandatories.env | 1 + .../makedict/all.json | 0 .../makedict/mandatories.json | 0 tests/test_load.py | 62 ++++++++++++++----- 2564 files changed, 4536 insertions(+), 18 deletions(-) rename tests/results/{ => test}/00_0empty/errors/all.json (100%) rename tests/results/{ => test}/00_0empty/errors/mandatories.json (100%) rename tests/results/{ => test}/00_0empty/file/all.env (100%) rename tests/results/{ => test}/00_0empty/file/all_exclude.env (100%) rename tests/results/{ => test}/00_0empty/file/mandatories.env (100%) rename tests/results/{ => test}/00_0empty/makedict/all.json (100%) rename tests/results/{ => test}/00_0empty/makedict/mandatories.json (100%) rename tests/results/{ => test}/00_0version_underscore/errors/all.json (100%) rename tests/results/{ => test}/00_0version_underscore/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_0version_underscore/file/all.env create mode 100644 tests/results/test/00_0version_underscore/file/all_exclude.env create mode 100644 tests/results/test/00_0version_underscore/file/mandatories.env create mode 100644 tests/results/test/00_0version_underscore/makedict/all.json create mode 100644 tests/results/test/00_0version_underscore/makedict/mandatories.json rename tests/results/{ => test}/00_1empty_variable/errors/all.json (100%) rename tests/results/{ => test}/00_1empty_variable/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_1empty_variable/file/all.env create mode 100644 tests/results/test/00_1empty_variable/file/all_exclude.env create mode 100644 tests/results/test/00_1empty_variable/file/mandatories.env create mode 100644 tests/results/test/00_1empty_variable/makedict/all.json create mode 100644 tests/results/test/00_1empty_variable/makedict/mandatories.json rename tests/results/{ => test}/00_2default_calculated/errors/all.json (100%) rename tests/results/{ => test}/00_2default_calculated/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_2default_calculated/file/all.env create mode 100644 tests/results/test/00_2default_calculated/file/all_exclude.env rename tests/results/{ => test}/00_2default_calculated/file/mandatories.env (100%) create mode 100644 tests/results/test/00_2default_calculated/makedict/all.json create mode 100644 tests/results/test/00_2default_calculated/makedict/mandatories.json rename tests/results/{ => test}/00_2default_calculated_multi/errors/all.json (100%) rename tests/results/{ => test}/00_2default_calculated_multi/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_2default_calculated_multi/file/all.env create mode 100644 tests/results/test/00_2default_calculated_multi/file/all_exclude.env rename tests/results/{ => test}/00_2default_calculated_multi/file/mandatories.env (100%) create mode 100644 tests/results/test/00_2default_calculated_multi/makedict/all.json create mode 100644 tests/results/test/00_2default_calculated_multi/makedict/mandatories.json rename tests/results/{ => test}/00_2default_calculated_variable_transitive/errors/all.json (100%) rename tests/results/{ => test}/00_2default_calculated_variable_transitive/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_2default_calculated_variable_transitive/file/all.env create mode 100644 tests/results/test/00_2default_calculated_variable_transitive/file/all_exclude.env create mode 100644 tests/results/test/00_2default_calculated_variable_transitive/file/mandatories.env create mode 100644 tests/results/test/00_2default_calculated_variable_transitive/makedict/all.json create mode 100644 tests/results/test/00_2default_calculated_variable_transitive/makedict/mandatories.json rename tests/results/{ => test}/00_4load_subfolder/errors/all.json (100%) rename tests/results/{ => test}/00_4load_subfolder/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_4load_subfolder/file/all.env create mode 100644 tests/results/test/00_4load_subfolder/file/all_exclude.env create mode 100644 tests/results/test/00_4load_subfolder/file/mandatories.env create mode 100644 tests/results/test/00_4load_subfolder/makedict/all.json create mode 100644 tests/results/test/00_4load_subfolder/makedict/mandatories.json rename tests/results/{ => test}/00_5load_notype/errors/all.json (100%) rename tests/results/{ => test}/00_5load_notype/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_5load_notype/file/all.env create mode 100644 tests/results/test/00_5load_notype/file/all_exclude.env rename tests/results/{ => test}/00_5load_notype/file/mandatories.env (100%) create mode 100644 tests/results/test/00_5load_notype/makedict/all.json create mode 100644 tests/results/test/00_5load_notype/makedict/mandatories.json rename tests/results/{ => test}/00_6boolean/errors/all.json (100%) rename tests/results/{ => test}/00_6boolean/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_6boolean/file/all.env create mode 100644 tests/results/test/00_6boolean/file/all_exclude.env rename tests/results/{ => test}/00_6boolean/file/mandatories.env (100%) create mode 100644 tests/results/test/00_6boolean/makedict/all.json create mode 100644 tests/results/test/00_6boolean/makedict/mandatories.json rename tests/results/{ => test}/00_6boolean_no_mandatory/errors/all.json (100%) rename tests/results/{ => test}/00_6boolean_no_mandatory/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_6boolean_no_mandatory/file/all.env create mode 100644 tests/results/test/00_6boolean_no_mandatory/file/all_exclude.env rename tests/results/{ => test}/00_6boolean_no_mandatory/file/mandatories.env (100%) create mode 100644 tests/results/test/00_6boolean_no_mandatory/makedict/all.json create mode 100644 tests/results/test/00_6boolean_no_mandatory/makedict/mandatories.json rename tests/results/{ => test}/00_6choice/errors/all.json (100%) rename tests/results/{ => test}/00_6choice/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_6choice/file/all.env create mode 100644 tests/results/test/00_6choice/file/all_exclude.env create mode 100644 tests/results/test/00_6choice/file/mandatories.env create mode 100644 tests/results/test/00_6choice/makedict/all.json create mode 100644 tests/results/test/00_6choice/makedict/mandatories.json rename tests/results/{ => test}/00_6choice_calculation/errors/all.json (100%) rename tests/results/{ => test}/00_6choice_calculation/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_6choice_calculation/file/all.env create mode 100644 tests/results/test/00_6choice_calculation/file/all_exclude.env rename tests/results/{ => test}/00_6choice_calculation/file/mandatories.env (100%) create mode 100644 tests/results/test/00_6choice_calculation/makedict/all.json create mode 100644 tests/results/test/00_6choice_calculation/makedict/mandatories.json rename tests/results/{ => test}/00_6choice_variable/errors/all.json (100%) rename tests/results/{ => test}/00_6choice_variable/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_6choice_variable/file/all.env create mode 100644 tests/results/test/00_6choice_variable/file/all_exclude.env rename tests/results/{ => test}/00_6choice_variable/file/mandatories.env (100%) create mode 100644 tests/results/test/00_6choice_variable/makedict/all.json create mode 100644 tests/results/test/00_6choice_variable/makedict/mandatories.json rename tests/results/{ => test}/00_6custom/errors/all.json (100%) rename tests/results/{ => test}/00_6custom/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_6custom/file/all.env create mode 100644 tests/results/test/00_6custom/file/all_exclude.env create mode 100644 tests/results/test/00_6custom/file/mandatories.env create mode 100644 tests/results/test/00_6custom/makedict/all.json create mode 100644 tests/results/test/00_6custom/makedict/mandatories.json rename tests/results/{ => test}/00_6domainname/errors/all.json (100%) rename tests/results/{ => test}/00_6domainname/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_6domainname/file/all.env create mode 100644 tests/results/test/00_6domainname/file/all_exclude.env rename tests/results/{ => test}/00_6domainname/file/mandatories.env (100%) create mode 100644 tests/results/test/00_6domainname/makedict/all.json create mode 100644 tests/results/test/00_6domainname/makedict/mandatories.json rename tests/results/{ => test}/00_6domainname_params/errors/all.json (100%) rename tests/results/{ => test}/00_6domainname_params/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_6domainname_params/file/all.env create mode 100644 tests/results/test/00_6domainname_params/file/all_exclude.env rename tests/results/{ => test}/00_6domainname_params/file/mandatories.env (100%) create mode 100644 tests/results/test/00_6domainname_params/makedict/all.json create mode 100644 tests/results/test/00_6domainname_params/makedict/mandatories.json rename tests/results/{ => test}/00_6float/errors/all.json (100%) rename tests/results/{ => test}/00_6float/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_6float/file/all.env create mode 100644 tests/results/test/00_6float/file/all_exclude.env rename tests/results/{ => test}/00_6float/file/mandatories.env (100%) create mode 100644 tests/results/test/00_6float/makedict/all.json create mode 100644 tests/results/test/00_6float/makedict/mandatories.json rename tests/results/{ => test}/00_6number/errors/all.json (100%) rename tests/results/{ => test}/00_6number/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_6number/file/all.env create mode 100644 tests/results/test/00_6number/file/all_exclude.env rename tests/results/{ => test}/00_6number/file/mandatories.env (100%) create mode 100644 tests/results/test/00_6number/makedict/all.json create mode 100644 tests/results/test/00_6number/makedict/mandatories.json rename tests/results/{ => test}/00_6port/errors/all.json (100%) rename tests/results/{ => test}/00_6port/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_6port/file/all.env create mode 100644 tests/results/test/00_6port/file/all_exclude.env create mode 100644 tests/results/test/00_6port/file/mandatories.env create mode 100644 tests/results/test/00_6port/makedict/all.json create mode 100644 tests/results/test/00_6port/makedict/mandatories.json rename tests/results/{ => test}/00_6regexp/errors/all.json (100%) rename tests/results/{ => test}/00_6regexp/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_6regexp/file/all.env create mode 100644 tests/results/test/00_6regexp/file/all_exclude.env rename tests/results/{ => test}/00_6regexp/file/mandatories.env (100%) create mode 100644 tests/results/test/00_6regexp/makedict/all.json create mode 100644 tests/results/test/00_6regexp/makedict/mandatories.json rename tests/results/{ => test}/00_6string/errors/all.json (100%) rename tests/results/{ => test}/00_6string/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_6string/file/all.env create mode 100644 tests/results/test/00_6string/file/all_exclude.env create mode 100644 tests/results/test/00_6string/file/mandatories.env create mode 100644 tests/results/test/00_6string/makedict/all.json create mode 100644 tests/results/test/00_6string/makedict/mandatories.json rename tests/results/{ => test}/00_7choice_quote/errors/all.json (100%) rename tests/results/{ => test}/00_7choice_quote/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_7choice_quote/file/all.env create mode 100644 tests/results/test/00_7choice_quote/file/all_exclude.env rename tests/results/{ => test}/00_7choice_quote/file/mandatories.env (100%) create mode 100644 tests/results/test/00_7choice_quote/makedict/all.json create mode 100644 tests/results/test/00_7choice_quote/makedict/mandatories.json rename tests/results/{ => test}/00_7help_quote/errors/all.json (100%) rename tests/results/{ => test}/00_7help_quote/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_7help_quote/file/all.env create mode 100644 tests/results/test/00_7help_quote/file/all_exclude.env create mode 100644 tests/results/test/00_7help_quote/file/mandatories.env create mode 100644 tests/results/test/00_7help_quote/makedict/all.json create mode 100644 tests/results/test/00_7help_quote/makedict/mandatories.json rename tests/results/{ => test}/00_7value_doublequote/errors/all.json (100%) rename tests/results/{ => test}/00_7value_doublequote/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_7value_doublequote/file/all.env create mode 100644 tests/results/test/00_7value_doublequote/file/all_exclude.env rename tests/results/{ => test}/00_7value_doublequote/file/mandatories.env (100%) create mode 100644 tests/results/test/00_7value_doublequote/makedict/all.json create mode 100644 tests/results/test/00_7value_doublequote/makedict/mandatories.json rename tests/results/{ => test}/00_7value_doublequote2/errors/all.json (100%) rename tests/results/{ => test}/00_7value_doublequote2/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_7value_doublequote2/file/all.env create mode 100644 tests/results/test/00_7value_doublequote2/file/all_exclude.env rename tests/results/{ => test}/00_7value_doublequote2/file/mandatories.env (100%) create mode 100644 tests/results/test/00_7value_doublequote2/makedict/all.json create mode 100644 tests/results/test/00_7value_doublequote2/makedict/mandatories.json rename tests/results/{ => test}/00_7value_doublequote3/errors/all.json (100%) rename tests/results/{ => test}/00_7value_doublequote3/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_7value_doublequote3/file/all.env create mode 100644 tests/results/test/00_7value_doublequote3/file/all_exclude.env rename tests/results/{ => test}/00_7value_doublequote3/file/mandatories.env (100%) create mode 100644 tests/results/test/00_7value_doublequote3/makedict/all.json create mode 100644 tests/results/test/00_7value_doublequote3/makedict/mandatories.json rename tests/results/{ => test}/00_7value_quote/errors/all.json (100%) rename tests/results/{ => test}/00_7value_quote/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_7value_quote/file/all.env create mode 100644 tests/results/test/00_7value_quote/file/all_exclude.env rename tests/results/{ => test}/00_7value_quote/file/mandatories.env (100%) create mode 100644 tests/results/test/00_7value_quote/makedict/all.json create mode 100644 tests/results/test/00_7value_quote/makedict/mandatories.json rename tests/results/{ => test}/00_8calculation_information/errors/all.json (100%) rename tests/results/{ => test}/00_8calculation_information/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_8calculation_information/file/all.env create mode 100644 tests/results/test/00_8calculation_information/file/all_exclude.env create mode 100644 tests/results/test/00_8calculation_information/file/mandatories.env create mode 100644 tests/results/test/00_8calculation_information/makedict/all.json create mode 100644 tests/results/test/00_8calculation_information/makedict/mandatories.json rename tests/results/{ => test}/00_8test/errors/all.json (100%) rename tests/results/{ => test}/00_8test/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_8test/file/all.env create mode 100644 tests/results/test/00_8test/file/all_exclude.env create mode 100644 tests/results/test/00_8test/file/mandatories.env create mode 100644 tests/results/test/00_8test/makedict/all.json create mode 100644 tests/results/test/00_8test/makedict/mandatories.json rename tests/results/{ => test}/00_9choice_variable_multi/errors/all.json (100%) rename tests/results/{ => test}/00_9choice_variable_multi/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_9choice_variable_multi/file/all.env create mode 100644 tests/results/test/00_9choice_variable_multi/file/all_exclude.env create mode 100644 tests/results/test/00_9choice_variable_multi/file/mandatories.env create mode 100644 tests/results/test/00_9choice_variable_multi/makedict/all.json create mode 100644 tests/results/test/00_9choice_variable_multi/makedict/mandatories.json rename tests/results/{ => test}/00_9choice_variables/errors/all.json (100%) rename tests/results/{ => test}/00_9choice_variables/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_9choice_variables/file/all.env create mode 100644 tests/results/test/00_9choice_variables/file/all_exclude.env rename tests/results/{ => test}/00_9choice_variables/file/mandatories.env (100%) create mode 100644 tests/results/test/00_9choice_variables/makedict/all.json create mode 100644 tests/results/test/00_9choice_variables/makedict/mandatories.json rename tests/results/{ => test}/00_9default_calculation/errors/all.json (100%) rename tests/results/{ => test}/00_9default_calculation/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_9default_calculation/file/all.env create mode 100644 tests/results/test/00_9default_calculation/file/all_exclude.env rename tests/results/{ => test}/00_9default_calculation/file/mandatories.env (100%) create mode 100644 tests/results/test/00_9default_calculation/makedict/all.json create mode 100644 tests/results/test/00_9default_calculation/makedict/mandatories.json rename tests/results/{ => test}/00_9default_calculation_information/errors/all.json (100%) rename tests/results/{ => test}/00_9default_calculation_information/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_9default_calculation_information/file/all.env create mode 100644 tests/results/test/00_9default_calculation_information/file/all_exclude.env create mode 100644 tests/results/test/00_9default_calculation_information/file/mandatories.env create mode 100644 tests/results/test/00_9default_calculation_information/makedict/all.json create mode 100644 tests/results/test/00_9default_calculation_information/makedict/mandatories.json rename tests/results/{ => test}/00_9default_calculation_information_other_variable/errors/all.json (100%) rename tests/results/{ => test}/00_9default_calculation_information_other_variable/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_9default_calculation_information_other_variable/file/all.env create mode 100644 tests/results/test/00_9default_calculation_information_other_variable/file/all_exclude.env create mode 100644 tests/results/test/00_9default_calculation_information_other_variable/file/mandatories.env create mode 100644 tests/results/test/00_9default_calculation_information_other_variable/makedict/all.json create mode 100644 tests/results/test/00_9default_calculation_information_other_variable/makedict/mandatories.json rename tests/results/{ => test}/00_9default_calculation_multi_optional/errors/all.json (100%) rename tests/results/{ => test}/00_9default_calculation_multi_optional/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_9default_calculation_multi_optional/file/all.env create mode 100644 tests/results/test/00_9default_calculation_multi_optional/file/all_exclude.env rename tests/results/{ => test}/00_9default_calculation_multi_optional/file/mandatories.env (100%) create mode 100644 tests/results/test/00_9default_calculation_multi_optional/makedict/all.json create mode 100644 tests/results/test/00_9default_calculation_multi_optional/makedict/mandatories.json rename tests/results/{ => test}/00_9default_calculation_multi_optional2/errors/all.json (100%) rename tests/results/{ => test}/00_9default_calculation_multi_optional2/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_9default_calculation_multi_optional2/file/all.env create mode 100644 tests/results/test/00_9default_calculation_multi_optional2/file/all_exclude.env rename tests/results/{ => test}/00_9default_calculation_multi_optional2/file/mandatories.env (100%) create mode 100644 tests/results/test/00_9default_calculation_multi_optional2/makedict/all.json create mode 100644 tests/results/test/00_9default_calculation_multi_optional2/makedict/mandatories.json rename tests/results/{ => test}/00_9default_calculation_optional/errors/all.json (100%) rename tests/results/{ => test}/00_9default_calculation_optional/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_9default_calculation_optional/file/all.env create mode 100644 tests/results/test/00_9default_calculation_optional/file/all_exclude.env create mode 100644 tests/results/test/00_9default_calculation_optional/file/mandatories.env create mode 100644 tests/results/test/00_9default_calculation_optional/makedict/all.json create mode 100644 tests/results/test/00_9default_calculation_optional/makedict/mandatories.json rename tests/results/{ => test}/00_9default_calculation_optional_exists/errors/all.json (100%) rename tests/results/{ => test}/00_9default_calculation_optional_exists/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_9default_calculation_optional_exists/file/all.env create mode 100644 tests/results/test/00_9default_calculation_optional_exists/file/all_exclude.env rename tests/results/{ => test}/00_9default_calculation_optional_exists/file/mandatories.env (100%) create mode 100644 tests/results/test/00_9default_calculation_optional_exists/makedict/all.json create mode 100644 tests/results/test/00_9default_calculation_optional_exists/makedict/mandatories.json rename tests/results/{ => test}/00_9default_calculation_param_optional/errors/all.json (100%) rename tests/results/{ => test}/00_9default_calculation_param_optional/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_9default_calculation_param_optional/file/all.env create mode 100644 tests/results/test/00_9default_calculation_param_optional/file/all_exclude.env rename tests/results/{ => test}/00_9default_calculation_param_optional/file/mandatories.env (100%) create mode 100644 tests/results/test/00_9default_calculation_param_optional/makedict/all.json create mode 100644 tests/results/test/00_9default_calculation_param_optional/makedict/mandatories.json rename tests/results/{ => test}/00_9default_information_other_variable/errors/all.json (100%) rename tests/results/{ => test}/00_9default_information_other_variable/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_9default_information_other_variable/file/all.env create mode 100644 tests/results/test/00_9default_information_other_variable/file/all_exclude.env create mode 100644 tests/results/test/00_9default_information_other_variable/file/mandatories.env create mode 100644 tests/results/test/00_9default_information_other_variable/makedict/all.json create mode 100644 tests/results/test/00_9default_information_other_variable/makedict/mandatories.json rename tests/results/{ => test}/00_9default_integer/errors/all.json (100%) rename tests/results/{ => test}/00_9default_integer/errors/mandatories.json (100%) create mode 100644 tests/results/test/00_9default_integer/file/all.env create mode 100644 tests/results/test/00_9default_integer/file/all_exclude.env rename tests/results/{ => test}/00_9default_integer/file/mandatories.env (100%) create mode 100644 tests/results/test/00_9default_integer/makedict/all.json create mode 100644 tests/results/test/00_9default_integer/makedict/mandatories.json rename tests/results/{00_9extra => test/01_6boolean_multi}/errors/all.json (100%) rename tests/results/{00_9extra => test/01_6boolean_multi}/errors/mandatories.json (100%) create mode 100644 tests/results/test/01_6boolean_multi/file/all.env create mode 100644 tests/results/test/01_6boolean_multi/file/all_exclude.env rename tests/results/{00_9extra => test/01_6boolean_multi}/file/mandatories.env (100%) create mode 100644 tests/results/test/01_6boolean_multi/makedict/all.json create mode 100644 tests/results/test/01_6boolean_multi/makedict/mandatories.json rename tests/results/{00_9extra_calculation => test/01_6custom_multi}/errors/all.json (100%) rename tests/results/{00_9extra_calculation => test/01_6custom_multi}/errors/mandatories.json (100%) create mode 100644 tests/results/test/01_6custom_multi/file/all.env create mode 100644 tests/results/test/01_6custom_multi/file/all_exclude.env create mode 100644 tests/results/test/01_6custom_multi/file/mandatories.env create mode 100644 tests/results/test/01_6custom_multi/makedict/all.json create mode 100644 tests/results/test/01_6custom_multi/makedict/mandatories.json rename tests/results/{01_6boolean_multi => test/01_6float_multi}/errors/all.json (100%) rename tests/results/{01_6boolean_multi => test/01_6float_multi}/errors/mandatories.json (100%) create mode 100644 tests/results/test/01_6float_multi/file/all.env create mode 100644 tests/results/test/01_6float_multi/file/all_exclude.env rename tests/results/{00_9extra_calculation => test/01_6float_multi}/file/mandatories.env (100%) create mode 100644 tests/results/test/01_6float_multi/makedict/all.json create mode 100644 tests/results/test/01_6float_multi/makedict/mandatories.json rename tests/results/{01_6custom_multi => test/01_6number_multi}/errors/all.json (100%) rename tests/results/{01_6custom_multi => test/01_6number_multi}/errors/mandatories.json (100%) create mode 100644 tests/results/test/01_6number_multi/file/all.env create mode 100644 tests/results/test/01_6number_multi/file/all_exclude.env rename tests/results/{01_6boolean_multi => test/01_6number_multi}/file/mandatories.env (100%) create mode 100644 tests/results/test/01_6number_multi/makedict/all.json create mode 100644 tests/results/test/01_6number_multi/makedict/mandatories.json rename tests/results/{01_6float_multi => test/01_6string_empty}/errors/all.json (100%) rename tests/results/{01_6float_multi => test/01_6string_empty}/errors/mandatories.json (100%) create mode 100644 tests/results/test/01_6string_empty/file/all.env create mode 100644 tests/results/test/01_6string_empty/file/all_exclude.env create mode 100644 tests/results/test/01_6string_empty/file/mandatories.env create mode 100644 tests/results/test/01_6string_empty/makedict/all.json create mode 100644 tests/results/test/01_6string_empty/makedict/mandatories.json rename tests/results/{01_6number_multi => test/01_6string_multi}/errors/all.json (100%) rename tests/results/{01_6number_multi => test/01_6string_multi}/errors/mandatories.json (100%) create mode 100644 tests/results/test/01_6string_multi/file/all.env create mode 100644 tests/results/test/01_6string_multi/file/all_exclude.env create mode 100644 tests/results/test/01_6string_multi/file/mandatories.env create mode 100644 tests/results/test/01_6string_multi/makedict/all.json create mode 100644 tests/results/test/01_6string_multi/makedict/mandatories.json rename tests/results/{01_6string_empty => test/01_7value_multi_doublequote}/errors/all.json (100%) rename tests/results/{01_6string_empty => test/01_7value_multi_doublequote}/errors/mandatories.json (100%) create mode 100644 tests/results/test/01_7value_multi_doublequote/file/all.env create mode 100644 tests/results/test/01_7value_multi_doublequote/file/all_exclude.env rename tests/results/{01_6float_multi => test/01_7value_multi_doublequote}/file/mandatories.env (100%) create mode 100644 tests/results/test/01_7value_multi_doublequote/makedict/all.json create mode 100644 tests/results/test/01_7value_multi_doublequote/makedict/mandatories.json rename tests/results/{01_6string_multi => test/01_7value_multi_doublequote2}/errors/all.json (100%) rename tests/results/{01_6string_multi => test/01_7value_multi_doublequote2}/errors/mandatories.json (100%) create mode 100644 tests/results/test/01_7value_multi_doublequote2/file/all.env create mode 100644 tests/results/test/01_7value_multi_doublequote2/file/all_exclude.env rename tests/results/{01_6number_multi => test/01_7value_multi_doublequote2}/file/mandatories.env (100%) create mode 100644 tests/results/test/01_7value_multi_doublequote2/makedict/all.json create mode 100644 tests/results/test/01_7value_multi_doublequote2/makedict/mandatories.json rename tests/results/{01_7value_multi_doublequote => test/01_7value_multi_quote}/errors/all.json (100%) rename tests/results/{01_7value_multi_doublequote => test/01_7value_multi_quote}/errors/mandatories.json (100%) create mode 100644 tests/results/test/01_7value_multi_quote/file/all.env create mode 100644 tests/results/test/01_7value_multi_quote/file/all_exclude.env rename tests/results/{01_7value_multi_doublequote => test/01_7value_multi_quote}/file/mandatories.env (100%) create mode 100644 tests/results/test/01_7value_multi_quote/makedict/all.json create mode 100644 tests/results/test/01_7value_multi_quote/makedict/mandatories.json rename tests/results/{01_7value_multi_doublequote2 => test/01_8calculation_information_multi}/errors/all.json (100%) rename tests/results/{01_7value_multi_doublequote2 => test/01_8calculation_information_multi}/errors/mandatories.json (100%) create mode 100644 tests/results/test/01_8calculation_information_multi/file/all.env create mode 100644 tests/results/test/01_8calculation_information_multi/file/all_exclude.env create mode 100644 tests/results/test/01_8calculation_information_multi/file/mandatories.env create mode 100644 tests/results/test/01_8calculation_information_multi/makedict/all.json create mode 100644 tests/results/test/01_8calculation_information_multi/makedict/mandatories.json rename tests/results/{01_7value_multi_quote => test/01_9choice_variable_multi}/errors/all.json (100%) rename tests/results/{01_7value_multi_quote => test/01_9choice_variable_multi}/errors/mandatories.json (100%) create mode 100644 tests/results/test/01_9choice_variable_multi/file/all.env create mode 100644 tests/results/test/01_9choice_variable_multi/file/all_exclude.env create mode 100644 tests/results/test/01_9choice_variable_multi/file/mandatories.env create mode 100644 tests/results/test/01_9choice_variable_multi/makedict/all.json create mode 100644 tests/results/test/01_9choice_variable_multi/makedict/mandatories.json rename tests/results/{01_8calculation_information_multi => test/04_0type_param}/errors/all.json (100%) rename tests/results/{01_8calculation_information_multi => test/04_0type_param}/errors/mandatories.json (100%) create mode 100644 tests/results/test/04_0type_param/file/all.env create mode 100644 tests/results/test/04_0type_param/file/all_exclude.env rename tests/results/{01_7value_multi_doublequote2 => test/04_0type_param}/file/mandatories.env (100%) create mode 100644 tests/results/test/04_0type_param/makedict/all.json create mode 100644 tests/results/test/04_0type_param/makedict/mandatories.json rename tests/results/{01_9choice_variable_multi => test/04_1auto_save}/errors/all.json (100%) rename tests/results/{01_9choice_variable_multi => test/04_1auto_save}/errors/mandatories.json (100%) create mode 100644 tests/results/test/04_1auto_save/file/all.env create mode 100644 tests/results/test/04_1auto_save/file/all_exclude.env rename tests/results/{01_7value_multi_quote => test/04_1auto_save}/file/mandatories.env (100%) create mode 100644 tests/results/test/04_1auto_save/makedict/all.json create mode 100644 tests/results/test/04_1auto_save/makedict/mandatories.json rename tests/results/{04_0type_param => test/04_1auto_save_and_calculated}/errors/all.json (100%) rename tests/results/{04_0type_param => test/04_1auto_save_and_calculated}/errors/mandatories.json (100%) create mode 100644 tests/results/test/04_1auto_save_and_calculated/file/all.env create mode 100644 tests/results/test/04_1auto_save_and_calculated/file/all_exclude.env rename tests/results/{04_0type_param => test/04_1auto_save_and_calculated}/file/mandatories.env (100%) create mode 100644 tests/results/test/04_1auto_save_and_calculated/makedict/all.json create mode 100644 tests/results/test/04_1auto_save_and_calculated/makedict/mandatories.json rename tests/results/{04_1auto_save => test/04_1auto_save_and_calculated_hidden}/errors/all.json (100%) rename tests/results/{04_1auto_save => test/04_1auto_save_and_calculated_hidden}/errors/mandatories.json (100%) create mode 100644 tests/results/test/04_1auto_save_and_calculated_hidden/file/all.env create mode 100644 tests/results/test/04_1auto_save_and_calculated_hidden/file/all_exclude.env rename tests/results/{04_1auto_save => test/04_1auto_save_and_calculated_hidden}/file/mandatories.env (100%) create mode 100644 tests/results/test/04_1auto_save_and_calculated_hidden/makedict/all.json create mode 100644 tests/results/test/04_1auto_save_and_calculated_hidden/makedict/mandatories.json rename tests/results/{04_1auto_save_and_calculated => test/04_1auto_save_and_hidden}/errors/all.json (100%) rename tests/results/{04_1auto_save_and_calculated => test/04_1auto_save_and_hidden}/errors/mandatories.json (100%) create mode 100644 tests/results/test/04_1auto_save_and_hidden/file/all.env create mode 100644 tests/results/test/04_1auto_save_and_hidden/file/all_exclude.env rename tests/results/{04_1auto_save_and_calculated => test/04_1auto_save_and_hidden}/file/mandatories.env (100%) create mode 100644 tests/results/test/04_1auto_save_and_hidden/makedict/all.json create mode 100644 tests/results/test/04_1auto_save_and_hidden/makedict/mandatories.json rename tests/results/{04_1auto_save_and_calculated_hidden => test/04_1default_calculation_hidden}/errors/all.json (100%) create mode 100644 tests/results/test/04_1default_calculation_hidden/errors/mandatories.json create mode 100644 tests/results/test/04_1default_calculation_hidden/file/all.env create mode 100644 tests/results/test/04_1default_calculation_hidden/file/all_exclude.env create mode 100644 tests/results/test/04_1default_calculation_hidden/file/mandatories.env create mode 100644 tests/results/test/04_1default_calculation_hidden/makedict/all.json create mode 100644 tests/results/test/04_1default_calculation_hidden/makedict/mandatories.json rename tests/results/{04_1default_calculation_hidden => test/04_1default_calculation_hidden_2}/errors/all.json (100%) create mode 100644 tests/results/test/04_1default_calculation_hidden_2/errors/mandatories.json create mode 100644 tests/results/test/04_1default_calculation_hidden_2/file/all.env create mode 100644 tests/results/test/04_1default_calculation_hidden_2/file/all_exclude.env create mode 100644 tests/results/test/04_1default_calculation_hidden_2/file/mandatories.env create mode 100644 tests/results/test/04_1default_calculation_hidden_2/makedict/all.json create mode 100644 tests/results/test/04_1default_calculation_hidden_2/makedict/mandatories.json create mode 100644 tests/results/test/04_5disabled_calculation_optional/errors/all.json rename tests/results/{04_1auto_save_and_calculated_hidden => test/04_5disabled_calculation_optional}/errors/mandatories.json (100%) create mode 100644 tests/results/test/04_5disabled_calculation_optional/file/all.env create mode 100644 tests/results/test/04_5disabled_calculation_optional/file/all_exclude.env rename tests/results/{04_1auto_save_and_calculated_hidden => test/04_5disabled_calculation_optional}/file/mandatories.env (100%) create mode 100644 tests/results/test/04_5disabled_calculation_optional/makedict/all.json create mode 100644 tests/results/test/04_5disabled_calculation_optional/makedict/mandatories.json create mode 100644 tests/results/test/04_5disabled_calculation_variable/errors/all.json rename tests/results/{04_1auto_save_and_hidden => test/04_5disabled_calculation_variable}/errors/mandatories.json (100%) create mode 100644 tests/results/test/04_5disabled_calculation_variable/file/all.env create mode 100644 tests/results/test/04_5disabled_calculation_variable/file/all_exclude.env create mode 100644 tests/results/test/04_5disabled_calculation_variable/file/mandatories.env create mode 100644 tests/results/test/04_5disabled_calculation_variable/makedict/all.json create mode 100644 tests/results/test/04_5disabled_calculation_variable/makedict/mandatories.json create mode 100644 tests/results/test/04_5disabled_calculation_variable2/errors/all.json create mode 100644 tests/results/test/04_5disabled_calculation_variable2/errors/mandatories.json create mode 100644 tests/results/test/04_5disabled_calculation_variable2/file/all.env create mode 100644 tests/results/test/04_5disabled_calculation_variable2/file/all_exclude.env create mode 100644 tests/results/test/04_5disabled_calculation_variable2/file/mandatories.env create mode 100644 tests/results/test/04_5disabled_calculation_variable2/makedict/all.json create mode 100644 tests/results/test/04_5disabled_calculation_variable2/makedict/mandatories.json rename tests/results/{04_1default_calculation_hidden_2 => test/04_5disabled_calculation_variable3}/errors/all.json (100%) create mode 100644 tests/results/test/04_5disabled_calculation_variable3/errors/mandatories.json create mode 100644 tests/results/test/04_5disabled_calculation_variable3/file/all.env create mode 100644 tests/results/test/04_5disabled_calculation_variable3/file/all_exclude.env create mode 100644 tests/results/test/04_5disabled_calculation_variable3/file/mandatories.env create mode 100644 tests/results/test/04_5disabled_calculation_variable3/makedict/all.json create mode 100644 tests/results/test/04_5disabled_calculation_variable3/makedict/mandatories.json create mode 100644 tests/results/test/04_5disabled_calculation_variable4/errors/all.json rename tests/results/{04_5disabled_calculation => test/04_5disabled_calculation_variable4}/errors/mandatories.json (100%) create mode 100644 tests/results/test/04_5disabled_calculation_variable4/file/all.env create mode 100644 tests/results/test/04_5disabled_calculation_variable4/file/all_exclude.env create mode 100644 tests/results/test/04_5disabled_calculation_variable4/file/mandatories.env create mode 100644 tests/results/test/04_5disabled_calculation_variable4/makedict/all.json create mode 100644 tests/results/test/04_5disabled_calculation_variable4/makedict/mandatories.json rename tests/results/{04_5disabled_calculation => test/04_5validators}/errors/all.json (100%) rename tests/results/{04_5disabled_calculation_default => test/04_5validators}/errors/mandatories.json (100%) create mode 100644 tests/results/test/04_5validators/file/all.env create mode 100644 tests/results/test/04_5validators/file/all_exclude.env create mode 100644 tests/results/test/04_5validators/file/mandatories.env create mode 100644 tests/results/test/04_5validators/makedict/all.json create mode 100644 tests/results/test/04_5validators/makedict/mandatories.json rename tests/results/{04_5disabled_calculation_default => test/04_5validators_differ}/errors/all.json (100%) rename tests/results/{04_5disabled_calculation_optional => test/04_5validators_differ}/errors/mandatories.json (100%) create mode 100644 tests/results/test/04_5validators_differ/file/all.env create mode 100644 tests/results/test/04_5validators_differ/file/all_exclude.env rename tests/results/{04_1auto_save_and_hidden => test/04_5validators_differ}/file/mandatories.env (100%) create mode 100644 tests/results/test/04_5validators_differ/makedict/all.json create mode 100644 tests/results/test/04_5validators_differ/makedict/mandatories.json rename tests/results/{04_5disabled_calculation_variable3 => test/04_5validators_multi}/errors/all.json (100%) rename tests/results/{04_5disabled_calculation_variable => test/04_5validators_multi}/errors/mandatories.json (100%) create mode 100644 tests/results/test/04_5validators_multi/file/all.env create mode 100644 tests/results/test/04_5validators_multi/file/all_exclude.env rename tests/results/{04_5disabled_calculation_default => test/04_5validators_multi}/file/mandatories.env (100%) create mode 100644 tests/results/test/04_5validators_multi/makedict/all.json create mode 100644 tests/results/test/04_5validators_multi/makedict/mandatories.json rename tests/results/{04_5hidden_calculation => test/04_5validators_multi2}/errors/all.json (100%) rename tests/results/{04_5disabled_calculation_variable4 => test/04_5validators_multi2}/errors/mandatories.json (100%) create mode 100644 tests/results/test/04_5validators_multi2/file/all.env create mode 100644 tests/results/test/04_5validators_multi2/file/all_exclude.env rename tests/results/{04_5disabled_calculation_optional => test/04_5validators_multi2}/file/mandatories.env (100%) create mode 100644 tests/results/test/04_5validators_multi2/makedict/all.json create mode 100644 tests/results/test/04_5validators_multi2/makedict/mandatories.json rename tests/results/{04_5hidden_calculation_default_calculation => test/05_0multi_not_uniq}/errors/all.json (100%) rename tests/results/{04_5hidden_calculation => test/05_0multi_not_uniq}/errors/mandatories.json (100%) create mode 100644 tests/results/test/05_0multi_not_uniq/file/all.env create mode 100644 tests/results/test/05_0multi_not_uniq/file/all_exclude.env rename tests/results/{04_5hidden_calculation => test/05_0multi_not_uniq}/file/mandatories.env (100%) create mode 100644 tests/results/test/05_0multi_not_uniq/makedict/all.json create mode 100644 tests/results/test/05_0multi_not_uniq/makedict/mandatories.json rename tests/results/{04_5validators => test/05_0multi_uniq}/errors/all.json (100%) rename tests/results/{04_5hidden_calculation2 => test/05_0multi_uniq}/errors/mandatories.json (100%) create mode 100644 tests/results/test/05_0multi_uniq/file/all.env create mode 100644 tests/results/test/05_0multi_uniq/file/all_exclude.env rename tests/results/{04_5hidden_calculation2 => test/05_0multi_uniq}/file/mandatories.env (100%) create mode 100644 tests/results/test/05_0multi_uniq/makedict/all.json create mode 100644 tests/results/test/05_0multi_uniq/makedict/mandatories.json rename tests/results/{04_5validators_differ => test/12_1auto_save_expert}/errors/all.json (100%) rename tests/results/{04_5hidden_calculation_default_calculation => test/12_1auto_save_expert}/errors/mandatories.json (100%) create mode 100644 tests/results/test/12_1auto_save_expert/file/all.env create mode 100644 tests/results/test/12_1auto_save_expert/file/all_exclude.env rename tests/results/{04_5hidden_calculation_default_calculation => test/12_1auto_save_expert}/file/mandatories.env (100%) create mode 100644 tests/results/test/12_1auto_save_expert/makedict/all.json create mode 100644 tests/results/test/12_1auto_save_expert/makedict/mandatories.json rename tests/results/{04_5validators_multi => test/16_0redefine_description}/errors/all.json (100%) rename tests/results/{04_5validators => test/16_0redefine_description}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_0redefine_description/file/all.env create mode 100644 tests/results/test/16_0redefine_description/file/all_exclude.env create mode 100644 tests/results/test/16_0redefine_description/file/mandatories.env create mode 100644 tests/results/test/16_0redefine_description/makedict/all.json create mode 100644 tests/results/test/16_0redefine_description/makedict/mandatories.json rename tests/results/{04_5validators_multi2 => test/16_2family_redefine_calculation}/errors/all.json (100%) rename tests/results/{04_5validators_differ => test/16_2family_redefine_calculation}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_2family_redefine_calculation/file/all.env create mode 100644 tests/results/test/16_2family_redefine_calculation/file/all_exclude.env create mode 100644 tests/results/test/16_2family_redefine_calculation/file/mandatories.env rename tests/results/{ => test}/16_2family_redefine_calculation/makedict/all.json (100%) rename tests/results/{ => test}/16_2family_redefine_calculation/makedict/mandatories.json (100%) rename tests/results/{05_0multi_not_uniq => test/16_2family_redefine_disabled}/errors/all.json (100%) rename tests/results/{04_5validators_multi => test/16_2family_redefine_disabled}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_2family_redefine_disabled/file/all.env create mode 100644 tests/results/test/16_2family_redefine_disabled/file/all_exclude.env create mode 100644 tests/results/test/16_2family_redefine_disabled/file/mandatories.env rename tests/results/{ => test}/16_2family_redefine_disabled/makedict/all.json (100%) rename tests/results/{ => test}/16_2family_redefine_disabled/makedict/mandatories.json (100%) rename tests/results/{05_0multi_uniq => test/16_5exists_nonexists}/errors/all.json (100%) rename tests/results/{04_5validators_multi2 => test/16_5exists_nonexists}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_5exists_nonexists/file/all.env create mode 100644 tests/results/test/16_5exists_nonexists/file/all_exclude.env rename tests/results/{04_5validators_differ => test/16_5exists_nonexists}/file/mandatories.env (100%) create mode 100644 tests/results/test/16_5exists_nonexists/makedict/all.json create mode 100644 tests/results/test/16_5exists_nonexists/makedict/mandatories.json rename tests/results/{12_1auto_save_expert => test/16_5exists_redefine}/errors/all.json (100%) rename tests/results/{05_0multi_not_uniq => test/16_5exists_redefine}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_5exists_redefine/file/all.env create mode 100644 tests/results/test/16_5exists_redefine/file/all_exclude.env rename tests/results/{04_5validators_multi => test/16_5exists_redefine}/file/mandatories.env (100%) create mode 100644 tests/results/test/16_5exists_redefine/makedict/all.json create mode 100644 tests/results/test/16_5exists_redefine/makedict/mandatories.json rename tests/results/{16_0redefine_description => test/16_5redefine_calculation}/errors/all.json (100%) rename tests/results/{05_0multi_uniq => test/16_5redefine_calculation}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_5redefine_calculation/file/all.env create mode 100644 tests/results/test/16_5redefine_calculation/file/all_exclude.env rename tests/results/{04_5validators_multi2 => test/16_5redefine_calculation}/file/mandatories.env (100%) create mode 100644 tests/results/test/16_5redefine_calculation/makedict/all.json create mode 100644 tests/results/test/16_5redefine_calculation/makedict/mandatories.json rename tests/results/{16_5exists_nonexists => test/16_5redefine_choice}/errors/all.json (100%) rename tests/results/{12_1auto_save_expert => test/16_5redefine_choice}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_5redefine_choice/file/all.env create mode 100644 tests/results/test/16_5redefine_choice/file/all_exclude.env create mode 100644 tests/results/test/16_5redefine_choice/file/mandatories.env create mode 100644 tests/results/test/16_5redefine_choice/makedict/all.json create mode 100644 tests/results/test/16_5redefine_choice/makedict/mandatories.json rename tests/results/{16_5redefine_calculation => test/16_5redefine_default}/errors/all.json (100%) rename tests/results/{16_0redefine_description => test/16_5redefine_default}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_5redefine_default/file/all.env create mode 100644 tests/results/test/16_5redefine_default/file/all_exclude.env rename tests/results/{05_0multi_not_uniq => test/16_5redefine_default}/file/mandatories.env (100%) create mode 100644 tests/results/test/16_5redefine_default/makedict/all.json create mode 100644 tests/results/test/16_5redefine_default/makedict/mandatories.json rename tests/results/{16_5redefine_choice => test/16_5redefine_default_calculation}/errors/all.json (100%) rename tests/results/{16_5exists_nonexists => test/16_5redefine_default_calculation}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_5redefine_default_calculation/file/all.env create mode 100644 tests/results/test/16_5redefine_default_calculation/file/all_exclude.env create mode 100644 tests/results/test/16_5redefine_default_calculation/file/mandatories.env create mode 100644 tests/results/test/16_5redefine_default_calculation/makedict/all.json create mode 100644 tests/results/test/16_5redefine_default_calculation/makedict/mandatories.json rename tests/results/{16_5redefine_default => test/16_5redefine_family}/errors/all.json (100%) rename tests/results/{16_5exists_redefine => test/16_5redefine_family}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_5redefine_family/file/all.env create mode 100644 tests/results/test/16_5redefine_family/file/all_exclude.env create mode 100644 tests/results/test/16_5redefine_family/file/mandatories.env create mode 100644 tests/results/test/16_5redefine_family/makedict/all.json create mode 100644 tests/results/test/16_5redefine_family/makedict/mandatories.json rename tests/results/{16_5redefine_default_calculation => test/16_5redefine_help}/errors/all.json (100%) rename tests/results/{16_5redefine_calculation => test/16_5redefine_help}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_5redefine_help/file/all.env create mode 100644 tests/results/test/16_5redefine_help/file/all_exclude.env create mode 100644 tests/results/test/16_5redefine_help/file/mandatories.env create mode 100644 tests/results/test/16_5redefine_help/makedict/all.json create mode 100644 tests/results/test/16_5redefine_help/makedict/mandatories.json rename tests/results/{16_5redefine_family => test/16_5redefine_hidden}/errors/all.json (100%) rename tests/results/{16_5redefine_choice => test/16_5redefine_hidden}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_5redefine_hidden/file/all.env create mode 100644 tests/results/test/16_5redefine_hidden/file/all_exclude.env rename tests/results/{05_0multi_uniq => test/16_5redefine_hidden}/file/mandatories.env (100%) create mode 100644 tests/results/test/16_5redefine_hidden/makedict/all.json create mode 100644 tests/results/test/16_5redefine_hidden/makedict/mandatories.json rename tests/results/{16_5redefine_help => test/16_5redefine_multi}/errors/all.json (100%) rename tests/results/{16_5redefine_default => test/16_5redefine_multi}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_5redefine_multi/file/all.env create mode 100644 tests/results/test/16_5redefine_multi/file/all_exclude.env rename tests/results/{12_1auto_save_expert => test/16_5redefine_multi}/file/mandatories.env (100%) create mode 100644 tests/results/test/16_5redefine_multi/makedict/all.json create mode 100644 tests/results/test/16_5redefine_multi/makedict/mandatories.json rename tests/results/{16_5redefine_multi => test/16_5redefine_remove_disable_calculation}/errors/all.json (100%) rename tests/results/{16_5redefine_default_calculation => test/16_5redefine_remove_disable_calculation}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_5redefine_remove_disable_calculation/file/all.env create mode 100644 tests/results/test/16_5redefine_remove_disable_calculation/file/all_exclude.env create mode 100644 tests/results/test/16_5redefine_remove_disable_calculation/file/mandatories.env create mode 100644 tests/results/test/16_5redefine_remove_disable_calculation/makedict/all.json create mode 100644 tests/results/test/16_5redefine_remove_disable_calculation/makedict/mandatories.json rename tests/results/{16_5redefine_remove_disable_calculation => test/16_5test_redefine}/errors/all.json (100%) rename tests/results/{16_5redefine_family => test/16_5test_redefine}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_5test_redefine/file/all.env create mode 100644 tests/results/test/16_5test_redefine/file/all_exclude.env create mode 100644 tests/results/test/16_5test_redefine/file/mandatories.env create mode 100644 tests/results/test/16_5test_redefine/makedict/all.json create mode 100644 tests/results/test/16_5test_redefine/makedict/mandatories.json rename tests/results/{16_5test_redefine => test/16_6choice_redefine}/errors/all.json (100%) rename tests/results/{16_5redefine_help => test/16_6choice_redefine}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_6choice_redefine/file/all.env create mode 100644 tests/results/test/16_6choice_redefine/file/all_exclude.env rename tests/results/{16_5exists_nonexists => test/16_6choice_redefine}/file/mandatories.env (100%) create mode 100644 tests/results/test/16_6choice_redefine/makedict/all.json create mode 100644 tests/results/test/16_6choice_redefine/makedict/mandatories.json rename tests/results/{16_6choice_redefine => test/16_6exists_redefine_family}/errors/all.json (100%) rename tests/results/{16_5redefine_hidden => test/16_6exists_redefine_family}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16_6exists_redefine_family/file/all.env create mode 100644 tests/results/test/16_6exists_redefine_family/file/all_exclude.env create mode 100644 tests/results/test/16_6exists_redefine_family/file/mandatories.env create mode 100644 tests/results/test/16_6exists_redefine_family/makedict/all.json create mode 100644 tests/results/test/16_6exists_redefine_family/makedict/mandatories.json rename tests/results/{16_6exists_redefine_family => test/16exists_exists}/errors/all.json (100%) rename tests/results/{16_5redefine_multi => test/16exists_exists}/errors/mandatories.json (100%) create mode 100644 tests/results/test/16exists_exists/file/all.env create mode 100644 tests/results/test/16exists_exists/file/all_exclude.env create mode 100644 tests/results/test/16exists_exists/file/mandatories.env create mode 100644 tests/results/test/16exists_exists/makedict/all.json create mode 100644 tests/results/test/16exists_exists/makedict/mandatories.json rename tests/results/{16exists_exists => test/17_5redefine_leadership}/errors/all.json (100%) rename tests/results/{16_5redefine_remove_disable_calculation => test/17_5redefine_leadership}/errors/mandatories.json (100%) create mode 100644 tests/results/test/17_5redefine_leadership/file/all.env create mode 100644 tests/results/test/17_5redefine_leadership/file/all_exclude.env rename tests/results/{16_5exists_redefine => test/17_5redefine_leadership}/file/mandatories.env (100%) create mode 100644 tests/results/test/17_5redefine_leadership/makedict/all.json create mode 100644 tests/results/test/17_5redefine_leadership/makedict/mandatories.json rename tests/results/{ => test}/20_0empty_family/errors/all.json (100%) rename tests/results/{16_5test_redefine => test/20_0empty_family}/errors/mandatories.json (100%) rename tests/results/{ => test}/20_0empty_family/file/all.env (100%) rename tests/results/{ => test}/20_0empty_family/file/all_exclude.env (100%) rename tests/results/{16_5redefine_calculation => test/20_0empty_family}/file/mandatories.env (100%) rename tests/results/{ => test}/20_0empty_family/makedict/all.json (100%) rename tests/results/{ => test}/20_0empty_family/makedict/mandatories.json (100%) rename tests/results/{ => test}/20_0family_append/errors/all.json (100%) rename tests/results/{16_6choice_redefine => test/20_0family_append}/errors/mandatories.json (100%) create mode 100644 tests/results/test/20_0family_append/file/all.env create mode 100644 tests/results/test/20_0family_append/file/all_exclude.env create mode 100644 tests/results/test/20_0family_append/file/mandatories.env create mode 100644 tests/results/test/20_0family_append/makedict/all.json create mode 100644 tests/results/test/20_0family_append/makedict/mandatories.json rename tests/results/{20_0multi_family => test/20_0family_underscore}/errors/all.json (100%) rename tests/results/{16_6exists_redefine_family => test/20_0family_underscore}/errors/mandatories.json (100%) create mode 100644 tests/results/test/20_0family_underscore/file/all.env create mode 100644 tests/results/test/20_0family_underscore/file/all_exclude.env rename tests/results/{16_5redefine_default => test/20_0family_underscore}/file/mandatories.env (100%) rename tests/results/{ => test}/20_0family_underscore/makedict/all.json (100%) rename tests/results/{ => test}/20_0family_underscore/makedict/mandatories.json (100%) rename tests/results/{20_0multi_family_basic => test/20_0multi_family}/errors/all.json (100%) rename tests/results/{16exists_exists => test/20_0multi_family}/errors/mandatories.json (100%) create mode 100644 tests/results/test/20_0multi_family/file/all.env create mode 100644 tests/results/test/20_0multi_family/file/all_exclude.env rename tests/results/{16_5redefine_hidden => test/20_0multi_family}/file/mandatories.env (100%) create mode 100644 tests/results/test/20_0multi_family/makedict/all.json create mode 100644 tests/results/test/20_0multi_family/makedict/mandatories.json rename tests/results/{20_0multi_family_expert => test/20_0multi_family_basic}/errors/all.json (100%) rename tests/results/{17_5redefine_leadership => test/20_0multi_family_basic}/errors/mandatories.json (100%) create mode 100644 tests/results/test/20_0multi_family_basic/file/all.env create mode 100644 tests/results/test/20_0multi_family_basic/file/all_exclude.env create mode 100644 tests/results/test/20_0multi_family_basic/file/mandatories.env create mode 100644 tests/results/test/20_0multi_family_basic/makedict/all.json create mode 100644 tests/results/test/20_0multi_family_basic/makedict/mandatories.json rename tests/results/{20_0multi_family_order => test/20_0multi_family_expert}/errors/all.json (100%) rename tests/results/{20_0empty_family => test/20_0multi_family_expert}/errors/mandatories.json (100%) create mode 100644 tests/results/test/20_0multi_family_expert/file/all.env create mode 100644 tests/results/test/20_0multi_family_expert/file/all_exclude.env rename tests/results/{16_5redefine_multi => test/20_0multi_family_expert}/file/mandatories.env (100%) create mode 100644 tests/results/test/20_0multi_family_expert/makedict/all.json create mode 100644 tests/results/test/20_0multi_family_expert/makedict/mandatories.json rename tests/results/{20_0validators_differ_redefine => test/20_0multi_family_order}/errors/all.json (100%) rename tests/results/{20_0family_append => test/20_0multi_family_order}/errors/mandatories.json (100%) create mode 100644 tests/results/test/20_0multi_family_order/file/all.env create mode 100644 tests/results/test/20_0multi_family_order/file/all_exclude.env create mode 100644 tests/results/test/20_0multi_family_order/file/mandatories.env create mode 100644 tests/results/test/20_0multi_family_order/makedict/all.json create mode 100644 tests/results/test/20_0multi_family_order/makedict/mandatories.json rename tests/results/{20_1empty_subfamily => test/20_0validators_differ_redefine}/errors/all.json (100%) rename tests/results/{20_0family_underscore => test/20_0validators_differ_redefine}/errors/mandatories.json (100%) create mode 100644 tests/results/test/20_0validators_differ_redefine/file/all.env create mode 100644 tests/results/test/20_0validators_differ_redefine/file/all_exclude.env rename tests/results/{16_6choice_redefine => test/20_0validators_differ_redefine}/file/mandatories.env (100%) create mode 100644 tests/results/test/20_0validators_differ_redefine/makedict/all.json create mode 100644 tests/results/test/20_0validators_differ_redefine/makedict/mandatories.json rename tests/results/{20_9default_information_parent => test/20_1empty_subfamily}/errors/all.json (100%) rename tests/results/{20_0multi_family => test/20_1empty_subfamily}/errors/mandatories.json (100%) rename tests/results/{ => test}/20_1empty_subfamily/file/all.env (100%) rename tests/results/{ => test}/20_1empty_subfamily/file/all_exclude.env (100%) rename tests/results/{17_5redefine_leadership => test/20_1empty_subfamily}/file/mandatories.env (100%) rename tests/results/{ => test}/20_1empty_subfamily/makedict/all.json (100%) rename tests/results/{ => test}/20_1empty_subfamily/makedict/mandatories.json (100%) rename tests/results/{24_0family_hidden_condition => test/20_9default_information_parent}/errors/all.json (100%) rename tests/results/{20_0multi_family_basic => test/20_9default_information_parent}/errors/mandatories.json (100%) create mode 100644 tests/results/test/20_9default_information_parent/file/all.env create mode 100644 tests/results/test/20_9default_information_parent/file/all_exclude.env create mode 100644 tests/results/test/20_9default_information_parent/file/mandatories.env create mode 100644 tests/results/test/20_9default_information_parent/makedict/all.json create mode 100644 tests/results/test/20_9default_information_parent/makedict/mandatories.json rename tests/results/{24_0family_hidden_condition_boolean => test/24_0family_hidden_condition_sub_family}/errors/all.json (100%) rename tests/results/{20_0multi_family_expert => test/24_0family_hidden_condition_sub_family}/errors/mandatories.json (100%) create mode 100644 tests/results/test/24_0family_hidden_condition_sub_family/file/all.env create mode 100644 tests/results/test/24_0family_hidden_condition_sub_family/file/all_exclude.env create mode 100644 tests/results/test/24_0family_hidden_condition_sub_family/file/mandatories.env create mode 100644 tests/results/test/24_0family_hidden_condition_sub_family/makedict/all.json create mode 100644 tests/results/test/24_0family_hidden_condition_sub_family/makedict/mandatories.json create mode 100644 tests/results/test/24_0family_hidden_condition_variable_sub_family/errors/all.json rename tests/results/{20_0multi_family_order => test/24_0family_hidden_condition_variable_sub_family}/errors/mandatories.json (100%) create mode 100644 tests/results/test/24_0family_hidden_condition_variable_sub_family/file/all.env create mode 100644 tests/results/test/24_0family_hidden_condition_variable_sub_family/file/all_exclude.env rename tests/results/{20_0empty_family => test/24_0family_hidden_condition_variable_sub_family}/file/mandatories.env (100%) create mode 100644 tests/results/test/24_0family_hidden_condition_variable_sub_family/makedict/all.json create mode 100644 tests/results/test/24_0family_hidden_condition_variable_sub_family/makedict/mandatories.json rename tests/results/{24_0family_hidden_condition_sub_family => test/24_0family_hidden_param_condition_sub_family}/errors/all.json (100%) rename tests/results/{20_0validators_differ_redefine => test/24_0family_hidden_param_condition_sub_family}/errors/mandatories.json (100%) create mode 100644 tests/results/test/24_0family_hidden_param_condition_sub_family/file/all.env create mode 100644 tests/results/test/24_0family_hidden_param_condition_sub_family/file/all_exclude.env create mode 100644 tests/results/test/24_0family_hidden_param_condition_sub_family/file/mandatories.env create mode 100644 tests/results/test/24_0family_hidden_param_condition_sub_family/makedict/all.json create mode 100644 tests/results/test/24_0family_hidden_param_condition_sub_family/makedict/mandatories.json rename tests/results/{24_0family_hidden_param_condition_sub_family => test/24_0family_mandatory_condition}/errors/all.json (100%) rename tests/results/{20_1empty_subfamily => test/24_0family_mandatory_condition}/errors/mandatories.json (100%) create mode 100644 tests/results/test/24_0family_mandatory_condition/file/all.env create mode 100644 tests/results/test/24_0family_mandatory_condition/file/all_exclude.env rename tests/results/{20_0family_underscore => test/24_0family_mandatory_condition}/file/mandatories.env (100%) create mode 100644 tests/results/test/24_0family_mandatory_condition/makedict/all.json create mode 100644 tests/results/test/24_0family_mandatory_condition/makedict/mandatories.json rename tests/results/{24_0family_mandatory_condition => test/24_0family_mandatory_condition_variable}/errors/all.json (100%) rename tests/results/{20_9default_information_parent => test/24_0family_mandatory_condition_variable}/errors/mandatories.json (100%) create mode 100644 tests/results/test/24_0family_mandatory_condition_variable/file/all.env create mode 100644 tests/results/test/24_0family_mandatory_condition_variable/file/all_exclude.env create mode 100644 tests/results/test/24_0family_mandatory_condition_variable/file/mandatories.env create mode 100644 tests/results/test/24_0family_mandatory_condition_variable/makedict/all.json create mode 100644 tests/results/test/24_0family_mandatory_condition_variable/makedict/mandatories.json rename tests/results/{24_0family_mandatory_condition_variable => test/24_7validators_variable_optional}/errors/all.json (100%) rename tests/results/{24_0family_hidden_condition => test/24_7validators_variable_optional}/errors/mandatories.json (100%) create mode 100644 tests/results/test/24_7validators_variable_optional/file/all.env create mode 100644 tests/results/test/24_7validators_variable_optional/file/all_exclude.env create mode 100644 tests/results/test/24_7validators_variable_optional/file/mandatories.env create mode 100644 tests/results/test/24_7validators_variable_optional/makedict/all.json create mode 100644 tests/results/test/24_7validators_variable_optional/makedict/mandatories.json rename tests/results/{24_7validators_variable_optional => test/24_family_disabled_var_hidden}/errors/all.json (100%) rename tests/results/{24_0family_hidden_condition_boolean => test/24_family_disabled_var_hidden}/errors/mandatories.json (100%) create mode 100644 tests/results/test/24_family_disabled_var_hidden/file/all.env create mode 100644 tests/results/test/24_family_disabled_var_hidden/file/all_exclude.env create mode 100644 tests/results/test/24_family_disabled_var_hidden/file/mandatories.env rename tests/results/{ => test}/24_family_disabled_var_hidden/makedict/all.json (100%) rename tests/results/{ => test}/24_family_disabled_var_hidden/makedict/mandatories.json (100%) rename tests/results/{ => test}/40_0leadership/errors/all.json (100%) rename tests/results/{24_0family_hidden_condition_sub_family => test/40_0leadership}/errors/mandatories.json (100%) create mode 100644 tests/results/test/40_0leadership/file/all.env create mode 100644 tests/results/test/40_0leadership/file/all_exclude.env create mode 100644 tests/results/test/40_0leadership/file/mandatories.env create mode 100644 tests/results/test/40_0leadership/makedict/all.json create mode 100644 tests/results/test/40_0leadership/makedict/mandatories.json rename tests/results/{ => test}/40_0leadership_diff_name/errors/all.json (100%) rename tests/results/{24_0family_hidden_condition_variable_sub_family => test/40_0leadership_diff_name}/errors/mandatories.json (100%) create mode 100644 tests/results/test/40_0leadership_diff_name/file/all.env create mode 100644 tests/results/test/40_0leadership_diff_name/file/all_exclude.env create mode 100644 tests/results/test/40_0leadership_diff_name/file/mandatories.env create mode 100644 tests/results/test/40_0leadership_diff_name/makedict/all.json create mode 100644 tests/results/test/40_0leadership_diff_name/makedict/mandatories.json rename tests/results/{ => test}/40_0leadership_empty/errors/all.json (100%) rename tests/results/{24_0family_hidden_condition_with_variable => test/40_0leadership_empty}/errors/mandatories.json (100%) rename tests/results/{ => test}/40_0leadership_empty/file/all.env (100%) rename tests/results/{ => test}/40_0leadership_empty/file/all_exclude.env (100%) rename tests/results/{20_0multi_family => test/40_0leadership_empty}/file/mandatories.env (100%) rename tests/results/{ => test}/40_0leadership_empty/makedict/all.json (100%) rename tests/results/{ => test}/40_0leadership_empty/makedict/mandatories.json (100%) rename tests/results/{ => test}/40_0leadership_follower_default_calculation/errors/all.json (100%) rename tests/results/{24_0family_hidden_param_condition_sub_family => test/40_0leadership_follower_default_calculation}/errors/mandatories.json (100%) create mode 100644 tests/results/test/40_0leadership_follower_default_calculation/file/all.env create mode 100644 tests/results/test/40_0leadership_follower_default_calculation/file/all_exclude.env create mode 100644 tests/results/test/40_0leadership_follower_default_calculation/file/mandatories.env create mode 100644 tests/results/test/40_0leadership_follower_default_calculation/makedict/all.json create mode 100644 tests/results/test/40_0leadership_follower_default_calculation/makedict/mandatories.json rename tests/results/{ => test}/40_0leadership_follower_default_value/errors/all.json (100%) rename tests/results/{24_0family_mandatory_condition => test/40_0leadership_follower_default_value}/errors/mandatories.json (100%) create mode 100644 tests/results/test/40_0leadership_follower_default_value/file/all.env create mode 100644 tests/results/test/40_0leadership_follower_default_value/file/all_exclude.env rename tests/results/{20_0multi_family_expert => test/40_0leadership_follower_default_value}/file/mandatories.env (100%) create mode 100644 tests/results/test/40_0leadership_follower_default_value/makedict/all.json create mode 100644 tests/results/test/40_0leadership_follower_default_value/makedict/mandatories.json rename tests/results/{ => test}/40_0leadership_leader_not_multi/errors/all.json (100%) rename tests/results/{24_0family_mandatory_condition_variable => test/40_0leadership_leader_not_multi}/errors/mandatories.json (100%) create mode 100644 tests/results/test/40_0leadership_leader_not_multi/file/all.env create mode 100644 tests/results/test/40_0leadership_leader_not_multi/file/all_exclude.env create mode 100644 tests/results/test/40_0leadership_leader_not_multi/file/mandatories.env create mode 100644 tests/results/test/40_0leadership_leader_not_multi/makedict/all.json create mode 100644 tests/results/test/40_0leadership_leader_not_multi/makedict/mandatories.json rename tests/results/{ => test}/40_1leadership_append_follower/errors/all.json (100%) rename tests/results/{24_7validators_variable_optional => test/40_1leadership_append_follower}/errors/mandatories.json (100%) create mode 100644 tests/results/test/40_1leadership_append_follower/file/all.env create mode 100644 tests/results/test/40_1leadership_append_follower/file/all_exclude.env create mode 100644 tests/results/test/40_1leadership_append_follower/file/mandatories.env create mode 100644 tests/results/test/40_1leadership_append_follower/makedict/all.json create mode 100644 tests/results/test/40_1leadership_append_follower/makedict/mandatories.json rename tests/results/{40_2leadership_calculation_index => test/40_8calculation_boolean}/errors/all.json (100%) rename tests/results/{40_0leadership => test/40_8calculation_boolean}/errors/mandatories.json (100%) create mode 100644 tests/results/test/40_8calculation_boolean/file/all.env create mode 100644 tests/results/test/40_8calculation_boolean/file/all_exclude.env rename tests/results/{20_0validators_differ_redefine => test/40_8calculation_boolean}/file/mandatories.env (100%) create mode 100644 tests/results/test/40_8calculation_boolean/makedict/all.json create mode 100644 tests/results/test/40_8calculation_boolean/makedict/mandatories.json rename tests/results/{40_2leadership_calculation_param_index => test/40_8calculation_multi_variable}/errors/all.json (100%) rename tests/results/{40_0leadership_diff_name => test/40_8calculation_multi_variable}/errors/mandatories.json (100%) create mode 100644 tests/results/test/40_8calculation_multi_variable/file/all.env create mode 100644 tests/results/test/40_8calculation_multi_variable/file/all_exclude.env rename tests/results/{20_1empty_subfamily => test/40_8calculation_multi_variable}/file/mandatories.env (100%) create mode 100644 tests/results/test/40_8calculation_multi_variable/makedict/all.json create mode 100644 tests/results/test/40_8calculation_multi_variable/makedict/mandatories.json rename tests/results/{40_2leadership_leader_calculation => test/40_8calculation_multi_variable_parent}/errors/all.json (100%) rename tests/results/{40_0leadership_empty => test/40_8calculation_multi_variable_parent}/errors/mandatories.json (100%) create mode 100644 tests/results/test/40_8calculation_multi_variable_parent/file/all.env create mode 100644 tests/results/test/40_8calculation_multi_variable_parent/file/all_exclude.env rename tests/results/{24_0family_hidden_condition_boolean => test/40_8calculation_multi_variable_parent}/file/mandatories.env (100%) create mode 100644 tests/results/test/40_8calculation_multi_variable_parent/makedict/all.json create mode 100644 tests/results/test/40_8calculation_multi_variable_parent/makedict/mandatories.json rename tests/results/{40_8calculation_boolean => test/40_8calculation_multi_variable_parent2}/errors/all.json (100%) rename tests/results/{40_0leadership_follower_default_calculation => test/40_8calculation_multi_variable_parent2}/errors/mandatories.json (100%) create mode 100644 tests/results/test/40_8calculation_multi_variable_parent2/file/all.env create mode 100644 tests/results/test/40_8calculation_multi_variable_parent2/file/all_exclude.env rename tests/results/{24_0family_hidden_condition_variable_sub_family => test/40_8calculation_multi_variable_parent2}/file/mandatories.env (100%) create mode 100644 tests/results/test/40_8calculation_multi_variable_parent2/makedict/all.json create mode 100644 tests/results/test/40_8calculation_multi_variable_parent2/makedict/mandatories.json rename tests/results/{40_8calculation_boolean_return_none => test/41_0choice_leader}/errors/all.json (100%) rename tests/results/{40_0leadership_follower_default_value => test/41_0choice_leader}/errors/mandatories.json (100%) create mode 100644 tests/results/test/41_0choice_leader/file/all.env create mode 100644 tests/results/test/41_0choice_leader/file/all_exclude.env rename tests/results/{24_0family_hidden_condition_with_variable => test/41_0choice_leader}/file/mandatories.env (100%) create mode 100644 tests/results/test/41_0choice_leader/makedict/all.json create mode 100644 tests/results/test/41_0choice_leader/makedict/mandatories.json rename tests/results/{40_8calculation_integer => test/44_0leadership_hidden}/errors/all.json (100%) rename tests/results/{40_0leadership_leader_not_multi => test/44_0leadership_hidden}/errors/mandatories.json (100%) create mode 100644 tests/results/test/44_0leadership_hidden/file/all.env create mode 100644 tests/results/test/44_0leadership_hidden/file/all_exclude.env rename tests/results/{24_0family_mandatory_condition => test/44_0leadership_hidden}/file/mandatories.env (100%) create mode 100644 tests/results/test/44_0leadership_hidden/makedict/all.json create mode 100644 tests/results/test/44_0leadership_hidden/makedict/mandatories.json rename tests/results/{40_8calculation_multi_variable => test/44_0leadership_leader_hidden}/errors/all.json (100%) rename tests/results/{40_1leadership_append_follower => test/44_0leadership_leader_hidden}/errors/mandatories.json (100%) create mode 100644 tests/results/test/44_0leadership_leader_hidden/file/all.env create mode 100644 tests/results/test/44_0leadership_leader_hidden/file/all_exclude.env rename tests/results/{40_0leadership_empty => test/44_0leadership_leader_hidden}/file/mandatories.env (100%) create mode 100644 tests/results/test/44_0leadership_leader_hidden/makedict/all.json create mode 100644 tests/results/test/44_0leadership_leader_hidden/makedict/mandatories.json rename tests/results/{40_8calculation_multi_variable_parent => test/44_1leadership_append_hidden_follower}/errors/all.json (100%) rename tests/results/{40_2leadership_calculation_index => test/44_1leadership_append_hidden_follower}/errors/mandatories.json (100%) create mode 100644 tests/results/test/44_1leadership_append_hidden_follower/file/all.env create mode 100644 tests/results/test/44_1leadership_append_hidden_follower/file/all_exclude.env rename tests/results/{40_0leadership_follower_default_value => test/44_1leadership_append_hidden_follower}/file/mandatories.env (100%) create mode 100644 tests/results/test/44_1leadership_append_hidden_follower/makedict/all.json create mode 100644 tests/results/test/44_1leadership_append_hidden_follower/makedict/mandatories.json rename tests/results/{40_8calculation_multi_variable_parent2 => test/44_4leadership_mandatory}/errors/all.json (100%) rename tests/results/{40_2leadership_calculation_param_index => test/44_4leadership_mandatory}/errors/mandatories.json (100%) create mode 100644 tests/results/test/44_4leadership_mandatory/file/all.env create mode 100644 tests/results/test/44_4leadership_mandatory/file/all_exclude.env create mode 100644 tests/results/test/44_4leadership_mandatory/file/mandatories.env create mode 100644 tests/results/test/44_4leadership_mandatory/makedict/all.json create mode 100644 tests/results/test/44_4leadership_mandatory/makedict/mandatories.json rename tests/results/{41_0choice_leader => test/44_4leadership_mandatory_follower}/errors/all.json (100%) rename tests/results/{40_2leadership_leader_calculation => test/44_4leadership_mandatory_follower}/errors/mandatories.json (100%) create mode 100644 tests/results/test/44_4leadership_mandatory_follower/file/all.env create mode 100644 tests/results/test/44_4leadership_mandatory_follower/file/all_exclude.env rename tests/results/{40_2leadership_calculation_index => test/44_4leadership_mandatory_follower}/file/mandatories.env (100%) create mode 100644 tests/results/test/44_4leadership_mandatory_follower/makedict/all.json create mode 100644 tests/results/test/44_4leadership_mandatory_follower/makedict/mandatories.json rename tests/results/{44_4disabled_calcultion_follower => test/44_5leadership_leader_hidden_calculation}/errors/all.json (100%) rename tests/results/{40_8calculation_boolean => test/44_5leadership_leader_hidden_calculation}/errors/mandatories.json (100%) create mode 100644 tests/results/test/44_5leadership_leader_hidden_calculation/file/all.env create mode 100644 tests/results/test/44_5leadership_leader_hidden_calculation/file/all_exclude.env rename tests/results/{40_2leadership_calculation_param_index => test/44_5leadership_leader_hidden_calculation}/file/mandatories.env (100%) create mode 100644 tests/results/test/44_5leadership_leader_hidden_calculation/makedict/all.json create mode 100644 tests/results/test/44_5leadership_leader_hidden_calculation/makedict/mandatories.json rename tests/results/{44_4leadership_mandatory => test/44_6leadership_follower_disabled_calculation}/errors/all.json (100%) create mode 100644 tests/results/test/44_6leadership_follower_disabled_calculation/errors/mandatories.json create mode 100644 tests/results/test/44_6leadership_follower_disabled_calculation/file/all.env create mode 100644 tests/results/test/44_6leadership_follower_disabled_calculation/file/all_exclude.env create mode 100644 tests/results/test/44_6leadership_follower_disabled_calculation/file/mandatories.env create mode 100644 tests/results/test/44_6leadership_follower_disabled_calculation/makedict/all.json create mode 100644 tests/results/test/44_6leadership_follower_disabled_calculation/makedict/mandatories.json rename tests/results/{44_4leadership_mandatory_follower => test/60_0family_dynamic}/errors/all.json (100%) rename tests/results/{40_8calculation_boolean_return_none => test/60_0family_dynamic}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_0family_dynamic/file/all.env create mode 100644 tests/results/test/60_0family_dynamic/file/all_exclude.env create mode 100644 tests/results/test/60_0family_dynamic/file/mandatories.env create mode 100644 tests/results/test/60_0family_dynamic/makedict/all.json create mode 100644 tests/results/test/60_0family_dynamic/makedict/mandatories.json rename tests/results/{44_5leadership_leader_hidden_calculation => test/60_0family_dynamic_1_1}/errors/all.json (100%) rename tests/results/{40_8calculation_integer => test/60_0family_dynamic_1_1}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_0family_dynamic_1_1/file/all.env create mode 100644 tests/results/test/60_0family_dynamic_1_1/file/all_exclude.env create mode 100644 tests/results/test/60_0family_dynamic_1_1/file/mandatories.env create mode 100644 tests/results/test/60_0family_dynamic_1_1/makedict/all.json create mode 100644 tests/results/test/60_0family_dynamic_1_1/makedict/mandatories.json rename tests/results/{44_6leadership_follower_disabled_calculation => test/60_0family_dynamic_1_1_empty}/errors/all.json (100%) rename tests/results/{40_8calculation_multi_variable => test/60_0family_dynamic_1_1_empty}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_0family_dynamic_1_1_empty/file/all.env create mode 100644 tests/results/test/60_0family_dynamic_1_1_empty/file/all_exclude.env rename tests/results/{40_8calculation_boolean => test/60_0family_dynamic_1_1_empty}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_0family_dynamic_1_1_empty/makedict/all.json create mode 100644 tests/results/test/60_0family_dynamic_1_1_empty/makedict/mandatories.json rename tests/results/{44_9calculated_default_leadership_leader => test/60_0family_dynamic_empty}/errors/all.json (100%) rename tests/results/{40_8calculation_multi_variable_parent => test/60_0family_dynamic_empty}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_0family_dynamic_empty/file/all.env create mode 100644 tests/results/test/60_0family_dynamic_empty/file/all_exclude.env rename tests/results/{40_8calculation_integer => test/60_0family_dynamic_empty}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_0family_dynamic_empty/makedict/all.json create mode 100644 tests/results/test/60_0family_dynamic_empty/makedict/mandatories.json rename tests/results/{60_0family_dynamic => test/60_0family_dynamic_no_description}/errors/all.json (100%) rename tests/results/{40_8calculation_multi_variable_parent2 => test/60_0family_dynamic_no_description}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_0family_dynamic_no_description/file/all.env create mode 100644 tests/results/test/60_0family_dynamic_no_description/file/all_exclude.env create mode 100644 tests/results/test/60_0family_dynamic_no_description/file/mandatories.env create mode 100644 tests/results/test/60_0family_dynamic_no_description/makedict/all.json create mode 100644 tests/results/test/60_0family_dynamic_no_description/makedict/mandatories.json rename tests/results/{60_0family_dynamic_1_0 => test/60_0family_dynamic_no_description_empty}/errors/all.json (100%) rename tests/results/{41_0choice_leader => test/60_0family_dynamic_no_description_empty}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_0family_dynamic_no_description_empty/file/all.env create mode 100644 tests/results/test/60_0family_dynamic_no_description_empty/file/all_exclude.env rename tests/results/{40_8calculation_multi_variable => test/60_0family_dynamic_no_description_empty}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_0family_dynamic_no_description_empty/makedict/all.json create mode 100644 tests/results/test/60_0family_dynamic_no_description_empty/makedict/mandatories.json rename tests/results/{60_0family_dynamic_1_0_empty => test/60_0family_dynamic_static}/errors/all.json (100%) rename tests/results/{44_0leadership_hidden => test/60_0family_dynamic_static}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_0family_dynamic_static/file/all.env create mode 100644 tests/results/test/60_0family_dynamic_static/file/all_exclude.env create mode 100644 tests/results/test/60_0family_dynamic_static/file/mandatories.env create mode 100644 tests/results/test/60_0family_dynamic_static/makedict/all.json create mode 100644 tests/results/test/60_0family_dynamic_static/makedict/mandatories.json rename tests/results/{60_0family_dynamic_1_0_type => test/60_0family_dynamic_test}/errors/all.json (100%) rename tests/results/{44_0leadership_leader_hidden => test/60_0family_dynamic_test}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_0family_dynamic_test/file/all.env create mode 100644 tests/results/test/60_0family_dynamic_test/file/all_exclude.env create mode 100644 tests/results/test/60_0family_dynamic_test/file/mandatories.env create mode 100644 tests/results/test/60_0family_dynamic_test/makedict/all.json create mode 100644 tests/results/test/60_0family_dynamic_test/makedict/mandatories.json rename tests/results/{60_0family_dynamic_1_0_type_empty => test/60_0family_dynamic_variable_empty}/errors/all.json (100%) rename tests/results/{44_1leadership_append_hidden_follower => test/60_0family_dynamic_variable_empty}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_0family_dynamic_variable_empty/file/all.env create mode 100644 tests/results/test/60_0family_dynamic_variable_empty/file/all_exclude.env create mode 100644 tests/results/test/60_0family_dynamic_variable_empty/file/mandatories.env create mode 100644 tests/results/test/60_0family_dynamic_variable_empty/makedict/all.json create mode 100644 tests/results/test/60_0family_dynamic_variable_empty/makedict/mandatories.json rename tests/results/{60_0family_dynamic_1_1 => test/60_0family_dynamic_variable_suffix}/errors/all.json (100%) rename tests/results/{44_4disabled_calcultion_follower => test/60_0family_dynamic_variable_suffix}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_0family_dynamic_variable_suffix/file/all.env create mode 100644 tests/results/test/60_0family_dynamic_variable_suffix/file/all_exclude.env rename tests/results/{40_8calculation_multi_variable_parent => test/60_0family_dynamic_variable_suffix}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_0family_dynamic_variable_suffix/makedict/all.json create mode 100644 tests/results/test/60_0family_dynamic_variable_suffix/makedict/mandatories.json rename tests/results/{60_0family_dynamic_1_1_empty => test/60_0family_dynamic_variable_suffix_empty}/errors/all.json (100%) rename tests/results/{44_4leadership_mandatory => test/60_0family_dynamic_variable_suffix_empty}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_0family_dynamic_variable_suffix_empty/file/all.env create mode 100644 tests/results/test/60_0family_dynamic_variable_suffix_empty/file/all_exclude.env create mode 100644 tests/results/test/60_0family_dynamic_variable_suffix_empty/file/mandatories.env create mode 100644 tests/results/test/60_0family_dynamic_variable_suffix_empty/makedict/all.json create mode 100644 tests/results/test/60_0family_dynamic_variable_suffix_empty/makedict/mandatories.json rename tests/results/{60_0family_dynamic_empty => test/60_0family_empty}/errors/all.json (100%) rename tests/results/{44_4leadership_mandatory_follower => test/60_0family_empty}/errors/mandatories.json (100%) rename tests/results/{ => test}/60_0family_empty/file/all.env (100%) rename tests/results/{ => test}/60_0family_empty/file/all_exclude.env (100%) rename tests/results/{40_8calculation_multi_variable_parent2 => test/60_0family_empty}/file/mandatories.env (100%) rename tests/results/{ => test}/60_0family_empty/makedict/all.json (100%) rename tests/results/{ => test}/60_0family_empty/makedict/mandatories.json (100%) rename tests/results/{60_0family_dynamic_jinja_number => test/60_0family_hidden}/errors/all.json (100%) rename tests/results/{44_5leadership_leader_hidden_calculation => test/60_0family_hidden}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_0family_hidden/file/all.env create mode 100644 tests/results/test/60_0family_hidden/file/all_exclude.env rename tests/results/{41_0choice_leader => test/60_0family_hidden}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_0family_hidden/makedict/all.json create mode 100644 tests/results/test/60_0family_hidden/makedict/mandatories.json rename tests/results/{60_0family_dynamic_jinja_number_empty => test/60_0family_mode}/errors/all.json (100%) rename tests/results/{44_9calculated_default_leadership_leader => test/60_0family_mode}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_0family_mode/file/all.env create mode 100644 tests/results/test/60_0family_mode/file/all_exclude.env rename tests/results/{44_0leadership_hidden => test/60_0family_mode}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_0family_mode/makedict/all.json create mode 100644 tests/results/test/60_0family_mode/makedict/mandatories.json rename tests/results/{60_0family_dynamic_no_description => test/60_1family_dynamic_jinja}/errors/all.json (100%) rename tests/results/{60_0family_dynamic => test/60_1family_dynamic_jinja}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_1family_dynamic_jinja/file/all.env create mode 100644 tests/results/test/60_1family_dynamic_jinja/file/all_exclude.env rename tests/results/{44_0leadership_leader_hidden => test/60_1family_dynamic_jinja}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_1family_dynamic_jinja/makedict/all.json create mode 100644 tests/results/test/60_1family_dynamic_jinja/makedict/mandatories.json rename tests/results/{60_0family_dynamic_no_description_empty => test/60_2family_dynamic_jinja_fill_sub_group}/errors/all.json (100%) rename tests/results/{60_0family_dynamic_1_0 => test/60_2family_dynamic_jinja_fill_sub_group}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group/file/all.env create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group/file/all_exclude.env create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group/file/mandatories.env create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group/makedict/all.json create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group/makedict/mandatories.json rename tests/results/{60_0family_dynamic_static => test/60_2family_dynamic_jinja_fill_sub_group_2}/errors/all.json (100%) rename tests/results/{60_0family_dynamic_1_0_empty => test/60_2family_dynamic_jinja_fill_sub_group_2}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/file/all.env create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/file/all_exclude.env rename tests/results/{44_1leadership_append_hidden_follower => test/60_2family_dynamic_jinja_fill_sub_group_2}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/makedict/all.json create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/makedict/mandatories.json rename tests/results/{60_0family_dynamic_test => test/60_2family_dynamic_jinja_fill_sub_group_2_empty}/errors/all.json (100%) rename tests/results/{60_0family_dynamic_1_0_type => test/60_2family_dynamic_jinja_fill_sub_group_2_empty}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all.env create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all_exclude.env rename tests/results/{44_4leadership_mandatory_follower => test/60_2family_dynamic_jinja_fill_sub_group_2_empty}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/all.json create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/mandatories.json rename tests/results/{60_0family_dynamic_variable_empty => test/60_2family_dynamic_jinja_fill_sub_group_empty}/errors/all.json (100%) rename tests/results/{60_0family_dynamic_1_0_type_empty => test/60_2family_dynamic_jinja_fill_sub_group_empty}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/file/all.env create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/file/all_exclude.env rename tests/results/{44_5leadership_leader_hidden_calculation => test/60_2family_dynamic_jinja_fill_sub_group_empty}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/all.json create mode 100644 tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/mandatories.json rename tests/results/{60_0family_dynamic_variable_suffix => test/60_2family_dynamic_outside_calc}/errors/all.json (100%) rename tests/results/{60_0family_dynamic_1_1 => test/60_2family_dynamic_outside_calc}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_2family_dynamic_outside_calc/file/all.env create mode 100644 tests/results/test/60_2family_dynamic_outside_calc/file/all_exclude.env rename tests/results/{44_9calculated_default_leadership_leader => test/60_2family_dynamic_outside_calc}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_2family_dynamic_outside_calc/makedict/all.json create mode 100644 tests/results/test/60_2family_dynamic_outside_calc/makedict/mandatories.json rename tests/results/{60_0family_dynamic_variable_suffix_empty => test/60_2family_dynamic_outside_calc_empty}/errors/all.json (100%) rename tests/results/{60_0family_dynamic_1_1_empty => test/60_2family_dynamic_outside_calc_empty}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_2family_dynamic_outside_calc_empty/file/all.env create mode 100644 tests/results/test/60_2family_dynamic_outside_calc_empty/file/all_exclude.env rename tests/results/{60_0family_dynamic_1_0 => test/60_2family_dynamic_outside_calc_empty}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_2family_dynamic_outside_calc_empty/makedict/all.json create mode 100644 tests/results/test/60_2family_dynamic_outside_calc_empty/makedict/mandatories.json rename tests/results/{60_0family_empty => test/60_5family_dynamic_calc_suffix2}/errors/all.json (100%) rename tests/results/{60_0family_dynamic_empty => test/60_5family_dynamic_calc_suffix2}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_5family_dynamic_calc_suffix2/file/all.env create mode 100644 tests/results/test/60_5family_dynamic_calc_suffix2/file/all_exclude.env rename tests/results/{60_0family_dynamic_1_0_empty => test/60_5family_dynamic_calc_suffix2}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_5family_dynamic_calc_suffix2/makedict/all.json create mode 100644 tests/results/test/60_5family_dynamic_calc_suffix2/makedict/mandatories.json rename tests/results/{60_0family_mode => test/60_5family_dynamic_calc_suffix2_empty}/errors/all.json (100%) rename tests/results/{60_0family_dynamic_jinja_number => test/60_5family_dynamic_calc_suffix2_empty}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_5family_dynamic_calc_suffix2_empty/file/all.env create mode 100644 tests/results/test/60_5family_dynamic_calc_suffix2_empty/file/all_exclude.env rename tests/results/{60_0family_dynamic_1_0_type_empty => test/60_5family_dynamic_calc_suffix2_empty}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_5family_dynamic_calc_suffix2_empty/makedict/all.json create mode 100644 tests/results/test/60_5family_dynamic_calc_suffix2_empty/makedict/mandatories.json rename tests/results/{60_1family_dynamic_jinja => test/60_5family_dynamic_calc_suffix_param}/errors/all.json (100%) rename tests/results/{60_0family_dynamic_jinja_number_empty => test/60_5family_dynamic_calc_suffix_param}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_5family_dynamic_calc_suffix_param/file/all.env create mode 100644 tests/results/test/60_5family_dynamic_calc_suffix_param/file/all_exclude.env rename tests/results/{60_0family_dynamic_1_1_empty => test/60_5family_dynamic_calc_suffix_param}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_5family_dynamic_calc_suffix_param/makedict/all.json create mode 100644 tests/results/test/60_5family_dynamic_calc_suffix_param/makedict/mandatories.json rename tests/results/{60_2family_dynamic_jinja_fill_sub_group => test/60_5family_dynamic_calc_suffix_param_empty}/errors/all.json (100%) rename tests/results/{60_0family_dynamic_no_description => test/60_5family_dynamic_calc_suffix_param_empty}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_5family_dynamic_calc_suffix_param_empty/file/all.env create mode 100644 tests/results/test/60_5family_dynamic_calc_suffix_param_empty/file/all_exclude.env rename tests/results/{60_0family_dynamic_empty => test/60_5family_dynamic_calc_suffix_param_empty}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_5family_dynamic_calc_suffix_param_empty/makedict/all.json create mode 100644 tests/results/test/60_5family_dynamic_calc_suffix_param_empty/makedict/mandatories.json rename tests/results/{60_2family_dynamic_jinja_fill_sub_group_2 => test/60_5family_dynamic_calc_variable}/errors/all.json (100%) rename tests/results/{60_0family_dynamic_no_description_empty => test/60_5family_dynamic_calc_variable}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_5family_dynamic_calc_variable/file/all.env create mode 100644 tests/results/test/60_5family_dynamic_calc_variable/file/all_exclude.env create mode 100644 tests/results/test/60_5family_dynamic_calc_variable/file/mandatories.env create mode 100644 tests/results/test/60_5family_dynamic_calc_variable/makedict/all.json create mode 100644 tests/results/test/60_5family_dynamic_calc_variable/makedict/mandatories.json rename tests/results/{60_2family_dynamic_jinja_fill_sub_group_2_empty => test/60_5family_dynamic_calc_variable_empty}/errors/all.json (100%) rename tests/results/{60_0family_dynamic_static => test/60_5family_dynamic_calc_variable_empty}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_5family_dynamic_calc_variable_empty/file/all.env create mode 100644 tests/results/test/60_5family_dynamic_calc_variable_empty/file/all_exclude.env create mode 100644 tests/results/test/60_5family_dynamic_calc_variable_empty/file/mandatories.env create mode 100644 tests/results/test/60_5family_dynamic_calc_variable_empty/makedict/all.json create mode 100644 tests/results/test/60_5family_dynamic_calc_variable_empty/makedict/mandatories.json create mode 100644 tests/results/test/60_5family_dynamic_hidden_suffix/errors/all.json rename tests/results/{60_0family_dynamic_test => test/60_5family_dynamic_hidden_suffix}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_5family_dynamic_hidden_suffix/file/all.env create mode 100644 tests/results/test/60_5family_dynamic_hidden_suffix/file/all_exclude.env rename tests/results/{60_0family_dynamic_jinja_number => test/60_5family_dynamic_hidden_suffix}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_5family_dynamic_hidden_suffix/makedict/all.json create mode 100644 tests/results/test/60_5family_dynamic_hidden_suffix/makedict/mandatories.json rename tests/results/{60_2family_dynamic_jinja_fill_sub_group_empty => test/60_5family_dynamic_variable_outside_suffix}/errors/all.json (100%) rename tests/results/{60_0family_dynamic_variable_empty => test/60_5family_dynamic_variable_outside_suffix}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_5family_dynamic_variable_outside_suffix/file/all.env create mode 100644 tests/results/test/60_5family_dynamic_variable_outside_suffix/file/all_exclude.env rename tests/results/{60_0family_dynamic_no_description_empty => test/60_5family_dynamic_variable_outside_suffix}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_5family_dynamic_variable_outside_suffix/makedict/all.json create mode 100644 tests/results/test/60_5family_dynamic_variable_outside_suffix/makedict/mandatories.json rename tests/results/{60_2family_dynamic_outside_calc => test/60_5family_dynamic_variable_outside_suffix_empty}/errors/all.json (100%) rename tests/results/{60_0family_dynamic_variable_suffix => test/60_5family_dynamic_variable_outside_suffix_empty}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/file/all.env create mode 100644 tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/file/all_exclude.env rename tests/results/{60_0family_dynamic_variable_suffix => test/60_5family_dynamic_variable_outside_suffix_empty}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/makedict/all.json create mode 100644 tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/makedict/mandatories.json rename tests/results/{60_2family_dynamic_outside_calc_empty => test/60_6family_dynamic_leadership}/errors/all.json (100%) rename tests/results/{60_0family_dynamic_variable_suffix_empty => test/60_6family_dynamic_leadership}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_6family_dynamic_leadership/file/all.env create mode 100644 tests/results/test/60_6family_dynamic_leadership/file/all_exclude.env create mode 100644 tests/results/test/60_6family_dynamic_leadership/file/mandatories.env create mode 100644 tests/results/test/60_6family_dynamic_leadership/makedict/all.json create mode 100644 tests/results/test/60_6family_dynamic_leadership/makedict/mandatories.json rename tests/results/{60_5family_dynamic_calc2 => test/60_6family_dynamic_leadership_empty}/errors/all.json (100%) rename tests/results/{60_0family_empty => test/60_6family_dynamic_leadership_empty}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_6family_dynamic_leadership_empty/file/all.env create mode 100644 tests/results/test/60_6family_dynamic_leadership_empty/file/all_exclude.env rename tests/results/{60_0family_empty => test/60_6family_dynamic_leadership_empty}/file/mandatories.env (100%) create mode 100644 tests/results/test/60_6family_dynamic_leadership_empty/makedict/all.json create mode 100644 tests/results/test/60_6family_dynamic_leadership_empty/makedict/mandatories.json rename tests/results/{60_5family_dynamic_calc2_empty => test/60_9family_dynamic_calc_both}/errors/all.json (100%) rename tests/results/{60_0family_hidden => test/60_9family_dynamic_calc_both}/errors/mandatories.json (100%) create mode 100644 tests/results/test/60_9family_dynamic_calc_both/file/all.env create mode 100644 tests/results/test/60_9family_dynamic_calc_both/file/all_exclude.env create mode 100644 tests/results/test/60_9family_dynamic_calc_both/file/mandatories.env create mode 100644 tests/results/test/60_9family_dynamic_calc_both/makedict/all.json create mode 100644 tests/results/test/60_9family_dynamic_calc_both/makedict/mandatories.json rename tests/results/{60_5family_dynamic_calc_suffix => test/68_0family_leadership_mode}/errors/all.json (100%) rename tests/results/{60_0family_mode => test/68_0family_leadership_mode}/errors/mandatories.json (100%) create mode 100644 tests/results/test/68_0family_leadership_mode/file/all.env create mode 100644 tests/results/test/68_0family_leadership_mode/file/all_exclude.env rename tests/results/{60_0family_hidden => test/68_0family_leadership_mode}/file/mandatories.env (100%) create mode 100644 tests/results/test/68_0family_leadership_mode/makedict/all.json create mode 100644 tests/results/test/68_0family_leadership_mode/makedict/mandatories.json rename tests/results/{60_5family_dynamic_calc_suffix2 => test_namespace/00_0empty}/errors/all.json (100%) rename tests/results/{60_1family_dynamic_jinja => test_namespace/00_0empty}/errors/mandatories.json (100%) rename tests/results/{60_0family_mode/file/mandatories.env => test_namespace/00_0empty/file/all.env} (100%) rename tests/results/{60_1family_dynamic_jinja/file/mandatories.env => test_namespace/00_0empty/file/all_exclude.env} (100%) rename tests/results/{60_2family_dynamic_jinja_fill_sub_group_2 => test_namespace/00_0empty}/file/mandatories.env (100%) create mode 100644 tests/results/test_namespace/00_0empty/makedict/all.json create mode 100644 tests/results/test_namespace/00_0empty/makedict/mandatories.json rename tests/results/{60_5family_dynamic_calc_suffix2_empty => test_namespace/00_0version_underscore}/errors/all.json (100%) rename tests/results/{60_2family_dynamic_jinja_fill_sub_group => test_namespace/00_0version_underscore}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_0version_underscore/file/all.env (100%) rename tests/results/{ => test_namespace}/00_0version_underscore/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/00_0version_underscore/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_0version_underscore/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_0version_underscore/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_calc_suffix_empty => test_namespace/00_1empty_variable}/errors/all.json (100%) rename tests/results/{60_2family_dynamic_jinja_fill_sub_group_2 => test_namespace/00_1empty_variable}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_1empty_variable/file/all.env (100%) rename tests/results/{ => test_namespace}/00_1empty_variable/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/00_1empty_variable/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_1empty_variable/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_1empty_variable/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_calc_suffix_param => test_namespace/00_2default_calculated}/errors/all.json (100%) rename tests/results/{60_2family_dynamic_jinja_fill_sub_group_2_empty => test_namespace/00_2default_calculated}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_2default_calculated/file/all.env (100%) rename tests/results/{ => test_namespace}/00_2default_calculated/file/all_exclude.env (100%) rename tests/results/{60_2family_dynamic_jinja_fill_sub_group_2_empty => test_namespace/00_2default_calculated}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_2default_calculated/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_2default_calculated/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_calc_suffix_param_empty => test_namespace/00_2default_calculated_multi}/errors/all.json (100%) rename tests/results/{60_2family_dynamic_jinja_fill_sub_group_empty => test_namespace/00_2default_calculated_multi}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_2default_calculated_multi/file/all.env (100%) rename tests/results/{ => test_namespace}/00_2default_calculated_multi/file/all_exclude.env (100%) rename tests/results/{60_2family_dynamic_jinja_fill_sub_group_empty => test_namespace/00_2default_calculated_multi}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_2default_calculated_multi/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_2default_calculated_multi/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_calc_variable => test_namespace/00_2default_calculated_variable_transitive}/errors/all.json (100%) rename tests/results/{60_2family_dynamic_outside_calc => test_namespace/00_2default_calculated_variable_transitive}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_2default_calculated_variable_transitive/file/all.env (100%) rename tests/results/{ => test_namespace}/00_2default_calculated_variable_transitive/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/00_2default_calculated_variable_transitive/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_2default_calculated_variable_transitive/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_2default_calculated_variable_transitive/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_calc_variable_empty => test_namespace/00_4load_subfolder}/errors/all.json (100%) rename tests/results/{60_2family_dynamic_outside_calc_empty => test_namespace/00_4load_subfolder}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_4load_subfolder/file/all.env (100%) rename tests/results/{ => test_namespace}/00_4load_subfolder/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/00_4load_subfolder/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_4load_subfolder/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_4load_subfolder/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_unknown_suffix_empty => test_namespace/00_5load_notype}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_calc2 => test_namespace/00_5load_notype}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_5load_notype/file/all.env (100%) rename tests/results/{ => test_namespace}/00_5load_notype/file/all_exclude.env (100%) rename tests/results/{60_2family_dynamic_outside_calc => test_namespace/00_5load_notype}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_5load_notype/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_5load_notype/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_variable_outside => test_namespace/00_6boolean}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_calc2_empty => test_namespace/00_6boolean}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_6boolean/file/all.env (100%) rename tests/results/{ => test_namespace}/00_6boolean/file/all_exclude.env (100%) rename tests/results/{60_2family_dynamic_outside_calc_empty => test_namespace/00_6boolean}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_6boolean/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_6boolean/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_variable_outside2 => test_namespace/00_6boolean_no_mandatory}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_calc_suffix => test_namespace/00_6boolean_no_mandatory}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_6boolean_no_mandatory/file/all.env (100%) rename tests/results/{ => test_namespace}/00_6boolean_no_mandatory/file/all_exclude.env (100%) rename tests/results/{60_5family_dynamic_calc_suffix2 => test_namespace/00_6boolean_no_mandatory}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_6boolean_no_mandatory/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_6boolean_no_mandatory/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_variable_outside2_empty => test_namespace/00_6choice}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_calc_suffix2 => test_namespace/00_6choice}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_6choice/file/all.env (100%) rename tests/results/{ => test_namespace}/00_6choice/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/00_6choice/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_6choice/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_6choice/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_variable_outside_empty => test_namespace/00_6choice_calculation}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_calc_suffix2_empty => test_namespace/00_6choice_calculation}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_6choice_calculation/file/all.env (100%) rename tests/results/{ => test_namespace}/00_6choice_calculation/file/all_exclude.env (100%) rename tests/results/{60_5family_dynamic_calc_suffix2_empty => test_namespace/00_6choice_calculation}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_6choice_calculation/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_6choice_calculation/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_variable_outside_jinja => test_namespace/00_6choice_variable}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_calc_suffix_empty => test_namespace/00_6choice_variable}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_6choice_variable/file/all.env (100%) rename tests/results/{ => test_namespace}/00_6choice_variable/file/all_exclude.env (100%) rename tests/results/{60_5family_dynamic_calc_suffix_param => test_namespace/00_6choice_variable}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_6choice_variable/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_6choice_variable/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_variable_outside_jinja_empty => test_namespace/00_6custom}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_calc_suffix_param => test_namespace/00_6custom}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_6custom/file/all.env (100%) rename tests/results/{ => test_namespace}/00_6custom/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/00_6custom/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_6custom/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_6custom/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_variable_outside_sub_suffix => test_namespace/00_6domainname}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_calc_suffix_param_empty => test_namespace/00_6domainname}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_6domainname/file/all.env (100%) rename tests/results/{ => test_namespace}/00_6domainname/file/all_exclude.env (100%) rename tests/results/{60_5family_dynamic_calc_suffix_param_empty => test_namespace/00_6domainname}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_6domainname/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_6domainname/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_variable_outside_sub_suffix_empty => test_namespace/00_6domainname_params}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_calc_variable => test_namespace/00_6domainname_params}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_6domainname_params/file/all.env (100%) rename tests/results/{ => test_namespace}/00_6domainname_params/file/all_exclude.env (100%) rename tests/results/{60_5family_dynamic_hidden_suffix => test_namespace/00_6domainname_params}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_6domainname_params/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_6domainname_params/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_variable_outside_suffix => test_namespace/00_6float}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_calc_variable_empty => test_namespace/00_6float}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_6float/file/all.env (100%) rename tests/results/{ => test_namespace}/00_6float/file/all_exclude.env (100%) rename tests/results/{60_5family_dynamic_unknown_suffix => test_namespace/00_6float}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_6float/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_6float/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_variable_outside_suffix_empty => test_namespace/00_6number}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_hidden_suffix => test_namespace/00_6number}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_6number/file/all.env (100%) rename tests/results/{ => test_namespace}/00_6number/file/all_exclude.env (100%) rename tests/results/{60_5family_dynamic_unknown_suffix_empty => test_namespace/00_6number}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_6number/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_6number/makedict/mandatories.json (100%) rename tests/results/{60_6family_dynamic_inside => test_namespace/00_6port}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_unknown_suffix => test_namespace/00_6port}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_6port/file/all.env (100%) rename tests/results/{ => test_namespace}/00_6port/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/00_6port/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_6port/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_6port/makedict/mandatories.json (100%) rename tests/results/{60_6family_dynamic_inside_empty => test_namespace/00_6regexp}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_unknown_suffix_empty => test_namespace/00_6regexp}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_6regexp/file/all.env (100%) rename tests/results/{ => test_namespace}/00_6regexp/file/all_exclude.env (100%) rename tests/results/{60_5family_dynamic_variable_outside => test_namespace/00_6regexp}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_6regexp/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_6regexp/makedict/mandatories.json (100%) rename tests/results/{60_6family_dynamic_leadership => test_namespace/00_6string}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_variable_outside => test_namespace/00_6string}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_6string/file/all.env (100%) rename tests/results/{ => test_namespace}/00_6string/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/00_6string/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_6string/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_6string/makedict/mandatories.json (100%) rename tests/results/{60_6family_dynamic_leadership_empty => test_namespace/00_7choice_quote}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_variable_outside2 => test_namespace/00_7choice_quote}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_7choice_quote/file/all.env (100%) rename tests/results/{ => test_namespace}/00_7choice_quote/file/all_exclude.env (100%) rename tests/results/{60_5family_dynamic_variable_outside2 => test_namespace/00_7choice_quote}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_7choice_quote/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_7choice_quote/makedict/mandatories.json (100%) rename tests/results/{60_6family_dynamic_sub_dynamic => test_namespace/00_7help_quote}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_variable_outside2_empty => test_namespace/00_7help_quote}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_7help_quote/file/all.env (100%) rename tests/results/{ => test_namespace}/00_7help_quote/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/00_7help_quote/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_7help_quote/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_7help_quote/makedict/mandatories.json (100%) rename tests/results/{60_6family_dynamic_sub_dynamic_1_0 => test_namespace/00_7value_doublequote}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_variable_outside_empty => test_namespace/00_7value_doublequote}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_7value_doublequote/file/all.env (100%) rename tests/results/{ => test_namespace}/00_7value_doublequote/file/all_exclude.env (100%) rename tests/results/{60_5family_dynamic_variable_outside_jinja => test_namespace/00_7value_doublequote}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_7value_doublequote/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_7value_doublequote/makedict/mandatories.json (100%) rename tests/results/{60_6family_dynamic_sub_dynamic_empty => test_namespace/00_7value_doublequote2}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_variable_outside_jinja => test_namespace/00_7value_doublequote2}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_7value_doublequote2/file/all.env (100%) rename tests/results/{ => test_namespace}/00_7value_doublequote2/file/all_exclude.env (100%) rename tests/results/{60_5family_dynamic_variable_outside_sub_suffix => test_namespace/00_7value_doublequote2}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_7value_doublequote2/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_7value_doublequote2/makedict/mandatories.json (100%) rename tests/results/{60_9extra_dynamic => test_namespace/00_7value_doublequote3}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_variable_outside_jinja_empty => test_namespace/00_7value_doublequote3}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_7value_doublequote3/file/all.env (100%) rename tests/results/{ => test_namespace}/00_7value_doublequote3/file/all_exclude.env (100%) rename tests/results/{60_5family_dynamic_variable_outside_sub_suffix_empty => test_namespace/00_7value_doublequote3}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_7value_doublequote3/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_7value_doublequote3/makedict/mandatories.json (100%) rename tests/results/{60_9extra_dynamic_extra => test_namespace/00_7value_quote}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_variable_outside_sub_suffix => test_namespace/00_7value_quote}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_7value_quote/file/all.env (100%) rename tests/results/{ => test_namespace}/00_7value_quote/file/all_exclude.env (100%) rename tests/results/{60_5family_dynamic_variable_outside_suffix => test_namespace/00_7value_quote}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_7value_quote/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_7value_quote/makedict/mandatories.json (100%) rename tests/results/{60_9family_dynamic_calc_both => test_namespace/00_8calculation_information}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_variable_outside_sub_suffix_empty => test_namespace/00_8calculation_information}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_8calculation_information/file/all.env (100%) rename tests/results/{ => test_namespace}/00_8calculation_information/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/00_8calculation_information/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_8calculation_information/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_8calculation_information/makedict/mandatories.json (100%) rename tests/results/{68_0family_leadership_mode => test_namespace/00_8test}/errors/all.json (100%) rename tests/results/{60_5family_dynamic_variable_outside_suffix => test_namespace/00_8test}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_8test/file/all.env (100%) rename tests/results/{ => test_namespace}/00_8test/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/00_8test/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_8test/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_8test/makedict/mandatories.json (100%) rename tests/results/{60_5family_dynamic_variable_outside_suffix_empty/errors/mandatories.json => test_namespace/00_9choice_variable_multi/errors/all.json} (100%) rename tests/results/{60_6family_dynamic_inside => test_namespace/00_9choice_variable_multi}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_9choice_variable_multi/file/all.env (100%) rename tests/results/{ => test_namespace}/00_9choice_variable_multi/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/00_9choice_variable_multi/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_9choice_variable_multi/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_9choice_variable_multi/makedict/mandatories.json (100%) rename tests/results/{60_6family_dynamic_inside_empty/errors/mandatories.json => test_namespace/00_9choice_variables/errors/all.json} (100%) rename tests/results/{60_6family_dynamic_leadership => test_namespace/00_9choice_variables}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_9choice_variables/file/all.env (100%) rename tests/results/{ => test_namespace}/00_9choice_variables/file/all_exclude.env (100%) rename tests/results/{60_5family_dynamic_variable_outside_suffix_empty => test_namespace/00_9choice_variables}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_9choice_variables/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_9choice_variables/makedict/mandatories.json (100%) rename tests/results/{60_6family_dynamic_leadership_empty/errors/mandatories.json => test_namespace/00_9default_calculation/errors/all.json} (100%) rename tests/results/{60_6family_dynamic_sub_dynamic => test_namespace/00_9default_calculation}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_9default_calculation/file/all.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation/file/all_exclude.env (100%) rename tests/results/{60_6family_dynamic_inside => test_namespace/00_9default_calculation}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_9default_calculation/makedict/mandatories.json (100%) rename tests/results/{60_6family_dynamic_sub_dynamic_1_0/errors/mandatories.json => test_namespace/00_9default_calculation_information/errors/all.json} (100%) rename tests/results/{60_6family_dynamic_sub_dynamic_empty => test_namespace/00_9default_calculation_information}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_information/file/all.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_information/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_information/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_information/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_information/makedict/mandatories.json (100%) rename tests/results/{60_9extra_dynamic/errors/mandatories.json => test_namespace/00_9default_calculation_information_other_variable/errors/all.json} (100%) rename tests/results/{60_9extra_dynamic_extra => test_namespace/00_9default_calculation_information_other_variable}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_information_other_variable/file/all.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_information_other_variable/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_information_other_variable/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_information_other_variable/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_information_other_variable/makedict/mandatories.json (100%) rename tests/results/{60_9family_dynamic_calc_both/errors/mandatories.json => test_namespace/00_9default_calculation_multi_optional/errors/all.json} (100%) rename tests/results/{68_0family_leadership_mode => test_namespace/00_9default_calculation_multi_optional}/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_multi_optional/file/all.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_multi_optional/file/all_exclude.env (100%) rename tests/results/{60_6family_dynamic_inside_empty => test_namespace/00_9default_calculation_multi_optional}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_multi_optional/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_multi_optional/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional2/errors/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional2/errors/mandatories.json rename tests/results/{ => test_namespace}/00_9default_calculation_multi_optional2/file/all.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_multi_optional2/file/all_exclude.env (100%) rename tests/results/{60_6family_dynamic_leadership_empty => test_namespace/00_9default_calculation_multi_optional2}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_multi_optional2/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_multi_optional2/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/00_9default_calculation_optional/errors/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation_optional/errors/mandatories.json rename tests/results/{ => test_namespace}/00_9default_calculation_optional/file/all.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_optional/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_optional/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_optional/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_optional/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/00_9default_calculation_optional_exists/errors/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation_optional_exists/errors/mandatories.json rename tests/results/{ => test_namespace}/00_9default_calculation_optional_exists/file/all.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_optional_exists/file/all_exclude.env (100%) rename tests/results/{60_6family_dynamic_sub_dynamic => test_namespace/00_9default_calculation_optional_exists}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_optional_exists/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_optional_exists/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/00_9default_calculation_param_optional/errors/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation_param_optional/errors/mandatories.json rename tests/results/{ => test_namespace}/00_9default_calculation_param_optional/file/all.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_param_optional/file/all_exclude.env (100%) rename tests/results/{60_6family_dynamic_sub_dynamic_1_0 => test_namespace/00_9default_calculation_param_optional}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_param_optional/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_9default_calculation_param_optional/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/00_9default_information_other_variable/errors/all.json create mode 100644 tests/results/test_namespace/00_9default_information_other_variable/errors/mandatories.json rename tests/results/{ => test_namespace}/00_9default_information_other_variable/file/all.env (100%) rename tests/results/{ => test_namespace}/00_9default_information_other_variable/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/00_9default_information_other_variable/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_9default_information_other_variable/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_9default_information_other_variable/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/00_9default_integer/errors/all.json create mode 100644 tests/results/test_namespace/00_9default_integer/errors/mandatories.json rename tests/results/{ => test_namespace}/00_9default_integer/file/all.env (100%) rename tests/results/{ => test_namespace}/00_9default_integer/file/all_exclude.env (100%) rename tests/results/{60_6family_dynamic_sub_dynamic_empty => test_namespace/00_9default_integer}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_9default_integer/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_9default_integer/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/00_9extra/errors/all.json create mode 100644 tests/results/test_namespace/00_9extra/errors/mandatories.json rename tests/results/{ => test_namespace}/00_9extra/file/all.env (100%) rename tests/results/{ => test_namespace}/00_9extra/file/all_exclude.env (100%) rename tests/results/{68_0family_leadership_mode => test_namespace/00_9extra}/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/00_9extra/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_9extra/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/00_9extra_calculation/errors/all.json create mode 100644 tests/results/test_namespace/00_9extra_calculation/errors/mandatories.json rename tests/results/{ => test_namespace}/00_9extra_calculation/file/all.env (100%) rename tests/results/{ => test_namespace}/00_9extra_calculation/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/00_9extra_calculation/file/mandatories.env rename tests/results/{ => test_namespace}/00_9extra_calculation/makedict/all.json (100%) rename tests/results/{ => test_namespace}/00_9extra_calculation/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/01_6boolean_multi/errors/all.json create mode 100644 tests/results/test_namespace/01_6boolean_multi/errors/mandatories.json rename tests/results/{ => test_namespace}/01_6boolean_multi/file/all.env (100%) rename tests/results/{ => test_namespace}/01_6boolean_multi/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/01_6boolean_multi/file/mandatories.env rename tests/results/{ => test_namespace}/01_6boolean_multi/makedict/all.json (100%) rename tests/results/{ => test_namespace}/01_6boolean_multi/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/01_6custom_multi/errors/all.json create mode 100644 tests/results/test_namespace/01_6custom_multi/errors/mandatories.json rename tests/results/{ => test_namespace}/01_6custom_multi/file/all.env (100%) rename tests/results/{ => test_namespace}/01_6custom_multi/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/01_6custom_multi/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/01_6custom_multi/makedict/all.json (100%) rename tests/results/{ => test_namespace}/01_6custom_multi/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/01_6float_multi/errors/all.json create mode 100644 tests/results/test_namespace/01_6float_multi/errors/mandatories.json rename tests/results/{ => test_namespace}/01_6float_multi/file/all.env (100%) rename tests/results/{ => test_namespace}/01_6float_multi/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/01_6float_multi/file/mandatories.env rename tests/results/{ => test_namespace}/01_6float_multi/makedict/all.json (100%) rename tests/results/{ => test_namespace}/01_6float_multi/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/01_6number_multi/errors/all.json create mode 100644 tests/results/test_namespace/01_6number_multi/errors/mandatories.json rename tests/results/{ => test_namespace}/01_6number_multi/file/all.env (100%) rename tests/results/{ => test_namespace}/01_6number_multi/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/01_6number_multi/file/mandatories.env rename tests/results/{ => test_namespace}/01_6number_multi/makedict/all.json (100%) rename tests/results/{ => test_namespace}/01_6number_multi/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/01_6string_empty/errors/all.json create mode 100644 tests/results/test_namespace/01_6string_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/01_6string_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/01_6string_empty/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/01_6string_empty/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/01_6string_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/01_6string_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/01_6string_multi/errors/all.json create mode 100644 tests/results/test_namespace/01_6string_multi/errors/mandatories.json rename tests/results/{ => test_namespace}/01_6string_multi/file/all.env (100%) rename tests/results/{ => test_namespace}/01_6string_multi/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/01_6string_multi/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/01_6string_multi/makedict/all.json (100%) rename tests/results/{ => test_namespace}/01_6string_multi/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/01_7value_multi_doublequote/errors/all.json create mode 100644 tests/results/test_namespace/01_7value_multi_doublequote/errors/mandatories.json rename tests/results/{ => test_namespace}/01_7value_multi_doublequote/file/all.env (100%) rename tests/results/{ => test_namespace}/01_7value_multi_doublequote/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/01_7value_multi_doublequote/file/mandatories.env rename tests/results/{ => test_namespace}/01_7value_multi_doublequote/makedict/all.json (100%) rename tests/results/{ => test_namespace}/01_7value_multi_doublequote/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/01_7value_multi_doublequote2/errors/all.json create mode 100644 tests/results/test_namespace/01_7value_multi_doublequote2/errors/mandatories.json rename tests/results/{ => test_namespace}/01_7value_multi_doublequote2/file/all.env (100%) rename tests/results/{ => test_namespace}/01_7value_multi_doublequote2/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/01_7value_multi_doublequote2/file/mandatories.env rename tests/results/{ => test_namespace}/01_7value_multi_doublequote2/makedict/all.json (100%) rename tests/results/{ => test_namespace}/01_7value_multi_doublequote2/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/01_7value_multi_quote/errors/all.json create mode 100644 tests/results/test_namespace/01_7value_multi_quote/errors/mandatories.json rename tests/results/{ => test_namespace}/01_7value_multi_quote/file/all.env (100%) rename tests/results/{ => test_namespace}/01_7value_multi_quote/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/01_7value_multi_quote/file/mandatories.env rename tests/results/{ => test_namespace}/01_7value_multi_quote/makedict/all.json (100%) rename tests/results/{ => test_namespace}/01_7value_multi_quote/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/01_8calculation_information_multi/errors/all.json create mode 100644 tests/results/test_namespace/01_8calculation_information_multi/errors/mandatories.json rename tests/results/{ => test_namespace}/01_8calculation_information_multi/file/all.env (100%) rename tests/results/{ => test_namespace}/01_8calculation_information_multi/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/01_8calculation_information_multi/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/01_8calculation_information_multi/makedict/all.json (100%) rename tests/results/{ => test_namespace}/01_8calculation_information_multi/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/01_9choice_variable_multi/errors/all.json create mode 100644 tests/results/test_namespace/01_9choice_variable_multi/errors/mandatories.json rename tests/results/{ => test_namespace}/01_9choice_variable_multi/file/all.env (100%) rename tests/results/{ => test_namespace}/01_9choice_variable_multi/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/01_9choice_variable_multi/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/01_9choice_variable_multi/makedict/all.json (100%) rename tests/results/{ => test_namespace}/01_9choice_variable_multi/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/04_0type_param/errors/all.json create mode 100644 tests/results/test_namespace/04_0type_param/errors/mandatories.json rename tests/results/{ => test_namespace}/04_0type_param/file/all.env (100%) rename tests/results/{ => test_namespace}/04_0type_param/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/04_0type_param/file/mandatories.env rename tests/results/{ => test_namespace}/04_0type_param/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_0type_param/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/04_1auto_save/errors/all.json create mode 100644 tests/results/test_namespace/04_1auto_save/errors/mandatories.json rename tests/results/{ => test_namespace}/04_1auto_save/file/all.env (100%) rename tests/results/{ => test_namespace}/04_1auto_save/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/04_1auto_save/file/mandatories.env rename tests/results/{ => test_namespace}/04_1auto_save/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_1auto_save/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/04_1auto_save_and_calculated/errors/all.json create mode 100644 tests/results/test_namespace/04_1auto_save_and_calculated/errors/mandatories.json rename tests/results/{ => test_namespace}/04_1auto_save_and_calculated/file/all.env (100%) rename tests/results/{ => test_namespace}/04_1auto_save_and_calculated/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/04_1auto_save_and_calculated/file/mandatories.env rename tests/results/{ => test_namespace}/04_1auto_save_and_calculated/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_1auto_save_and_calculated/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/04_1auto_save_and_calculated_hidden/errors/all.json create mode 100644 tests/results/test_namespace/04_1auto_save_and_calculated_hidden/errors/mandatories.json rename tests/results/{ => test_namespace}/04_1auto_save_and_calculated_hidden/file/all.env (100%) rename tests/results/{ => test_namespace}/04_1auto_save_and_calculated_hidden/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/04_1auto_save_and_calculated_hidden/file/mandatories.env rename tests/results/{ => test_namespace}/04_1auto_save_and_calculated_hidden/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_1auto_save_and_calculated_hidden/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/04_1auto_save_and_hidden/errors/all.json (100%) create mode 100644 tests/results/test_namespace/04_1auto_save_and_hidden/errors/mandatories.json rename tests/results/{ => test_namespace}/04_1auto_save_and_hidden/file/all.env (100%) rename tests/results/{ => test_namespace}/04_1auto_save_and_hidden/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/04_1auto_save_and_hidden/file/mandatories.env rename tests/results/{ => test_namespace}/04_1auto_save_and_hidden/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_1auto_save_and_hidden/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden/errors/all.json rename tests/results/{ => test_namespace}/04_1default_calculation_hidden/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/04_1default_calculation_hidden/file/all.env (100%) rename tests/results/{ => test_namespace}/04_1default_calculation_hidden/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/04_1default_calculation_hidden/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/04_1default_calculation_hidden/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_1default_calculation_hidden/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_2/errors/all.json rename tests/results/{ => test_namespace}/04_1default_calculation_hidden_2/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/04_1default_calculation_hidden_2/file/all.env (100%) rename tests/results/{ => test_namespace}/04_1default_calculation_hidden_2/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/04_1default_calculation_hidden_2/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/04_1default_calculation_hidden_2/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_1default_calculation_hidden_2/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/04_5disabled_calculation/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation/errors/mandatories.json rename tests/results/{ => test_namespace}/04_5disabled_calculation/file/all.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/04_5disabled_calculation_default/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_default/errors/mandatories.json rename tests/results/{ => test_namespace}/04_5disabled_calculation_default/file/all.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_default/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/04_5disabled_calculation_default/file/mandatories.env rename tests/results/{ => test_namespace}/04_5disabled_calculation_default/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_default/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_optional/errors/all.json (100%) create mode 100644 tests/results/test_namespace/04_5disabled_calculation_optional/errors/mandatories.json rename tests/results/{ => test_namespace}/04_5disabled_calculation_optional/file/all.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_optional/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/04_5disabled_calculation_optional/file/mandatories.env rename tests/results/{ => test_namespace}/04_5disabled_calculation_optional/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_optional/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable/errors/all.json (100%) create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable/errors/mandatories.json rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable/file/all.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable2/errors/all.json (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable2/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable2/file/all.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable2/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable2/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable2/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable2/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable3/errors/all.json rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable3/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable3/file/all.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable3/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable3/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable3/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable3/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable4/errors/all.json (100%) create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable4/errors/mandatories.json rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable4/file/all.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable4/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable4/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable4/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_5disabled_calculation_variable4/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/04_5hidden_calculation/errors/all.json create mode 100644 tests/results/test_namespace/04_5hidden_calculation/errors/mandatories.json rename tests/results/{ => test_namespace}/04_5hidden_calculation/file/all.env (100%) rename tests/results/{ => test_namespace}/04_5hidden_calculation/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/04_5hidden_calculation/file/mandatories.env rename tests/results/{ => test_namespace}/04_5hidden_calculation/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_5hidden_calculation/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/04_5hidden_calculation2/errors/all.json (100%) create mode 100644 tests/results/test_namespace/04_5hidden_calculation2/errors/mandatories.json rename tests/results/{ => test_namespace}/04_5hidden_calculation2/file/all.env (100%) rename tests/results/{ => test_namespace}/04_5hidden_calculation2/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/04_5hidden_calculation2/file/mandatories.env rename tests/results/{ => test_namespace}/04_5hidden_calculation2/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_5hidden_calculation2/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/04_5hidden_calculation_default_calculation/errors/all.json create mode 100644 tests/results/test_namespace/04_5hidden_calculation_default_calculation/errors/mandatories.json rename tests/results/{ => test_namespace}/04_5hidden_calculation_default_calculation/file/all.env (100%) rename tests/results/{ => test_namespace}/04_5hidden_calculation_default_calculation/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/04_5hidden_calculation_default_calculation/file/mandatories.env rename tests/results/{ => test_namespace}/04_5hidden_calculation_default_calculation/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_5hidden_calculation_default_calculation/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/04_5validators/errors/all.json create mode 100644 tests/results/test_namespace/04_5validators/errors/mandatories.json rename tests/results/{ => test_namespace}/04_5validators/file/all.env (100%) rename tests/results/{ => test_namespace}/04_5validators/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/04_5validators/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/04_5validators/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_5validators/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/04_5validators_differ/errors/all.json create mode 100644 tests/results/test_namespace/04_5validators_differ/errors/mandatories.json rename tests/results/{ => test_namespace}/04_5validators_differ/file/all.env (100%) rename tests/results/{ => test_namespace}/04_5validators_differ/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/04_5validators_differ/file/mandatories.env rename tests/results/{ => test_namespace}/04_5validators_differ/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_5validators_differ/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/04_5validators_multi/errors/all.json create mode 100644 tests/results/test_namespace/04_5validators_multi/errors/mandatories.json rename tests/results/{ => test_namespace}/04_5validators_multi/file/all.env (100%) rename tests/results/{ => test_namespace}/04_5validators_multi/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/04_5validators_multi/file/mandatories.env rename tests/results/{ => test_namespace}/04_5validators_multi/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_5validators_multi/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/04_5validators_multi2/errors/all.json create mode 100644 tests/results/test_namespace/04_5validators_multi2/errors/mandatories.json rename tests/results/{ => test_namespace}/04_5validators_multi2/file/all.env (100%) rename tests/results/{ => test_namespace}/04_5validators_multi2/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/04_5validators_multi2/file/mandatories.env rename tests/results/{ => test_namespace}/04_5validators_multi2/makedict/all.json (100%) rename tests/results/{ => test_namespace}/04_5validators_multi2/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/05_0multi_not_uniq/errors/all.json create mode 100644 tests/results/test_namespace/05_0multi_not_uniq/errors/mandatories.json rename tests/results/{ => test_namespace}/05_0multi_not_uniq/file/all.env (100%) rename tests/results/{ => test_namespace}/05_0multi_not_uniq/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/05_0multi_not_uniq/file/mandatories.env rename tests/results/{ => test_namespace}/05_0multi_not_uniq/makedict/all.json (100%) rename tests/results/{ => test_namespace}/05_0multi_not_uniq/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/05_0multi_uniq/errors/all.json create mode 100644 tests/results/test_namespace/05_0multi_uniq/errors/mandatories.json rename tests/results/{ => test_namespace}/05_0multi_uniq/file/all.env (100%) rename tests/results/{ => test_namespace}/05_0multi_uniq/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/05_0multi_uniq/file/mandatories.env rename tests/results/{ => test_namespace}/05_0multi_uniq/makedict/all.json (100%) rename tests/results/{ => test_namespace}/05_0multi_uniq/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/12_1auto_save_expert/errors/all.json create mode 100644 tests/results/test_namespace/12_1auto_save_expert/errors/mandatories.json rename tests/results/{ => test_namespace}/12_1auto_save_expert/file/all.env (100%) rename tests/results/{ => test_namespace}/12_1auto_save_expert/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/12_1auto_save_expert/file/mandatories.env rename tests/results/{ => test_namespace}/12_1auto_save_expert/makedict/all.json (100%) rename tests/results/{ => test_namespace}/12_1auto_save_expert/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/16_0redefine_description/errors/all.json create mode 100644 tests/results/test_namespace/16_0redefine_description/errors/mandatories.json rename tests/results/{ => test_namespace}/16_0redefine_description/file/all.env (100%) rename tests/results/{ => test_namespace}/16_0redefine_description/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/16_0redefine_description/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/16_0redefine_description/makedict/all.json (100%) rename tests/results/{ => test_namespace}/16_0redefine_description/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/16_2family_redefine_calculation/errors/all.json (100%) rename tests/results/{ => test_namespace}/16_2family_redefine_calculation/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/16_2family_redefine_calculation/file/all.env (100%) rename tests/results/{ => test_namespace}/16_2family_redefine_calculation/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/16_2family_redefine_calculation/file/mandatories.env (100%) create mode 100644 tests/results/test_namespace/16_2family_redefine_calculation/makedict/all.json create mode 100644 tests/results/test_namespace/16_2family_redefine_calculation/makedict/mandatories.json rename tests/results/{ => test_namespace}/16_2family_redefine_disabled/errors/all.json (100%) rename tests/results/{ => test_namespace}/16_2family_redefine_disabled/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/16_2family_redefine_disabled/file/all.env (100%) rename tests/results/{ => test_namespace}/16_2family_redefine_disabled/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/16_2family_redefine_disabled/file/mandatories.env (100%) create mode 100644 tests/results/test_namespace/16_2family_redefine_disabled/makedict/all.json create mode 100644 tests/results/test_namespace/16_2family_redefine_disabled/makedict/mandatories.json create mode 100644 tests/results/test_namespace/16_5exists_nonexists/errors/all.json create mode 100644 tests/results/test_namespace/16_5exists_nonexists/errors/mandatories.json rename tests/results/{ => test_namespace}/16_5exists_nonexists/file/all.env (100%) rename tests/results/{ => test_namespace}/16_5exists_nonexists/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/16_5exists_nonexists/file/mandatories.env rename tests/results/{ => test_namespace}/16_5exists_nonexists/makedict/all.json (100%) rename tests/results/{ => test_namespace}/16_5exists_nonexists/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/16_5exists_redefine/errors/all.json (100%) create mode 100644 tests/results/test_namespace/16_5exists_redefine/errors/mandatories.json rename tests/results/{ => test_namespace}/16_5exists_redefine/file/all.env (100%) rename tests/results/{ => test_namespace}/16_5exists_redefine/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/16_5exists_redefine/file/mandatories.env rename tests/results/{ => test_namespace}/16_5exists_redefine/makedict/all.json (100%) rename tests/results/{ => test_namespace}/16_5exists_redefine/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/16_5redefine_calculation/errors/all.json create mode 100644 tests/results/test_namespace/16_5redefine_calculation/errors/mandatories.json rename tests/results/{ => test_namespace}/16_5redefine_calculation/file/all.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_calculation/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/16_5redefine_calculation/file/mandatories.env rename tests/results/{ => test_namespace}/16_5redefine_calculation/makedict/all.json (100%) rename tests/results/{ => test_namespace}/16_5redefine_calculation/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/16_5redefine_choice/errors/all.json create mode 100644 tests/results/test_namespace/16_5redefine_choice/errors/mandatories.json rename tests/results/{ => test_namespace}/16_5redefine_choice/file/all.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_choice/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_choice/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_choice/makedict/all.json (100%) rename tests/results/{ => test_namespace}/16_5redefine_choice/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/16_5redefine_default/errors/all.json create mode 100644 tests/results/test_namespace/16_5redefine_default/errors/mandatories.json rename tests/results/{ => test_namespace}/16_5redefine_default/file/all.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_default/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/16_5redefine_default/file/mandatories.env rename tests/results/{ => test_namespace}/16_5redefine_default/makedict/all.json (100%) rename tests/results/{ => test_namespace}/16_5redefine_default/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/16_5redefine_default_calculation/errors/all.json create mode 100644 tests/results/test_namespace/16_5redefine_default_calculation/errors/mandatories.json rename tests/results/{ => test_namespace}/16_5redefine_default_calculation/file/all.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_default_calculation/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_default_calculation/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_default_calculation/makedict/all.json (100%) rename tests/results/{ => test_namespace}/16_5redefine_default_calculation/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/16_5redefine_family/errors/all.json create mode 100644 tests/results/test_namespace/16_5redefine_family/errors/mandatories.json rename tests/results/{ => test_namespace}/16_5redefine_family/file/all.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_family/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_family/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_family/makedict/all.json (100%) rename tests/results/{ => test_namespace}/16_5redefine_family/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/16_5redefine_help/errors/all.json create mode 100644 tests/results/test_namespace/16_5redefine_help/errors/mandatories.json rename tests/results/{ => test_namespace}/16_5redefine_help/file/all.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_help/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_help/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_help/makedict/all.json (100%) rename tests/results/{ => test_namespace}/16_5redefine_help/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/16_5redefine_hidden/errors/all.json (100%) create mode 100644 tests/results/test_namespace/16_5redefine_hidden/errors/mandatories.json rename tests/results/{ => test_namespace}/16_5redefine_hidden/file/all.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_hidden/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/16_5redefine_hidden/file/mandatories.env rename tests/results/{ => test_namespace}/16_5redefine_hidden/makedict/all.json (100%) rename tests/results/{ => test_namespace}/16_5redefine_hidden/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/16_5redefine_multi/errors/all.json create mode 100644 tests/results/test_namespace/16_5redefine_multi/errors/mandatories.json rename tests/results/{ => test_namespace}/16_5redefine_multi/file/all.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_multi/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/16_5redefine_multi/file/mandatories.env rename tests/results/{ => test_namespace}/16_5redefine_multi/makedict/all.json (100%) rename tests/results/{ => test_namespace}/16_5redefine_multi/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/16_5redefine_remove_disable_calculation/errors/all.json create mode 100644 tests/results/test_namespace/16_5redefine_remove_disable_calculation/errors/mandatories.json rename tests/results/{ => test_namespace}/16_5redefine_remove_disable_calculation/file/all.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_remove_disable_calculation/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_remove_disable_calculation/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/16_5redefine_remove_disable_calculation/makedict/all.json (100%) rename tests/results/{ => test_namespace}/16_5redefine_remove_disable_calculation/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/16_5test_redefine/errors/all.json create mode 100644 tests/results/test_namespace/16_5test_redefine/errors/mandatories.json rename tests/results/{ => test_namespace}/16_5test_redefine/file/all.env (100%) rename tests/results/{ => test_namespace}/16_5test_redefine/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/16_5test_redefine/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/16_5test_redefine/makedict/all.json (100%) rename tests/results/{ => test_namespace}/16_5test_redefine/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/16_6choice_redefine/errors/all.json create mode 100644 tests/results/test_namespace/16_6choice_redefine/errors/mandatories.json rename tests/results/{ => test_namespace}/16_6choice_redefine/file/all.env (100%) rename tests/results/{ => test_namespace}/16_6choice_redefine/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/16_6choice_redefine/file/mandatories.env rename tests/results/{ => test_namespace}/16_6choice_redefine/makedict/all.json (100%) rename tests/results/{ => test_namespace}/16_6choice_redefine/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/16_6exists_redefine_family/errors/all.json create mode 100644 tests/results/test_namespace/16_6exists_redefine_family/errors/mandatories.json rename tests/results/{ => test_namespace}/16_6exists_redefine_family/file/all.env (100%) rename tests/results/{ => test_namespace}/16_6exists_redefine_family/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/16_6exists_redefine_family/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/16_6exists_redefine_family/makedict/all.json (100%) rename tests/results/{ => test_namespace}/16_6exists_redefine_family/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/16exists_exists/errors/all.json create mode 100644 tests/results/test_namespace/16exists_exists/errors/mandatories.json rename tests/results/{ => test_namespace}/16exists_exists/file/all.env (100%) rename tests/results/{ => test_namespace}/16exists_exists/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/16exists_exists/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/16exists_exists/makedict/all.json (100%) rename tests/results/{ => test_namespace}/16exists_exists/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/17_5redefine_leadership/errors/all.json (100%) create mode 100644 tests/results/test_namespace/17_5redefine_leadership/errors/mandatories.json rename tests/results/{ => test_namespace}/17_5redefine_leadership/file/all.env (100%) rename tests/results/{ => test_namespace}/17_5redefine_leadership/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/17_5redefine_leadership/file/mandatories.env rename tests/results/{ => test_namespace}/17_5redefine_leadership/makedict/all.json (100%) rename tests/results/{ => test_namespace}/17_5redefine_leadership/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/20_0empty_family/errors/all.json create mode 100644 tests/results/test_namespace/20_0empty_family/errors/mandatories.json create mode 100644 tests/results/test_namespace/20_0empty_family/file/all.env create mode 100644 tests/results/test_namespace/20_0empty_family/file/all_exclude.env create mode 100644 tests/results/test_namespace/20_0empty_family/file/mandatories.env create mode 100644 tests/results/test_namespace/20_0empty_family/makedict/all.json create mode 100644 tests/results/test_namespace/20_0empty_family/makedict/mandatories.json create mode 100644 tests/results/test_namespace/20_0family_append/errors/all.json create mode 100644 tests/results/test_namespace/20_0family_append/errors/mandatories.json rename tests/results/{ => test_namespace}/20_0family_append/file/all.env (100%) rename tests/results/{ => test_namespace}/20_0family_append/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/20_0family_append/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/20_0family_append/makedict/all.json (100%) rename tests/results/{ => test_namespace}/20_0family_append/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/20_0family_underscore/errors/all.json (100%) create mode 100644 tests/results/test_namespace/20_0family_underscore/errors/mandatories.json rename tests/results/{ => test_namespace}/20_0family_underscore/file/all.env (100%) rename tests/results/{ => test_namespace}/20_0family_underscore/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/20_0family_underscore/file/mandatories.env create mode 100644 tests/results/test_namespace/20_0family_underscore/makedict/all.json create mode 100644 tests/results/test_namespace/20_0family_underscore/makedict/mandatories.json create mode 100644 tests/results/test_namespace/20_0multi_family/errors/all.json create mode 100644 tests/results/test_namespace/20_0multi_family/errors/mandatories.json rename tests/results/{ => test_namespace}/20_0multi_family/file/all.env (100%) rename tests/results/{ => test_namespace}/20_0multi_family/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/20_0multi_family/file/mandatories.env rename tests/results/{ => test_namespace}/20_0multi_family/makedict/all.json (100%) rename tests/results/{ => test_namespace}/20_0multi_family/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/20_0multi_family_basic/errors/all.json create mode 100644 tests/results/test_namespace/20_0multi_family_basic/errors/mandatories.json rename tests/results/{ => test_namespace}/20_0multi_family_basic/file/all.env (100%) rename tests/results/{ => test_namespace}/20_0multi_family_basic/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/20_0multi_family_basic/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/20_0multi_family_basic/makedict/all.json (100%) rename tests/results/{ => test_namespace}/20_0multi_family_basic/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/20_0multi_family_expert/errors/all.json create mode 100644 tests/results/test_namespace/20_0multi_family_expert/errors/mandatories.json rename tests/results/{ => test_namespace}/20_0multi_family_expert/file/all.env (100%) rename tests/results/{ => test_namespace}/20_0multi_family_expert/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/20_0multi_family_expert/file/mandatories.env rename tests/results/{ => test_namespace}/20_0multi_family_expert/makedict/all.json (100%) rename tests/results/{ => test_namespace}/20_0multi_family_expert/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/20_0multi_family_order/errors/all.json create mode 100644 tests/results/test_namespace/20_0multi_family_order/errors/mandatories.json rename tests/results/{ => test_namespace}/20_0multi_family_order/file/all.env (100%) rename tests/results/{ => test_namespace}/20_0multi_family_order/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/20_0multi_family_order/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/20_0multi_family_order/makedict/all.json (100%) rename tests/results/{ => test_namespace}/20_0multi_family_order/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/20_0validators_differ_redefine/errors/all.json create mode 100644 tests/results/test_namespace/20_0validators_differ_redefine/errors/mandatories.json rename tests/results/{ => test_namespace}/20_0validators_differ_redefine/file/all.env (100%) rename tests/results/{ => test_namespace}/20_0validators_differ_redefine/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/20_0validators_differ_redefine/file/mandatories.env rename tests/results/{ => test_namespace}/20_0validators_differ_redefine/makedict/all.json (100%) rename tests/results/{ => test_namespace}/20_0validators_differ_redefine/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/20_1empty_subfamily/errors/all.json create mode 100644 tests/results/test_namespace/20_1empty_subfamily/errors/mandatories.json create mode 100644 tests/results/test_namespace/20_1empty_subfamily/file/all.env create mode 100644 tests/results/test_namespace/20_1empty_subfamily/file/all_exclude.env create mode 100644 tests/results/test_namespace/20_1empty_subfamily/file/mandatories.env create mode 100644 tests/results/test_namespace/20_1empty_subfamily/makedict/all.json create mode 100644 tests/results/test_namespace/20_1empty_subfamily/makedict/mandatories.json create mode 100644 tests/results/test_namespace/20_9default_information_parent/errors/all.json create mode 100644 tests/results/test_namespace/20_9default_information_parent/errors/mandatories.json rename tests/results/{ => test_namespace}/20_9default_information_parent/file/all.env (100%) rename tests/results/{ => test_namespace}/20_9default_information_parent/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/20_9default_information_parent/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/20_9default_information_parent/makedict/all.json (100%) rename tests/results/{ => test_namespace}/20_9default_information_parent/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/24_0family_hidden_condition/errors/all.json create mode 100644 tests/results/test_namespace/24_0family_hidden_condition/errors/mandatories.json rename tests/results/{ => test_namespace}/24_0family_hidden_condition/file/all.env (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_condition/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_condition/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_condition/makedict/all.json (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_condition/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_boolean/errors/all.json create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_boolean/errors/mandatories.json rename tests/results/{ => test_namespace}/24_0family_hidden_condition_boolean/file/all.env (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_condition_boolean/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_boolean/file/mandatories.env rename tests/results/{ => test_namespace}/24_0family_hidden_condition_boolean/makedict/all.json (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_condition_boolean/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_sub_family/errors/all.json create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_sub_family/errors/mandatories.json rename tests/results/{ => test_namespace}/24_0family_hidden_condition_sub_family/file/all.env (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_condition_sub_family/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_condition_sub_family/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_condition_sub_family/makedict/all.json (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_condition_sub_family/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_condition_variable_sub_family/errors/all.json (100%) create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/errors/mandatories.json rename tests/results/{ => test_namespace}/24_0family_hidden_condition_variable_sub_family/file/all.env (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_condition_variable_sub_family/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/file/mandatories.env rename tests/results/{ => test_namespace}/24_0family_hidden_condition_variable_sub_family/makedict/all.json (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_condition_variable_sub_family/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_condition_with_variable/errors/all.json (100%) create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_with_variable/errors/mandatories.json rename tests/results/{ => test_namespace}/24_0family_hidden_condition_with_variable/file/all.env (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_condition_with_variable/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_with_variable/file/mandatories.env rename tests/results/{ => test_namespace}/24_0family_hidden_condition_with_variable/makedict/all.json (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_condition_with_variable/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/errors/all.json create mode 100644 tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/errors/mandatories.json rename tests/results/{ => test_namespace}/24_0family_hidden_param_condition_sub_family/file/all.env (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_param_condition_sub_family/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_param_condition_sub_family/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_param_condition_sub_family/makedict/all.json (100%) rename tests/results/{ => test_namespace}/24_0family_hidden_param_condition_sub_family/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/24_0family_mandatory_condition/errors/all.json create mode 100644 tests/results/test_namespace/24_0family_mandatory_condition/errors/mandatories.json rename tests/results/{ => test_namespace}/24_0family_mandatory_condition/file/all.env (100%) rename tests/results/{ => test_namespace}/24_0family_mandatory_condition/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/24_0family_mandatory_condition/file/mandatories.env rename tests/results/{ => test_namespace}/24_0family_mandatory_condition/makedict/all.json (100%) rename tests/results/{ => test_namespace}/24_0family_mandatory_condition/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/24_0family_mandatory_condition_variable/errors/all.json create mode 100644 tests/results/test_namespace/24_0family_mandatory_condition_variable/errors/mandatories.json rename tests/results/{ => test_namespace}/24_0family_mandatory_condition_variable/file/all.env (100%) rename tests/results/{ => test_namespace}/24_0family_mandatory_condition_variable/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/24_0family_mandatory_condition_variable/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/24_0family_mandatory_condition_variable/makedict/all.json (100%) rename tests/results/{ => test_namespace}/24_0family_mandatory_condition_variable/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/24_7validators_variable_optional/errors/all.json create mode 100644 tests/results/test_namespace/24_7validators_variable_optional/errors/mandatories.json rename tests/results/{ => test_namespace}/24_7validators_variable_optional/file/all.env (100%) rename tests/results/{ => test_namespace}/24_7validators_variable_optional/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/24_7validators_variable_optional/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/24_7validators_variable_optional/makedict/all.json (100%) rename tests/results/{ => test_namespace}/24_7validators_variable_optional/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/24_family_disabled_var_hidden/errors/all.json (100%) rename tests/results/{ => test_namespace}/24_family_disabled_var_hidden/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/24_family_disabled_var_hidden/file/all.env (100%) rename tests/results/{ => test_namespace}/24_family_disabled_var_hidden/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/24_family_disabled_var_hidden/file/mandatories.env (100%) create mode 100644 tests/results/test_namespace/24_family_disabled_var_hidden/makedict/all.json create mode 100644 tests/results/test_namespace/24_family_disabled_var_hidden/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_0leadership/errors/all.json create mode 100644 tests/results/test_namespace/40_0leadership/errors/mandatories.json rename tests/results/{ => test_namespace}/40_0leadership/file/all.env (100%) rename tests/results/{ => test_namespace}/40_0leadership/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/40_0leadership/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/40_0leadership/makedict/all.json (100%) rename tests/results/{ => test_namespace}/40_0leadership/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/40_0leadership_diff_name/errors/all.json create mode 100644 tests/results/test_namespace/40_0leadership_diff_name/errors/mandatories.json rename tests/results/{ => test_namespace}/40_0leadership_diff_name/file/all.env (100%) rename tests/results/{ => test_namespace}/40_0leadership_diff_name/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/40_0leadership_diff_name/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/40_0leadership_diff_name/makedict/all.json (100%) rename tests/results/{ => test_namespace}/40_0leadership_diff_name/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/40_0leadership_empty/errors/all.json create mode 100644 tests/results/test_namespace/40_0leadership_empty/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_0leadership_empty/file/all.env create mode 100644 tests/results/test_namespace/40_0leadership_empty/file/all_exclude.env create mode 100644 tests/results/test_namespace/40_0leadership_empty/file/mandatories.env create mode 100644 tests/results/test_namespace/40_0leadership_empty/makedict/all.json create mode 100644 tests/results/test_namespace/40_0leadership_empty/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_calculation/errors/all.json create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_calculation/errors/mandatories.json rename tests/results/{ => test_namespace}/40_0leadership_follower_default_calculation/file/all.env (100%) rename tests/results/{ => test_namespace}/40_0leadership_follower_default_calculation/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/40_0leadership_follower_default_calculation/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/40_0leadership_follower_default_calculation/makedict/all.json (100%) rename tests/results/{ => test_namespace}/40_0leadership_follower_default_calculation/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_value/errors/all.json create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_value/errors/mandatories.json rename tests/results/{ => test_namespace}/40_0leadership_follower_default_value/file/all.env (100%) rename tests/results/{ => test_namespace}/40_0leadership_follower_default_value/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_value/file/mandatories.env rename tests/results/{ => test_namespace}/40_0leadership_follower_default_value/makedict/all.json (100%) rename tests/results/{ => test_namespace}/40_0leadership_follower_default_value/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/40_0leadership_leader_not_multi/errors/all.json create mode 100644 tests/results/test_namespace/40_0leadership_leader_not_multi/errors/mandatories.json rename tests/results/{ => test_namespace}/40_0leadership_leader_not_multi/file/all.env (100%) rename tests/results/{ => test_namespace}/40_0leadership_leader_not_multi/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/40_0leadership_leader_not_multi/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/40_0leadership_leader_not_multi/makedict/all.json (100%) rename tests/results/{ => test_namespace}/40_0leadership_leader_not_multi/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/40_1leadership_append_follower/errors/all.json create mode 100644 tests/results/test_namespace/40_1leadership_append_follower/errors/mandatories.json rename tests/results/{ => test_namespace}/40_1leadership_append_follower/file/all.env (100%) rename tests/results/{ => test_namespace}/40_1leadership_append_follower/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/40_1leadership_append_follower/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/40_1leadership_append_follower/makedict/all.json (100%) rename tests/results/{ => test_namespace}/40_1leadership_append_follower/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/40_2leadership_calculation_index/errors/all.json create mode 100644 tests/results/test_namespace/40_2leadership_calculation_index/errors/mandatories.json rename tests/results/{ => test_namespace}/40_2leadership_calculation_index/file/all.env (100%) rename tests/results/{ => test_namespace}/40_2leadership_calculation_index/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/40_2leadership_calculation_index/file/mandatories.env rename tests/results/{ => test_namespace}/40_2leadership_calculation_index/makedict/all.json (100%) rename tests/results/{ => test_namespace}/40_2leadership_calculation_index/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/40_2leadership_calculation_param_index/errors/all.json create mode 100644 tests/results/test_namespace/40_2leadership_calculation_param_index/errors/mandatories.json rename tests/results/{ => test_namespace}/40_2leadership_calculation_param_index/file/all.env (100%) rename tests/results/{ => test_namespace}/40_2leadership_calculation_param_index/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/40_2leadership_calculation_param_index/file/mandatories.env rename tests/results/{ => test_namespace}/40_2leadership_calculation_param_index/makedict/all.json (100%) rename tests/results/{ => test_namespace}/40_2leadership_calculation_param_index/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/40_2leadership_leader_calculation/errors/all.json create mode 100644 tests/results/test_namespace/40_2leadership_leader_calculation/errors/mandatories.json rename tests/results/{ => test_namespace}/40_2leadership_leader_calculation/file/all.env (100%) rename tests/results/{ => test_namespace}/40_2leadership_leader_calculation/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/40_2leadership_leader_calculation/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/40_2leadership_leader_calculation/makedict/all.json (100%) rename tests/results/{ => test_namespace}/40_2leadership_leader_calculation/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/40_8calculation_boolean/errors/all.json create mode 100644 tests/results/test_namespace/40_8calculation_boolean/errors/mandatories.json rename tests/results/{ => test_namespace}/40_8calculation_boolean/file/all.env (100%) rename tests/results/{ => test_namespace}/40_8calculation_boolean/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/40_8calculation_boolean/file/mandatories.env rename tests/results/{ => test_namespace}/40_8calculation_boolean/makedict/all.json (100%) rename tests/results/{ => test_namespace}/40_8calculation_boolean/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/40_8calculation_boolean_return_none/errors/all.json create mode 100644 tests/results/test_namespace/40_8calculation_boolean_return_none/errors/mandatories.json rename tests/results/{ => test_namespace}/40_8calculation_boolean_return_none/file/all.env (100%) rename tests/results/{ => test_namespace}/40_8calculation_boolean_return_none/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/40_8calculation_boolean_return_none/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/40_8calculation_boolean_return_none/makedict/all.json (100%) rename tests/results/{ => test_namespace}/40_8calculation_boolean_return_none/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/40_8calculation_integer/errors/all.json create mode 100644 tests/results/test_namespace/40_8calculation_integer/errors/mandatories.json rename tests/results/{ => test_namespace}/40_8calculation_integer/file/all.env (100%) rename tests/results/{ => test_namespace}/40_8calculation_integer/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/40_8calculation_integer/file/mandatories.env rename tests/results/{ => test_namespace}/40_8calculation_integer/makedict/all.json (100%) rename tests/results/{ => test_namespace}/40_8calculation_integer/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable/errors/all.json create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable/errors/mandatories.json rename tests/results/{ => test_namespace}/40_8calculation_multi_variable/file/all.env (100%) rename tests/results/{ => test_namespace}/40_8calculation_multi_variable/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable/file/mandatories.env rename tests/results/{ => test_namespace}/40_8calculation_multi_variable/makedict/all.json (100%) rename tests/results/{ => test_namespace}/40_8calculation_multi_variable/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable_parent/errors/all.json create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable_parent/errors/mandatories.json rename tests/results/{ => test_namespace}/40_8calculation_multi_variable_parent/file/all.env (100%) rename tests/results/{ => test_namespace}/40_8calculation_multi_variable_parent/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable_parent/file/mandatories.env rename tests/results/{ => test_namespace}/40_8calculation_multi_variable_parent/makedict/all.json (100%) rename tests/results/{ => test_namespace}/40_8calculation_multi_variable_parent/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable_parent2/errors/all.json create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable_parent2/errors/mandatories.json rename tests/results/{ => test_namespace}/40_8calculation_multi_variable_parent2/file/all.env (100%) rename tests/results/{ => test_namespace}/40_8calculation_multi_variable_parent2/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable_parent2/file/mandatories.env rename tests/results/{ => test_namespace}/40_8calculation_multi_variable_parent2/makedict/all.json (100%) rename tests/results/{ => test_namespace}/40_8calculation_multi_variable_parent2/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/41_0choice_leader/errors/all.json create mode 100644 tests/results/test_namespace/41_0choice_leader/errors/mandatories.json rename tests/results/{ => test_namespace}/41_0choice_leader/file/all.env (100%) rename tests/results/{ => test_namespace}/41_0choice_leader/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/41_0choice_leader/file/mandatories.env rename tests/results/{ => test_namespace}/41_0choice_leader/makedict/all.json (100%) rename tests/results/{ => test_namespace}/41_0choice_leader/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/44_0leadership_hidden/errors/all.json (100%) create mode 100644 tests/results/test_namespace/44_0leadership_hidden/errors/mandatories.json rename tests/results/{ => test_namespace}/44_0leadership_hidden/file/all.env (100%) rename tests/results/{ => test_namespace}/44_0leadership_hidden/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/44_0leadership_hidden/file/mandatories.env rename tests/results/{ => test_namespace}/44_0leadership_hidden/makedict/all.json (100%) rename tests/results/{ => test_namespace}/44_0leadership_hidden/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/44_0leadership_leader_hidden/errors/all.json (100%) create mode 100644 tests/results/test_namespace/44_0leadership_leader_hidden/errors/mandatories.json rename tests/results/{ => test_namespace}/44_0leadership_leader_hidden/file/all.env (100%) rename tests/results/{ => test_namespace}/44_0leadership_leader_hidden/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/44_0leadership_leader_hidden/file/mandatories.env rename tests/results/{ => test_namespace}/44_0leadership_leader_hidden/makedict/all.json (100%) rename tests/results/{ => test_namespace}/44_0leadership_leader_hidden/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/44_1leadership_append_hidden_follower/errors/all.json (100%) create mode 100644 tests/results/test_namespace/44_1leadership_append_hidden_follower/errors/mandatories.json rename tests/results/{ => test_namespace}/44_1leadership_append_hidden_follower/file/all.env (100%) rename tests/results/{ => test_namespace}/44_1leadership_append_hidden_follower/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/44_1leadership_append_hidden_follower/file/mandatories.env rename tests/results/{ => test_namespace}/44_1leadership_append_hidden_follower/makedict/all.json (100%) rename tests/results/{ => test_namespace}/44_1leadership_append_hidden_follower/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/44_4disabled_calcultion_follower/errors/all.json create mode 100644 tests/results/test_namespace/44_4disabled_calcultion_follower/errors/mandatories.json rename tests/results/{ => test_namespace}/44_4disabled_calcultion_follower/file/all.env (100%) rename tests/results/{ => test_namespace}/44_4disabled_calcultion_follower/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/44_4disabled_calcultion_follower/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/44_4disabled_calcultion_follower/makedict/all.json (100%) rename tests/results/{ => test_namespace}/44_4disabled_calcultion_follower/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/44_4leadership_mandatory/errors/all.json create mode 100644 tests/results/test_namespace/44_4leadership_mandatory/errors/mandatories.json rename tests/results/{ => test_namespace}/44_4leadership_mandatory/file/all.env (100%) rename tests/results/{ => test_namespace}/44_4leadership_mandatory/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/44_4leadership_mandatory/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/44_4leadership_mandatory/makedict/all.json (100%) rename tests/results/{ => test_namespace}/44_4leadership_mandatory/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/44_4leadership_mandatory_follower/errors/all.json create mode 100644 tests/results/test_namespace/44_4leadership_mandatory_follower/errors/mandatories.json rename tests/results/{ => test_namespace}/44_4leadership_mandatory_follower/file/all.env (100%) rename tests/results/{ => test_namespace}/44_4leadership_mandatory_follower/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/44_4leadership_mandatory_follower/file/mandatories.env rename tests/results/{ => test_namespace}/44_4leadership_mandatory_follower/makedict/all.json (100%) rename tests/results/{ => test_namespace}/44_4leadership_mandatory_follower/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/44_5leadership_leader_hidden_calculation/errors/all.json create mode 100644 tests/results/test_namespace/44_5leadership_leader_hidden_calculation/errors/mandatories.json rename tests/results/{ => test_namespace}/44_5leadership_leader_hidden_calculation/file/all.env (100%) rename tests/results/{ => test_namespace}/44_5leadership_leader_hidden_calculation/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/44_5leadership_leader_hidden_calculation/file/mandatories.env rename tests/results/{ => test_namespace}/44_5leadership_leader_hidden_calculation/makedict/all.json (100%) rename tests/results/{ => test_namespace}/44_5leadership_leader_hidden_calculation/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/44_6leadership_follower_disabled_calculation/errors/all.json rename tests/results/{ => test_namespace}/44_6leadership_follower_disabled_calculation/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/44_6leadership_follower_disabled_calculation/file/all.env (100%) rename tests/results/{ => test_namespace}/44_6leadership_follower_disabled_calculation/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/44_6leadership_follower_disabled_calculation/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/44_6leadership_follower_disabled_calculation/makedict/all.json (100%) rename tests/results/{ => test_namespace}/44_6leadership_follower_disabled_calculation/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/44_9calculated_default_leadership_leader/errors/all.json create mode 100644 tests/results/test_namespace/44_9calculated_default_leadership_leader/errors/mandatories.json rename tests/results/{ => test_namespace}/44_9calculated_default_leadership_leader/file/all.env (100%) rename tests/results/{ => test_namespace}/44_9calculated_default_leadership_leader/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/44_9calculated_default_leadership_leader/file/mandatories.env rename tests/results/{ => test_namespace}/44_9calculated_default_leadership_leader/makedict/all.json (100%) rename tests/results/{ => test_namespace}/44_9calculated_default_leadership_leader/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0/file/mandatories.env rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0_empty/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_empty/file/mandatories.env rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_type/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_type/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0_type/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0_type/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0_type/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0_type/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0_type/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0_type_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0_type_empty/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/file/mandatories.env rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0_type_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_1_0_type_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_1/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_1/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic_1_1/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_1_1/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_1_1/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_1_1/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_1_1/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_1_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_1_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic_1_1_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_1_1_empty/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_1_empty/file/mandatories.env rename tests/results/{ => test_namespace}/60_0family_dynamic_1_1_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_1_1_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_empty/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_empty/file/mandatories.env rename tests/results/{ => test_namespace}/60_0family_dynamic_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_jinja_number/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_jinja_number/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic_jinja_number/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_jinja_number/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_jinja_number/file/mandatories.env rename tests/results/{ => test_namespace}/60_0family_dynamic_jinja_number/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_jinja_number/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic_jinja_number_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_jinja_number_empty/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_jinja_number_empty/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_jinja_number_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_jinja_number_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_no_description/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_no_description/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic_no_description/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_no_description/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_no_description/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_no_description/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_no_description/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_no_description_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_no_description_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic_no_description_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_no_description_empty/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_no_description_empty/file/mandatories.env rename tests/results/{ => test_namespace}/60_0family_dynamic_no_description_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_no_description_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_static/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_static/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic_static/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_static/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_static/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_static/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_static/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_test/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_test/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic_test/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_test/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_test/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_test/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_test/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic_variable_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_variable_empty/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_variable_empty/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_variable_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_variable_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_suffix/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_suffix/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic_variable_suffix/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_variable_suffix/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_suffix/file/mandatories.env rename tests/results/{ => test_namespace}/60_0family_dynamic_variable_suffix/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_variable_suffix/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_dynamic_variable_suffix_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_variable_suffix_empty/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_variable_suffix_empty/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_variable_suffix_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_dynamic_variable_suffix_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_empty/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_0family_empty/file/all.env create mode 100644 tests/results/test_namespace/60_0family_empty/file/all_exclude.env create mode 100644 tests/results/test_namespace/60_0family_empty/file/mandatories.env create mode 100644 tests/results/test_namespace/60_0family_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_empty/makedict/mandatories.json rename tests/results/{ => test_namespace}/60_0family_hidden/errors/all.json (100%) create mode 100644 tests/results/test_namespace/60_0family_hidden/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_hidden/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_hidden/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_0family_hidden/file/mandatories.env rename tests/results/{ => test_namespace}/60_0family_hidden/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_hidden/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_0family_mode/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_mode/errors/mandatories.json rename tests/results/{ => test_namespace}/60_0family_mode/file/all.env (100%) rename tests/results/{ => test_namespace}/60_0family_mode/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_0family_mode/file/mandatories.env rename tests/results/{ => test_namespace}/60_0family_mode/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_0family_mode/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_1family_dynamic_jinja/errors/all.json create mode 100644 tests/results/test_namespace/60_1family_dynamic_jinja/errors/mandatories.json rename tests/results/{ => test_namespace}/60_1family_dynamic_jinja/file/all.env (100%) rename tests/results/{ => test_namespace}/60_1family_dynamic_jinja/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_1family_dynamic_jinja/file/mandatories.env rename tests/results/{ => test_namespace}/60_1family_dynamic_jinja/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_1family_dynamic_jinja/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/errors/all.json create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/errors/mandatories.json rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group/file/all.env (100%) rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/errors/all.json create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/errors/mandatories.json rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group_2/file/all.env (100%) rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group_2/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/file/mandatories.env rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group_2/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group_2/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/mandatories.env rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group_empty/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/file/mandatories.env rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_2family_dynamic_outside_calc/errors/all.json create mode 100644 tests/results/test_namespace/60_2family_dynamic_outside_calc/errors/mandatories.json rename tests/results/{ => test_namespace}/60_2family_dynamic_outside_calc/file/all.env (100%) rename tests/results/{ => test_namespace}/60_2family_dynamic_outside_calc/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_2family_dynamic_outside_calc/file/mandatories.env rename tests/results/{ => test_namespace}/60_2family_dynamic_outside_calc/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_2family_dynamic_outside_calc/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_2family_dynamic_outside_calc_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_2family_dynamic_outside_calc_empty/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/file/mandatories.env rename tests/results/{ => test_namespace}/60_2family_dynamic_outside_calc_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_2family_dynamic_outside_calc_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc2/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc2/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_calc2/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc2/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc2/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc2/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc2/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc2_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc2_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_calc2_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc2_empty/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc2_empty/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc2_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc2_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix2/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix2/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix2/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix2/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix2/file/mandatories.env rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix2/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix2/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix2_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix2_empty/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/file/mandatories.env rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix2_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix2_empty/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_disabled/errors/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_disabled/errors/mandatories.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_disabled/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_disabled/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_disabled/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_disabled/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_disabled/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_empty/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_empty/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_param/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_param/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/file/mandatories.env rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_param/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_param/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_param_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_param_empty/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/file/mandatories.env rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_param_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_suffix_param_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_variable/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_variable/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_variable/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_variable/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_variable/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_variable/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_variable/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_variable_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_variable_empty/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_variable_empty/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_variable_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_calc_variable_empty/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_hidden_suffix/errors/all.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_hidden_suffix/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_hidden_suffix/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_hidden_suffix/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_hidden_suffix/file/mandatories.env rename tests/results/{ => test_namespace}/60_5family_dynamic_hidden_suffix/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_hidden_suffix/makedict/mandatories.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_unknown_suffix/errors/all.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_unknown_suffix/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_unknown_suffix/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_unknown_suffix/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_unknown_suffix/file/mandatories.env rename tests/results/{ => test_namespace}/60_5family_dynamic_unknown_suffix/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_unknown_suffix/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_unknown_suffix_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_unknown_suffix_empty/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/file/mandatories.env rename tests/results/{ => test_namespace}/60_5family_dynamic_unknown_suffix_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_unknown_suffix_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside/file/mandatories.env rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside2/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside2/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside2/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside2/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside2/file/mandatories.env rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside2/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside2/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside2_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside2_empty/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside2_empty/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside2_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside2_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_empty/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_empty/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_jinja/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_jinja/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/file/mandatories.env rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_jinja/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_jinja/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_jinja_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_jinja_empty/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_jinja_empty/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_jinja_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_jinja_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_sub_suffix/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_sub_suffix/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/file/mandatories.env rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_sub_suffix/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_sub_suffix/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_sub_suffix_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_sub_suffix_empty/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/file/mandatories.env rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_sub_suffix_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_sub_suffix_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_suffix/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_suffix/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/file/mandatories.env rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_suffix/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_suffix/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_suffix_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_suffix_empty/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/file/mandatories.env rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_suffix_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_5family_dynamic_variable_outside_suffix_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_6family_dynamic_inside/errors/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_inside/errors/mandatories.json rename tests/results/{ => test_namespace}/60_6family_dynamic_inside/file/all.env (100%) rename tests/results/{ => test_namespace}/60_6family_dynamic_inside/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_6family_dynamic_inside/file/mandatories.env rename tests/results/{ => test_namespace}/60_6family_dynamic_inside/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_6family_dynamic_inside/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_6family_dynamic_inside_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_inside_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_6family_dynamic_inside_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_6family_dynamic_inside_empty/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_6family_dynamic_inside_empty/file/mandatories.env rename tests/results/{ => test_namespace}/60_6family_dynamic_inside_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_6family_dynamic_inside_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_6family_dynamic_leadership/errors/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_leadership/errors/mandatories.json rename tests/results/{ => test_namespace}/60_6family_dynamic_leadership/file/all.env (100%) rename tests/results/{ => test_namespace}/60_6family_dynamic_leadership/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_6family_dynamic_leadership/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_6family_dynamic_leadership/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_6family_dynamic_leadership/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_6family_dynamic_leadership_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_leadership_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_6family_dynamic_leadership_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_6family_dynamic_leadership_empty/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_6family_dynamic_leadership_empty/file/mandatories.env rename tests/results/{ => test_namespace}/60_6family_dynamic_leadership_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_6family_dynamic_leadership_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic/errors/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic/errors/mandatories.json rename tests/results/{ => test_namespace}/60_6family_dynamic_sub_dynamic/file/all.env (100%) rename tests/results/{ => test_namespace}/60_6family_dynamic_sub_dynamic/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic/file/mandatories.env rename tests/results/{ => test_namespace}/60_6family_dynamic_sub_dynamic/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_6family_dynamic_sub_dynamic/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/errors/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/errors/mandatories.json rename tests/results/{ => test_namespace}/60_6family_dynamic_sub_dynamic_1_0/file/all.env (100%) rename tests/results/{ => test_namespace}/60_6family_dynamic_sub_dynamic_1_0/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/file/mandatories.env rename tests/results/{ => test_namespace}/60_6family_dynamic_sub_dynamic_1_0/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_6family_dynamic_sub_dynamic_1_0/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/errors/mandatories.json rename tests/results/{ => test_namespace}/60_6family_dynamic_sub_dynamic_empty/file/all.env (100%) rename tests/results/{ => test_namespace}/60_6family_dynamic_sub_dynamic_empty/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/file/mandatories.env rename tests/results/{ => test_namespace}/60_6family_dynamic_sub_dynamic_empty/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_6family_dynamic_sub_dynamic_empty/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/errors/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/all.env create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/all_exclude.env create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/mandatories.env create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/makedict/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_9extra_dynamic/errors/all.json create mode 100644 tests/results/test_namespace/60_9extra_dynamic/errors/mandatories.json rename tests/results/{ => test_namespace}/60_9extra_dynamic/file/all.env (100%) rename tests/results/{ => test_namespace}/60_9extra_dynamic/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_9extra_dynamic/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_9extra_dynamic/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_9extra_dynamic/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_9extra_dynamic_extra/errors/all.json create mode 100644 tests/results/test_namespace/60_9extra_dynamic_extra/errors/mandatories.json rename tests/results/{ => test_namespace}/60_9extra_dynamic_extra/file/all.env (100%) rename tests/results/{ => test_namespace}/60_9extra_dynamic_extra/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_9extra_dynamic_extra/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_9extra_dynamic_extra/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_9extra_dynamic_extra/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/60_9family_dynamic_calc_both/errors/all.json create mode 100644 tests/results/test_namespace/60_9family_dynamic_calc_both/errors/mandatories.json rename tests/results/{ => test_namespace}/60_9family_dynamic_calc_both/file/all.env (100%) rename tests/results/{ => test_namespace}/60_9family_dynamic_calc_both/file/all_exclude.env (100%) rename tests/results/{ => test_namespace}/60_9family_dynamic_calc_both/file/mandatories.env (100%) rename tests/results/{ => test_namespace}/60_9family_dynamic_calc_both/makedict/all.json (100%) rename tests/results/{ => test_namespace}/60_9family_dynamic_calc_both/makedict/mandatories.json (100%) create mode 100644 tests/results/test_namespace/68_0family_leadership_mode/errors/all.json create mode 100644 tests/results/test_namespace/68_0family_leadership_mode/errors/mandatories.json rename tests/results/{ => test_namespace}/68_0family_leadership_mode/file/all.env (100%) rename tests/results/{ => test_namespace}/68_0family_leadership_mode/file/all_exclude.env (100%) create mode 100644 tests/results/test_namespace/68_0family_leadership_mode/file/mandatories.env rename tests/results/{ => test_namespace}/68_0family_leadership_mode/makedict/all.json (100%) rename tests/results/{ => test_namespace}/68_0family_leadership_mode/makedict/mandatories.json (100%) diff --git a/src/rougail/user_data_environment/config.py b/src/rougail/user_data_environment/config.py index 237959b..0933d89 100644 --- a/src/rougail/user_data_environment/config.py +++ b/src/rougail/user_data_environment/config.py @@ -35,9 +35,7 @@ environment: {% endif %} default_environment_name: description: Name of the default environment prefix - default: - variable: main_namespace - mandatory: true + default: rougail disabled: variable: main_namespace when_not: null diff --git a/tests/results/00_0empty/errors/all.json b/tests/results/test/00_0empty/errors/all.json similarity index 100% rename from tests/results/00_0empty/errors/all.json rename to tests/results/test/00_0empty/errors/all.json diff --git a/tests/results/00_0empty/errors/mandatories.json b/tests/results/test/00_0empty/errors/mandatories.json similarity index 100% rename from tests/results/00_0empty/errors/mandatories.json rename to tests/results/test/00_0empty/errors/mandatories.json diff --git a/tests/results/00_0empty/file/all.env b/tests/results/test/00_0empty/file/all.env similarity index 100% rename from tests/results/00_0empty/file/all.env rename to tests/results/test/00_0empty/file/all.env diff --git a/tests/results/00_0empty/file/all_exclude.env b/tests/results/test/00_0empty/file/all_exclude.env similarity index 100% rename from tests/results/00_0empty/file/all_exclude.env rename to tests/results/test/00_0empty/file/all_exclude.env diff --git a/tests/results/00_0empty/file/mandatories.env b/tests/results/test/00_0empty/file/mandatories.env similarity index 100% rename from tests/results/00_0empty/file/mandatories.env rename to tests/results/test/00_0empty/file/mandatories.env diff --git a/tests/results/00_0empty/makedict/all.json b/tests/results/test/00_0empty/makedict/all.json similarity index 100% rename from tests/results/00_0empty/makedict/all.json rename to tests/results/test/00_0empty/makedict/all.json diff --git a/tests/results/00_0empty/makedict/mandatories.json b/tests/results/test/00_0empty/makedict/mandatories.json similarity index 100% rename from tests/results/00_0empty/makedict/mandatories.json rename to tests/results/test/00_0empty/makedict/mandatories.json diff --git a/tests/results/00_0version_underscore/errors/all.json b/tests/results/test/00_0version_underscore/errors/all.json similarity index 100% rename from tests/results/00_0version_underscore/errors/all.json rename to tests/results/test/00_0version_underscore/errors/all.json diff --git a/tests/results/00_0version_underscore/errors/mandatories.json b/tests/results/test/00_0version_underscore/errors/mandatories.json similarity index 100% rename from tests/results/00_0version_underscore/errors/mandatories.json rename to tests/results/test/00_0version_underscore/errors/mandatories.json diff --git a/tests/results/test/00_0version_underscore/file/all.env b/tests/results/test/00_0version_underscore/file/all.env new file mode 100644 index 0000000..610543f --- /dev/null +++ b/tests/results/test/00_0version_underscore/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VERSION="string1" diff --git a/tests/results/test/00_0version_underscore/file/all_exclude.env b/tests/results/test/00_0version_underscore/file/all_exclude.env new file mode 100644 index 0000000..610543f --- /dev/null +++ b/tests/results/test/00_0version_underscore/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VERSION="string1" diff --git a/tests/results/test/00_0version_underscore/file/mandatories.env b/tests/results/test/00_0version_underscore/file/mandatories.env new file mode 100644 index 0000000..610543f --- /dev/null +++ b/tests/results/test/00_0version_underscore/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VERSION="string1" diff --git a/tests/results/test/00_0version_underscore/makedict/all.json b/tests/results/test/00_0version_underscore/makedict/all.json new file mode 100644 index 0000000..fcdba08 --- /dev/null +++ b/tests/results/test/00_0version_underscore/makedict/all.json @@ -0,0 +1,3 @@ +{ + "version": "string1" +} diff --git a/tests/results/test/00_0version_underscore/makedict/mandatories.json b/tests/results/test/00_0version_underscore/makedict/mandatories.json new file mode 100644 index 0000000..fcdba08 --- /dev/null +++ b/tests/results/test/00_0version_underscore/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "version": "string1" +} diff --git a/tests/results/00_1empty_variable/errors/all.json b/tests/results/test/00_1empty_variable/errors/all.json similarity index 100% rename from tests/results/00_1empty_variable/errors/all.json rename to tests/results/test/00_1empty_variable/errors/all.json diff --git a/tests/results/00_1empty_variable/errors/mandatories.json b/tests/results/test/00_1empty_variable/errors/mandatories.json similarity index 100% rename from tests/results/00_1empty_variable/errors/mandatories.json rename to tests/results/test/00_1empty_variable/errors/mandatories.json diff --git a/tests/results/test/00_1empty_variable/file/all.env b/tests/results/test/00_1empty_variable/file/all.env new file mode 100644 index 0000000..196bab4 --- /dev/null +++ b/tests/results/test/00_1empty_variable/file/all.env @@ -0,0 +1 @@ +ROUGAIL_EMPTY="string1" diff --git a/tests/results/test/00_1empty_variable/file/all_exclude.env b/tests/results/test/00_1empty_variable/file/all_exclude.env new file mode 100644 index 0000000..196bab4 --- /dev/null +++ b/tests/results/test/00_1empty_variable/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_EMPTY="string1" diff --git a/tests/results/test/00_1empty_variable/file/mandatories.env b/tests/results/test/00_1empty_variable/file/mandatories.env new file mode 100644 index 0000000..196bab4 --- /dev/null +++ b/tests/results/test/00_1empty_variable/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_EMPTY="string1" diff --git a/tests/results/test/00_1empty_variable/makedict/all.json b/tests/results/test/00_1empty_variable/makedict/all.json new file mode 100644 index 0000000..b4075d6 --- /dev/null +++ b/tests/results/test/00_1empty_variable/makedict/all.json @@ -0,0 +1,3 @@ +{ + "empty": "string1" +} diff --git a/tests/results/test/00_1empty_variable/makedict/mandatories.json b/tests/results/test/00_1empty_variable/makedict/mandatories.json new file mode 100644 index 0000000..b4075d6 --- /dev/null +++ b/tests/results/test/00_1empty_variable/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "empty": "string1" +} diff --git a/tests/results/00_2default_calculated/errors/all.json b/tests/results/test/00_2default_calculated/errors/all.json similarity index 100% rename from tests/results/00_2default_calculated/errors/all.json rename to tests/results/test/00_2default_calculated/errors/all.json diff --git a/tests/results/00_2default_calculated/errors/mandatories.json b/tests/results/test/00_2default_calculated/errors/mandatories.json similarity index 100% rename from tests/results/00_2default_calculated/errors/mandatories.json rename to tests/results/test/00_2default_calculated/errors/mandatories.json diff --git a/tests/results/test/00_2default_calculated/file/all.env b/tests/results/test/00_2default_calculated/file/all.env new file mode 100644 index 0000000..3975e43 --- /dev/null +++ b/tests/results/test/00_2default_calculated/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1,string2,string3" diff --git a/tests/results/test/00_2default_calculated/file/all_exclude.env b/tests/results/test/00_2default_calculated/file/all_exclude.env new file mode 100644 index 0000000..3975e43 --- /dev/null +++ b/tests/results/test/00_2default_calculated/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1,string2,string3" diff --git a/tests/results/00_2default_calculated/file/mandatories.env b/tests/results/test/00_2default_calculated/file/mandatories.env similarity index 100% rename from tests/results/00_2default_calculated/file/mandatories.env rename to tests/results/test/00_2default_calculated/file/mandatories.env diff --git a/tests/results/test/00_2default_calculated/makedict/all.json b/tests/results/test/00_2default_calculated/makedict/all.json new file mode 100644 index 0000000..bb6133f --- /dev/null +++ b/tests/results/test/00_2default_calculated/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var1": "string1", + "var2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test/00_2default_calculated/makedict/mandatories.json b/tests/results/test/00_2default_calculated/makedict/mandatories.json new file mode 100644 index 0000000..2a043d8 --- /dev/null +++ b/tests/results/test/00_2default_calculated/makedict/mandatories.json @@ -0,0 +1,6 @@ +{ + "var1": "no", + "var2": [ + "no" + ] +} diff --git a/tests/results/00_2default_calculated_multi/errors/all.json b/tests/results/test/00_2default_calculated_multi/errors/all.json similarity index 100% rename from tests/results/00_2default_calculated_multi/errors/all.json rename to tests/results/test/00_2default_calculated_multi/errors/all.json diff --git a/tests/results/00_2default_calculated_multi/errors/mandatories.json b/tests/results/test/00_2default_calculated_multi/errors/mandatories.json similarity index 100% rename from tests/results/00_2default_calculated_multi/errors/mandatories.json rename to tests/results/test/00_2default_calculated_multi/errors/mandatories.json diff --git a/tests/results/test/00_2default_calculated_multi/file/all.env b/tests/results/test/00_2default_calculated_multi/file/all.env new file mode 100644 index 0000000..36cb460 --- /dev/null +++ b/tests/results/test/00_2default_calculated_multi/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1,string2,string3" +ROUGAIL_VAR2="string1,string2,string3" diff --git a/tests/results/test/00_2default_calculated_multi/file/all_exclude.env b/tests/results/test/00_2default_calculated_multi/file/all_exclude.env new file mode 100644 index 0000000..36cb460 --- /dev/null +++ b/tests/results/test/00_2default_calculated_multi/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1,string2,string3" +ROUGAIL_VAR2="string1,string2,string3" diff --git a/tests/results/00_2default_calculated_multi/file/mandatories.env b/tests/results/test/00_2default_calculated_multi/file/mandatories.env similarity index 100% rename from tests/results/00_2default_calculated_multi/file/mandatories.env rename to tests/results/test/00_2default_calculated_multi/file/mandatories.env diff --git a/tests/results/test/00_2default_calculated_multi/makedict/all.json b/tests/results/test/00_2default_calculated_multi/makedict/all.json new file mode 100644 index 0000000..d108799 --- /dev/null +++ b/tests/results/test/00_2default_calculated_multi/makedict/all.json @@ -0,0 +1,12 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test/00_2default_calculated_multi/makedict/mandatories.json b/tests/results/test/00_2default_calculated_multi/makedict/mandatories.json new file mode 100644 index 0000000..b1b59e8 --- /dev/null +++ b/tests/results/test/00_2default_calculated_multi/makedict/mandatories.json @@ -0,0 +1,12 @@ +{ + "var1": [ + "no", + "yes", + "maybe" + ], + "var2": [ + "no", + "yes", + "maybe" + ] +} diff --git a/tests/results/00_2default_calculated_variable_transitive/errors/all.json b/tests/results/test/00_2default_calculated_variable_transitive/errors/all.json similarity index 100% rename from tests/results/00_2default_calculated_variable_transitive/errors/all.json rename to tests/results/test/00_2default_calculated_variable_transitive/errors/all.json diff --git a/tests/results/00_2default_calculated_variable_transitive/errors/mandatories.json b/tests/results/test/00_2default_calculated_variable_transitive/errors/mandatories.json similarity index 100% rename from tests/results/00_2default_calculated_variable_transitive/errors/mandatories.json rename to tests/results/test/00_2default_calculated_variable_transitive/errors/mandatories.json diff --git a/tests/results/test/00_2default_calculated_variable_transitive/file/all.env b/tests/results/test/00_2default_calculated_variable_transitive/file/all.env new file mode 100644 index 0000000..f76c770 --- /dev/null +++ b/tests/results/test/00_2default_calculated_variable_transitive/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="domain1.lan,domain2.lan" +ROUGAIL_VAR2="domain1.lan,domain2.lan" diff --git a/tests/results/test/00_2default_calculated_variable_transitive/file/all_exclude.env b/tests/results/test/00_2default_calculated_variable_transitive/file/all_exclude.env new file mode 100644 index 0000000..f76c770 --- /dev/null +++ b/tests/results/test/00_2default_calculated_variable_transitive/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="domain1.lan,domain2.lan" +ROUGAIL_VAR2="domain1.lan,domain2.lan" diff --git a/tests/results/test/00_2default_calculated_variable_transitive/file/mandatories.env b/tests/results/test/00_2default_calculated_variable_transitive/file/mandatories.env new file mode 100644 index 0000000..a0ec662 --- /dev/null +++ b/tests/results/test/00_2default_calculated_variable_transitive/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VAR1="domain1.lan,domain2.lan" diff --git a/tests/results/test/00_2default_calculated_variable_transitive/makedict/all.json b/tests/results/test/00_2default_calculated_variable_transitive/makedict/all.json new file mode 100644 index 0000000..8f6d223 --- /dev/null +++ b/tests/results/test/00_2default_calculated_variable_transitive/makedict/all.json @@ -0,0 +1,10 @@ +{ + "var1": [ + "domain1.lan", + "domain2.lan" + ], + "var2": [ + "domain1.lan", + "domain2.lan" + ] +} diff --git a/tests/results/test/00_2default_calculated_variable_transitive/makedict/mandatories.json b/tests/results/test/00_2default_calculated_variable_transitive/makedict/mandatories.json new file mode 100644 index 0000000..8f6d223 --- /dev/null +++ b/tests/results/test/00_2default_calculated_variable_transitive/makedict/mandatories.json @@ -0,0 +1,10 @@ +{ + "var1": [ + "domain1.lan", + "domain2.lan" + ], + "var2": [ + "domain1.lan", + "domain2.lan" + ] +} diff --git a/tests/results/00_4load_subfolder/errors/all.json b/tests/results/test/00_4load_subfolder/errors/all.json similarity index 100% rename from tests/results/00_4load_subfolder/errors/all.json rename to tests/results/test/00_4load_subfolder/errors/all.json diff --git a/tests/results/00_4load_subfolder/errors/mandatories.json b/tests/results/test/00_4load_subfolder/errors/mandatories.json similarity index 100% rename from tests/results/00_4load_subfolder/errors/mandatories.json rename to tests/results/test/00_4load_subfolder/errors/mandatories.json diff --git a/tests/results/test/00_4load_subfolder/file/all.env b/tests/results/test/00_4load_subfolder/file/all.env new file mode 100644 index 0000000..1d474e9 --- /dev/null +++ b/tests/results/test/00_4load_subfolder/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/00_4load_subfolder/file/all_exclude.env b/tests/results/test/00_4load_subfolder/file/all_exclude.env new file mode 100644 index 0000000..1d474e9 --- /dev/null +++ b/tests/results/test/00_4load_subfolder/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/00_4load_subfolder/file/mandatories.env b/tests/results/test/00_4load_subfolder/file/mandatories.env new file mode 100644 index 0000000..1d474e9 --- /dev/null +++ b/tests/results/test/00_4load_subfolder/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/00_4load_subfolder/makedict/all.json b/tests/results/test/00_4load_subfolder/makedict/all.json new file mode 100644 index 0000000..15c061e --- /dev/null +++ b/tests/results/test/00_4load_subfolder/makedict/all.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} diff --git a/tests/results/test/00_4load_subfolder/makedict/mandatories.json b/tests/results/test/00_4load_subfolder/makedict/mandatories.json new file mode 100644 index 0000000..15c061e --- /dev/null +++ b/tests/results/test/00_4load_subfolder/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} diff --git a/tests/results/00_5load_notype/errors/all.json b/tests/results/test/00_5load_notype/errors/all.json similarity index 100% rename from tests/results/00_5load_notype/errors/all.json rename to tests/results/test/00_5load_notype/errors/all.json diff --git a/tests/results/00_5load_notype/errors/mandatories.json b/tests/results/test/00_5load_notype/errors/mandatories.json similarity index 100% rename from tests/results/00_5load_notype/errors/mandatories.json rename to tests/results/test/00_5load_notype/errors/mandatories.json diff --git a/tests/results/test/00_5load_notype/file/all.env b/tests/results/test/00_5load_notype/file/all.env new file mode 100644 index 0000000..828ca27 --- /dev/null +++ b/tests/results/test/00_5load_notype/file/all.env @@ -0,0 +1 @@ +ROUGAIL_WITHOUT_TYPE="string1" diff --git a/tests/results/test/00_5load_notype/file/all_exclude.env b/tests/results/test/00_5load_notype/file/all_exclude.env new file mode 100644 index 0000000..828ca27 --- /dev/null +++ b/tests/results/test/00_5load_notype/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_WITHOUT_TYPE="string1" diff --git a/tests/results/00_5load_notype/file/mandatories.env b/tests/results/test/00_5load_notype/file/mandatories.env similarity index 100% rename from tests/results/00_5load_notype/file/mandatories.env rename to tests/results/test/00_5load_notype/file/mandatories.env diff --git a/tests/results/test/00_5load_notype/makedict/all.json b/tests/results/test/00_5load_notype/makedict/all.json new file mode 100644 index 0000000..64fbaad --- /dev/null +++ b/tests/results/test/00_5load_notype/makedict/all.json @@ -0,0 +1,3 @@ +{ + "without_type": "string1" +} diff --git a/tests/results/test/00_5load_notype/makedict/mandatories.json b/tests/results/test/00_5load_notype/makedict/mandatories.json new file mode 100644 index 0000000..8258e2f --- /dev/null +++ b/tests/results/test/00_5load_notype/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "without_type": "non" +} diff --git a/tests/results/00_6boolean/errors/all.json b/tests/results/test/00_6boolean/errors/all.json similarity index 100% rename from tests/results/00_6boolean/errors/all.json rename to tests/results/test/00_6boolean/errors/all.json diff --git a/tests/results/00_6boolean/errors/mandatories.json b/tests/results/test/00_6boolean/errors/mandatories.json similarity index 100% rename from tests/results/00_6boolean/errors/mandatories.json rename to tests/results/test/00_6boolean/errors/mandatories.json diff --git a/tests/results/test/00_6boolean/file/all.env b/tests/results/test/00_6boolean/file/all.env new file mode 100644 index 0000000..dead533 --- /dev/null +++ b/tests/results/test/00_6boolean/file/all.env @@ -0,0 +1,6 @@ +ROUGAIL_VAR1="True" +ROUGAIL_VAR2="True" +ROUGAIL_VAR3="True" +ROUGAIL_VAR4="True" +ROUGAIL_VAR5="True" +ROUGAIL_VAR6="True" diff --git a/tests/results/test/00_6boolean/file/all_exclude.env b/tests/results/test/00_6boolean/file/all_exclude.env new file mode 100644 index 0000000..dead533 --- /dev/null +++ b/tests/results/test/00_6boolean/file/all_exclude.env @@ -0,0 +1,6 @@ +ROUGAIL_VAR1="True" +ROUGAIL_VAR2="True" +ROUGAIL_VAR3="True" +ROUGAIL_VAR4="True" +ROUGAIL_VAR5="True" +ROUGAIL_VAR6="True" diff --git a/tests/results/00_6boolean/file/mandatories.env b/tests/results/test/00_6boolean/file/mandatories.env similarity index 100% rename from tests/results/00_6boolean/file/mandatories.env rename to tests/results/test/00_6boolean/file/mandatories.env diff --git a/tests/results/test/00_6boolean/makedict/all.json b/tests/results/test/00_6boolean/makedict/all.json new file mode 100644 index 0000000..ece9dec --- /dev/null +++ b/tests/results/test/00_6boolean/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var1": true, + "var2": true, + "var3": true, + "var4": true, + "var5": true, + "var6": true +} diff --git a/tests/results/test/00_6boolean/makedict/mandatories.json b/tests/results/test/00_6boolean/makedict/mandatories.json new file mode 100644 index 0000000..bc52e15 --- /dev/null +++ b/tests/results/test/00_6boolean/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "var1": true, + "var2": true, + "var3": true, + "var4": false, + "var5": false, + "var6": false +} diff --git a/tests/results/00_6boolean_no_mandatory/errors/all.json b/tests/results/test/00_6boolean_no_mandatory/errors/all.json similarity index 100% rename from tests/results/00_6boolean_no_mandatory/errors/all.json rename to tests/results/test/00_6boolean_no_mandatory/errors/all.json diff --git a/tests/results/00_6boolean_no_mandatory/errors/mandatories.json b/tests/results/test/00_6boolean_no_mandatory/errors/mandatories.json similarity index 100% rename from tests/results/00_6boolean_no_mandatory/errors/mandatories.json rename to tests/results/test/00_6boolean_no_mandatory/errors/mandatories.json diff --git a/tests/results/test/00_6boolean_no_mandatory/file/all.env b/tests/results/test/00_6boolean_no_mandatory/file/all.env new file mode 100644 index 0000000..2ee5724 --- /dev/null +++ b/tests/results/test/00_6boolean_no_mandatory/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="True" diff --git a/tests/results/test/00_6boolean_no_mandatory/file/all_exclude.env b/tests/results/test/00_6boolean_no_mandatory/file/all_exclude.env new file mode 100644 index 0000000..2ee5724 --- /dev/null +++ b/tests/results/test/00_6boolean_no_mandatory/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="True" diff --git a/tests/results/00_6boolean_no_mandatory/file/mandatories.env b/tests/results/test/00_6boolean_no_mandatory/file/mandatories.env similarity index 100% rename from tests/results/00_6boolean_no_mandatory/file/mandatories.env rename to tests/results/test/00_6boolean_no_mandatory/file/mandatories.env diff --git a/tests/results/test/00_6boolean_no_mandatory/makedict/all.json b/tests/results/test/00_6boolean_no_mandatory/makedict/all.json new file mode 100644 index 0000000..48550f7 --- /dev/null +++ b/tests/results/test/00_6boolean_no_mandatory/makedict/all.json @@ -0,0 +1,3 @@ +{ + "variable": true +} diff --git a/tests/results/test/00_6boolean_no_mandatory/makedict/mandatories.json b/tests/results/test/00_6boolean_no_mandatory/makedict/mandatories.json new file mode 100644 index 0000000..48550f7 --- /dev/null +++ b/tests/results/test/00_6boolean_no_mandatory/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "variable": true +} diff --git a/tests/results/00_6choice/errors/all.json b/tests/results/test/00_6choice/errors/all.json similarity index 100% rename from tests/results/00_6choice/errors/all.json rename to tests/results/test/00_6choice/errors/all.json diff --git a/tests/results/00_6choice/errors/mandatories.json b/tests/results/test/00_6choice/errors/mandatories.json similarity index 100% rename from tests/results/00_6choice/errors/mandatories.json rename to tests/results/test/00_6choice/errors/mandatories.json diff --git a/tests/results/test/00_6choice/file/all.env b/tests/results/test/00_6choice/file/all.env new file mode 100644 index 0000000..6ab9449 --- /dev/null +++ b/tests/results/test/00_6choice/file/all.env @@ -0,0 +1,6 @@ +ROUGAIL_VAR1="a" +ROUGAIL_VAR2="a" +ROUGAIL_VAR3="a" +ROUGAIL_VAR4="" +ROUGAIL_VAR5="a" +ROUGAIL_VAR6="1" diff --git a/tests/results/test/00_6choice/file/all_exclude.env b/tests/results/test/00_6choice/file/all_exclude.env new file mode 100644 index 0000000..6ab9449 --- /dev/null +++ b/tests/results/test/00_6choice/file/all_exclude.env @@ -0,0 +1,6 @@ +ROUGAIL_VAR1="a" +ROUGAIL_VAR2="a" +ROUGAIL_VAR3="a" +ROUGAIL_VAR4="" +ROUGAIL_VAR5="a" +ROUGAIL_VAR6="1" diff --git a/tests/results/test/00_6choice/file/mandatories.env b/tests/results/test/00_6choice/file/mandatories.env new file mode 100644 index 0000000..18699d9 --- /dev/null +++ b/tests/results/test/00_6choice/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="a" +ROUGAIL_VAR2="a" diff --git a/tests/results/test/00_6choice/makedict/all.json b/tests/results/test/00_6choice/makedict/all.json new file mode 100644 index 0000000..50d0aa2 --- /dev/null +++ b/tests/results/test/00_6choice/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var1": "a", + "var2": "a", + "var3": "a", + "var4": null, + "var5": "a", + "var6": 1 +} diff --git a/tests/results/test/00_6choice/makedict/mandatories.json b/tests/results/test/00_6choice/makedict/mandatories.json new file mode 100644 index 0000000..0d2b86d --- /dev/null +++ b/tests/results/test/00_6choice/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "var1": "a", + "var2": "a", + "var3": null, + "var4": null, + "var5": "a", + "var6": 1 +} diff --git a/tests/results/00_6choice_calculation/errors/all.json b/tests/results/test/00_6choice_calculation/errors/all.json similarity index 100% rename from tests/results/00_6choice_calculation/errors/all.json rename to tests/results/test/00_6choice_calculation/errors/all.json diff --git a/tests/results/00_6choice_calculation/errors/mandatories.json b/tests/results/test/00_6choice_calculation/errors/mandatories.json similarity index 100% rename from tests/results/00_6choice_calculation/errors/mandatories.json rename to tests/results/test/00_6choice_calculation/errors/mandatories.json diff --git a/tests/results/test/00_6choice_calculation/file/all.env b/tests/results/test/00_6choice_calculation/file/all.env new file mode 100644 index 0000000..7afe767 --- /dev/null +++ b/tests/results/test/00_6choice_calculation/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VAR="0" diff --git a/tests/results/test/00_6choice_calculation/file/all_exclude.env b/tests/results/test/00_6choice_calculation/file/all_exclude.env new file mode 100644 index 0000000..7afe767 --- /dev/null +++ b/tests/results/test/00_6choice_calculation/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VAR="0" diff --git a/tests/results/00_6choice_calculation/file/mandatories.env b/tests/results/test/00_6choice_calculation/file/mandatories.env similarity index 100% rename from tests/results/00_6choice_calculation/file/mandatories.env rename to tests/results/test/00_6choice_calculation/file/mandatories.env diff --git a/tests/results/test/00_6choice_calculation/makedict/all.json b/tests/results/test/00_6choice_calculation/makedict/all.json new file mode 100644 index 0000000..221fa5b --- /dev/null +++ b/tests/results/test/00_6choice_calculation/makedict/all.json @@ -0,0 +1,3 @@ +{ + "var": 0 +} diff --git a/tests/results/test/00_6choice_calculation/makedict/mandatories.json b/tests/results/test/00_6choice_calculation/makedict/mandatories.json new file mode 100644 index 0000000..bd47716 --- /dev/null +++ b/tests/results/test/00_6choice_calculation/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var": 9 +} diff --git a/tests/results/00_6choice_variable/errors/all.json b/tests/results/test/00_6choice_variable/errors/all.json similarity index 100% rename from tests/results/00_6choice_variable/errors/all.json rename to tests/results/test/00_6choice_variable/errors/all.json diff --git a/tests/results/00_6choice_variable/errors/mandatories.json b/tests/results/test/00_6choice_variable/errors/mandatories.json similarity index 100% rename from tests/results/00_6choice_variable/errors/mandatories.json rename to tests/results/test/00_6choice_variable/errors/mandatories.json diff --git a/tests/results/test/00_6choice_variable/file/all.env b/tests/results/test/00_6choice_variable/file/all.env new file mode 100644 index 0000000..6cab82b --- /dev/null +++ b/tests/results/test/00_6choice_variable/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1,string2,string3" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/00_6choice_variable/file/all_exclude.env b/tests/results/test/00_6choice_variable/file/all_exclude.env new file mode 100644 index 0000000..6cab82b --- /dev/null +++ b/tests/results/test/00_6choice_variable/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1,string2,string3" +ROUGAIL_VAR2="string1" diff --git a/tests/results/00_6choice_variable/file/mandatories.env b/tests/results/test/00_6choice_variable/file/mandatories.env similarity index 100% rename from tests/results/00_6choice_variable/file/mandatories.env rename to tests/results/test/00_6choice_variable/file/mandatories.env diff --git a/tests/results/test/00_6choice_variable/makedict/all.json b/tests/results/test/00_6choice_variable/makedict/all.json new file mode 100644 index 0000000..c92caf0 --- /dev/null +++ b/tests/results/test/00_6choice_variable/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": "string1" +} diff --git a/tests/results/test/00_6choice_variable/makedict/mandatories.json b/tests/results/test/00_6choice_variable/makedict/mandatories.json new file mode 100644 index 0000000..c6710f4 --- /dev/null +++ b/tests/results/test/00_6choice_variable/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "var1": [ + "a", + "b", + "c" + ], + "var2": "a" +} diff --git a/tests/results/00_6custom/errors/all.json b/tests/results/test/00_6custom/errors/all.json similarity index 100% rename from tests/results/00_6custom/errors/all.json rename to tests/results/test/00_6custom/errors/all.json diff --git a/tests/results/00_6custom/errors/mandatories.json b/tests/results/test/00_6custom/errors/mandatories.json similarity index 100% rename from tests/results/00_6custom/errors/mandatories.json rename to tests/results/test/00_6custom/errors/mandatories.json diff --git a/tests/results/test/00_6custom/file/all.env b/tests/results/test/00_6custom/file/all.env new file mode 100644 index 0000000..fa00243 --- /dev/null +++ b/tests/results/test/00_6custom/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_CUSTOM1="string1" +ROUGAIL_CUSTOM2="string1" diff --git a/tests/results/test/00_6custom/file/all_exclude.env b/tests/results/test/00_6custom/file/all_exclude.env new file mode 100644 index 0000000..fa00243 --- /dev/null +++ b/tests/results/test/00_6custom/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_CUSTOM1="string1" +ROUGAIL_CUSTOM2="string1" diff --git a/tests/results/test/00_6custom/file/mandatories.env b/tests/results/test/00_6custom/file/mandatories.env new file mode 100644 index 0000000..06df72f --- /dev/null +++ b/tests/results/test/00_6custom/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_CUSTOM1="string1" diff --git a/tests/results/test/00_6custom/makedict/all.json b/tests/results/test/00_6custom/makedict/all.json new file mode 100644 index 0000000..fdbb8c7 --- /dev/null +++ b/tests/results/test/00_6custom/makedict/all.json @@ -0,0 +1,4 @@ +{ + "custom1": "string1", + "custom2": "string1" +} diff --git a/tests/results/test/00_6custom/makedict/mandatories.json b/tests/results/test/00_6custom/makedict/mandatories.json new file mode 100644 index 0000000..7890781 --- /dev/null +++ b/tests/results/test/00_6custom/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "custom1": "string1", + "custom2": "value" +} diff --git a/tests/results/00_6domainname/errors/all.json b/tests/results/test/00_6domainname/errors/all.json similarity index 100% rename from tests/results/00_6domainname/errors/all.json rename to tests/results/test/00_6domainname/errors/all.json diff --git a/tests/results/00_6domainname/errors/mandatories.json b/tests/results/test/00_6domainname/errors/mandatories.json similarity index 100% rename from tests/results/00_6domainname/errors/mandatories.json rename to tests/results/test/00_6domainname/errors/mandatories.json diff --git a/tests/results/test/00_6domainname/file/all.env b/tests/results/test/00_6domainname/file/all.env new file mode 100644 index 0000000..2234810 --- /dev/null +++ b/tests/results/test/00_6domainname/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="domain1.lan" diff --git a/tests/results/test/00_6domainname/file/all_exclude.env b/tests/results/test/00_6domainname/file/all_exclude.env new file mode 100644 index 0000000..2234810 --- /dev/null +++ b/tests/results/test/00_6domainname/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="domain1.lan" diff --git a/tests/results/00_6domainname/file/mandatories.env b/tests/results/test/00_6domainname/file/mandatories.env similarity index 100% rename from tests/results/00_6domainname/file/mandatories.env rename to tests/results/test/00_6domainname/file/mandatories.env diff --git a/tests/results/test/00_6domainname/makedict/all.json b/tests/results/test/00_6domainname/makedict/all.json new file mode 100644 index 0000000..92adf39 --- /dev/null +++ b/tests/results/test/00_6domainname/makedict/all.json @@ -0,0 +1,3 @@ +{ + "variable": "domain1.lan" +} diff --git a/tests/results/test/00_6domainname/makedict/mandatories.json b/tests/results/test/00_6domainname/makedict/mandatories.json new file mode 100644 index 0000000..eedc5e6 --- /dev/null +++ b/tests/results/test/00_6domainname/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "variable": "my.domain.name" +} diff --git a/tests/results/00_6domainname_params/errors/all.json b/tests/results/test/00_6domainname_params/errors/all.json similarity index 100% rename from tests/results/00_6domainname_params/errors/all.json rename to tests/results/test/00_6domainname_params/errors/all.json diff --git a/tests/results/00_6domainname_params/errors/mandatories.json b/tests/results/test/00_6domainname_params/errors/mandatories.json similarity index 100% rename from tests/results/00_6domainname_params/errors/mandatories.json rename to tests/results/test/00_6domainname_params/errors/mandatories.json diff --git a/tests/results/test/00_6domainname_params/file/all.env b/tests/results/test/00_6domainname_params/file/all.env new file mode 100644 index 0000000..2234810 --- /dev/null +++ b/tests/results/test/00_6domainname_params/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="domain1.lan" diff --git a/tests/results/test/00_6domainname_params/file/all_exclude.env b/tests/results/test/00_6domainname_params/file/all_exclude.env new file mode 100644 index 0000000..2234810 --- /dev/null +++ b/tests/results/test/00_6domainname_params/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="domain1.lan" diff --git a/tests/results/00_6domainname_params/file/mandatories.env b/tests/results/test/00_6domainname_params/file/mandatories.env similarity index 100% rename from tests/results/00_6domainname_params/file/mandatories.env rename to tests/results/test/00_6domainname_params/file/mandatories.env diff --git a/tests/results/test/00_6domainname_params/makedict/all.json b/tests/results/test/00_6domainname_params/makedict/all.json new file mode 100644 index 0000000..92adf39 --- /dev/null +++ b/tests/results/test/00_6domainname_params/makedict/all.json @@ -0,0 +1,3 @@ +{ + "variable": "domain1.lan" +} diff --git a/tests/results/test/00_6domainname_params/makedict/mandatories.json b/tests/results/test/00_6domainname_params/makedict/mandatories.json new file mode 100644 index 0000000..eedc5e6 --- /dev/null +++ b/tests/results/test/00_6domainname_params/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "variable": "my.domain.name" +} diff --git a/tests/results/00_6float/errors/all.json b/tests/results/test/00_6float/errors/all.json similarity index 100% rename from tests/results/00_6float/errors/all.json rename to tests/results/test/00_6float/errors/all.json diff --git a/tests/results/00_6float/errors/mandatories.json b/tests/results/test/00_6float/errors/mandatories.json similarity index 100% rename from tests/results/00_6float/errors/mandatories.json rename to tests/results/test/00_6float/errors/mandatories.json diff --git a/tests/results/test/00_6float/file/all.env b/tests/results/test/00_6float/file/all.env new file mode 100644 index 0000000..af8b8f9 --- /dev/null +++ b/tests/results/test/00_6float/file/all.env @@ -0,0 +1,6 @@ +ROUGAIL_VAR1="1.1" +ROUGAIL_VAR2="1.1" +ROUGAIL_VAR3="1.1" +ROUGAIL_VAR4="1.1" +ROUGAIL_VAR5="1.1" +ROUGAIL_VAR6="1.1" diff --git a/tests/results/test/00_6float/file/all_exclude.env b/tests/results/test/00_6float/file/all_exclude.env new file mode 100644 index 0000000..af8b8f9 --- /dev/null +++ b/tests/results/test/00_6float/file/all_exclude.env @@ -0,0 +1,6 @@ +ROUGAIL_VAR1="1.1" +ROUGAIL_VAR2="1.1" +ROUGAIL_VAR3="1.1" +ROUGAIL_VAR4="1.1" +ROUGAIL_VAR5="1.1" +ROUGAIL_VAR6="1.1" diff --git a/tests/results/00_6float/file/mandatories.env b/tests/results/test/00_6float/file/mandatories.env similarity index 100% rename from tests/results/00_6float/file/mandatories.env rename to tests/results/test/00_6float/file/mandatories.env diff --git a/tests/results/test/00_6float/makedict/all.json b/tests/results/test/00_6float/makedict/all.json new file mode 100644 index 0000000..5115317 --- /dev/null +++ b/tests/results/test/00_6float/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var1": 1.1, + "var2": 1.1, + "var3": 1.1, + "var4": 1.1, + "var5": 1.1, + "var6": 1.1 +} diff --git a/tests/results/test/00_6float/makedict/mandatories.json b/tests/results/test/00_6float/makedict/mandatories.json new file mode 100644 index 0000000..3b4b4a6 --- /dev/null +++ b/tests/results/test/00_6float/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "var1": 0.0, + "var2": 0.0, + "var3": 0.0, + "var4": 10.1, + "var5": 10.1, + "var6": 10.1 +} diff --git a/tests/results/00_6number/errors/all.json b/tests/results/test/00_6number/errors/all.json similarity index 100% rename from tests/results/00_6number/errors/all.json rename to tests/results/test/00_6number/errors/all.json diff --git a/tests/results/00_6number/errors/mandatories.json b/tests/results/test/00_6number/errors/mandatories.json similarity index 100% rename from tests/results/00_6number/errors/mandatories.json rename to tests/results/test/00_6number/errors/mandatories.json diff --git a/tests/results/test/00_6number/file/all.env b/tests/results/test/00_6number/file/all.env new file mode 100644 index 0000000..684c5f1 --- /dev/null +++ b/tests/results/test/00_6number/file/all.env @@ -0,0 +1,6 @@ +ROUGAIL_VAR1="1" +ROUGAIL_VAR2="1" +ROUGAIL_VAR3="1" +ROUGAIL_VAR4="1" +ROUGAIL_VAR5="1" +ROUGAIL_VAR6="1" diff --git a/tests/results/test/00_6number/file/all_exclude.env b/tests/results/test/00_6number/file/all_exclude.env new file mode 100644 index 0000000..684c5f1 --- /dev/null +++ b/tests/results/test/00_6number/file/all_exclude.env @@ -0,0 +1,6 @@ +ROUGAIL_VAR1="1" +ROUGAIL_VAR2="1" +ROUGAIL_VAR3="1" +ROUGAIL_VAR4="1" +ROUGAIL_VAR5="1" +ROUGAIL_VAR6="1" diff --git a/tests/results/00_6number/file/mandatories.env b/tests/results/test/00_6number/file/mandatories.env similarity index 100% rename from tests/results/00_6number/file/mandatories.env rename to tests/results/test/00_6number/file/mandatories.env diff --git a/tests/results/test/00_6number/makedict/all.json b/tests/results/test/00_6number/makedict/all.json new file mode 100644 index 0000000..0ac291d --- /dev/null +++ b/tests/results/test/00_6number/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var1": 1, + "var2": 1, + "var3": 1, + "var4": 1, + "var5": 1, + "var6": 1 +} diff --git a/tests/results/test/00_6number/makedict/mandatories.json b/tests/results/test/00_6number/makedict/mandatories.json new file mode 100644 index 0000000..ffd3677 --- /dev/null +++ b/tests/results/test/00_6number/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "var1": 0, + "var2": 0, + "var3": 0, + "var4": 10, + "var5": 10, + "var6": 10 +} diff --git a/tests/results/00_6port/errors/all.json b/tests/results/test/00_6port/errors/all.json similarity index 100% rename from tests/results/00_6port/errors/all.json rename to tests/results/test/00_6port/errors/all.json diff --git a/tests/results/00_6port/errors/mandatories.json b/tests/results/test/00_6port/errors/mandatories.json similarity index 100% rename from tests/results/00_6port/errors/mandatories.json rename to tests/results/test/00_6port/errors/mandatories.json diff --git a/tests/results/test/00_6port/file/all.env b/tests/results/test/00_6port/file/all.env new file mode 100644 index 0000000..3917d3a --- /dev/null +++ b/tests/results/test/00_6port/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VARIABLE1="80" +ROUGAIL_VARIABLE2="80" +ROUGAIL_VARIABLE3="80" diff --git a/tests/results/test/00_6port/file/all_exclude.env b/tests/results/test/00_6port/file/all_exclude.env new file mode 100644 index 0000000..3917d3a --- /dev/null +++ b/tests/results/test/00_6port/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_VARIABLE1="80" +ROUGAIL_VARIABLE2="80" +ROUGAIL_VARIABLE3="80" diff --git a/tests/results/test/00_6port/file/mandatories.env b/tests/results/test/00_6port/file/mandatories.env new file mode 100644 index 0000000..2531398 --- /dev/null +++ b/tests/results/test/00_6port/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE1="80" diff --git a/tests/results/test/00_6port/makedict/all.json b/tests/results/test/00_6port/makedict/all.json new file mode 100644 index 0000000..bb5ba8a --- /dev/null +++ b/tests/results/test/00_6port/makedict/all.json @@ -0,0 +1,5 @@ +{ + "variable1": "80", + "variable2": "80", + "variable3": "80" +} diff --git a/tests/results/test/00_6port/makedict/mandatories.json b/tests/results/test/00_6port/makedict/mandatories.json new file mode 100644 index 0000000..3eff870 --- /dev/null +++ b/tests/results/test/00_6port/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "variable1": "80", + "variable2": "8080", + "variable3": "8080" +} diff --git a/tests/results/00_6regexp/errors/all.json b/tests/results/test/00_6regexp/errors/all.json similarity index 100% rename from tests/results/00_6regexp/errors/all.json rename to tests/results/test/00_6regexp/errors/all.json diff --git a/tests/results/00_6regexp/errors/mandatories.json b/tests/results/test/00_6regexp/errors/mandatories.json similarity index 100% rename from tests/results/00_6regexp/errors/mandatories.json rename to tests/results/test/00_6regexp/errors/mandatories.json diff --git a/tests/results/test/00_6regexp/file/all.env b/tests/results/test/00_6regexp/file/all.env new file mode 100644 index 0000000..be8abf4 --- /dev/null +++ b/tests/results/test/00_6regexp/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VAR="#b1b1b1" diff --git a/tests/results/test/00_6regexp/file/all_exclude.env b/tests/results/test/00_6regexp/file/all_exclude.env new file mode 100644 index 0000000..be8abf4 --- /dev/null +++ b/tests/results/test/00_6regexp/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VAR="#b1b1b1" diff --git a/tests/results/00_6regexp/file/mandatories.env b/tests/results/test/00_6regexp/file/mandatories.env similarity index 100% rename from tests/results/00_6regexp/file/mandatories.env rename to tests/results/test/00_6regexp/file/mandatories.env diff --git a/tests/results/test/00_6regexp/makedict/all.json b/tests/results/test/00_6regexp/makedict/all.json new file mode 100644 index 0000000..eba38d9 --- /dev/null +++ b/tests/results/test/00_6regexp/makedict/all.json @@ -0,0 +1,3 @@ +{ + "var": "#b1b1b1" +} diff --git a/tests/results/test/00_6regexp/makedict/mandatories.json b/tests/results/test/00_6regexp/makedict/mandatories.json new file mode 100644 index 0000000..e6ef4ad --- /dev/null +++ b/tests/results/test/00_6regexp/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var": "#a1a1a1" +} diff --git a/tests/results/00_6string/errors/all.json b/tests/results/test/00_6string/errors/all.json similarity index 100% rename from tests/results/00_6string/errors/all.json rename to tests/results/test/00_6string/errors/all.json diff --git a/tests/results/00_6string/errors/mandatories.json b/tests/results/test/00_6string/errors/mandatories.json similarity index 100% rename from tests/results/00_6string/errors/mandatories.json rename to tests/results/test/00_6string/errors/mandatories.json diff --git a/tests/results/test/00_6string/file/all.env b/tests/results/test/00_6string/file/all.env new file mode 100644 index 0000000..f3cdd33 --- /dev/null +++ b/tests/results/test/00_6string/file/all.env @@ -0,0 +1,6 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" +ROUGAIL_VAR3="string1" +ROUGAIL_VAR4="string1" +ROUGAIL_VAR5="string1" +ROUGAIL_VAR6="string1" diff --git a/tests/results/test/00_6string/file/all_exclude.env b/tests/results/test/00_6string/file/all_exclude.env new file mode 100644 index 0000000..f3cdd33 --- /dev/null +++ b/tests/results/test/00_6string/file/all_exclude.env @@ -0,0 +1,6 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" +ROUGAIL_VAR3="string1" +ROUGAIL_VAR4="string1" +ROUGAIL_VAR5="string1" +ROUGAIL_VAR6="string1" diff --git a/tests/results/test/00_6string/file/mandatories.env b/tests/results/test/00_6string/file/mandatories.env new file mode 100644 index 0000000..000c6a3 --- /dev/null +++ b/tests/results/test/00_6string/file/mandatories.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" +ROUGAIL_VAR3="string1" diff --git a/tests/results/test/00_6string/makedict/all.json b/tests/results/test/00_6string/makedict/all.json new file mode 100644 index 0000000..4e4a69d --- /dev/null +++ b/tests/results/test/00_6string/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "string1", + "var5": "string1", + "var6": "string1" +} diff --git a/tests/results/test/00_6string/makedict/mandatories.json b/tests/results/test/00_6string/makedict/mandatories.json new file mode 100644 index 0000000..5d0de71 --- /dev/null +++ b/tests/results/test/00_6string/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "var1": "string1", + "var2": "string1", + "var3": "string1", + "var4": "value", + "var5": "value", + "var6": "value" +} diff --git a/tests/results/00_7choice_quote/errors/all.json b/tests/results/test/00_7choice_quote/errors/all.json similarity index 100% rename from tests/results/00_7choice_quote/errors/all.json rename to tests/results/test/00_7choice_quote/errors/all.json diff --git a/tests/results/00_7choice_quote/errors/mandatories.json b/tests/results/test/00_7choice_quote/errors/mandatories.json similarity index 100% rename from tests/results/00_7choice_quote/errors/mandatories.json rename to tests/results/test/00_7choice_quote/errors/mandatories.json diff --git a/tests/results/test/00_7choice_quote/file/all.env b/tests/results/test/00_7choice_quote/file/all.env new file mode 100644 index 0000000..f8a65f6 --- /dev/null +++ b/tests/results/test/00_7choice_quote/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VAR="quote'" diff --git a/tests/results/test/00_7choice_quote/file/all_exclude.env b/tests/results/test/00_7choice_quote/file/all_exclude.env new file mode 100644 index 0000000..f8a65f6 --- /dev/null +++ b/tests/results/test/00_7choice_quote/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VAR="quote'" diff --git a/tests/results/00_7choice_quote/file/mandatories.env b/tests/results/test/00_7choice_quote/file/mandatories.env similarity index 100% rename from tests/results/00_7choice_quote/file/mandatories.env rename to tests/results/test/00_7choice_quote/file/mandatories.env diff --git a/tests/results/test/00_7choice_quote/makedict/all.json b/tests/results/test/00_7choice_quote/makedict/all.json new file mode 100644 index 0000000..a8c7240 --- /dev/null +++ b/tests/results/test/00_7choice_quote/makedict/all.json @@ -0,0 +1,3 @@ +{ + "var": "quote'" +} diff --git a/tests/results/test/00_7choice_quote/makedict/mandatories.json b/tests/results/test/00_7choice_quote/makedict/mandatories.json new file mode 100644 index 0000000..a8c7240 --- /dev/null +++ b/tests/results/test/00_7choice_quote/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var": "quote'" +} diff --git a/tests/results/00_7help_quote/errors/all.json b/tests/results/test/00_7help_quote/errors/all.json similarity index 100% rename from tests/results/00_7help_quote/errors/all.json rename to tests/results/test/00_7help_quote/errors/all.json diff --git a/tests/results/00_7help_quote/errors/mandatories.json b/tests/results/test/00_7help_quote/errors/mandatories.json similarity index 100% rename from tests/results/00_7help_quote/errors/mandatories.json rename to tests/results/test/00_7help_quote/errors/mandatories.json diff --git a/tests/results/test/00_7help_quote/file/all.env b/tests/results/test/00_7help_quote/file/all.env new file mode 100644 index 0000000..1d474e9 --- /dev/null +++ b/tests/results/test/00_7help_quote/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/00_7help_quote/file/all_exclude.env b/tests/results/test/00_7help_quote/file/all_exclude.env new file mode 100644 index 0000000..1d474e9 --- /dev/null +++ b/tests/results/test/00_7help_quote/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/00_7help_quote/file/mandatories.env b/tests/results/test/00_7help_quote/file/mandatories.env new file mode 100644 index 0000000..1d474e9 --- /dev/null +++ b/tests/results/test/00_7help_quote/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/00_7help_quote/makedict/all.json b/tests/results/test/00_7help_quote/makedict/all.json new file mode 100644 index 0000000..15c061e --- /dev/null +++ b/tests/results/test/00_7help_quote/makedict/all.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} diff --git a/tests/results/test/00_7help_quote/makedict/mandatories.json b/tests/results/test/00_7help_quote/makedict/mandatories.json new file mode 100644 index 0000000..15c061e --- /dev/null +++ b/tests/results/test/00_7help_quote/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} diff --git a/tests/results/00_7value_doublequote/errors/all.json b/tests/results/test/00_7value_doublequote/errors/all.json similarity index 100% rename from tests/results/00_7value_doublequote/errors/all.json rename to tests/results/test/00_7value_doublequote/errors/all.json diff --git a/tests/results/00_7value_doublequote/errors/mandatories.json b/tests/results/test/00_7value_doublequote/errors/mandatories.json similarity index 100% rename from tests/results/00_7value_doublequote/errors/mandatories.json rename to tests/results/test/00_7value_doublequote/errors/mandatories.json diff --git a/tests/results/test/00_7value_doublequote/file/all.env b/tests/results/test/00_7value_doublequote/file/all.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/00_7value_doublequote/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/00_7value_doublequote/file/all_exclude.env b/tests/results/test/00_7value_doublequote/file/all_exclude.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/00_7value_doublequote/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/00_7value_doublequote/file/mandatories.env b/tests/results/test/00_7value_doublequote/file/mandatories.env similarity index 100% rename from tests/results/00_7value_doublequote/file/mandatories.env rename to tests/results/test/00_7value_doublequote/file/mandatories.env diff --git a/tests/results/test/00_7value_doublequote/makedict/all.json b/tests/results/test/00_7value_doublequote/makedict/all.json new file mode 100644 index 0000000..782f159 --- /dev/null +++ b/tests/results/test/00_7value_doublequote/makedict/all.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} diff --git a/tests/results/test/00_7value_doublequote/makedict/mandatories.json b/tests/results/test/00_7value_doublequote/makedict/mandatories.json new file mode 100644 index 0000000..0ac9579 --- /dev/null +++ b/tests/results/test/00_7value_doublequote/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "variable": "quote\"" +} diff --git a/tests/results/00_7value_doublequote2/errors/all.json b/tests/results/test/00_7value_doublequote2/errors/all.json similarity index 100% rename from tests/results/00_7value_doublequote2/errors/all.json rename to tests/results/test/00_7value_doublequote2/errors/all.json diff --git a/tests/results/00_7value_doublequote2/errors/mandatories.json b/tests/results/test/00_7value_doublequote2/errors/mandatories.json similarity index 100% rename from tests/results/00_7value_doublequote2/errors/mandatories.json rename to tests/results/test/00_7value_doublequote2/errors/mandatories.json diff --git a/tests/results/test/00_7value_doublequote2/file/all.env b/tests/results/test/00_7value_doublequote2/file/all.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/00_7value_doublequote2/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/00_7value_doublequote2/file/all_exclude.env b/tests/results/test/00_7value_doublequote2/file/all_exclude.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/00_7value_doublequote2/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/00_7value_doublequote2/file/mandatories.env b/tests/results/test/00_7value_doublequote2/file/mandatories.env similarity index 100% rename from tests/results/00_7value_doublequote2/file/mandatories.env rename to tests/results/test/00_7value_doublequote2/file/mandatories.env diff --git a/tests/results/test/00_7value_doublequote2/makedict/all.json b/tests/results/test/00_7value_doublequote2/makedict/all.json new file mode 100644 index 0000000..782f159 --- /dev/null +++ b/tests/results/test/00_7value_doublequote2/makedict/all.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} diff --git a/tests/results/test/00_7value_doublequote2/makedict/mandatories.json b/tests/results/test/00_7value_doublequote2/makedict/mandatories.json new file mode 100644 index 0000000..d7e0a20 --- /dev/null +++ b/tests/results/test/00_7value_doublequote2/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "variable": "quote'\"" +} diff --git a/tests/results/00_7value_doublequote3/errors/all.json b/tests/results/test/00_7value_doublequote3/errors/all.json similarity index 100% rename from tests/results/00_7value_doublequote3/errors/all.json rename to tests/results/test/00_7value_doublequote3/errors/all.json diff --git a/tests/results/00_7value_doublequote3/errors/mandatories.json b/tests/results/test/00_7value_doublequote3/errors/mandatories.json similarity index 100% rename from tests/results/00_7value_doublequote3/errors/mandatories.json rename to tests/results/test/00_7value_doublequote3/errors/mandatories.json diff --git a/tests/results/test/00_7value_doublequote3/file/all.env b/tests/results/test/00_7value_doublequote3/file/all.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/00_7value_doublequote3/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/00_7value_doublequote3/file/all_exclude.env b/tests/results/test/00_7value_doublequote3/file/all_exclude.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/00_7value_doublequote3/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/00_7value_doublequote3/file/mandatories.env b/tests/results/test/00_7value_doublequote3/file/mandatories.env similarity index 100% rename from tests/results/00_7value_doublequote3/file/mandatories.env rename to tests/results/test/00_7value_doublequote3/file/mandatories.env diff --git a/tests/results/test/00_7value_doublequote3/makedict/all.json b/tests/results/test/00_7value_doublequote3/makedict/all.json new file mode 100644 index 0000000..782f159 --- /dev/null +++ b/tests/results/test/00_7value_doublequote3/makedict/all.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} diff --git a/tests/results/test/00_7value_doublequote3/makedict/mandatories.json b/tests/results/test/00_7value_doublequote3/makedict/mandatories.json new file mode 100644 index 0000000..6657f3c --- /dev/null +++ b/tests/results/test/00_7value_doublequote3/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "variable": "quote\\\"\\'" +} diff --git a/tests/results/00_7value_quote/errors/all.json b/tests/results/test/00_7value_quote/errors/all.json similarity index 100% rename from tests/results/00_7value_quote/errors/all.json rename to tests/results/test/00_7value_quote/errors/all.json diff --git a/tests/results/00_7value_quote/errors/mandatories.json b/tests/results/test/00_7value_quote/errors/mandatories.json similarity index 100% rename from tests/results/00_7value_quote/errors/mandatories.json rename to tests/results/test/00_7value_quote/errors/mandatories.json diff --git a/tests/results/test/00_7value_quote/file/all.env b/tests/results/test/00_7value_quote/file/all.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/00_7value_quote/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/00_7value_quote/file/all_exclude.env b/tests/results/test/00_7value_quote/file/all_exclude.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/00_7value_quote/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/00_7value_quote/file/mandatories.env b/tests/results/test/00_7value_quote/file/mandatories.env similarity index 100% rename from tests/results/00_7value_quote/file/mandatories.env rename to tests/results/test/00_7value_quote/file/mandatories.env diff --git a/tests/results/test/00_7value_quote/makedict/all.json b/tests/results/test/00_7value_quote/makedict/all.json new file mode 100644 index 0000000..782f159 --- /dev/null +++ b/tests/results/test/00_7value_quote/makedict/all.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} diff --git a/tests/results/test/00_7value_quote/makedict/mandatories.json b/tests/results/test/00_7value_quote/makedict/mandatories.json new file mode 100644 index 0000000..e6eb4d3 --- /dev/null +++ b/tests/results/test/00_7value_quote/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "variable": "quote'" +} diff --git a/tests/results/00_8calculation_information/errors/all.json b/tests/results/test/00_8calculation_information/errors/all.json similarity index 100% rename from tests/results/00_8calculation_information/errors/all.json rename to tests/results/test/00_8calculation_information/errors/all.json diff --git a/tests/results/00_8calculation_information/errors/mandatories.json b/tests/results/test/00_8calculation_information/errors/mandatories.json similarity index 100% rename from tests/results/00_8calculation_information/errors/mandatories.json rename to tests/results/test/00_8calculation_information/errors/mandatories.json diff --git a/tests/results/test/00_8calculation_information/file/all.env b/tests/results/test/00_8calculation_information/file/all.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/00_8calculation_information/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/00_8calculation_information/file/all_exclude.env b/tests/results/test/00_8calculation_information/file/all_exclude.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/00_8calculation_information/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/00_8calculation_information/file/mandatories.env b/tests/results/test/00_8calculation_information/file/mandatories.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/00_8calculation_information/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/00_8calculation_information/makedict/all.json b/tests/results/test/00_8calculation_information/makedict/all.json new file mode 100644 index 0000000..782f159 --- /dev/null +++ b/tests/results/test/00_8calculation_information/makedict/all.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} diff --git a/tests/results/test/00_8calculation_information/makedict/mandatories.json b/tests/results/test/00_8calculation_information/makedict/mandatories.json new file mode 100644 index 0000000..782f159 --- /dev/null +++ b/tests/results/test/00_8calculation_information/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} diff --git a/tests/results/00_8test/errors/all.json b/tests/results/test/00_8test/errors/all.json similarity index 100% rename from tests/results/00_8test/errors/all.json rename to tests/results/test/00_8test/errors/all.json diff --git a/tests/results/00_8test/errors/mandatories.json b/tests/results/test/00_8test/errors/mandatories.json similarity index 100% rename from tests/results/00_8test/errors/mandatories.json rename to tests/results/test/00_8test/errors/mandatories.json diff --git a/tests/results/test/00_8test/file/all.env b/tests/results/test/00_8test/file/all.env new file mode 100644 index 0000000..b7c8fdd --- /dev/null +++ b/tests/results/test/00_8test/file/all.env @@ -0,0 +1,6 @@ +ROUGAIL_VAR1="test" +ROUGAIL_VAR2="test" +ROUGAIL_VAR3="test1" +ROUGAIL_VAR4="" +ROUGAIL_VAR5="False" +ROUGAIL_VAR6="test1,test2" diff --git a/tests/results/test/00_8test/file/all_exclude.env b/tests/results/test/00_8test/file/all_exclude.env new file mode 100644 index 0000000..b7c8fdd --- /dev/null +++ b/tests/results/test/00_8test/file/all_exclude.env @@ -0,0 +1,6 @@ +ROUGAIL_VAR1="test" +ROUGAIL_VAR2="test" +ROUGAIL_VAR3="test1" +ROUGAIL_VAR4="" +ROUGAIL_VAR5="False" +ROUGAIL_VAR6="test1,test2" diff --git a/tests/results/test/00_8test/file/mandatories.env b/tests/results/test/00_8test/file/mandatories.env new file mode 100644 index 0000000..f8ffd95 --- /dev/null +++ b/tests/results/test/00_8test/file/mandatories.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR1="test" +ROUGAIL_VAR3="test1" +ROUGAIL_VAR6="test1,test2" diff --git a/tests/results/test/00_8test/makedict/all.json b/tests/results/test/00_8test/makedict/all.json new file mode 100644 index 0000000..6a774a4 --- /dev/null +++ b/tests/results/test/00_8test/makedict/all.json @@ -0,0 +1,11 @@ +{ + "var1": "test", + "var2": "test", + "var3": "test1", + "var4": null, + "var5": false, + "var6": [ + "test1", + "test2" + ] +} diff --git a/tests/results/test/00_8test/makedict/mandatories.json b/tests/results/test/00_8test/makedict/mandatories.json new file mode 100644 index 0000000..78b1270 --- /dev/null +++ b/tests/results/test/00_8test/makedict/mandatories.json @@ -0,0 +1,11 @@ +{ + "var1": "test", + "var2": "value", + "var3": "test1", + "var4": null, + "var5": true, + "var6": [ + "test1", + "test2" + ] +} diff --git a/tests/results/00_9choice_variable_multi/errors/all.json b/tests/results/test/00_9choice_variable_multi/errors/all.json similarity index 100% rename from tests/results/00_9choice_variable_multi/errors/all.json rename to tests/results/test/00_9choice_variable_multi/errors/all.json diff --git a/tests/results/00_9choice_variable_multi/errors/mandatories.json b/tests/results/test/00_9choice_variable_multi/errors/mandatories.json similarity index 100% rename from tests/results/00_9choice_variable_multi/errors/mandatories.json rename to tests/results/test/00_9choice_variable_multi/errors/mandatories.json diff --git a/tests/results/test/00_9choice_variable_multi/file/all.env b/tests/results/test/00_9choice_variable_multi/file/all.env new file mode 100644 index 0000000..ccebd6d --- /dev/null +++ b/tests/results/test/00_9choice_variable_multi/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_VARIABLE1="val1,val2" +ROUGAIL_VARIABLE2="val1,val2" diff --git a/tests/results/test/00_9choice_variable_multi/file/all_exclude.env b/tests/results/test/00_9choice_variable_multi/file/all_exclude.env new file mode 100644 index 0000000..ccebd6d --- /dev/null +++ b/tests/results/test/00_9choice_variable_multi/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_VARIABLE1="val1,val2" +ROUGAIL_VARIABLE2="val1,val2" diff --git a/tests/results/test/00_9choice_variable_multi/file/mandatories.env b/tests/results/test/00_9choice_variable_multi/file/mandatories.env new file mode 100644 index 0000000..23b8f3e --- /dev/null +++ b/tests/results/test/00_9choice_variable_multi/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE1="val1,val2" diff --git a/tests/results/test/00_9choice_variable_multi/makedict/all.json b/tests/results/test/00_9choice_variable_multi/makedict/all.json new file mode 100644 index 0000000..41eecba --- /dev/null +++ b/tests/results/test/00_9choice_variable_multi/makedict/all.json @@ -0,0 +1,10 @@ +{ + "variable1": [ + "val1", + "val2" + ], + "variable2": [ + "val1", + "val2" + ] +} diff --git a/tests/results/test/00_9choice_variable_multi/makedict/mandatories.json b/tests/results/test/00_9choice_variable_multi/makedict/mandatories.json new file mode 100644 index 0000000..74cc4d0 --- /dev/null +++ b/tests/results/test/00_9choice_variable_multi/makedict/mandatories.json @@ -0,0 +1,7 @@ +{ + "variable1": [ + "val1", + "val2" + ], + "variable2": [] +} diff --git a/tests/results/00_9choice_variables/errors/all.json b/tests/results/test/00_9choice_variables/errors/all.json similarity index 100% rename from tests/results/00_9choice_variables/errors/all.json rename to tests/results/test/00_9choice_variables/errors/all.json diff --git a/tests/results/00_9choice_variables/errors/mandatories.json b/tests/results/test/00_9choice_variables/errors/mandatories.json similarity index 100% rename from tests/results/00_9choice_variables/errors/mandatories.json rename to tests/results/test/00_9choice_variables/errors/mandatories.json diff --git a/tests/results/test/00_9choice_variables/file/all.env b/tests/results/test/00_9choice_variables/file/all.env new file mode 100644 index 0000000..11768de --- /dev/null +++ b/tests/results/test/00_9choice_variables/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_SOURCE_VARIABLE_1="string1" +ROUGAIL_SOURCE_VARIABLE_2="string1" +ROUGAIL_MY_VARIABLE="string1" diff --git a/tests/results/test/00_9choice_variables/file/all_exclude.env b/tests/results/test/00_9choice_variables/file/all_exclude.env new file mode 100644 index 0000000..11768de --- /dev/null +++ b/tests/results/test/00_9choice_variables/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_SOURCE_VARIABLE_1="string1" +ROUGAIL_SOURCE_VARIABLE_2="string1" +ROUGAIL_MY_VARIABLE="string1" diff --git a/tests/results/00_9choice_variables/file/mandatories.env b/tests/results/test/00_9choice_variables/file/mandatories.env similarity index 100% rename from tests/results/00_9choice_variables/file/mandatories.env rename to tests/results/test/00_9choice_variables/file/mandatories.env diff --git a/tests/results/test/00_9choice_variables/makedict/all.json b/tests/results/test/00_9choice_variables/makedict/all.json new file mode 100644 index 0000000..edac796 --- /dev/null +++ b/tests/results/test/00_9choice_variables/makedict/all.json @@ -0,0 +1,5 @@ +{ + "source_variable_1": "string1", + "source_variable_2": "string1", + "my_variable": "string1" +} diff --git a/tests/results/test/00_9choice_variables/makedict/mandatories.json b/tests/results/test/00_9choice_variables/makedict/mandatories.json new file mode 100644 index 0000000..4558a7f --- /dev/null +++ b/tests/results/test/00_9choice_variables/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "source_variable_1": "val1", + "source_variable_2": "val2", + "my_variable": "val1" +} diff --git a/tests/results/00_9default_calculation/errors/all.json b/tests/results/test/00_9default_calculation/errors/all.json similarity index 100% rename from tests/results/00_9default_calculation/errors/all.json rename to tests/results/test/00_9default_calculation/errors/all.json diff --git a/tests/results/00_9default_calculation/errors/mandatories.json b/tests/results/test/00_9default_calculation/errors/mandatories.json similarity index 100% rename from tests/results/00_9default_calculation/errors/mandatories.json rename to tests/results/test/00_9default_calculation/errors/mandatories.json diff --git a/tests/results/test/00_9default_calculation/file/all.env b/tests/results/test/00_9default_calculation/file/all.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/00_9default_calculation/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/00_9default_calculation/file/all_exclude.env b/tests/results/test/00_9default_calculation/file/all_exclude.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/00_9default_calculation/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/00_9default_calculation/file/mandatories.env b/tests/results/test/00_9default_calculation/file/mandatories.env similarity index 100% rename from tests/results/00_9default_calculation/file/mandatories.env rename to tests/results/test/00_9default_calculation/file/mandatories.env diff --git a/tests/results/test/00_9default_calculation/makedict/all.json b/tests/results/test/00_9default_calculation/makedict/all.json new file mode 100644 index 0000000..782f159 --- /dev/null +++ b/tests/results/test/00_9default_calculation/makedict/all.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} diff --git a/tests/results/test/00_9default_calculation/makedict/mandatories.json b/tests/results/test/00_9default_calculation/makedict/mandatories.json new file mode 100644 index 0000000..77da3fd --- /dev/null +++ b/tests/results/test/00_9default_calculation/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "variable": "string_1_True_None" +} diff --git a/tests/results/00_9default_calculation_information/errors/all.json b/tests/results/test/00_9default_calculation_information/errors/all.json similarity index 100% rename from tests/results/00_9default_calculation_information/errors/all.json rename to tests/results/test/00_9default_calculation_information/errors/all.json diff --git a/tests/results/00_9default_calculation_information/errors/mandatories.json b/tests/results/test/00_9default_calculation_information/errors/mandatories.json similarity index 100% rename from tests/results/00_9default_calculation_information/errors/mandatories.json rename to tests/results/test/00_9default_calculation_information/errors/mandatories.json diff --git a/tests/results/test/00_9default_calculation_information/file/all.env b/tests/results/test/00_9default_calculation_information/file/all.env new file mode 100644 index 0000000..dbf899f --- /dev/null +++ b/tests/results/test/00_9default_calculation_information/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VAR="string1" diff --git a/tests/results/test/00_9default_calculation_information/file/all_exclude.env b/tests/results/test/00_9default_calculation_information/file/all_exclude.env new file mode 100644 index 0000000..dbf899f --- /dev/null +++ b/tests/results/test/00_9default_calculation_information/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VAR="string1" diff --git a/tests/results/test/00_9default_calculation_information/file/mandatories.env b/tests/results/test/00_9default_calculation_information/file/mandatories.env new file mode 100644 index 0000000..dbf899f --- /dev/null +++ b/tests/results/test/00_9default_calculation_information/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VAR="string1" diff --git a/tests/results/test/00_9default_calculation_information/makedict/all.json b/tests/results/test/00_9default_calculation_information/makedict/all.json new file mode 100644 index 0000000..18ce7c5 --- /dev/null +++ b/tests/results/test/00_9default_calculation_information/makedict/all.json @@ -0,0 +1,3 @@ +{ + "var": "string1" +} diff --git a/tests/results/test/00_9default_calculation_information/makedict/mandatories.json b/tests/results/test/00_9default_calculation_information/makedict/mandatories.json new file mode 100644 index 0000000..18ce7c5 --- /dev/null +++ b/tests/results/test/00_9default_calculation_information/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var": "string1" +} diff --git a/tests/results/00_9default_calculation_information_other_variable/errors/all.json b/tests/results/test/00_9default_calculation_information_other_variable/errors/all.json similarity index 100% rename from tests/results/00_9default_calculation_information_other_variable/errors/all.json rename to tests/results/test/00_9default_calculation_information_other_variable/errors/all.json diff --git a/tests/results/00_9default_calculation_information_other_variable/errors/mandatories.json b/tests/results/test/00_9default_calculation_information_other_variable/errors/mandatories.json similarity index 100% rename from tests/results/00_9default_calculation_information_other_variable/errors/mandatories.json rename to tests/results/test/00_9default_calculation_information_other_variable/errors/mandatories.json diff --git a/tests/results/test/00_9default_calculation_information_other_variable/file/all.env b/tests/results/test/00_9default_calculation_information_other_variable/file/all.env new file mode 100644 index 0000000..1d474e9 --- /dev/null +++ b/tests/results/test/00_9default_calculation_information_other_variable/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/00_9default_calculation_information_other_variable/file/all_exclude.env b/tests/results/test/00_9default_calculation_information_other_variable/file/all_exclude.env new file mode 100644 index 0000000..1d474e9 --- /dev/null +++ b/tests/results/test/00_9default_calculation_information_other_variable/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/00_9default_calculation_information_other_variable/file/mandatories.env b/tests/results/test/00_9default_calculation_information_other_variable/file/mandatories.env new file mode 100644 index 0000000..1d474e9 --- /dev/null +++ b/tests/results/test/00_9default_calculation_information_other_variable/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/00_9default_calculation_information_other_variable/makedict/all.json b/tests/results/test/00_9default_calculation_information_other_variable/makedict/all.json new file mode 100644 index 0000000..15c061e --- /dev/null +++ b/tests/results/test/00_9default_calculation_information_other_variable/makedict/all.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} diff --git a/tests/results/test/00_9default_calculation_information_other_variable/makedict/mandatories.json b/tests/results/test/00_9default_calculation_information_other_variable/makedict/mandatories.json new file mode 100644 index 0000000..15c061e --- /dev/null +++ b/tests/results/test/00_9default_calculation_information_other_variable/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} diff --git a/tests/results/00_9default_calculation_multi_optional/errors/all.json b/tests/results/test/00_9default_calculation_multi_optional/errors/all.json similarity index 100% rename from tests/results/00_9default_calculation_multi_optional/errors/all.json rename to tests/results/test/00_9default_calculation_multi_optional/errors/all.json diff --git a/tests/results/00_9default_calculation_multi_optional/errors/mandatories.json b/tests/results/test/00_9default_calculation_multi_optional/errors/mandatories.json similarity index 100% rename from tests/results/00_9default_calculation_multi_optional/errors/mandatories.json rename to tests/results/test/00_9default_calculation_multi_optional/errors/mandatories.json diff --git a/tests/results/test/00_9default_calculation_multi_optional/file/all.env b/tests/results/test/00_9default_calculation_multi_optional/file/all.env new file mode 100644 index 0000000..7795806 --- /dev/null +++ b/tests/results/test/00_9default_calculation_multi_optional/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_MY_VARIABLE="string1" +ROUGAIL_MY_CALCULATED_VARIABLE="string1,string2,string3" diff --git a/tests/results/test/00_9default_calculation_multi_optional/file/all_exclude.env b/tests/results/test/00_9default_calculation_multi_optional/file/all_exclude.env new file mode 100644 index 0000000..7795806 --- /dev/null +++ b/tests/results/test/00_9default_calculation_multi_optional/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_MY_VARIABLE="string1" +ROUGAIL_MY_CALCULATED_VARIABLE="string1,string2,string3" diff --git a/tests/results/00_9default_calculation_multi_optional/file/mandatories.env b/tests/results/test/00_9default_calculation_multi_optional/file/mandatories.env similarity index 100% rename from tests/results/00_9default_calculation_multi_optional/file/mandatories.env rename to tests/results/test/00_9default_calculation_multi_optional/file/mandatories.env diff --git a/tests/results/test/00_9default_calculation_multi_optional/makedict/all.json b/tests/results/test/00_9default_calculation_multi_optional/makedict/all.json new file mode 100644 index 0000000..9b80712 --- /dev/null +++ b/tests/results/test/00_9default_calculation_multi_optional/makedict/all.json @@ -0,0 +1,8 @@ +{ + "my_variable": "string1", + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test/00_9default_calculation_multi_optional/makedict/mandatories.json b/tests/results/test/00_9default_calculation_multi_optional/makedict/mandatories.json new file mode 100644 index 0000000..df4944e --- /dev/null +++ b/tests/results/test/00_9default_calculation_multi_optional/makedict/mandatories.json @@ -0,0 +1,6 @@ +{ + "my_variable": "val1", + "my_calculated_variable": [ + "val1" + ] +} diff --git a/tests/results/00_9default_calculation_multi_optional2/errors/all.json b/tests/results/test/00_9default_calculation_multi_optional2/errors/all.json similarity index 100% rename from tests/results/00_9default_calculation_multi_optional2/errors/all.json rename to tests/results/test/00_9default_calculation_multi_optional2/errors/all.json diff --git a/tests/results/00_9default_calculation_multi_optional2/errors/mandatories.json b/tests/results/test/00_9default_calculation_multi_optional2/errors/mandatories.json similarity index 100% rename from tests/results/00_9default_calculation_multi_optional2/errors/mandatories.json rename to tests/results/test/00_9default_calculation_multi_optional2/errors/mandatories.json diff --git a/tests/results/test/00_9default_calculation_multi_optional2/file/all.env b/tests/results/test/00_9default_calculation_multi_optional2/file/all.env new file mode 100644 index 0000000..7795806 --- /dev/null +++ b/tests/results/test/00_9default_calculation_multi_optional2/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_MY_VARIABLE="string1" +ROUGAIL_MY_CALCULATED_VARIABLE="string1,string2,string3" diff --git a/tests/results/test/00_9default_calculation_multi_optional2/file/all_exclude.env b/tests/results/test/00_9default_calculation_multi_optional2/file/all_exclude.env new file mode 100644 index 0000000..7795806 --- /dev/null +++ b/tests/results/test/00_9default_calculation_multi_optional2/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_MY_VARIABLE="string1" +ROUGAIL_MY_CALCULATED_VARIABLE="string1,string2,string3" diff --git a/tests/results/00_9default_calculation_multi_optional2/file/mandatories.env b/tests/results/test/00_9default_calculation_multi_optional2/file/mandatories.env similarity index 100% rename from tests/results/00_9default_calculation_multi_optional2/file/mandatories.env rename to tests/results/test/00_9default_calculation_multi_optional2/file/mandatories.env diff --git a/tests/results/test/00_9default_calculation_multi_optional2/makedict/all.json b/tests/results/test/00_9default_calculation_multi_optional2/makedict/all.json new file mode 100644 index 0000000..9b80712 --- /dev/null +++ b/tests/results/test/00_9default_calculation_multi_optional2/makedict/all.json @@ -0,0 +1,8 @@ +{ + "my_variable": "string1", + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test/00_9default_calculation_multi_optional2/makedict/mandatories.json b/tests/results/test/00_9default_calculation_multi_optional2/makedict/mandatories.json new file mode 100644 index 0000000..df4944e --- /dev/null +++ b/tests/results/test/00_9default_calculation_multi_optional2/makedict/mandatories.json @@ -0,0 +1,6 @@ +{ + "my_variable": "val1", + "my_calculated_variable": [ + "val1" + ] +} diff --git a/tests/results/00_9default_calculation_optional/errors/all.json b/tests/results/test/00_9default_calculation_optional/errors/all.json similarity index 100% rename from tests/results/00_9default_calculation_optional/errors/all.json rename to tests/results/test/00_9default_calculation_optional/errors/all.json diff --git a/tests/results/00_9default_calculation_optional/errors/mandatories.json b/tests/results/test/00_9default_calculation_optional/errors/mandatories.json similarity index 100% rename from tests/results/00_9default_calculation_optional/errors/mandatories.json rename to tests/results/test/00_9default_calculation_optional/errors/mandatories.json diff --git a/tests/results/test/00_9default_calculation_optional/file/all.env b/tests/results/test/00_9default_calculation_optional/file/all.env new file mode 100644 index 0000000..41998b0 --- /dev/null +++ b/tests/results/test/00_9default_calculation_optional/file/all.env @@ -0,0 +1 @@ +ROUGAIL_MY_CALCULATED_VARIABLE="string1,string2,string3" diff --git a/tests/results/test/00_9default_calculation_optional/file/all_exclude.env b/tests/results/test/00_9default_calculation_optional/file/all_exclude.env new file mode 100644 index 0000000..41998b0 --- /dev/null +++ b/tests/results/test/00_9default_calculation_optional/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_MY_CALCULATED_VARIABLE="string1,string2,string3" diff --git a/tests/results/test/00_9default_calculation_optional/file/mandatories.env b/tests/results/test/00_9default_calculation_optional/file/mandatories.env new file mode 100644 index 0000000..41998b0 --- /dev/null +++ b/tests/results/test/00_9default_calculation_optional/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_MY_CALCULATED_VARIABLE="string1,string2,string3" diff --git a/tests/results/test/00_9default_calculation_optional/makedict/all.json b/tests/results/test/00_9default_calculation_optional/makedict/all.json new file mode 100644 index 0000000..c60e112 --- /dev/null +++ b/tests/results/test/00_9default_calculation_optional/makedict/all.json @@ -0,0 +1,7 @@ +{ + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test/00_9default_calculation_optional/makedict/mandatories.json b/tests/results/test/00_9default_calculation_optional/makedict/mandatories.json new file mode 100644 index 0000000..c60e112 --- /dev/null +++ b/tests/results/test/00_9default_calculation_optional/makedict/mandatories.json @@ -0,0 +1,7 @@ +{ + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/00_9default_calculation_optional_exists/errors/all.json b/tests/results/test/00_9default_calculation_optional_exists/errors/all.json similarity index 100% rename from tests/results/00_9default_calculation_optional_exists/errors/all.json rename to tests/results/test/00_9default_calculation_optional_exists/errors/all.json diff --git a/tests/results/00_9default_calculation_optional_exists/errors/mandatories.json b/tests/results/test/00_9default_calculation_optional_exists/errors/mandatories.json similarity index 100% rename from tests/results/00_9default_calculation_optional_exists/errors/mandatories.json rename to tests/results/test/00_9default_calculation_optional_exists/errors/mandatories.json diff --git a/tests/results/test/00_9default_calculation_optional_exists/file/all.env b/tests/results/test/00_9default_calculation_optional_exists/file/all.env new file mode 100644 index 0000000..fdaf443 --- /dev/null +++ b/tests/results/test/00_9default_calculation_optional_exists/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_MY_VARIABLE="string1,string2,string3" +ROUGAIL_MY_CALCULATED_VARIABLE="string1,string2,string3" diff --git a/tests/results/test/00_9default_calculation_optional_exists/file/all_exclude.env b/tests/results/test/00_9default_calculation_optional_exists/file/all_exclude.env new file mode 100644 index 0000000..fdaf443 --- /dev/null +++ b/tests/results/test/00_9default_calculation_optional_exists/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_MY_VARIABLE="string1,string2,string3" +ROUGAIL_MY_CALCULATED_VARIABLE="string1,string2,string3" diff --git a/tests/results/00_9default_calculation_optional_exists/file/mandatories.env b/tests/results/test/00_9default_calculation_optional_exists/file/mandatories.env similarity index 100% rename from tests/results/00_9default_calculation_optional_exists/file/mandatories.env rename to tests/results/test/00_9default_calculation_optional_exists/file/mandatories.env diff --git a/tests/results/test/00_9default_calculation_optional_exists/makedict/all.json b/tests/results/test/00_9default_calculation_optional_exists/makedict/all.json new file mode 100644 index 0000000..8f16477 --- /dev/null +++ b/tests/results/test/00_9default_calculation_optional_exists/makedict/all.json @@ -0,0 +1,12 @@ +{ + "my_variable": [ + "string1", + "string2", + "string3" + ], + "my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test/00_9default_calculation_optional_exists/makedict/mandatories.json b/tests/results/test/00_9default_calculation_optional_exists/makedict/mandatories.json new file mode 100644 index 0000000..95b634b --- /dev/null +++ b/tests/results/test/00_9default_calculation_optional_exists/makedict/mandatories.json @@ -0,0 +1,10 @@ +{ + "my_variable": [ + "val1", + "val2" + ], + "my_calculated_variable": [ + "val1", + "val2" + ] +} diff --git a/tests/results/00_9default_calculation_param_optional/errors/all.json b/tests/results/test/00_9default_calculation_param_optional/errors/all.json similarity index 100% rename from tests/results/00_9default_calculation_param_optional/errors/all.json rename to tests/results/test/00_9default_calculation_param_optional/errors/all.json diff --git a/tests/results/00_9default_calculation_param_optional/errors/mandatories.json b/tests/results/test/00_9default_calculation_param_optional/errors/mandatories.json similarity index 100% rename from tests/results/00_9default_calculation_param_optional/errors/mandatories.json rename to tests/results/test/00_9default_calculation_param_optional/errors/mandatories.json diff --git a/tests/results/test/00_9default_calculation_param_optional/file/all.env b/tests/results/test/00_9default_calculation_param_optional/file/all.env new file mode 100644 index 0000000..1d474e9 --- /dev/null +++ b/tests/results/test/00_9default_calculation_param_optional/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/00_9default_calculation_param_optional/file/all_exclude.env b/tests/results/test/00_9default_calculation_param_optional/file/all_exclude.env new file mode 100644 index 0000000..1d474e9 --- /dev/null +++ b/tests/results/test/00_9default_calculation_param_optional/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/00_9default_calculation_param_optional/file/mandatories.env b/tests/results/test/00_9default_calculation_param_optional/file/mandatories.env similarity index 100% rename from tests/results/00_9default_calculation_param_optional/file/mandatories.env rename to tests/results/test/00_9default_calculation_param_optional/file/mandatories.env diff --git a/tests/results/test/00_9default_calculation_param_optional/makedict/all.json b/tests/results/test/00_9default_calculation_param_optional/makedict/all.json new file mode 100644 index 0000000..15c061e --- /dev/null +++ b/tests/results/test/00_9default_calculation_param_optional/makedict/all.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} diff --git a/tests/results/test/00_9default_calculation_param_optional/makedict/mandatories.json b/tests/results/test/00_9default_calculation_param_optional/makedict/mandatories.json new file mode 100644 index 0000000..0d06e37 --- /dev/null +++ b/tests/results/test/00_9default_calculation_param_optional/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var1": "no", + "var2": "no" +} diff --git a/tests/results/00_9default_information_other_variable/errors/all.json b/tests/results/test/00_9default_information_other_variable/errors/all.json similarity index 100% rename from tests/results/00_9default_information_other_variable/errors/all.json rename to tests/results/test/00_9default_information_other_variable/errors/all.json diff --git a/tests/results/00_9default_information_other_variable/errors/mandatories.json b/tests/results/test/00_9default_information_other_variable/errors/mandatories.json similarity index 100% rename from tests/results/00_9default_information_other_variable/errors/mandatories.json rename to tests/results/test/00_9default_information_other_variable/errors/mandatories.json diff --git a/tests/results/test/00_9default_information_other_variable/file/all.env b/tests/results/test/00_9default_information_other_variable/file/all.env new file mode 100644 index 0000000..1d474e9 --- /dev/null +++ b/tests/results/test/00_9default_information_other_variable/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/00_9default_information_other_variable/file/all_exclude.env b/tests/results/test/00_9default_information_other_variable/file/all_exclude.env new file mode 100644 index 0000000..1d474e9 --- /dev/null +++ b/tests/results/test/00_9default_information_other_variable/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/00_9default_information_other_variable/file/mandatories.env b/tests/results/test/00_9default_information_other_variable/file/mandatories.env new file mode 100644 index 0000000..1d474e9 --- /dev/null +++ b/tests/results/test/00_9default_information_other_variable/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/00_9default_information_other_variable/makedict/all.json b/tests/results/test/00_9default_information_other_variable/makedict/all.json new file mode 100644 index 0000000..15c061e --- /dev/null +++ b/tests/results/test/00_9default_information_other_variable/makedict/all.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} diff --git a/tests/results/test/00_9default_information_other_variable/makedict/mandatories.json b/tests/results/test/00_9default_information_other_variable/makedict/mandatories.json new file mode 100644 index 0000000..15c061e --- /dev/null +++ b/tests/results/test/00_9default_information_other_variable/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} diff --git a/tests/results/00_9default_integer/errors/all.json b/tests/results/test/00_9default_integer/errors/all.json similarity index 100% rename from tests/results/00_9default_integer/errors/all.json rename to tests/results/test/00_9default_integer/errors/all.json diff --git a/tests/results/00_9default_integer/errors/mandatories.json b/tests/results/test/00_9default_integer/errors/mandatories.json similarity index 100% rename from tests/results/00_9default_integer/errors/mandatories.json rename to tests/results/test/00_9default_integer/errors/mandatories.json diff --git a/tests/results/test/00_9default_integer/file/all.env b/tests/results/test/00_9default_integer/file/all.env new file mode 100644 index 0000000..7afe767 --- /dev/null +++ b/tests/results/test/00_9default_integer/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VAR="0" diff --git a/tests/results/test/00_9default_integer/file/all_exclude.env b/tests/results/test/00_9default_integer/file/all_exclude.env new file mode 100644 index 0000000..7afe767 --- /dev/null +++ b/tests/results/test/00_9default_integer/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VAR="0" diff --git a/tests/results/00_9default_integer/file/mandatories.env b/tests/results/test/00_9default_integer/file/mandatories.env similarity index 100% rename from tests/results/00_9default_integer/file/mandatories.env rename to tests/results/test/00_9default_integer/file/mandatories.env diff --git a/tests/results/test/00_9default_integer/makedict/all.json b/tests/results/test/00_9default_integer/makedict/all.json new file mode 100644 index 0000000..221fa5b --- /dev/null +++ b/tests/results/test/00_9default_integer/makedict/all.json @@ -0,0 +1,3 @@ +{ + "var": 0 +} diff --git a/tests/results/test/00_9default_integer/makedict/mandatories.json b/tests/results/test/00_9default_integer/makedict/mandatories.json new file mode 100644 index 0000000..bd47716 --- /dev/null +++ b/tests/results/test/00_9default_integer/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var": 9 +} diff --git a/tests/results/00_9extra/errors/all.json b/tests/results/test/01_6boolean_multi/errors/all.json similarity index 100% rename from tests/results/00_9extra/errors/all.json rename to tests/results/test/01_6boolean_multi/errors/all.json diff --git a/tests/results/00_9extra/errors/mandatories.json b/tests/results/test/01_6boolean_multi/errors/mandatories.json similarity index 100% rename from tests/results/00_9extra/errors/mandatories.json rename to tests/results/test/01_6boolean_multi/errors/mandatories.json diff --git a/tests/results/test/01_6boolean_multi/file/all.env b/tests/results/test/01_6boolean_multi/file/all.env new file mode 100644 index 0000000..9dd2a14 --- /dev/null +++ b/tests/results/test/01_6boolean_multi/file/all.env @@ -0,0 +1,8 @@ +ROUGAIL_VAR1="true" +ROUGAIL_VAR2="true" +ROUGAIL_VAR3="true" +ROUGAIL_VAR4="true" +ROUGAIL_VAR5="true" +ROUGAIL_VAR6="true" +ROUGAIL_VAR7="true" +ROUGAIL_VAR8="true" diff --git a/tests/results/test/01_6boolean_multi/file/all_exclude.env b/tests/results/test/01_6boolean_multi/file/all_exclude.env new file mode 100644 index 0000000..9dd2a14 --- /dev/null +++ b/tests/results/test/01_6boolean_multi/file/all_exclude.env @@ -0,0 +1,8 @@ +ROUGAIL_VAR1="true" +ROUGAIL_VAR2="true" +ROUGAIL_VAR3="true" +ROUGAIL_VAR4="true" +ROUGAIL_VAR5="true" +ROUGAIL_VAR6="true" +ROUGAIL_VAR7="true" +ROUGAIL_VAR8="true" diff --git a/tests/results/00_9extra/file/mandatories.env b/tests/results/test/01_6boolean_multi/file/mandatories.env similarity index 100% rename from tests/results/00_9extra/file/mandatories.env rename to tests/results/test/01_6boolean_multi/file/mandatories.env diff --git a/tests/results/test/01_6boolean_multi/makedict/all.json b/tests/results/test/01_6boolean_multi/makedict/all.json new file mode 100644 index 0000000..cc7b60e --- /dev/null +++ b/tests/results/test/01_6boolean_multi/makedict/all.json @@ -0,0 +1,26 @@ +{ + "var1": [ + true + ], + "var2": [ + true + ], + "var3": [ + true + ], + "var4": [ + true + ], + "var5": [ + true + ], + "var6": [ + true + ], + "var7": [ + true + ], + "var8": [ + true + ] +} diff --git a/tests/results/test/01_6boolean_multi/makedict/mandatories.json b/tests/results/test/01_6boolean_multi/makedict/mandatories.json new file mode 100644 index 0000000..6adda4f --- /dev/null +++ b/tests/results/test/01_6boolean_multi/makedict/mandatories.json @@ -0,0 +1,26 @@ +{ + "var1": [ + true + ], + "var2": [ + true + ], + "var3": [ + true + ], + "var4": [ + false + ], + "var5": [ + false + ], + "var6": [ + false + ], + "var7": [ + true + ], + "var8": [ + true + ] +} diff --git a/tests/results/00_9extra_calculation/errors/all.json b/tests/results/test/01_6custom_multi/errors/all.json similarity index 100% rename from tests/results/00_9extra_calculation/errors/all.json rename to tests/results/test/01_6custom_multi/errors/all.json diff --git a/tests/results/00_9extra_calculation/errors/mandatories.json b/tests/results/test/01_6custom_multi/errors/mandatories.json similarity index 100% rename from tests/results/00_9extra_calculation/errors/mandatories.json rename to tests/results/test/01_6custom_multi/errors/mandatories.json diff --git a/tests/results/test/01_6custom_multi/file/all.env b/tests/results/test/01_6custom_multi/file/all.env new file mode 100644 index 0000000..ef2da0c --- /dev/null +++ b/tests/results/test/01_6custom_multi/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_CUSTOM1="string1,string2,string3" +ROUGAIL_CUSTOM2="string1,string2,string3" diff --git a/tests/results/test/01_6custom_multi/file/all_exclude.env b/tests/results/test/01_6custom_multi/file/all_exclude.env new file mode 100644 index 0000000..ef2da0c --- /dev/null +++ b/tests/results/test/01_6custom_multi/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_CUSTOM1="string1,string2,string3" +ROUGAIL_CUSTOM2="string1,string2,string3" diff --git a/tests/results/test/01_6custom_multi/file/mandatories.env b/tests/results/test/01_6custom_multi/file/mandatories.env new file mode 100644 index 0000000..6579e66 --- /dev/null +++ b/tests/results/test/01_6custom_multi/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_CUSTOM1="string1,string2,string3" diff --git a/tests/results/test/01_6custom_multi/makedict/all.json b/tests/results/test/01_6custom_multi/makedict/all.json new file mode 100644 index 0000000..dca0cb0 --- /dev/null +++ b/tests/results/test/01_6custom_multi/makedict/all.json @@ -0,0 +1,12 @@ +{ + "custom1": [ + "string1", + "string2", + "string3" + ], + "custom2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test/01_6custom_multi/makedict/mandatories.json b/tests/results/test/01_6custom_multi/makedict/mandatories.json new file mode 100644 index 0000000..2fb0a5f --- /dev/null +++ b/tests/results/test/01_6custom_multi/makedict/mandatories.json @@ -0,0 +1,10 @@ +{ + "custom1": [ + "string1", + "string2", + "string3" + ], + "custom2": [ + "value" + ] +} diff --git a/tests/results/01_6boolean_multi/errors/all.json b/tests/results/test/01_6float_multi/errors/all.json similarity index 100% rename from tests/results/01_6boolean_multi/errors/all.json rename to tests/results/test/01_6float_multi/errors/all.json diff --git a/tests/results/01_6boolean_multi/errors/mandatories.json b/tests/results/test/01_6float_multi/errors/mandatories.json similarity index 100% rename from tests/results/01_6boolean_multi/errors/mandatories.json rename to tests/results/test/01_6float_multi/errors/mandatories.json diff --git a/tests/results/test/01_6float_multi/file/all.env b/tests/results/test/01_6float_multi/file/all.env new file mode 100644 index 0000000..4b0163c --- /dev/null +++ b/tests/results/test/01_6float_multi/file/all.env @@ -0,0 +1,8 @@ +ROUGAIL_VAR1="1.1,2.2,3.3" +ROUGAIL_VAR2="1.1,2.2,3.3" +ROUGAIL_VAR3="1.1,2.2,3.3" +ROUGAIL_VAR4="1.1,2.2,3.3" +ROUGAIL_VAR5="1.1,2.2,3.3" +ROUGAIL_VAR6="1.1,2.2,3.3" +ROUGAIL_VAR7="1.1,2.2,3.3" +ROUGAIL_VAR8="1.1,2.2,3.3" diff --git a/tests/results/test/01_6float_multi/file/all_exclude.env b/tests/results/test/01_6float_multi/file/all_exclude.env new file mode 100644 index 0000000..4b0163c --- /dev/null +++ b/tests/results/test/01_6float_multi/file/all_exclude.env @@ -0,0 +1,8 @@ +ROUGAIL_VAR1="1.1,2.2,3.3" +ROUGAIL_VAR2="1.1,2.2,3.3" +ROUGAIL_VAR3="1.1,2.2,3.3" +ROUGAIL_VAR4="1.1,2.2,3.3" +ROUGAIL_VAR5="1.1,2.2,3.3" +ROUGAIL_VAR6="1.1,2.2,3.3" +ROUGAIL_VAR7="1.1,2.2,3.3" +ROUGAIL_VAR8="1.1,2.2,3.3" diff --git a/tests/results/00_9extra_calculation/file/mandatories.env b/tests/results/test/01_6float_multi/file/mandatories.env similarity index 100% rename from tests/results/00_9extra_calculation/file/mandatories.env rename to tests/results/test/01_6float_multi/file/mandatories.env diff --git a/tests/results/test/01_6float_multi/makedict/all.json b/tests/results/test/01_6float_multi/makedict/all.json new file mode 100644 index 0000000..713ef09 --- /dev/null +++ b/tests/results/test/01_6float_multi/makedict/all.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 + ] +} diff --git a/tests/results/test/01_6float_multi/makedict/mandatories.json b/tests/results/test/01_6float_multi/makedict/mandatories.json new file mode 100644 index 0000000..186ab6b --- /dev/null +++ b/tests/results/test/01_6float_multi/makedict/mandatories.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 + ] +} diff --git a/tests/results/01_6custom_multi/errors/all.json b/tests/results/test/01_6number_multi/errors/all.json similarity index 100% rename from tests/results/01_6custom_multi/errors/all.json rename to tests/results/test/01_6number_multi/errors/all.json diff --git a/tests/results/01_6custom_multi/errors/mandatories.json b/tests/results/test/01_6number_multi/errors/mandatories.json similarity index 100% rename from tests/results/01_6custom_multi/errors/mandatories.json rename to tests/results/test/01_6number_multi/errors/mandatories.json diff --git a/tests/results/test/01_6number_multi/file/all.env b/tests/results/test/01_6number_multi/file/all.env new file mode 100644 index 0000000..07e7f23 --- /dev/null +++ b/tests/results/test/01_6number_multi/file/all.env @@ -0,0 +1,8 @@ +ROUGAIL_VAR1="1,2,3" +ROUGAIL_VAR2="1,2,3" +ROUGAIL_VAR3="1,2,3" +ROUGAIL_VAR4="1,2,3" +ROUGAIL_VAR5="1,2,3" +ROUGAIL_VAR6="1,2,3" +ROUGAIL_VAR7="1,2,3" +ROUGAIL_VAR8="1,2,3" diff --git a/tests/results/test/01_6number_multi/file/all_exclude.env b/tests/results/test/01_6number_multi/file/all_exclude.env new file mode 100644 index 0000000..07e7f23 --- /dev/null +++ b/tests/results/test/01_6number_multi/file/all_exclude.env @@ -0,0 +1,8 @@ +ROUGAIL_VAR1="1,2,3" +ROUGAIL_VAR2="1,2,3" +ROUGAIL_VAR3="1,2,3" +ROUGAIL_VAR4="1,2,3" +ROUGAIL_VAR5="1,2,3" +ROUGAIL_VAR6="1,2,3" +ROUGAIL_VAR7="1,2,3" +ROUGAIL_VAR8="1,2,3" diff --git a/tests/results/01_6boolean_multi/file/mandatories.env b/tests/results/test/01_6number_multi/file/mandatories.env similarity index 100% rename from tests/results/01_6boolean_multi/file/mandatories.env rename to tests/results/test/01_6number_multi/file/mandatories.env diff --git a/tests/results/test/01_6number_multi/makedict/all.json b/tests/results/test/01_6number_multi/makedict/all.json new file mode 100644 index 0000000..06b96de --- /dev/null +++ b/tests/results/test/01_6number_multi/makedict/all.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 + ] +} diff --git a/tests/results/test/01_6number_multi/makedict/mandatories.json b/tests/results/test/01_6number_multi/makedict/mandatories.json new file mode 100644 index 0000000..a3616fe --- /dev/null +++ b/tests/results/test/01_6number_multi/makedict/mandatories.json @@ -0,0 +1,26 @@ +{ + "var1": [ + 0 + ], + "var2": [ + 0 + ], + "var3": [ + 0 + ], + "var4": [ + 10 + ], + "var5": [ + 10 + ], + "var6": [ + 10 + ], + "var7": [ + 0 + ], + "var8": [ + 0 + ] +} diff --git a/tests/results/01_6float_multi/errors/all.json b/tests/results/test/01_6string_empty/errors/all.json similarity index 100% rename from tests/results/01_6float_multi/errors/all.json rename to tests/results/test/01_6string_empty/errors/all.json diff --git a/tests/results/01_6float_multi/errors/mandatories.json b/tests/results/test/01_6string_empty/errors/mandatories.json similarity index 100% rename from tests/results/01_6float_multi/errors/mandatories.json rename to tests/results/test/01_6string_empty/errors/mandatories.json diff --git a/tests/results/test/01_6string_empty/file/all.env b/tests/results/test/01_6string_empty/file/all.env new file mode 100644 index 0000000..c3323e7 --- /dev/null +++ b/tests/results/test/01_6string_empty/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VAR1="string1,string2,string3" diff --git a/tests/results/test/01_6string_empty/file/all_exclude.env b/tests/results/test/01_6string_empty/file/all_exclude.env new file mode 100644 index 0000000..c3323e7 --- /dev/null +++ b/tests/results/test/01_6string_empty/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VAR1="string1,string2,string3" diff --git a/tests/results/test/01_6string_empty/file/mandatories.env b/tests/results/test/01_6string_empty/file/mandatories.env new file mode 100644 index 0000000..c3323e7 --- /dev/null +++ b/tests/results/test/01_6string_empty/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VAR1="string1,string2,string3" diff --git a/tests/results/test/01_6string_empty/makedict/all.json b/tests/results/test/01_6string_empty/makedict/all.json new file mode 100644 index 0000000..0de443b --- /dev/null +++ b/tests/results/test/01_6string_empty/makedict/all.json @@ -0,0 +1,7 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test/01_6string_empty/makedict/mandatories.json b/tests/results/test/01_6string_empty/makedict/mandatories.json new file mode 100644 index 0000000..0de443b --- /dev/null +++ b/tests/results/test/01_6string_empty/makedict/mandatories.json @@ -0,0 +1,7 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/01_6number_multi/errors/all.json b/tests/results/test/01_6string_multi/errors/all.json similarity index 100% rename from tests/results/01_6number_multi/errors/all.json rename to tests/results/test/01_6string_multi/errors/all.json diff --git a/tests/results/01_6number_multi/errors/mandatories.json b/tests/results/test/01_6string_multi/errors/mandatories.json similarity index 100% rename from tests/results/01_6number_multi/errors/mandatories.json rename to tests/results/test/01_6string_multi/errors/mandatories.json diff --git a/tests/results/test/01_6string_multi/file/all.env b/tests/results/test/01_6string_multi/file/all.env new file mode 100644 index 0000000..025e873 --- /dev/null +++ b/tests/results/test/01_6string_multi/file/all.env @@ -0,0 +1,8 @@ +ROUGAIL_VAR1="string1,string2,string3" +ROUGAIL_VAR2="string1,string2,string3" +ROUGAIL_VAR3="string1" +ROUGAIL_VAR4="string1,string2,string3" +ROUGAIL_VAR5="string1,string2,string3" +ROUGAIL_VAR6="string1,string2,string3" +ROUGAIL_VAR7="string1,string2,string3" +ROUGAIL_VAR8="string1,string2,string3" diff --git a/tests/results/test/01_6string_multi/file/all_exclude.env b/tests/results/test/01_6string_multi/file/all_exclude.env new file mode 100644 index 0000000..025e873 --- /dev/null +++ b/tests/results/test/01_6string_multi/file/all_exclude.env @@ -0,0 +1,8 @@ +ROUGAIL_VAR1="string1,string2,string3" +ROUGAIL_VAR2="string1,string2,string3" +ROUGAIL_VAR3="string1" +ROUGAIL_VAR4="string1,string2,string3" +ROUGAIL_VAR5="string1,string2,string3" +ROUGAIL_VAR6="string1,string2,string3" +ROUGAIL_VAR7="string1,string2,string3" +ROUGAIL_VAR8="string1,string2,string3" diff --git a/tests/results/test/01_6string_multi/file/mandatories.env b/tests/results/test/01_6string_multi/file/mandatories.env new file mode 100644 index 0000000..8c3e057 --- /dev/null +++ b/tests/results/test/01_6string_multi/file/mandatories.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR1="string1,string2,string3" +ROUGAIL_VAR2="string1,string2,string3" +ROUGAIL_VAR3="string1" diff --git a/tests/results/test/01_6string_multi/makedict/all.json b/tests/results/test/01_6string_multi/makedict/all.json new file mode 100644 index 0000000..efbada3 --- /dev/null +++ b/tests/results/test/01_6string_multi/makedict/all.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" + ] +} diff --git a/tests/results/test/01_6string_multi/makedict/mandatories.json b/tests/results/test/01_6string_multi/makedict/mandatories.json new file mode 100644 index 0000000..6ef857d --- /dev/null +++ b/tests/results/test/01_6string_multi/makedict/mandatories.json @@ -0,0 +1,28 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ], + "var2": [ + "string1", + "string2", + "string3" + ], + "var3": "string1", + "var4": [ + "value" + ], + "var5": [ + "value" + ], + "var6": [ + "value" + ], + "var7": [ + "value" + ], + "var8": [ + "value" + ] +} diff --git a/tests/results/01_6string_empty/errors/all.json b/tests/results/test/01_7value_multi_doublequote/errors/all.json similarity index 100% rename from tests/results/01_6string_empty/errors/all.json rename to tests/results/test/01_7value_multi_doublequote/errors/all.json diff --git a/tests/results/01_6string_empty/errors/mandatories.json b/tests/results/test/01_7value_multi_doublequote/errors/mandatories.json similarity index 100% rename from tests/results/01_6string_empty/errors/mandatories.json rename to tests/results/test/01_7value_multi_doublequote/errors/mandatories.json diff --git a/tests/results/test/01_7value_multi_doublequote/file/all.env b/tests/results/test/01_7value_multi_doublequote/file/all.env new file mode 100644 index 0000000..cb9cc7f --- /dev/null +++ b/tests/results/test/01_7value_multi_doublequote/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1,string2,string3" diff --git a/tests/results/test/01_7value_multi_doublequote/file/all_exclude.env b/tests/results/test/01_7value_multi_doublequote/file/all_exclude.env new file mode 100644 index 0000000..cb9cc7f --- /dev/null +++ b/tests/results/test/01_7value_multi_doublequote/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1,string2,string3" diff --git a/tests/results/01_6float_multi/file/mandatories.env b/tests/results/test/01_7value_multi_doublequote/file/mandatories.env similarity index 100% rename from tests/results/01_6float_multi/file/mandatories.env rename to tests/results/test/01_7value_multi_doublequote/file/mandatories.env diff --git a/tests/results/test/01_7value_multi_doublequote/makedict/all.json b/tests/results/test/01_7value_multi_doublequote/makedict/all.json new file mode 100644 index 0000000..5096846 --- /dev/null +++ b/tests/results/test/01_7value_multi_doublequote/makedict/all.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test/01_7value_multi_doublequote/makedict/mandatories.json b/tests/results/test/01_7value_multi_doublequote/makedict/mandatories.json new file mode 100644 index 0000000..bed9989 --- /dev/null +++ b/tests/results/test/01_7value_multi_doublequote/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "variable": [ + "quote\"" + ] +} diff --git a/tests/results/01_6string_multi/errors/all.json b/tests/results/test/01_7value_multi_doublequote2/errors/all.json similarity index 100% rename from tests/results/01_6string_multi/errors/all.json rename to tests/results/test/01_7value_multi_doublequote2/errors/all.json diff --git a/tests/results/01_6string_multi/errors/mandatories.json b/tests/results/test/01_7value_multi_doublequote2/errors/mandatories.json similarity index 100% rename from tests/results/01_6string_multi/errors/mandatories.json rename to tests/results/test/01_7value_multi_doublequote2/errors/mandatories.json diff --git a/tests/results/test/01_7value_multi_doublequote2/file/all.env b/tests/results/test/01_7value_multi_doublequote2/file/all.env new file mode 100644 index 0000000..cb9cc7f --- /dev/null +++ b/tests/results/test/01_7value_multi_doublequote2/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1,string2,string3" diff --git a/tests/results/test/01_7value_multi_doublequote2/file/all_exclude.env b/tests/results/test/01_7value_multi_doublequote2/file/all_exclude.env new file mode 100644 index 0000000..cb9cc7f --- /dev/null +++ b/tests/results/test/01_7value_multi_doublequote2/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1,string2,string3" diff --git a/tests/results/01_6number_multi/file/mandatories.env b/tests/results/test/01_7value_multi_doublequote2/file/mandatories.env similarity index 100% rename from tests/results/01_6number_multi/file/mandatories.env rename to tests/results/test/01_7value_multi_doublequote2/file/mandatories.env diff --git a/tests/results/test/01_7value_multi_doublequote2/makedict/all.json b/tests/results/test/01_7value_multi_doublequote2/makedict/all.json new file mode 100644 index 0000000..5096846 --- /dev/null +++ b/tests/results/test/01_7value_multi_doublequote2/makedict/all.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test/01_7value_multi_doublequote2/makedict/mandatories.json b/tests/results/test/01_7value_multi_doublequote2/makedict/mandatories.json new file mode 100644 index 0000000..31cc5f0 --- /dev/null +++ b/tests/results/test/01_7value_multi_doublequote2/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "variable": [ + "quote'\"" + ] +} diff --git a/tests/results/01_7value_multi_doublequote/errors/all.json b/tests/results/test/01_7value_multi_quote/errors/all.json similarity index 100% rename from tests/results/01_7value_multi_doublequote/errors/all.json rename to tests/results/test/01_7value_multi_quote/errors/all.json diff --git a/tests/results/01_7value_multi_doublequote/errors/mandatories.json b/tests/results/test/01_7value_multi_quote/errors/mandatories.json similarity index 100% rename from tests/results/01_7value_multi_doublequote/errors/mandatories.json rename to tests/results/test/01_7value_multi_quote/errors/mandatories.json diff --git a/tests/results/test/01_7value_multi_quote/file/all.env b/tests/results/test/01_7value_multi_quote/file/all.env new file mode 100644 index 0000000..cb9cc7f --- /dev/null +++ b/tests/results/test/01_7value_multi_quote/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1,string2,string3" diff --git a/tests/results/test/01_7value_multi_quote/file/all_exclude.env b/tests/results/test/01_7value_multi_quote/file/all_exclude.env new file mode 100644 index 0000000..cb9cc7f --- /dev/null +++ b/tests/results/test/01_7value_multi_quote/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1,string2,string3" diff --git a/tests/results/01_7value_multi_doublequote/file/mandatories.env b/tests/results/test/01_7value_multi_quote/file/mandatories.env similarity index 100% rename from tests/results/01_7value_multi_doublequote/file/mandatories.env rename to tests/results/test/01_7value_multi_quote/file/mandatories.env diff --git a/tests/results/test/01_7value_multi_quote/makedict/all.json b/tests/results/test/01_7value_multi_quote/makedict/all.json new file mode 100644 index 0000000..5096846 --- /dev/null +++ b/tests/results/test/01_7value_multi_quote/makedict/all.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test/01_7value_multi_quote/makedict/mandatories.json b/tests/results/test/01_7value_multi_quote/makedict/mandatories.json new file mode 100644 index 0000000..ee1a263 --- /dev/null +++ b/tests/results/test/01_7value_multi_quote/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "variable": [ + "quote'" + ] +} diff --git a/tests/results/01_7value_multi_doublequote2/errors/all.json b/tests/results/test/01_8calculation_information_multi/errors/all.json similarity index 100% rename from tests/results/01_7value_multi_doublequote2/errors/all.json rename to tests/results/test/01_8calculation_information_multi/errors/all.json diff --git a/tests/results/01_7value_multi_doublequote2/errors/mandatories.json b/tests/results/test/01_8calculation_information_multi/errors/mandatories.json similarity index 100% rename from tests/results/01_7value_multi_doublequote2/errors/mandatories.json rename to tests/results/test/01_8calculation_information_multi/errors/mandatories.json diff --git a/tests/results/test/01_8calculation_information_multi/file/all.env b/tests/results/test/01_8calculation_information_multi/file/all.env new file mode 100644 index 0000000..cb9cc7f --- /dev/null +++ b/tests/results/test/01_8calculation_information_multi/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1,string2,string3" diff --git a/tests/results/test/01_8calculation_information_multi/file/all_exclude.env b/tests/results/test/01_8calculation_information_multi/file/all_exclude.env new file mode 100644 index 0000000..cb9cc7f --- /dev/null +++ b/tests/results/test/01_8calculation_information_multi/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1,string2,string3" diff --git a/tests/results/test/01_8calculation_information_multi/file/mandatories.env b/tests/results/test/01_8calculation_information_multi/file/mandatories.env new file mode 100644 index 0000000..cb9cc7f --- /dev/null +++ b/tests/results/test/01_8calculation_information_multi/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1,string2,string3" diff --git a/tests/results/test/01_8calculation_information_multi/makedict/all.json b/tests/results/test/01_8calculation_information_multi/makedict/all.json new file mode 100644 index 0000000..5096846 --- /dev/null +++ b/tests/results/test/01_8calculation_information_multi/makedict/all.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test/01_8calculation_information_multi/makedict/mandatories.json b/tests/results/test/01_8calculation_information_multi/makedict/mandatories.json new file mode 100644 index 0000000..5096846 --- /dev/null +++ b/tests/results/test/01_8calculation_information_multi/makedict/mandatories.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/01_7value_multi_quote/errors/all.json b/tests/results/test/01_9choice_variable_multi/errors/all.json similarity index 100% rename from tests/results/01_7value_multi_quote/errors/all.json rename to tests/results/test/01_9choice_variable_multi/errors/all.json diff --git a/tests/results/01_7value_multi_quote/errors/mandatories.json b/tests/results/test/01_9choice_variable_multi/errors/mandatories.json similarity index 100% rename from tests/results/01_7value_multi_quote/errors/mandatories.json rename to tests/results/test/01_9choice_variable_multi/errors/mandatories.json diff --git a/tests/results/test/01_9choice_variable_multi/file/all.env b/tests/results/test/01_9choice_variable_multi/file/all.env new file mode 100644 index 0000000..c515ce5 --- /dev/null +++ b/tests/results/test/01_9choice_variable_multi/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_VARIABLE1="string1,string2,string3" +ROUGAIL_VARIABLE2="string1" diff --git a/tests/results/test/01_9choice_variable_multi/file/all_exclude.env b/tests/results/test/01_9choice_variable_multi/file/all_exclude.env new file mode 100644 index 0000000..c515ce5 --- /dev/null +++ b/tests/results/test/01_9choice_variable_multi/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_VARIABLE1="string1,string2,string3" +ROUGAIL_VARIABLE2="string1" diff --git a/tests/results/test/01_9choice_variable_multi/file/mandatories.env b/tests/results/test/01_9choice_variable_multi/file/mandatories.env new file mode 100644 index 0000000..d71b0d4 --- /dev/null +++ b/tests/results/test/01_9choice_variable_multi/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE2="a" diff --git a/tests/results/test/01_9choice_variable_multi/makedict/all.json b/tests/results/test/01_9choice_variable_multi/makedict/all.json new file mode 100644 index 0000000..614b8bf --- /dev/null +++ b/tests/results/test/01_9choice_variable_multi/makedict/all.json @@ -0,0 +1,8 @@ +{ + "variable1": [ + "string1", + "string2", + "string3" + ], + "variable2": "string1" +} diff --git a/tests/results/test/01_9choice_variable_multi/makedict/mandatories.json b/tests/results/test/01_9choice_variable_multi/makedict/mandatories.json new file mode 100644 index 0000000..ac54320 --- /dev/null +++ b/tests/results/test/01_9choice_variable_multi/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "variable1": [ + "a", + "b", + "c" + ], + "variable2": "a" +} diff --git a/tests/results/01_8calculation_information_multi/errors/all.json b/tests/results/test/04_0type_param/errors/all.json similarity index 100% rename from tests/results/01_8calculation_information_multi/errors/all.json rename to tests/results/test/04_0type_param/errors/all.json diff --git a/tests/results/01_8calculation_information_multi/errors/mandatories.json b/tests/results/test/04_0type_param/errors/mandatories.json similarity index 100% rename from tests/results/01_8calculation_information_multi/errors/mandatories.json rename to tests/results/test/04_0type_param/errors/mandatories.json diff --git a/tests/results/test/04_0type_param/file/all.env b/tests/results/test/04_0type_param/file/all.env new file mode 100644 index 0000000..7e407d0 --- /dev/null +++ b/tests/results/test/04_0type_param/file/all.env @@ -0,0 +1 @@ +ROUGAIL_INT="1" diff --git a/tests/results/test/04_0type_param/file/all_exclude.env b/tests/results/test/04_0type_param/file/all_exclude.env new file mode 100644 index 0000000..7e407d0 --- /dev/null +++ b/tests/results/test/04_0type_param/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_INT="1" diff --git a/tests/results/01_7value_multi_doublequote2/file/mandatories.env b/tests/results/test/04_0type_param/file/mandatories.env similarity index 100% rename from tests/results/01_7value_multi_doublequote2/file/mandatories.env rename to tests/results/test/04_0type_param/file/mandatories.env diff --git a/tests/results/test/04_0type_param/makedict/all.json b/tests/results/test/04_0type_param/makedict/all.json new file mode 100644 index 0000000..c2a838d --- /dev/null +++ b/tests/results/test/04_0type_param/makedict/all.json @@ -0,0 +1,3 @@ +{ + "int": 1 +} diff --git a/tests/results/test/04_0type_param/makedict/mandatories.json b/tests/results/test/04_0type_param/makedict/mandatories.json new file mode 100644 index 0000000..3ea0cdf --- /dev/null +++ b/tests/results/test/04_0type_param/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "int": 10 +} diff --git a/tests/results/01_9choice_variable_multi/errors/all.json b/tests/results/test/04_1auto_save/errors/all.json similarity index 100% rename from tests/results/01_9choice_variable_multi/errors/all.json rename to tests/results/test/04_1auto_save/errors/all.json diff --git a/tests/results/01_9choice_variable_multi/errors/mandatories.json b/tests/results/test/04_1auto_save/errors/mandatories.json similarity index 100% rename from tests/results/01_9choice_variable_multi/errors/mandatories.json rename to tests/results/test/04_1auto_save/errors/mandatories.json diff --git a/tests/results/test/04_1auto_save/file/all.env b/tests/results/test/04_1auto_save/file/all.env new file mode 100644 index 0000000..9385db5 --- /dev/null +++ b/tests/results/test/04_1auto_save/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="no" diff --git a/tests/results/test/04_1auto_save/file/all_exclude.env b/tests/results/test/04_1auto_save/file/all_exclude.env new file mode 100644 index 0000000..9385db5 --- /dev/null +++ b/tests/results/test/04_1auto_save/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="no" diff --git a/tests/results/01_7value_multi_quote/file/mandatories.env b/tests/results/test/04_1auto_save/file/mandatories.env similarity index 100% rename from tests/results/01_7value_multi_quote/file/mandatories.env rename to tests/results/test/04_1auto_save/file/mandatories.env diff --git a/tests/results/test/04_1auto_save/makedict/all.json b/tests/results/test/04_1auto_save/makedict/all.json new file mode 100644 index 0000000..09f3fb0 --- /dev/null +++ b/tests/results/test/04_1auto_save/makedict/all.json @@ -0,0 +1,3 @@ +{ + "variable": "no" +} diff --git a/tests/results/test/04_1auto_save/makedict/mandatories.json b/tests/results/test/04_1auto_save/makedict/mandatories.json new file mode 100644 index 0000000..09f3fb0 --- /dev/null +++ b/tests/results/test/04_1auto_save/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "variable": "no" +} diff --git a/tests/results/04_0type_param/errors/all.json b/tests/results/test/04_1auto_save_and_calculated/errors/all.json similarity index 100% rename from tests/results/04_0type_param/errors/all.json rename to tests/results/test/04_1auto_save_and_calculated/errors/all.json diff --git a/tests/results/04_0type_param/errors/mandatories.json b/tests/results/test/04_1auto_save_and_calculated/errors/mandatories.json similarity index 100% rename from tests/results/04_0type_param/errors/mandatories.json rename to tests/results/test/04_1auto_save_and_calculated/errors/mandatories.json diff --git a/tests/results/test/04_1auto_save_and_calculated/file/all.env b/tests/results/test/04_1auto_save_and_calculated/file/all.env new file mode 100644 index 0000000..87600ea --- /dev/null +++ b/tests/results/test/04_1auto_save_and_calculated/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="no" diff --git a/tests/results/test/04_1auto_save_and_calculated/file/all_exclude.env b/tests/results/test/04_1auto_save_and_calculated/file/all_exclude.env new file mode 100644 index 0000000..87600ea --- /dev/null +++ b/tests/results/test/04_1auto_save_and_calculated/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="no" diff --git a/tests/results/04_0type_param/file/mandatories.env b/tests/results/test/04_1auto_save_and_calculated/file/mandatories.env similarity index 100% rename from tests/results/04_0type_param/file/mandatories.env rename to tests/results/test/04_1auto_save_and_calculated/file/mandatories.env diff --git a/tests/results/test/04_1auto_save_and_calculated/makedict/all.json b/tests/results/test/04_1auto_save_and_calculated/makedict/all.json new file mode 100644 index 0000000..90205d2 --- /dev/null +++ b/tests/results/test/04_1auto_save_and_calculated/makedict/all.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "no" +} diff --git a/tests/results/test/04_1auto_save_and_calculated/makedict/mandatories.json b/tests/results/test/04_1auto_save_and_calculated/makedict/mandatories.json new file mode 100644 index 0000000..0d06e37 --- /dev/null +++ b/tests/results/test/04_1auto_save_and_calculated/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var1": "no", + "var2": "no" +} diff --git a/tests/results/04_1auto_save/errors/all.json b/tests/results/test/04_1auto_save_and_calculated_hidden/errors/all.json similarity index 100% rename from tests/results/04_1auto_save/errors/all.json rename to tests/results/test/04_1auto_save_and_calculated_hidden/errors/all.json diff --git a/tests/results/04_1auto_save/errors/mandatories.json b/tests/results/test/04_1auto_save_and_calculated_hidden/errors/mandatories.json similarity index 100% rename from tests/results/04_1auto_save/errors/mandatories.json rename to tests/results/test/04_1auto_save_and_calculated_hidden/errors/mandatories.json diff --git a/tests/results/test/04_1auto_save_and_calculated_hidden/file/all.env b/tests/results/test/04_1auto_save_and_calculated_hidden/file/all.env new file mode 100644 index 0000000..709f494 --- /dev/null +++ b/tests/results/test/04_1auto_save_and_calculated_hidden/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="yes" diff --git a/tests/results/test/04_1auto_save_and_calculated_hidden/file/all_exclude.env b/tests/results/test/04_1auto_save_and_calculated_hidden/file/all_exclude.env new file mode 100644 index 0000000..709f494 --- /dev/null +++ b/tests/results/test/04_1auto_save_and_calculated_hidden/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="yes" diff --git a/tests/results/04_1auto_save/file/mandatories.env b/tests/results/test/04_1auto_save_and_calculated_hidden/file/mandatories.env similarity index 100% rename from tests/results/04_1auto_save/file/mandatories.env rename to tests/results/test/04_1auto_save_and_calculated_hidden/file/mandatories.env diff --git a/tests/results/test/04_1auto_save_and_calculated_hidden/makedict/all.json b/tests/results/test/04_1auto_save_and_calculated_hidden/makedict/all.json new file mode 100644 index 0000000..0613a5b --- /dev/null +++ b/tests/results/test/04_1auto_save_and_calculated_hidden/makedict/all.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "yes" +} diff --git a/tests/results/test/04_1auto_save_and_calculated_hidden/makedict/mandatories.json b/tests/results/test/04_1auto_save_and_calculated_hidden/makedict/mandatories.json new file mode 100644 index 0000000..6f91826 --- /dev/null +++ b/tests/results/test/04_1auto_save_and_calculated_hidden/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var1": "no", + "var2": "yes" +} diff --git a/tests/results/04_1auto_save_and_calculated/errors/all.json b/tests/results/test/04_1auto_save_and_hidden/errors/all.json similarity index 100% rename from tests/results/04_1auto_save_and_calculated/errors/all.json rename to tests/results/test/04_1auto_save_and_hidden/errors/all.json diff --git a/tests/results/04_1auto_save_and_calculated/errors/mandatories.json b/tests/results/test/04_1auto_save_and_hidden/errors/mandatories.json similarity index 100% rename from tests/results/04_1auto_save_and_calculated/errors/mandatories.json rename to tests/results/test/04_1auto_save_and_hidden/errors/mandatories.json diff --git a/tests/results/test/04_1auto_save_and_hidden/file/all.env b/tests/results/test/04_1auto_save_and_hidden/file/all.env new file mode 100644 index 0000000..14477a9 --- /dev/null +++ b/tests/results/test/04_1auto_save_and_hidden/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VAR="yes" diff --git a/tests/results/test/04_1auto_save_and_hidden/file/all_exclude.env b/tests/results/test/04_1auto_save_and_hidden/file/all_exclude.env new file mode 100644 index 0000000..14477a9 --- /dev/null +++ b/tests/results/test/04_1auto_save_and_hidden/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VAR="yes" diff --git a/tests/results/04_1auto_save_and_calculated/file/mandatories.env b/tests/results/test/04_1auto_save_and_hidden/file/mandatories.env similarity index 100% rename from tests/results/04_1auto_save_and_calculated/file/mandatories.env rename to tests/results/test/04_1auto_save_and_hidden/file/mandatories.env diff --git a/tests/results/test/04_1auto_save_and_hidden/makedict/all.json b/tests/results/test/04_1auto_save_and_hidden/makedict/all.json new file mode 100644 index 0000000..de468e9 --- /dev/null +++ b/tests/results/test/04_1auto_save_and_hidden/makedict/all.json @@ -0,0 +1,3 @@ +{ + "var": "yes" +} diff --git a/tests/results/test/04_1auto_save_and_hidden/makedict/mandatories.json b/tests/results/test/04_1auto_save_and_hidden/makedict/mandatories.json new file mode 100644 index 0000000..de468e9 --- /dev/null +++ b/tests/results/test/04_1auto_save_and_hidden/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var": "yes" +} diff --git a/tests/results/04_1auto_save_and_calculated_hidden/errors/all.json b/tests/results/test/04_1default_calculation_hidden/errors/all.json similarity index 100% rename from tests/results/04_1auto_save_and_calculated_hidden/errors/all.json rename to tests/results/test/04_1default_calculation_hidden/errors/all.json diff --git a/tests/results/test/04_1default_calculation_hidden/errors/mandatories.json b/tests/results/test/04_1default_calculation_hidden/errors/mandatories.json new file mode 100644 index 0000000..944df65 --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "cannot access to option \"var2\" (a second variable) because has property \"disabled\"" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test/04_1default_calculation_hidden/file/all.env b/tests/results/test/04_1default_calculation_hidden/file/all.env new file mode 100644 index 0000000..000c6a3 --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" +ROUGAIL_VAR3="string1" diff --git a/tests/results/test/04_1default_calculation_hidden/file/all_exclude.env b/tests/results/test/04_1default_calculation_hidden/file/all_exclude.env new file mode 100644 index 0000000..000c6a3 --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" +ROUGAIL_VAR3="string1" diff --git a/tests/results/test/04_1default_calculation_hidden/file/mandatories.env b/tests/results/test/04_1default_calculation_hidden/file/mandatories.env new file mode 100644 index 0000000..a010a7a --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/04_1default_calculation_hidden/makedict/all.json b/tests/results/test/04_1default_calculation_hidden/makedict/all.json new file mode 100644 index 0000000..c1ddfdc --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden/makedict/all.json @@ -0,0 +1,5 @@ +{ + "var1": "string1", + "var2": "string1", + "var3": "string1" +} diff --git a/tests/results/test/04_1default_calculation_hidden/makedict/mandatories.json b/tests/results/test/04_1default_calculation_hidden/makedict/mandatories.json new file mode 100644 index 0000000..8fef254 --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var1": "value", + "var3": "value" +} diff --git a/tests/results/04_1default_calculation_hidden/errors/all.json b/tests/results/test/04_1default_calculation_hidden_2/errors/all.json similarity index 100% rename from tests/results/04_1default_calculation_hidden/errors/all.json rename to tests/results/test/04_1default_calculation_hidden_2/errors/all.json diff --git a/tests/results/test/04_1default_calculation_hidden_2/errors/mandatories.json b/tests/results/test/04_1default_calculation_hidden_2/errors/mandatories.json new file mode 100644 index 0000000..944df65 --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden_2/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "cannot access to option \"var2\" (a second variable) because has property \"disabled\"" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test/04_1default_calculation_hidden_2/file/all.env b/tests/results/test/04_1default_calculation_hidden_2/file/all.env new file mode 100644 index 0000000..000c6a3 --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden_2/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" +ROUGAIL_VAR3="string1" diff --git a/tests/results/test/04_1default_calculation_hidden_2/file/all_exclude.env b/tests/results/test/04_1default_calculation_hidden_2/file/all_exclude.env new file mode 100644 index 0000000..000c6a3 --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden_2/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" +ROUGAIL_VAR3="string1" diff --git a/tests/results/test/04_1default_calculation_hidden_2/file/mandatories.env b/tests/results/test/04_1default_calculation_hidden_2/file/mandatories.env new file mode 100644 index 0000000..c20f168 --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden_2/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR2="string1" +ROUGAIL_VAR3="string1" diff --git a/tests/results/test/04_1default_calculation_hidden_2/makedict/all.json b/tests/results/test/04_1default_calculation_hidden_2/makedict/all.json new file mode 100644 index 0000000..c1ddfdc --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden_2/makedict/all.json @@ -0,0 +1,5 @@ +{ + "var1": "string1", + "var2": "string1", + "var3": "string1" +} diff --git a/tests/results/test/04_1default_calculation_hidden_2/makedict/mandatories.json b/tests/results/test/04_1default_calculation_hidden_2/makedict/mandatories.json new file mode 100644 index 0000000..c916f61 --- /dev/null +++ b/tests/results/test/04_1default_calculation_hidden_2/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var1": "value", + "var3": "string1" +} diff --git a/tests/results/test/04_5disabled_calculation_optional/errors/all.json b/tests/results/test/04_5disabled_calculation_optional/errors/all.json new file mode 100644 index 0000000..fb6e10e --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_optional/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "cannot access to option \"var1\" (a first variable) because has property \"hidden\" (unknown is undefined)" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_1auto_save_and_calculated_hidden/errors/mandatories.json b/tests/results/test/04_5disabled_calculation_optional/errors/mandatories.json similarity index 100% rename from tests/results/04_1auto_save_and_calculated_hidden/errors/mandatories.json rename to tests/results/test/04_5disabled_calculation_optional/errors/mandatories.json diff --git a/tests/results/test/04_5disabled_calculation_optional/file/all.env b/tests/results/test/04_5disabled_calculation_optional/file/all.env new file mode 100644 index 0000000..f50ed5e --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_optional/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/04_5disabled_calculation_optional/file/all_exclude.env b/tests/results/test/04_5disabled_calculation_optional/file/all_exclude.env new file mode 100644 index 0000000..f50ed5e --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_optional/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/04_1auto_save_and_calculated_hidden/file/mandatories.env b/tests/results/test/04_5disabled_calculation_optional/file/mandatories.env similarity index 100% rename from tests/results/04_1auto_save_and_calculated_hidden/file/mandatories.env rename to tests/results/test/04_5disabled_calculation_optional/file/mandatories.env diff --git a/tests/results/test/04_5disabled_calculation_optional/makedict/all.json b/tests/results/test/04_5disabled_calculation_optional/makedict/all.json new file mode 100644 index 0000000..0555517 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_optional/makedict/all.json @@ -0,0 +1,5 @@ +{ + "condition": "string1", + "var1": null, + "var2": "string1" +} diff --git a/tests/results/test/04_5disabled_calculation_optional/makedict/mandatories.json b/tests/results/test/04_5disabled_calculation_optional/makedict/mandatories.json new file mode 100644 index 0000000..bd0778c --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_optional/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "condition": "no", + "var1": null, + "var2": null +} diff --git a/tests/results/test/04_5disabled_calculation_variable/errors/all.json b/tests/results/test/04_5disabled_calculation_variable/errors/all.json new file mode 100644 index 0000000..7d397a7 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "cannot access to option \"variable\" (a variable) because has property \"disabled\"" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_1auto_save_and_hidden/errors/mandatories.json b/tests/results/test/04_5disabled_calculation_variable/errors/mandatories.json similarity index 100% rename from tests/results/04_1auto_save_and_hidden/errors/mandatories.json rename to tests/results/test/04_5disabled_calculation_variable/errors/mandatories.json diff --git a/tests/results/test/04_5disabled_calculation_variable/file/all.env b/tests/results/test/04_5disabled_calculation_variable/file/all.env new file mode 100644 index 0000000..79b0cef --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="True" +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/04_5disabled_calculation_variable/file/all_exclude.env b/tests/results/test/04_5disabled_calculation_variable/file/all_exclude.env new file mode 100644 index 0000000..79b0cef --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="True" +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/04_5disabled_calculation_variable/file/mandatories.env b/tests/results/test/04_5disabled_calculation_variable/file/mandatories.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/04_5disabled_calculation_variable/makedict/all.json b/tests/results/test/04_5disabled_calculation_variable/makedict/all.json new file mode 100644 index 0000000..f537995 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable/makedict/all.json @@ -0,0 +1,3 @@ +{ + "condition": true +} diff --git a/tests/results/test/04_5disabled_calculation_variable/makedict/mandatories.json b/tests/results/test/04_5disabled_calculation_variable/makedict/mandatories.json new file mode 100644 index 0000000..4de8ab2 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "condition": false, + "variable": "string1" +} diff --git a/tests/results/test/04_5disabled_calculation_variable2/errors/all.json b/tests/results/test/04_5disabled_calculation_variable2/errors/all.json new file mode 100644 index 0000000..7d397a7 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable2/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "cannot access to option \"variable\" (a variable) because has property \"disabled\"" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test/04_5disabled_calculation_variable2/errors/mandatories.json b/tests/results/test/04_5disabled_calculation_variable2/errors/mandatories.json new file mode 100644 index 0000000..7d397a7 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable2/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "cannot access to option \"variable\" (a variable) because has property \"disabled\"" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test/04_5disabled_calculation_variable2/file/all.env b/tests/results/test/04_5disabled_calculation_variable2/file/all.env new file mode 100644 index 0000000..79b0cef --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable2/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="True" +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/04_5disabled_calculation_variable2/file/all_exclude.env b/tests/results/test/04_5disabled_calculation_variable2/file/all_exclude.env new file mode 100644 index 0000000..79b0cef --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable2/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="True" +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/04_5disabled_calculation_variable2/file/mandatories.env b/tests/results/test/04_5disabled_calculation_variable2/file/mandatories.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable2/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/04_5disabled_calculation_variable2/makedict/all.json b/tests/results/test/04_5disabled_calculation_variable2/makedict/all.json new file mode 100644 index 0000000..f537995 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable2/makedict/all.json @@ -0,0 +1,3 @@ +{ + "condition": true +} diff --git a/tests/results/test/04_5disabled_calculation_variable2/makedict/mandatories.json b/tests/results/test/04_5disabled_calculation_variable2/makedict/mandatories.json new file mode 100644 index 0000000..f537995 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable2/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "condition": true +} diff --git a/tests/results/04_1default_calculation_hidden_2/errors/all.json b/tests/results/test/04_5disabled_calculation_variable3/errors/all.json similarity index 100% rename from tests/results/04_1default_calculation_hidden_2/errors/all.json rename to tests/results/test/04_5disabled_calculation_variable3/errors/all.json diff --git a/tests/results/test/04_5disabled_calculation_variable3/errors/mandatories.json b/tests/results/test/04_5disabled_calculation_variable3/errors/mandatories.json new file mode 100644 index 0000000..7d397a7 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable3/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "cannot access to option \"variable\" (a variable) because has property \"disabled\"" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test/04_5disabled_calculation_variable3/file/all.env b/tests/results/test/04_5disabled_calculation_variable3/file/all.env new file mode 100644 index 0000000..85e2db8 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable3/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/04_5disabled_calculation_variable3/file/all_exclude.env b/tests/results/test/04_5disabled_calculation_variable3/file/all_exclude.env new file mode 100644 index 0000000..85e2db8 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable3/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/04_5disabled_calculation_variable3/file/mandatories.env b/tests/results/test/04_5disabled_calculation_variable3/file/mandatories.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable3/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/04_5disabled_calculation_variable3/makedict/all.json b/tests/results/test/04_5disabled_calculation_variable3/makedict/all.json new file mode 100644 index 0000000..d7943c4 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable3/makedict/all.json @@ -0,0 +1,4 @@ +{ + "condition": "string1", + "variable": "string1" +} diff --git a/tests/results/test/04_5disabled_calculation_variable3/makedict/mandatories.json b/tests/results/test/04_5disabled_calculation_variable3/makedict/mandatories.json new file mode 100644 index 0000000..f491a40 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable3/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "condition": "yes" +} diff --git a/tests/results/test/04_5disabled_calculation_variable4/errors/all.json b/tests/results/test/04_5disabled_calculation_variable4/errors/all.json new file mode 100644 index 0000000..7d397a7 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable4/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "cannot access to option \"variable\" (a variable) because has property \"disabled\"" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation/errors/mandatories.json b/tests/results/test/04_5disabled_calculation_variable4/errors/mandatories.json similarity index 100% rename from tests/results/04_5disabled_calculation/errors/mandatories.json rename to tests/results/test/04_5disabled_calculation_variable4/errors/mandatories.json diff --git a/tests/results/test/04_5disabled_calculation_variable4/file/all.env b/tests/results/test/04_5disabled_calculation_variable4/file/all.env new file mode 100644 index 0000000..85e2db8 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable4/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/04_5disabled_calculation_variable4/file/all_exclude.env b/tests/results/test/04_5disabled_calculation_variable4/file/all_exclude.env new file mode 100644 index 0000000..85e2db8 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable4/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/04_5disabled_calculation_variable4/file/mandatories.env b/tests/results/test/04_5disabled_calculation_variable4/file/mandatories.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable4/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/04_5disabled_calculation_variable4/makedict/all.json b/tests/results/test/04_5disabled_calculation_variable4/makedict/all.json new file mode 100644 index 0000000..1bdffe3 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable4/makedict/all.json @@ -0,0 +1,3 @@ +{ + "condition": "string1" +} diff --git a/tests/results/test/04_5disabled_calculation_variable4/makedict/mandatories.json b/tests/results/test/04_5disabled_calculation_variable4/makedict/mandatories.json new file mode 100644 index 0000000..c831437 --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_variable4/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "condition": "yes", + "variable": "string1" +} diff --git a/tests/results/04_5disabled_calculation/errors/all.json b/tests/results/test/04_5validators/errors/all.json similarity index 100% rename from tests/results/04_5disabled_calculation/errors/all.json rename to tests/results/test/04_5validators/errors/all.json diff --git a/tests/results/04_5disabled_calculation_default/errors/mandatories.json b/tests/results/test/04_5validators/errors/mandatories.json similarity index 100% rename from tests/results/04_5disabled_calculation_default/errors/mandatories.json rename to tests/results/test/04_5validators/errors/mandatories.json diff --git a/tests/results/test/04_5validators/file/all.env b/tests/results/test/04_5validators/file/all.env new file mode 100644 index 0000000..7e407d0 --- /dev/null +++ b/tests/results/test/04_5validators/file/all.env @@ -0,0 +1 @@ +ROUGAIL_INT="1" diff --git a/tests/results/test/04_5validators/file/all_exclude.env b/tests/results/test/04_5validators/file/all_exclude.env new file mode 100644 index 0000000..7e407d0 --- /dev/null +++ b/tests/results/test/04_5validators/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_INT="1" diff --git a/tests/results/test/04_5validators/file/mandatories.env b/tests/results/test/04_5validators/file/mandatories.env new file mode 100644 index 0000000..7e407d0 --- /dev/null +++ b/tests/results/test/04_5validators/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_INT="1" diff --git a/tests/results/test/04_5validators/makedict/all.json b/tests/results/test/04_5validators/makedict/all.json new file mode 100644 index 0000000..c2a838d --- /dev/null +++ b/tests/results/test/04_5validators/makedict/all.json @@ -0,0 +1,3 @@ +{ + "int": 1 +} diff --git a/tests/results/test/04_5validators/makedict/mandatories.json b/tests/results/test/04_5validators/makedict/mandatories.json new file mode 100644 index 0000000..c2a838d --- /dev/null +++ b/tests/results/test/04_5validators/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "int": 1 +} diff --git a/tests/results/04_5disabled_calculation_default/errors/all.json b/tests/results/test/04_5validators_differ/errors/all.json similarity index 100% rename from tests/results/04_5disabled_calculation_default/errors/all.json rename to tests/results/test/04_5validators_differ/errors/all.json diff --git a/tests/results/04_5disabled_calculation_optional/errors/mandatories.json b/tests/results/test/04_5validators_differ/errors/mandatories.json similarity index 100% rename from tests/results/04_5disabled_calculation_optional/errors/mandatories.json rename to tests/results/test/04_5validators_differ/errors/mandatories.json diff --git a/tests/results/test/04_5validators_differ/file/all.env b/tests/results/test/04_5validators_differ/file/all.env new file mode 100644 index 0000000..1368e38 --- /dev/null +++ b/tests/results/test/04_5validators_differ/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="another_value" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/04_5validators_differ/file/all_exclude.env b/tests/results/test/04_5validators_differ/file/all_exclude.env new file mode 100644 index 0000000..1368e38 --- /dev/null +++ b/tests/results/test/04_5validators_differ/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="another_value" +ROUGAIL_VAR2="string1" diff --git a/tests/results/04_1auto_save_and_hidden/file/mandatories.env b/tests/results/test/04_5validators_differ/file/mandatories.env similarity index 100% rename from tests/results/04_1auto_save_and_hidden/file/mandatories.env rename to tests/results/test/04_5validators_differ/file/mandatories.env diff --git a/tests/results/test/04_5validators_differ/makedict/all.json b/tests/results/test/04_5validators_differ/makedict/all.json new file mode 100644 index 0000000..e22f230 --- /dev/null +++ b/tests/results/test/04_5validators_differ/makedict/all.json @@ -0,0 +1,4 @@ +{ + "var1": "another_value", + "var2": "string1" +} diff --git a/tests/results/test/04_5validators_differ/makedict/mandatories.json b/tests/results/test/04_5validators_differ/makedict/mandatories.json new file mode 100644 index 0000000..afab863 --- /dev/null +++ b/tests/results/test/04_5validators_differ/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var1": "oui", + "var2": "no" +} diff --git a/tests/results/04_5disabled_calculation_variable3/errors/all.json b/tests/results/test/04_5validators_multi/errors/all.json similarity index 100% rename from tests/results/04_5disabled_calculation_variable3/errors/all.json rename to tests/results/test/04_5validators_multi/errors/all.json diff --git a/tests/results/04_5disabled_calculation_variable/errors/mandatories.json b/tests/results/test/04_5validators_multi/errors/mandatories.json similarity index 100% rename from tests/results/04_5disabled_calculation_variable/errors/mandatories.json rename to tests/results/test/04_5validators_multi/errors/mandatories.json diff --git a/tests/results/test/04_5validators_multi/file/all.env b/tests/results/test/04_5validators_multi/file/all.env new file mode 100644 index 0000000..c3323e7 --- /dev/null +++ b/tests/results/test/04_5validators_multi/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VAR1="string1,string2,string3" diff --git a/tests/results/test/04_5validators_multi/file/all_exclude.env b/tests/results/test/04_5validators_multi/file/all_exclude.env new file mode 100644 index 0000000..c3323e7 --- /dev/null +++ b/tests/results/test/04_5validators_multi/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VAR1="string1,string2,string3" diff --git a/tests/results/04_5disabled_calculation_default/file/mandatories.env b/tests/results/test/04_5validators_multi/file/mandatories.env similarity index 100% rename from tests/results/04_5disabled_calculation_default/file/mandatories.env rename to tests/results/test/04_5validators_multi/file/mandatories.env diff --git a/tests/results/test/04_5validators_multi/makedict/all.json b/tests/results/test/04_5validators_multi/makedict/all.json new file mode 100644 index 0000000..0de443b --- /dev/null +++ b/tests/results/test/04_5validators_multi/makedict/all.json @@ -0,0 +1,7 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test/04_5validators_multi/makedict/mandatories.json b/tests/results/test/04_5validators_multi/makedict/mandatories.json new file mode 100644 index 0000000..5b1b7ab --- /dev/null +++ b/tests/results/test/04_5validators_multi/makedict/mandatories.json @@ -0,0 +1,6 @@ +{ + "var1": [ + "no", + "yes" + ] +} diff --git a/tests/results/04_5hidden_calculation/errors/all.json b/tests/results/test/04_5validators_multi2/errors/all.json similarity index 100% rename from tests/results/04_5hidden_calculation/errors/all.json rename to tests/results/test/04_5validators_multi2/errors/all.json diff --git a/tests/results/04_5disabled_calculation_variable4/errors/mandatories.json b/tests/results/test/04_5validators_multi2/errors/mandatories.json similarity index 100% rename from tests/results/04_5disabled_calculation_variable4/errors/mandatories.json rename to tests/results/test/04_5validators_multi2/errors/mandatories.json diff --git a/tests/results/test/04_5validators_multi2/file/all.env b/tests/results/test/04_5validators_multi2/file/all.env new file mode 100644 index 0000000..4d8c206 --- /dev/null +++ b/tests/results/test/04_5validators_multi2/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VAR1="val1,val2" diff --git a/tests/results/test/04_5validators_multi2/file/all_exclude.env b/tests/results/test/04_5validators_multi2/file/all_exclude.env new file mode 100644 index 0000000..4d8c206 --- /dev/null +++ b/tests/results/test/04_5validators_multi2/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VAR1="val1,val2" diff --git a/tests/results/04_5disabled_calculation_optional/file/mandatories.env b/tests/results/test/04_5validators_multi2/file/mandatories.env similarity index 100% rename from tests/results/04_5disabled_calculation_optional/file/mandatories.env rename to tests/results/test/04_5validators_multi2/file/mandatories.env diff --git a/tests/results/test/04_5validators_multi2/makedict/all.json b/tests/results/test/04_5validators_multi2/makedict/all.json new file mode 100644 index 0000000..5310dea --- /dev/null +++ b/tests/results/test/04_5validators_multi2/makedict/all.json @@ -0,0 +1,6 @@ +{ + "var1": [ + "val1", + "val2" + ] +} diff --git a/tests/results/test/04_5validators_multi2/makedict/mandatories.json b/tests/results/test/04_5validators_multi2/makedict/mandatories.json new file mode 100644 index 0000000..5b1b7ab --- /dev/null +++ b/tests/results/test/04_5validators_multi2/makedict/mandatories.json @@ -0,0 +1,6 @@ +{ + "var1": [ + "no", + "yes" + ] +} diff --git a/tests/results/04_5hidden_calculation_default_calculation/errors/all.json b/tests/results/test/05_0multi_not_uniq/errors/all.json similarity index 100% rename from tests/results/04_5hidden_calculation_default_calculation/errors/all.json rename to tests/results/test/05_0multi_not_uniq/errors/all.json diff --git a/tests/results/04_5hidden_calculation/errors/mandatories.json b/tests/results/test/05_0multi_not_uniq/errors/mandatories.json similarity index 100% rename from tests/results/04_5hidden_calculation/errors/mandatories.json rename to tests/results/test/05_0multi_not_uniq/errors/mandatories.json diff --git a/tests/results/test/05_0multi_not_uniq/file/all.env b/tests/results/test/05_0multi_not_uniq/file/all.env new file mode 100644 index 0000000..c3323e7 --- /dev/null +++ b/tests/results/test/05_0multi_not_uniq/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VAR1="string1,string2,string3" diff --git a/tests/results/test/05_0multi_not_uniq/file/all_exclude.env b/tests/results/test/05_0multi_not_uniq/file/all_exclude.env new file mode 100644 index 0000000..c3323e7 --- /dev/null +++ b/tests/results/test/05_0multi_not_uniq/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VAR1="string1,string2,string3" diff --git a/tests/results/04_5hidden_calculation/file/mandatories.env b/tests/results/test/05_0multi_not_uniq/file/mandatories.env similarity index 100% rename from tests/results/04_5hidden_calculation/file/mandatories.env rename to tests/results/test/05_0multi_not_uniq/file/mandatories.env diff --git a/tests/results/test/05_0multi_not_uniq/makedict/all.json b/tests/results/test/05_0multi_not_uniq/makedict/all.json new file mode 100644 index 0000000..0de443b --- /dev/null +++ b/tests/results/test/05_0multi_not_uniq/makedict/all.json @@ -0,0 +1,7 @@ +{ + "var1": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test/05_0multi_not_uniq/makedict/mandatories.json b/tests/results/test/05_0multi_not_uniq/makedict/mandatories.json new file mode 100644 index 0000000..adbcc42 --- /dev/null +++ b/tests/results/test/05_0multi_not_uniq/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "var1": [ + "non" + ] +} diff --git a/tests/results/04_5validators/errors/all.json b/tests/results/test/05_0multi_uniq/errors/all.json similarity index 100% rename from tests/results/04_5validators/errors/all.json rename to tests/results/test/05_0multi_uniq/errors/all.json diff --git a/tests/results/04_5hidden_calculation2/errors/mandatories.json b/tests/results/test/05_0multi_uniq/errors/mandatories.json similarity index 100% rename from tests/results/04_5hidden_calculation2/errors/mandatories.json rename to tests/results/test/05_0multi_uniq/errors/mandatories.json diff --git a/tests/results/test/05_0multi_uniq/file/all.env b/tests/results/test/05_0multi_uniq/file/all.env new file mode 100644 index 0000000..cb9cc7f --- /dev/null +++ b/tests/results/test/05_0multi_uniq/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1,string2,string3" diff --git a/tests/results/test/05_0multi_uniq/file/all_exclude.env b/tests/results/test/05_0multi_uniq/file/all_exclude.env new file mode 100644 index 0000000..cb9cc7f --- /dev/null +++ b/tests/results/test/05_0multi_uniq/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1,string2,string3" diff --git a/tests/results/04_5hidden_calculation2/file/mandatories.env b/tests/results/test/05_0multi_uniq/file/mandatories.env similarity index 100% rename from tests/results/04_5hidden_calculation2/file/mandatories.env rename to tests/results/test/05_0multi_uniq/file/mandatories.env diff --git a/tests/results/test/05_0multi_uniq/makedict/all.json b/tests/results/test/05_0multi_uniq/makedict/all.json new file mode 100644 index 0000000..5096846 --- /dev/null +++ b/tests/results/test/05_0multi_uniq/makedict/all.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test/05_0multi_uniq/makedict/mandatories.json b/tests/results/test/05_0multi_uniq/makedict/mandatories.json new file mode 100644 index 0000000..1a13486 --- /dev/null +++ b/tests/results/test/05_0multi_uniq/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "variable": [ + "non" + ] +} diff --git a/tests/results/04_5validators_differ/errors/all.json b/tests/results/test/12_1auto_save_expert/errors/all.json similarity index 100% rename from tests/results/04_5validators_differ/errors/all.json rename to tests/results/test/12_1auto_save_expert/errors/all.json diff --git a/tests/results/04_5hidden_calculation_default_calculation/errors/mandatories.json b/tests/results/test/12_1auto_save_expert/errors/mandatories.json similarity index 100% rename from tests/results/04_5hidden_calculation_default_calculation/errors/mandatories.json rename to tests/results/test/12_1auto_save_expert/errors/mandatories.json diff --git a/tests/results/test/12_1auto_save_expert/file/all.env b/tests/results/test/12_1auto_save_expert/file/all.env new file mode 100644 index 0000000..2424cc0 --- /dev/null +++ b/tests/results/test/12_1auto_save_expert/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VAR="no" diff --git a/tests/results/test/12_1auto_save_expert/file/all_exclude.env b/tests/results/test/12_1auto_save_expert/file/all_exclude.env new file mode 100644 index 0000000..2424cc0 --- /dev/null +++ b/tests/results/test/12_1auto_save_expert/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VAR="no" diff --git a/tests/results/04_5hidden_calculation_default_calculation/file/mandatories.env b/tests/results/test/12_1auto_save_expert/file/mandatories.env similarity index 100% rename from tests/results/04_5hidden_calculation_default_calculation/file/mandatories.env rename to tests/results/test/12_1auto_save_expert/file/mandatories.env diff --git a/tests/results/test/12_1auto_save_expert/makedict/all.json b/tests/results/test/12_1auto_save_expert/makedict/all.json new file mode 100644 index 0000000..b3ad3a8 --- /dev/null +++ b/tests/results/test/12_1auto_save_expert/makedict/all.json @@ -0,0 +1,3 @@ +{ + "var": "no" +} diff --git a/tests/results/test/12_1auto_save_expert/makedict/mandatories.json b/tests/results/test/12_1auto_save_expert/makedict/mandatories.json new file mode 100644 index 0000000..b3ad3a8 --- /dev/null +++ b/tests/results/test/12_1auto_save_expert/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var": "no" +} diff --git a/tests/results/04_5validators_multi/errors/all.json b/tests/results/test/16_0redefine_description/errors/all.json similarity index 100% rename from tests/results/04_5validators_multi/errors/all.json rename to tests/results/test/16_0redefine_description/errors/all.json diff --git a/tests/results/04_5validators/errors/mandatories.json b/tests/results/test/16_0redefine_description/errors/mandatories.json similarity index 100% rename from tests/results/04_5validators/errors/mandatories.json rename to tests/results/test/16_0redefine_description/errors/mandatories.json diff --git a/tests/results/test/16_0redefine_description/file/all.env b/tests/results/test/16_0redefine_description/file/all.env new file mode 100644 index 0000000..dbf899f --- /dev/null +++ b/tests/results/test/16_0redefine_description/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VAR="string1" diff --git a/tests/results/test/16_0redefine_description/file/all_exclude.env b/tests/results/test/16_0redefine_description/file/all_exclude.env new file mode 100644 index 0000000..dbf899f --- /dev/null +++ b/tests/results/test/16_0redefine_description/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VAR="string1" diff --git a/tests/results/test/16_0redefine_description/file/mandatories.env b/tests/results/test/16_0redefine_description/file/mandatories.env new file mode 100644 index 0000000..dbf899f --- /dev/null +++ b/tests/results/test/16_0redefine_description/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VAR="string1" diff --git a/tests/results/test/16_0redefine_description/makedict/all.json b/tests/results/test/16_0redefine_description/makedict/all.json new file mode 100644 index 0000000..18ce7c5 --- /dev/null +++ b/tests/results/test/16_0redefine_description/makedict/all.json @@ -0,0 +1,3 @@ +{ + "var": "string1" +} diff --git a/tests/results/test/16_0redefine_description/makedict/mandatories.json b/tests/results/test/16_0redefine_description/makedict/mandatories.json new file mode 100644 index 0000000..18ce7c5 --- /dev/null +++ b/tests/results/test/16_0redefine_description/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var": "string1" +} diff --git a/tests/results/04_5validators_multi2/errors/all.json b/tests/results/test/16_2family_redefine_calculation/errors/all.json similarity index 100% rename from tests/results/04_5validators_multi2/errors/all.json rename to tests/results/test/16_2family_redefine_calculation/errors/all.json diff --git a/tests/results/04_5validators_differ/errors/mandatories.json b/tests/results/test/16_2family_redefine_calculation/errors/mandatories.json similarity index 100% rename from tests/results/04_5validators_differ/errors/mandatories.json rename to tests/results/test/16_2family_redefine_calculation/errors/mandatories.json diff --git a/tests/results/test/16_2family_redefine_calculation/file/all.env b/tests/results/test/16_2family_redefine_calculation/file/all.env new file mode 100644 index 0000000..603af01 --- /dev/null +++ b/tests/results/test/16_2family_redefine_calculation/file/all.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VAR1="string1" diff --git a/tests/results/test/16_2family_redefine_calculation/file/all_exclude.env b/tests/results/test/16_2family_redefine_calculation/file/all_exclude.env new file mode 100644 index 0000000..603af01 --- /dev/null +++ b/tests/results/test/16_2family_redefine_calculation/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VAR1="string1" diff --git a/tests/results/test/16_2family_redefine_calculation/file/mandatories.env b/tests/results/test/16_2family_redefine_calculation/file/mandatories.env new file mode 100644 index 0000000..603af01 --- /dev/null +++ b/tests/results/test/16_2family_redefine_calculation/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VAR1="string1" diff --git a/tests/results/16_2family_redefine_calculation/makedict/all.json b/tests/results/test/16_2family_redefine_calculation/makedict/all.json similarity index 100% rename from tests/results/16_2family_redefine_calculation/makedict/all.json rename to tests/results/test/16_2family_redefine_calculation/makedict/all.json diff --git a/tests/results/16_2family_redefine_calculation/makedict/mandatories.json b/tests/results/test/16_2family_redefine_calculation/makedict/mandatories.json similarity index 100% rename from tests/results/16_2family_redefine_calculation/makedict/mandatories.json rename to tests/results/test/16_2family_redefine_calculation/makedict/mandatories.json diff --git a/tests/results/05_0multi_not_uniq/errors/all.json b/tests/results/test/16_2family_redefine_disabled/errors/all.json similarity index 100% rename from tests/results/05_0multi_not_uniq/errors/all.json rename to tests/results/test/16_2family_redefine_disabled/errors/all.json diff --git a/tests/results/04_5validators_multi/errors/mandatories.json b/tests/results/test/16_2family_redefine_disabled/errors/mandatories.json similarity index 100% rename from tests/results/04_5validators_multi/errors/mandatories.json rename to tests/results/test/16_2family_redefine_disabled/errors/mandatories.json diff --git a/tests/results/test/16_2family_redefine_disabled/file/all.env b/tests/results/test/16_2family_redefine_disabled/file/all.env new file mode 100644 index 0000000..603af01 --- /dev/null +++ b/tests/results/test/16_2family_redefine_disabled/file/all.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VAR1="string1" diff --git a/tests/results/test/16_2family_redefine_disabled/file/all_exclude.env b/tests/results/test/16_2family_redefine_disabled/file/all_exclude.env new file mode 100644 index 0000000..603af01 --- /dev/null +++ b/tests/results/test/16_2family_redefine_disabled/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VAR1="string1" diff --git a/tests/results/test/16_2family_redefine_disabled/file/mandatories.env b/tests/results/test/16_2family_redefine_disabled/file/mandatories.env new file mode 100644 index 0000000..603af01 --- /dev/null +++ b/tests/results/test/16_2family_redefine_disabled/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VAR1="string1" diff --git a/tests/results/16_2family_redefine_disabled/makedict/all.json b/tests/results/test/16_2family_redefine_disabled/makedict/all.json similarity index 100% rename from tests/results/16_2family_redefine_disabled/makedict/all.json rename to tests/results/test/16_2family_redefine_disabled/makedict/all.json diff --git a/tests/results/16_2family_redefine_disabled/makedict/mandatories.json b/tests/results/test/16_2family_redefine_disabled/makedict/mandatories.json similarity index 100% rename from tests/results/16_2family_redefine_disabled/makedict/mandatories.json rename to tests/results/test/16_2family_redefine_disabled/makedict/mandatories.json diff --git a/tests/results/05_0multi_uniq/errors/all.json b/tests/results/test/16_5exists_nonexists/errors/all.json similarity index 100% rename from tests/results/05_0multi_uniq/errors/all.json rename to tests/results/test/16_5exists_nonexists/errors/all.json diff --git a/tests/results/04_5validators_multi2/errors/mandatories.json b/tests/results/test/16_5exists_nonexists/errors/mandatories.json similarity index 100% rename from tests/results/04_5validators_multi2/errors/mandatories.json rename to tests/results/test/16_5exists_nonexists/errors/mandatories.json diff --git a/tests/results/test/16_5exists_nonexists/file/all.env b/tests/results/test/16_5exists_nonexists/file/all.env new file mode 100644 index 0000000..1d474e9 --- /dev/null +++ b/tests/results/test/16_5exists_nonexists/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/16_5exists_nonexists/file/all_exclude.env b/tests/results/test/16_5exists_nonexists/file/all_exclude.env new file mode 100644 index 0000000..1d474e9 --- /dev/null +++ b/tests/results/test/16_5exists_nonexists/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/04_5validators_differ/file/mandatories.env b/tests/results/test/16_5exists_nonexists/file/mandatories.env similarity index 100% rename from tests/results/04_5validators_differ/file/mandatories.env rename to tests/results/test/16_5exists_nonexists/file/mandatories.env diff --git a/tests/results/test/16_5exists_nonexists/makedict/all.json b/tests/results/test/16_5exists_nonexists/makedict/all.json new file mode 100644 index 0000000..15c061e --- /dev/null +++ b/tests/results/test/16_5exists_nonexists/makedict/all.json @@ -0,0 +1,4 @@ +{ + "var1": "string1", + "var2": "string1" +} diff --git a/tests/results/test/16_5exists_nonexists/makedict/mandatories.json b/tests/results/test/16_5exists_nonexists/makedict/mandatories.json new file mode 100644 index 0000000..6f91826 --- /dev/null +++ b/tests/results/test/16_5exists_nonexists/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var1": "no", + "var2": "yes" +} diff --git a/tests/results/12_1auto_save_expert/errors/all.json b/tests/results/test/16_5exists_redefine/errors/all.json similarity index 100% rename from tests/results/12_1auto_save_expert/errors/all.json rename to tests/results/test/16_5exists_redefine/errors/all.json diff --git a/tests/results/05_0multi_not_uniq/errors/mandatories.json b/tests/results/test/16_5exists_redefine/errors/mandatories.json similarity index 100% rename from tests/results/05_0multi_not_uniq/errors/mandatories.json rename to tests/results/test/16_5exists_redefine/errors/mandatories.json diff --git a/tests/results/test/16_5exists_redefine/file/all.env b/tests/results/test/16_5exists_redefine/file/all.env new file mode 100644 index 0000000..f31e5d5 --- /dev/null +++ b/tests/results/test/16_5exists_redefine/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VAR1="string1" diff --git a/tests/results/test/16_5exists_redefine/file/all_exclude.env b/tests/results/test/16_5exists_redefine/file/all_exclude.env new file mode 100644 index 0000000..f31e5d5 --- /dev/null +++ b/tests/results/test/16_5exists_redefine/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VAR1="string1" diff --git a/tests/results/04_5validators_multi/file/mandatories.env b/tests/results/test/16_5exists_redefine/file/mandatories.env similarity index 100% rename from tests/results/04_5validators_multi/file/mandatories.env rename to tests/results/test/16_5exists_redefine/file/mandatories.env diff --git a/tests/results/test/16_5exists_redefine/makedict/all.json b/tests/results/test/16_5exists_redefine/makedict/all.json new file mode 100644 index 0000000..d95d6d7 --- /dev/null +++ b/tests/results/test/16_5exists_redefine/makedict/all.json @@ -0,0 +1,3 @@ +{ + "var1": "yes" +} diff --git a/tests/results/test/16_5exists_redefine/makedict/mandatories.json b/tests/results/test/16_5exists_redefine/makedict/mandatories.json new file mode 100644 index 0000000..d95d6d7 --- /dev/null +++ b/tests/results/test/16_5exists_redefine/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var1": "yes" +} diff --git a/tests/results/16_0redefine_description/errors/all.json b/tests/results/test/16_5redefine_calculation/errors/all.json similarity index 100% rename from tests/results/16_0redefine_description/errors/all.json rename to tests/results/test/16_5redefine_calculation/errors/all.json diff --git a/tests/results/05_0multi_uniq/errors/mandatories.json b/tests/results/test/16_5redefine_calculation/errors/mandatories.json similarity index 100% rename from tests/results/05_0multi_uniq/errors/mandatories.json rename to tests/results/test/16_5redefine_calculation/errors/mandatories.json diff --git a/tests/results/test/16_5redefine_calculation/file/all.env b/tests/results/test/16_5redefine_calculation/file/all.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/16_5redefine_calculation/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/16_5redefine_calculation/file/all_exclude.env b/tests/results/test/16_5redefine_calculation/file/all_exclude.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/16_5redefine_calculation/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/04_5validators_multi2/file/mandatories.env b/tests/results/test/16_5redefine_calculation/file/mandatories.env similarity index 100% rename from tests/results/04_5validators_multi2/file/mandatories.env rename to tests/results/test/16_5redefine_calculation/file/mandatories.env diff --git a/tests/results/test/16_5redefine_calculation/makedict/all.json b/tests/results/test/16_5redefine_calculation/makedict/all.json new file mode 100644 index 0000000..782f159 --- /dev/null +++ b/tests/results/test/16_5redefine_calculation/makedict/all.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} diff --git a/tests/results/test/16_5redefine_calculation/makedict/mandatories.json b/tests/results/test/16_5redefine_calculation/makedict/mandatories.json new file mode 100644 index 0000000..e779e5c --- /dev/null +++ b/tests/results/test/16_5redefine_calculation/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "variable": "yes" +} diff --git a/tests/results/16_5exists_nonexists/errors/all.json b/tests/results/test/16_5redefine_choice/errors/all.json similarity index 100% rename from tests/results/16_5exists_nonexists/errors/all.json rename to tests/results/test/16_5redefine_choice/errors/all.json diff --git a/tests/results/12_1auto_save_expert/errors/mandatories.json b/tests/results/test/16_5redefine_choice/errors/mandatories.json similarity index 100% rename from tests/results/12_1auto_save_expert/errors/mandatories.json rename to tests/results/test/16_5redefine_choice/errors/mandatories.json diff --git a/tests/results/test/16_5redefine_choice/file/all.env b/tests/results/test/16_5redefine_choice/file/all.env new file mode 100644 index 0000000..4504f15 --- /dev/null +++ b/tests/results/test/16_5redefine_choice/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="a" diff --git a/tests/results/test/16_5redefine_choice/file/all_exclude.env b/tests/results/test/16_5redefine_choice/file/all_exclude.env new file mode 100644 index 0000000..4504f15 --- /dev/null +++ b/tests/results/test/16_5redefine_choice/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="a" diff --git a/tests/results/test/16_5redefine_choice/file/mandatories.env b/tests/results/test/16_5redefine_choice/file/mandatories.env new file mode 100644 index 0000000..4504f15 --- /dev/null +++ b/tests/results/test/16_5redefine_choice/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="a" diff --git a/tests/results/test/16_5redefine_choice/makedict/all.json b/tests/results/test/16_5redefine_choice/makedict/all.json new file mode 100644 index 0000000..7769845 --- /dev/null +++ b/tests/results/test/16_5redefine_choice/makedict/all.json @@ -0,0 +1,3 @@ +{ + "variable": "a" +} diff --git a/tests/results/test/16_5redefine_choice/makedict/mandatories.json b/tests/results/test/16_5redefine_choice/makedict/mandatories.json new file mode 100644 index 0000000..7769845 --- /dev/null +++ b/tests/results/test/16_5redefine_choice/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "variable": "a" +} diff --git a/tests/results/16_5redefine_calculation/errors/all.json b/tests/results/test/16_5redefine_default/errors/all.json similarity index 100% rename from tests/results/16_5redefine_calculation/errors/all.json rename to tests/results/test/16_5redefine_default/errors/all.json diff --git a/tests/results/16_0redefine_description/errors/mandatories.json b/tests/results/test/16_5redefine_default/errors/mandatories.json similarity index 100% rename from tests/results/16_0redefine_description/errors/mandatories.json rename to tests/results/test/16_5redefine_default/errors/mandatories.json diff --git a/tests/results/test/16_5redefine_default/file/all.env b/tests/results/test/16_5redefine_default/file/all.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/16_5redefine_default/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/16_5redefine_default/file/all_exclude.env b/tests/results/test/16_5redefine_default/file/all_exclude.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/16_5redefine_default/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/05_0multi_not_uniq/file/mandatories.env b/tests/results/test/16_5redefine_default/file/mandatories.env similarity index 100% rename from tests/results/05_0multi_not_uniq/file/mandatories.env rename to tests/results/test/16_5redefine_default/file/mandatories.env diff --git a/tests/results/test/16_5redefine_default/makedict/all.json b/tests/results/test/16_5redefine_default/makedict/all.json new file mode 100644 index 0000000..782f159 --- /dev/null +++ b/tests/results/test/16_5redefine_default/makedict/all.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} diff --git a/tests/results/test/16_5redefine_default/makedict/mandatories.json b/tests/results/test/16_5redefine_default/makedict/mandatories.json new file mode 100644 index 0000000..e779e5c --- /dev/null +++ b/tests/results/test/16_5redefine_default/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "variable": "yes" +} diff --git a/tests/results/16_5redefine_choice/errors/all.json b/tests/results/test/16_5redefine_default_calculation/errors/all.json similarity index 100% rename from tests/results/16_5redefine_choice/errors/all.json rename to tests/results/test/16_5redefine_default_calculation/errors/all.json diff --git a/tests/results/16_5exists_nonexists/errors/mandatories.json b/tests/results/test/16_5redefine_default_calculation/errors/mandatories.json similarity index 100% rename from tests/results/16_5exists_nonexists/errors/mandatories.json rename to tests/results/test/16_5redefine_default_calculation/errors/mandatories.json diff --git a/tests/results/test/16_5redefine_default_calculation/file/all.env b/tests/results/test/16_5redefine_default_calculation/file/all.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/16_5redefine_default_calculation/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/16_5redefine_default_calculation/file/all_exclude.env b/tests/results/test/16_5redefine_default_calculation/file/all_exclude.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/16_5redefine_default_calculation/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/16_5redefine_default_calculation/file/mandatories.env b/tests/results/test/16_5redefine_default_calculation/file/mandatories.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/16_5redefine_default_calculation/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/16_5redefine_default_calculation/makedict/all.json b/tests/results/test/16_5redefine_default_calculation/makedict/all.json new file mode 100644 index 0000000..782f159 --- /dev/null +++ b/tests/results/test/16_5redefine_default_calculation/makedict/all.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} diff --git a/tests/results/test/16_5redefine_default_calculation/makedict/mandatories.json b/tests/results/test/16_5redefine_default_calculation/makedict/mandatories.json new file mode 100644 index 0000000..782f159 --- /dev/null +++ b/tests/results/test/16_5redefine_default_calculation/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "variable": "string1" +} diff --git a/tests/results/16_5redefine_default/errors/all.json b/tests/results/test/16_5redefine_family/errors/all.json similarity index 100% rename from tests/results/16_5redefine_default/errors/all.json rename to tests/results/test/16_5redefine_family/errors/all.json diff --git a/tests/results/16_5exists_redefine/errors/mandatories.json b/tests/results/test/16_5redefine_family/errors/mandatories.json similarity index 100% rename from tests/results/16_5exists_redefine/errors/mandatories.json rename to tests/results/test/16_5redefine_family/errors/mandatories.json diff --git a/tests/results/test/16_5redefine_family/file/all.env b/tests/results/test/16_5redefine_family/file/all.env new file mode 100644 index 0000000..60889ae --- /dev/null +++ b/tests/results/test/16_5redefine_family/file/all.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VARIABLE="string1" diff --git a/tests/results/test/16_5redefine_family/file/all_exclude.env b/tests/results/test/16_5redefine_family/file/all_exclude.env new file mode 100644 index 0000000..60889ae --- /dev/null +++ b/tests/results/test/16_5redefine_family/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VARIABLE="string1" diff --git a/tests/results/test/16_5redefine_family/file/mandatories.env b/tests/results/test/16_5redefine_family/file/mandatories.env new file mode 100644 index 0000000..60889ae --- /dev/null +++ b/tests/results/test/16_5redefine_family/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VARIABLE="string1" diff --git a/tests/results/test/16_5redefine_family/makedict/all.json b/tests/results/test/16_5redefine_family/makedict/all.json new file mode 100644 index 0000000..2db9ab5 --- /dev/null +++ b/tests/results/test/16_5redefine_family/makedict/all.json @@ -0,0 +1,3 @@ +{ + "family.variable": "string1" +} diff --git a/tests/results/test/16_5redefine_family/makedict/mandatories.json b/tests/results/test/16_5redefine_family/makedict/mandatories.json new file mode 100644 index 0000000..2db9ab5 --- /dev/null +++ b/tests/results/test/16_5redefine_family/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "family.variable": "string1" +} diff --git a/tests/results/16_5redefine_default_calculation/errors/all.json b/tests/results/test/16_5redefine_help/errors/all.json similarity index 100% rename from tests/results/16_5redefine_default_calculation/errors/all.json rename to tests/results/test/16_5redefine_help/errors/all.json diff --git a/tests/results/16_5redefine_calculation/errors/mandatories.json b/tests/results/test/16_5redefine_help/errors/mandatories.json similarity index 100% rename from tests/results/16_5redefine_calculation/errors/mandatories.json rename to tests/results/test/16_5redefine_help/errors/mandatories.json diff --git a/tests/results/test/16_5redefine_help/file/all.env b/tests/results/test/16_5redefine_help/file/all.env new file mode 100644 index 0000000..60889ae --- /dev/null +++ b/tests/results/test/16_5redefine_help/file/all.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VARIABLE="string1" diff --git a/tests/results/test/16_5redefine_help/file/all_exclude.env b/tests/results/test/16_5redefine_help/file/all_exclude.env new file mode 100644 index 0000000..60889ae --- /dev/null +++ b/tests/results/test/16_5redefine_help/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VARIABLE="string1" diff --git a/tests/results/test/16_5redefine_help/file/mandatories.env b/tests/results/test/16_5redefine_help/file/mandatories.env new file mode 100644 index 0000000..60889ae --- /dev/null +++ b/tests/results/test/16_5redefine_help/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VARIABLE="string1" diff --git a/tests/results/test/16_5redefine_help/makedict/all.json b/tests/results/test/16_5redefine_help/makedict/all.json new file mode 100644 index 0000000..2db9ab5 --- /dev/null +++ b/tests/results/test/16_5redefine_help/makedict/all.json @@ -0,0 +1,3 @@ +{ + "family.variable": "string1" +} diff --git a/tests/results/test/16_5redefine_help/makedict/mandatories.json b/tests/results/test/16_5redefine_help/makedict/mandatories.json new file mode 100644 index 0000000..2db9ab5 --- /dev/null +++ b/tests/results/test/16_5redefine_help/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "family.variable": "string1" +} diff --git a/tests/results/16_5redefine_family/errors/all.json b/tests/results/test/16_5redefine_hidden/errors/all.json similarity index 100% rename from tests/results/16_5redefine_family/errors/all.json rename to tests/results/test/16_5redefine_hidden/errors/all.json diff --git a/tests/results/16_5redefine_choice/errors/mandatories.json b/tests/results/test/16_5redefine_hidden/errors/mandatories.json similarity index 100% rename from tests/results/16_5redefine_choice/errors/mandatories.json rename to tests/results/test/16_5redefine_hidden/errors/mandatories.json diff --git a/tests/results/test/16_5redefine_hidden/file/all.env b/tests/results/test/16_5redefine_hidden/file/all.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/16_5redefine_hidden/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/16_5redefine_hidden/file/all_exclude.env b/tests/results/test/16_5redefine_hidden/file/all_exclude.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/16_5redefine_hidden/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/05_0multi_uniq/file/mandatories.env b/tests/results/test/16_5redefine_hidden/file/mandatories.env similarity index 100% rename from tests/results/05_0multi_uniq/file/mandatories.env rename to tests/results/test/16_5redefine_hidden/file/mandatories.env diff --git a/tests/results/test/16_5redefine_hidden/makedict/all.json b/tests/results/test/16_5redefine_hidden/makedict/all.json new file mode 100644 index 0000000..09f3fb0 --- /dev/null +++ b/tests/results/test/16_5redefine_hidden/makedict/all.json @@ -0,0 +1,3 @@ +{ + "variable": "no" +} diff --git a/tests/results/test/16_5redefine_hidden/makedict/mandatories.json b/tests/results/test/16_5redefine_hidden/makedict/mandatories.json new file mode 100644 index 0000000..09f3fb0 --- /dev/null +++ b/tests/results/test/16_5redefine_hidden/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "variable": "no" +} diff --git a/tests/results/16_5redefine_help/errors/all.json b/tests/results/test/16_5redefine_multi/errors/all.json similarity index 100% rename from tests/results/16_5redefine_help/errors/all.json rename to tests/results/test/16_5redefine_multi/errors/all.json diff --git a/tests/results/16_5redefine_default/errors/mandatories.json b/tests/results/test/16_5redefine_multi/errors/mandatories.json similarity index 100% rename from tests/results/16_5redefine_default/errors/mandatories.json rename to tests/results/test/16_5redefine_multi/errors/mandatories.json diff --git a/tests/results/test/16_5redefine_multi/file/all.env b/tests/results/test/16_5redefine_multi/file/all.env new file mode 100644 index 0000000..cb9cc7f --- /dev/null +++ b/tests/results/test/16_5redefine_multi/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1,string2,string3" diff --git a/tests/results/test/16_5redefine_multi/file/all_exclude.env b/tests/results/test/16_5redefine_multi/file/all_exclude.env new file mode 100644 index 0000000..cb9cc7f --- /dev/null +++ b/tests/results/test/16_5redefine_multi/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1,string2,string3" diff --git a/tests/results/12_1auto_save_expert/file/mandatories.env b/tests/results/test/16_5redefine_multi/file/mandatories.env similarity index 100% rename from tests/results/12_1auto_save_expert/file/mandatories.env rename to tests/results/test/16_5redefine_multi/file/mandatories.env diff --git a/tests/results/test/16_5redefine_multi/makedict/all.json b/tests/results/test/16_5redefine_multi/makedict/all.json new file mode 100644 index 0000000..5096846 --- /dev/null +++ b/tests/results/test/16_5redefine_multi/makedict/all.json @@ -0,0 +1,7 @@ +{ + "variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test/16_5redefine_multi/makedict/mandatories.json b/tests/results/test/16_5redefine_multi/makedict/mandatories.json new file mode 100644 index 0000000..1a13486 --- /dev/null +++ b/tests/results/test/16_5redefine_multi/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "variable": [ + "non" + ] +} diff --git a/tests/results/16_5redefine_multi/errors/all.json b/tests/results/test/16_5redefine_remove_disable_calculation/errors/all.json similarity index 100% rename from tests/results/16_5redefine_multi/errors/all.json rename to tests/results/test/16_5redefine_remove_disable_calculation/errors/all.json diff --git a/tests/results/16_5redefine_default_calculation/errors/mandatories.json b/tests/results/test/16_5redefine_remove_disable_calculation/errors/mandatories.json similarity index 100% rename from tests/results/16_5redefine_default_calculation/errors/mandatories.json rename to tests/results/test/16_5redefine_remove_disable_calculation/errors/mandatories.json diff --git a/tests/results/test/16_5redefine_remove_disable_calculation/file/all.env b/tests/results/test/16_5redefine_remove_disable_calculation/file/all.env new file mode 100644 index 0000000..85e2db8 --- /dev/null +++ b/tests/results/test/16_5redefine_remove_disable_calculation/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/16_5redefine_remove_disable_calculation/file/all_exclude.env b/tests/results/test/16_5redefine_remove_disable_calculation/file/all_exclude.env new file mode 100644 index 0000000..85e2db8 --- /dev/null +++ b/tests/results/test/16_5redefine_remove_disable_calculation/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/16_5redefine_remove_disable_calculation/file/mandatories.env b/tests/results/test/16_5redefine_remove_disable_calculation/file/mandatories.env new file mode 100644 index 0000000..0f489bd --- /dev/null +++ b/tests/results/test/16_5redefine_remove_disable_calculation/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VARIABLE="string1" diff --git a/tests/results/test/16_5redefine_remove_disable_calculation/makedict/all.json b/tests/results/test/16_5redefine_remove_disable_calculation/makedict/all.json new file mode 100644 index 0000000..d7943c4 --- /dev/null +++ b/tests/results/test/16_5redefine_remove_disable_calculation/makedict/all.json @@ -0,0 +1,4 @@ +{ + "condition": "string1", + "variable": "string1" +} diff --git a/tests/results/test/16_5redefine_remove_disable_calculation/makedict/mandatories.json b/tests/results/test/16_5redefine_remove_disable_calculation/makedict/mandatories.json new file mode 100644 index 0000000..ff13123 --- /dev/null +++ b/tests/results/test/16_5redefine_remove_disable_calculation/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "condition": "no", + "variable": "string1" +} diff --git a/tests/results/16_5redefine_remove_disable_calculation/errors/all.json b/tests/results/test/16_5test_redefine/errors/all.json similarity index 100% rename from tests/results/16_5redefine_remove_disable_calculation/errors/all.json rename to tests/results/test/16_5test_redefine/errors/all.json diff --git a/tests/results/16_5redefine_family/errors/mandatories.json b/tests/results/test/16_5test_redefine/errors/mandatories.json similarity index 100% rename from tests/results/16_5redefine_family/errors/mandatories.json rename to tests/results/test/16_5test_redefine/errors/mandatories.json diff --git a/tests/results/test/16_5test_redefine/file/all.env b/tests/results/test/16_5test_redefine/file/all.env new file mode 100644 index 0000000..950d868 --- /dev/null +++ b/tests/results/test/16_5test_redefine/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR1="test1" +ROUGAIL_VAR2="test1" +ROUGAIL_VAR3="string1" diff --git a/tests/results/test/16_5test_redefine/file/all_exclude.env b/tests/results/test/16_5test_redefine/file/all_exclude.env new file mode 100644 index 0000000..950d868 --- /dev/null +++ b/tests/results/test/16_5test_redefine/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR1="test1" +ROUGAIL_VAR2="test1" +ROUGAIL_VAR3="string1" diff --git a/tests/results/test/16_5test_redefine/file/mandatories.env b/tests/results/test/16_5test_redefine/file/mandatories.env new file mode 100644 index 0000000..09a90c8 --- /dev/null +++ b/tests/results/test/16_5test_redefine/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VAR3="string1" diff --git a/tests/results/test/16_5test_redefine/makedict/all.json b/tests/results/test/16_5test_redefine/makedict/all.json new file mode 100644 index 0000000..9de89a1 --- /dev/null +++ b/tests/results/test/16_5test_redefine/makedict/all.json @@ -0,0 +1,5 @@ +{ + "var1": "test1", + "var2": "test1", + "var3": "string1" +} diff --git a/tests/results/test/16_5test_redefine/makedict/mandatories.json b/tests/results/test/16_5test_redefine/makedict/mandatories.json new file mode 100644 index 0000000..82d1bfb --- /dev/null +++ b/tests/results/test/16_5test_redefine/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "var1": "no", + "var2": "non", + "var3": "string1" +} diff --git a/tests/results/16_5test_redefine/errors/all.json b/tests/results/test/16_6choice_redefine/errors/all.json similarity index 100% rename from tests/results/16_5test_redefine/errors/all.json rename to tests/results/test/16_6choice_redefine/errors/all.json diff --git a/tests/results/16_5redefine_help/errors/mandatories.json b/tests/results/test/16_6choice_redefine/errors/mandatories.json similarity index 100% rename from tests/results/16_5redefine_help/errors/mandatories.json rename to tests/results/test/16_6choice_redefine/errors/mandatories.json diff --git a/tests/results/test/16_6choice_redefine/file/all.env b/tests/results/test/16_6choice_redefine/file/all.env new file mode 100644 index 0000000..d4ff57f --- /dev/null +++ b/tests/results/test/16_6choice_redefine/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VAR="a" diff --git a/tests/results/test/16_6choice_redefine/file/all_exclude.env b/tests/results/test/16_6choice_redefine/file/all_exclude.env new file mode 100644 index 0000000..d4ff57f --- /dev/null +++ b/tests/results/test/16_6choice_redefine/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VAR="a" diff --git a/tests/results/16_5exists_nonexists/file/mandatories.env b/tests/results/test/16_6choice_redefine/file/mandatories.env similarity index 100% rename from tests/results/16_5exists_nonexists/file/mandatories.env rename to tests/results/test/16_6choice_redefine/file/mandatories.env diff --git a/tests/results/test/16_6choice_redefine/makedict/all.json b/tests/results/test/16_6choice_redefine/makedict/all.json new file mode 100644 index 0000000..b1aaa8c --- /dev/null +++ b/tests/results/test/16_6choice_redefine/makedict/all.json @@ -0,0 +1,3 @@ +{ + "var": "a" +} diff --git a/tests/results/test/16_6choice_redefine/makedict/mandatories.json b/tests/results/test/16_6choice_redefine/makedict/mandatories.json new file mode 100644 index 0000000..b29346a --- /dev/null +++ b/tests/results/test/16_6choice_redefine/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var": "c" +} diff --git a/tests/results/16_6choice_redefine/errors/all.json b/tests/results/test/16_6exists_redefine_family/errors/all.json similarity index 100% rename from tests/results/16_6choice_redefine/errors/all.json rename to tests/results/test/16_6exists_redefine_family/errors/all.json diff --git a/tests/results/16_5redefine_hidden/errors/mandatories.json b/tests/results/test/16_6exists_redefine_family/errors/mandatories.json similarity index 100% rename from tests/results/16_5redefine_hidden/errors/mandatories.json rename to tests/results/test/16_6exists_redefine_family/errors/mandatories.json diff --git a/tests/results/test/16_6exists_redefine_family/file/all.env b/tests/results/test/16_6exists_redefine_family/file/all.env new file mode 100644 index 0000000..ab1ae74 --- /dev/null +++ b/tests/results/test/16_6exists_redefine_family/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_FAMILY1.VARIABLE1="string1" +ROUGAIL_FAMILY2.VARIABLE2="string1" diff --git a/tests/results/test/16_6exists_redefine_family/file/all_exclude.env b/tests/results/test/16_6exists_redefine_family/file/all_exclude.env new file mode 100644 index 0000000..ab1ae74 --- /dev/null +++ b/tests/results/test/16_6exists_redefine_family/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_FAMILY1.VARIABLE1="string1" +ROUGAIL_FAMILY2.VARIABLE2="string1" diff --git a/tests/results/test/16_6exists_redefine_family/file/mandatories.env b/tests/results/test/16_6exists_redefine_family/file/mandatories.env new file mode 100644 index 0000000..ab1ae74 --- /dev/null +++ b/tests/results/test/16_6exists_redefine_family/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_FAMILY1.VARIABLE1="string1" +ROUGAIL_FAMILY2.VARIABLE2="string1" diff --git a/tests/results/test/16_6exists_redefine_family/makedict/all.json b/tests/results/test/16_6exists_redefine_family/makedict/all.json new file mode 100644 index 0000000..31de2a0 --- /dev/null +++ b/tests/results/test/16_6exists_redefine_family/makedict/all.json @@ -0,0 +1,4 @@ +{ + "family1.variable1": "string1", + "family2.variable2": "string1" +} diff --git a/tests/results/test/16_6exists_redefine_family/makedict/mandatories.json b/tests/results/test/16_6exists_redefine_family/makedict/mandatories.json new file mode 100644 index 0000000..31de2a0 --- /dev/null +++ b/tests/results/test/16_6exists_redefine_family/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "family1.variable1": "string1", + "family2.variable2": "string1" +} diff --git a/tests/results/16_6exists_redefine_family/errors/all.json b/tests/results/test/16exists_exists/errors/all.json similarity index 100% rename from tests/results/16_6exists_redefine_family/errors/all.json rename to tests/results/test/16exists_exists/errors/all.json diff --git a/tests/results/16_5redefine_multi/errors/mandatories.json b/tests/results/test/16exists_exists/errors/mandatories.json similarity index 100% rename from tests/results/16_5redefine_multi/errors/mandatories.json rename to tests/results/test/16exists_exists/errors/mandatories.json diff --git a/tests/results/test/16exists_exists/file/all.env b/tests/results/test/16exists_exists/file/all.env new file mode 100644 index 0000000..dbf899f --- /dev/null +++ b/tests/results/test/16exists_exists/file/all.env @@ -0,0 +1 @@ +ROUGAIL_VAR="string1" diff --git a/tests/results/test/16exists_exists/file/all_exclude.env b/tests/results/test/16exists_exists/file/all_exclude.env new file mode 100644 index 0000000..dbf899f --- /dev/null +++ b/tests/results/test/16exists_exists/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_VAR="string1" diff --git a/tests/results/test/16exists_exists/file/mandatories.env b/tests/results/test/16exists_exists/file/mandatories.env new file mode 100644 index 0000000..dbf899f --- /dev/null +++ b/tests/results/test/16exists_exists/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VAR="string1" diff --git a/tests/results/test/16exists_exists/makedict/all.json b/tests/results/test/16exists_exists/makedict/all.json new file mode 100644 index 0000000..18ce7c5 --- /dev/null +++ b/tests/results/test/16exists_exists/makedict/all.json @@ -0,0 +1,3 @@ +{ + "var": "string1" +} diff --git a/tests/results/test/16exists_exists/makedict/mandatories.json b/tests/results/test/16exists_exists/makedict/mandatories.json new file mode 100644 index 0000000..18ce7c5 --- /dev/null +++ b/tests/results/test/16exists_exists/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var": "string1" +} diff --git a/tests/results/16exists_exists/errors/all.json b/tests/results/test/17_5redefine_leadership/errors/all.json similarity index 100% rename from tests/results/16exists_exists/errors/all.json rename to tests/results/test/17_5redefine_leadership/errors/all.json diff --git a/tests/results/16_5redefine_remove_disable_calculation/errors/mandatories.json b/tests/results/test/17_5redefine_leadership/errors/mandatories.json similarity index 100% rename from tests/results/16_5redefine_remove_disable_calculation/errors/mandatories.json rename to tests/results/test/17_5redefine_leadership/errors/mandatories.json diff --git a/tests/results/test/17_5redefine_leadership/file/all.env b/tests/results/test/17_5redefine_leadership/file/all.env new file mode 100644 index 0000000..e7e4f78 --- /dev/null +++ b/tests/results/test/17_5redefine_leadership/file/all.env @@ -0,0 +1 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" diff --git a/tests/results/test/17_5redefine_leadership/file/all_exclude.env b/tests/results/test/17_5redefine_leadership/file/all_exclude.env new file mode 100644 index 0000000..e7e4f78 --- /dev/null +++ b/tests/results/test/17_5redefine_leadership/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" diff --git a/tests/results/16_5exists_redefine/file/mandatories.env b/tests/results/test/17_5redefine_leadership/file/mandatories.env similarity index 100% rename from tests/results/16_5exists_redefine/file/mandatories.env rename to tests/results/test/17_5redefine_leadership/file/mandatories.env diff --git a/tests/results/test/17_5redefine_leadership/makedict/all.json b/tests/results/test/17_5redefine_leadership/makedict/all.json new file mode 100644 index 0000000..e8a0e8d --- /dev/null +++ b/tests/results/test/17_5redefine_leadership/makedict/all.json @@ -0,0 +1,3 @@ +{ + "leader.leader": [] +} diff --git a/tests/results/test/17_5redefine_leadership/makedict/mandatories.json b/tests/results/test/17_5redefine_leadership/makedict/mandatories.json new file mode 100644 index 0000000..e8a0e8d --- /dev/null +++ b/tests/results/test/17_5redefine_leadership/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "leader.leader": [] +} diff --git a/tests/results/20_0empty_family/errors/all.json b/tests/results/test/20_0empty_family/errors/all.json similarity index 100% rename from tests/results/20_0empty_family/errors/all.json rename to tests/results/test/20_0empty_family/errors/all.json diff --git a/tests/results/16_5test_redefine/errors/mandatories.json b/tests/results/test/20_0empty_family/errors/mandatories.json similarity index 100% rename from tests/results/16_5test_redefine/errors/mandatories.json rename to tests/results/test/20_0empty_family/errors/mandatories.json diff --git a/tests/results/20_0empty_family/file/all.env b/tests/results/test/20_0empty_family/file/all.env similarity index 100% rename from tests/results/20_0empty_family/file/all.env rename to tests/results/test/20_0empty_family/file/all.env diff --git a/tests/results/20_0empty_family/file/all_exclude.env b/tests/results/test/20_0empty_family/file/all_exclude.env similarity index 100% rename from tests/results/20_0empty_family/file/all_exclude.env rename to tests/results/test/20_0empty_family/file/all_exclude.env diff --git a/tests/results/16_5redefine_calculation/file/mandatories.env b/tests/results/test/20_0empty_family/file/mandatories.env similarity index 100% rename from tests/results/16_5redefine_calculation/file/mandatories.env rename to tests/results/test/20_0empty_family/file/mandatories.env diff --git a/tests/results/20_0empty_family/makedict/all.json b/tests/results/test/20_0empty_family/makedict/all.json similarity index 100% rename from tests/results/20_0empty_family/makedict/all.json rename to tests/results/test/20_0empty_family/makedict/all.json diff --git a/tests/results/20_0empty_family/makedict/mandatories.json b/tests/results/test/20_0empty_family/makedict/mandatories.json similarity index 100% rename from tests/results/20_0empty_family/makedict/mandatories.json rename to tests/results/test/20_0empty_family/makedict/mandatories.json diff --git a/tests/results/20_0family_append/errors/all.json b/tests/results/test/20_0family_append/errors/all.json similarity index 100% rename from tests/results/20_0family_append/errors/all.json rename to tests/results/test/20_0family_append/errors/all.json diff --git a/tests/results/16_6choice_redefine/errors/mandatories.json b/tests/results/test/20_0family_append/errors/mandatories.json similarity index 100% rename from tests/results/16_6choice_redefine/errors/mandatories.json rename to tests/results/test/20_0family_append/errors/mandatories.json diff --git a/tests/results/test/20_0family_append/file/all.env b/tests/results/test/20_0family_append/file/all.env new file mode 100644 index 0000000..03e51aa --- /dev/null +++ b/tests/results/test/20_0family_append/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_FAMILY.VAR1="string1" +ROUGAIL_FAMILY.VAR2="string1" diff --git a/tests/results/test/20_0family_append/file/all_exclude.env b/tests/results/test/20_0family_append/file/all_exclude.env new file mode 100644 index 0000000..03e51aa --- /dev/null +++ b/tests/results/test/20_0family_append/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_FAMILY.VAR1="string1" +ROUGAIL_FAMILY.VAR2="string1" diff --git a/tests/results/test/20_0family_append/file/mandatories.env b/tests/results/test/20_0family_append/file/mandatories.env new file mode 100644 index 0000000..03e51aa --- /dev/null +++ b/tests/results/test/20_0family_append/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_FAMILY.VAR1="string1" +ROUGAIL_FAMILY.VAR2="string1" diff --git a/tests/results/test/20_0family_append/makedict/all.json b/tests/results/test/20_0family_append/makedict/all.json new file mode 100644 index 0000000..3d71ee1 --- /dev/null +++ b/tests/results/test/20_0family_append/makedict/all.json @@ -0,0 +1,4 @@ +{ + "family.var1": "string1", + "family.var2": "string1" +} diff --git a/tests/results/test/20_0family_append/makedict/mandatories.json b/tests/results/test/20_0family_append/makedict/mandatories.json new file mode 100644 index 0000000..3d71ee1 --- /dev/null +++ b/tests/results/test/20_0family_append/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "family.var1": "string1", + "family.var2": "string1" +} diff --git a/tests/results/20_0multi_family/errors/all.json b/tests/results/test/20_0family_underscore/errors/all.json similarity index 100% rename from tests/results/20_0multi_family/errors/all.json rename to tests/results/test/20_0family_underscore/errors/all.json diff --git a/tests/results/16_6exists_redefine_family/errors/mandatories.json b/tests/results/test/20_0family_underscore/errors/mandatories.json similarity index 100% rename from tests/results/16_6exists_redefine_family/errors/mandatories.json rename to tests/results/test/20_0family_underscore/errors/mandatories.json diff --git a/tests/results/test/20_0family_underscore/file/all.env b/tests/results/test/20_0family_underscore/file/all.env new file mode 100644 index 0000000..4ab5fd6 --- /dev/null +++ b/tests/results/test/20_0family_underscore/file/all.env @@ -0,0 +1,6 @@ +ROUGAIL_MY_FAMILY.TYPE.MY_VARIABLE="string1" +ROUGAIL_MY_FAMILY.DESCRIPTION.MY_VARIABLE="string1" +ROUGAIL_MY_FAMILY.HELP.MY_VARIABLE="string1" +ROUGAIL_MY_FAMILY.MODE.MY_VARIABLE="string1" +ROUGAIL_MY_FAMILY.HIDDEN.MY_VARIABLE="string1" +ROUGAIL_MY_FAMILY.DISABLED.MY_VARIABLE="string1" diff --git a/tests/results/test/20_0family_underscore/file/all_exclude.env b/tests/results/test/20_0family_underscore/file/all_exclude.env new file mode 100644 index 0000000..4ab5fd6 --- /dev/null +++ b/tests/results/test/20_0family_underscore/file/all_exclude.env @@ -0,0 +1,6 @@ +ROUGAIL_MY_FAMILY.TYPE.MY_VARIABLE="string1" +ROUGAIL_MY_FAMILY.DESCRIPTION.MY_VARIABLE="string1" +ROUGAIL_MY_FAMILY.HELP.MY_VARIABLE="string1" +ROUGAIL_MY_FAMILY.MODE.MY_VARIABLE="string1" +ROUGAIL_MY_FAMILY.HIDDEN.MY_VARIABLE="string1" +ROUGAIL_MY_FAMILY.DISABLED.MY_VARIABLE="string1" diff --git a/tests/results/16_5redefine_default/file/mandatories.env b/tests/results/test/20_0family_underscore/file/mandatories.env similarity index 100% rename from tests/results/16_5redefine_default/file/mandatories.env rename to tests/results/test/20_0family_underscore/file/mandatories.env diff --git a/tests/results/20_0family_underscore/makedict/all.json b/tests/results/test/20_0family_underscore/makedict/all.json similarity index 100% rename from tests/results/20_0family_underscore/makedict/all.json rename to tests/results/test/20_0family_underscore/makedict/all.json diff --git a/tests/results/20_0family_underscore/makedict/mandatories.json b/tests/results/test/20_0family_underscore/makedict/mandatories.json similarity index 100% rename from tests/results/20_0family_underscore/makedict/mandatories.json rename to tests/results/test/20_0family_underscore/makedict/mandatories.json diff --git a/tests/results/20_0multi_family_basic/errors/all.json b/tests/results/test/20_0multi_family/errors/all.json similarity index 100% rename from tests/results/20_0multi_family_basic/errors/all.json rename to tests/results/test/20_0multi_family/errors/all.json diff --git a/tests/results/16exists_exists/errors/mandatories.json b/tests/results/test/20_0multi_family/errors/mandatories.json similarity index 100% rename from tests/results/16exists_exists/errors/mandatories.json rename to tests/results/test/20_0multi_family/errors/mandatories.json diff --git a/tests/results/test/20_0multi_family/file/all.env b/tests/results/test/20_0multi_family/file/all.env new file mode 100644 index 0000000..26b1d46 --- /dev/null +++ b/tests/results/test/20_0multi_family/file/all.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.SUBFAMILY.VARIABLE="string1" diff --git a/tests/results/test/20_0multi_family/file/all_exclude.env b/tests/results/test/20_0multi_family/file/all_exclude.env new file mode 100644 index 0000000..26b1d46 --- /dev/null +++ b/tests/results/test/20_0multi_family/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.SUBFAMILY.VARIABLE="string1" diff --git a/tests/results/16_5redefine_hidden/file/mandatories.env b/tests/results/test/20_0multi_family/file/mandatories.env similarity index 100% rename from tests/results/16_5redefine_hidden/file/mandatories.env rename to tests/results/test/20_0multi_family/file/mandatories.env diff --git a/tests/results/test/20_0multi_family/makedict/all.json b/tests/results/test/20_0multi_family/makedict/all.json new file mode 100644 index 0000000..f2a1540 --- /dev/null +++ b/tests/results/test/20_0multi_family/makedict/all.json @@ -0,0 +1,3 @@ +{ + "family.subfamily.variable": "string1" +} diff --git a/tests/results/test/20_0multi_family/makedict/mandatories.json b/tests/results/test/20_0multi_family/makedict/mandatories.json new file mode 100644 index 0000000..b7188f9 --- /dev/null +++ b/tests/results/test/20_0multi_family/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "family.subfamily.variable": null +} diff --git a/tests/results/20_0multi_family_expert/errors/all.json b/tests/results/test/20_0multi_family_basic/errors/all.json similarity index 100% rename from tests/results/20_0multi_family_expert/errors/all.json rename to tests/results/test/20_0multi_family_basic/errors/all.json diff --git a/tests/results/17_5redefine_leadership/errors/mandatories.json b/tests/results/test/20_0multi_family_basic/errors/mandatories.json similarity index 100% rename from tests/results/17_5redefine_leadership/errors/mandatories.json rename to tests/results/test/20_0multi_family_basic/errors/mandatories.json diff --git a/tests/results/test/20_0multi_family_basic/file/all.env b/tests/results/test/20_0multi_family_basic/file/all.env new file mode 100644 index 0000000..26b1d46 --- /dev/null +++ b/tests/results/test/20_0multi_family_basic/file/all.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.SUBFAMILY.VARIABLE="string1" diff --git a/tests/results/test/20_0multi_family_basic/file/all_exclude.env b/tests/results/test/20_0multi_family_basic/file/all_exclude.env new file mode 100644 index 0000000..26b1d46 --- /dev/null +++ b/tests/results/test/20_0multi_family_basic/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.SUBFAMILY.VARIABLE="string1" diff --git a/tests/results/test/20_0multi_family_basic/file/mandatories.env b/tests/results/test/20_0multi_family_basic/file/mandatories.env new file mode 100644 index 0000000..26b1d46 --- /dev/null +++ b/tests/results/test/20_0multi_family_basic/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.SUBFAMILY.VARIABLE="string1" diff --git a/tests/results/test/20_0multi_family_basic/makedict/all.json b/tests/results/test/20_0multi_family_basic/makedict/all.json new file mode 100644 index 0000000..f2a1540 --- /dev/null +++ b/tests/results/test/20_0multi_family_basic/makedict/all.json @@ -0,0 +1,3 @@ +{ + "family.subfamily.variable": "string1" +} diff --git a/tests/results/test/20_0multi_family_basic/makedict/mandatories.json b/tests/results/test/20_0multi_family_basic/makedict/mandatories.json new file mode 100644 index 0000000..f2a1540 --- /dev/null +++ b/tests/results/test/20_0multi_family_basic/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "family.subfamily.variable": "string1" +} diff --git a/tests/results/20_0multi_family_order/errors/all.json b/tests/results/test/20_0multi_family_expert/errors/all.json similarity index 100% rename from tests/results/20_0multi_family_order/errors/all.json rename to tests/results/test/20_0multi_family_expert/errors/all.json diff --git a/tests/results/20_0empty_family/errors/mandatories.json b/tests/results/test/20_0multi_family_expert/errors/mandatories.json similarity index 100% rename from tests/results/20_0empty_family/errors/mandatories.json rename to tests/results/test/20_0multi_family_expert/errors/mandatories.json diff --git a/tests/results/test/20_0multi_family_expert/file/all.env b/tests/results/test/20_0multi_family_expert/file/all.env new file mode 100644 index 0000000..26b1d46 --- /dev/null +++ b/tests/results/test/20_0multi_family_expert/file/all.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.SUBFAMILY.VARIABLE="string1" diff --git a/tests/results/test/20_0multi_family_expert/file/all_exclude.env b/tests/results/test/20_0multi_family_expert/file/all_exclude.env new file mode 100644 index 0000000..26b1d46 --- /dev/null +++ b/tests/results/test/20_0multi_family_expert/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.SUBFAMILY.VARIABLE="string1" diff --git a/tests/results/16_5redefine_multi/file/mandatories.env b/tests/results/test/20_0multi_family_expert/file/mandatories.env similarity index 100% rename from tests/results/16_5redefine_multi/file/mandatories.env rename to tests/results/test/20_0multi_family_expert/file/mandatories.env diff --git a/tests/results/test/20_0multi_family_expert/makedict/all.json b/tests/results/test/20_0multi_family_expert/makedict/all.json new file mode 100644 index 0000000..f2a1540 --- /dev/null +++ b/tests/results/test/20_0multi_family_expert/makedict/all.json @@ -0,0 +1,3 @@ +{ + "family.subfamily.variable": "string1" +} diff --git a/tests/results/test/20_0multi_family_expert/makedict/mandatories.json b/tests/results/test/20_0multi_family_expert/makedict/mandatories.json new file mode 100644 index 0000000..b7188f9 --- /dev/null +++ b/tests/results/test/20_0multi_family_expert/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "family.subfamily.variable": null +} diff --git a/tests/results/20_0validators_differ_redefine/errors/all.json b/tests/results/test/20_0multi_family_order/errors/all.json similarity index 100% rename from tests/results/20_0validators_differ_redefine/errors/all.json rename to tests/results/test/20_0multi_family_order/errors/all.json diff --git a/tests/results/20_0family_append/errors/mandatories.json b/tests/results/test/20_0multi_family_order/errors/mandatories.json similarity index 100% rename from tests/results/20_0family_append/errors/mandatories.json rename to tests/results/test/20_0multi_family_order/errors/mandatories.json diff --git a/tests/results/test/20_0multi_family_order/file/all.env b/tests/results/test/20_0multi_family_order/file/all.env new file mode 100644 index 0000000..a841cd9 --- /dev/null +++ b/tests/results/test/20_0multi_family_order/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_VARIABLE="string1" +ROUGAIL_FAMILY.VARIABLE1="string1" +ROUGAIL_FAMILY.SUBFAMILY.VARIABLE="string1" +ROUGAIL_FAMILY.VARIABLE2="string1" diff --git a/tests/results/test/20_0multi_family_order/file/all_exclude.env b/tests/results/test/20_0multi_family_order/file/all_exclude.env new file mode 100644 index 0000000..a841cd9 --- /dev/null +++ b/tests/results/test/20_0multi_family_order/file/all_exclude.env @@ -0,0 +1,4 @@ +ROUGAIL_VARIABLE="string1" +ROUGAIL_FAMILY.VARIABLE1="string1" +ROUGAIL_FAMILY.SUBFAMILY.VARIABLE="string1" +ROUGAIL_FAMILY.VARIABLE2="string1" diff --git a/tests/results/test/20_0multi_family_order/file/mandatories.env b/tests/results/test/20_0multi_family_order/file/mandatories.env new file mode 100644 index 0000000..a841cd9 --- /dev/null +++ b/tests/results/test/20_0multi_family_order/file/mandatories.env @@ -0,0 +1,4 @@ +ROUGAIL_VARIABLE="string1" +ROUGAIL_FAMILY.VARIABLE1="string1" +ROUGAIL_FAMILY.SUBFAMILY.VARIABLE="string1" +ROUGAIL_FAMILY.VARIABLE2="string1" diff --git a/tests/results/test/20_0multi_family_order/makedict/all.json b/tests/results/test/20_0multi_family_order/makedict/all.json new file mode 100644 index 0000000..8eb4f65 --- /dev/null +++ b/tests/results/test/20_0multi_family_order/makedict/all.json @@ -0,0 +1,6 @@ +{ + "variable": "string1", + "family.variable1": "string1", + "family.subfamily.variable": "string1", + "family.variable2": "string1" +} diff --git a/tests/results/test/20_0multi_family_order/makedict/mandatories.json b/tests/results/test/20_0multi_family_order/makedict/mandatories.json new file mode 100644 index 0000000..8eb4f65 --- /dev/null +++ b/tests/results/test/20_0multi_family_order/makedict/mandatories.json @@ -0,0 +1,6 @@ +{ + "variable": "string1", + "family.variable1": "string1", + "family.subfamily.variable": "string1", + "family.variable2": "string1" +} diff --git a/tests/results/20_1empty_subfamily/errors/all.json b/tests/results/test/20_0validators_differ_redefine/errors/all.json similarity index 100% rename from tests/results/20_1empty_subfamily/errors/all.json rename to tests/results/test/20_0validators_differ_redefine/errors/all.json diff --git a/tests/results/20_0family_underscore/errors/mandatories.json b/tests/results/test/20_0validators_differ_redefine/errors/mandatories.json similarity index 100% rename from tests/results/20_0family_underscore/errors/mandatories.json rename to tests/results/test/20_0validators_differ_redefine/errors/mandatories.json diff --git a/tests/results/test/20_0validators_differ_redefine/file/all.env b/tests/results/test/20_0validators_differ_redefine/file/all.env new file mode 100644 index 0000000..13fe2f0 --- /dev/null +++ b/tests/results/test/20_0validators_differ_redefine/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" +ROUGAIL_VAR3="yes" diff --git a/tests/results/test/20_0validators_differ_redefine/file/all_exclude.env b/tests/results/test/20_0validators_differ_redefine/file/all_exclude.env new file mode 100644 index 0000000..13fe2f0 --- /dev/null +++ b/tests/results/test/20_0validators_differ_redefine/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR1="string1" +ROUGAIL_VAR2="string1" +ROUGAIL_VAR3="yes" diff --git a/tests/results/16_6choice_redefine/file/mandatories.env b/tests/results/test/20_0validators_differ_redefine/file/mandatories.env similarity index 100% rename from tests/results/16_6choice_redefine/file/mandatories.env rename to tests/results/test/20_0validators_differ_redefine/file/mandatories.env diff --git a/tests/results/test/20_0validators_differ_redefine/makedict/all.json b/tests/results/test/20_0validators_differ_redefine/makedict/all.json new file mode 100644 index 0000000..141bf64 --- /dev/null +++ b/tests/results/test/20_0validators_differ_redefine/makedict/all.json @@ -0,0 +1,5 @@ +{ + "var1": "string1", + "var2": "string1", + "var3": "yes" +} diff --git a/tests/results/test/20_0validators_differ_redefine/makedict/mandatories.json b/tests/results/test/20_0validators_differ_redefine/makedict/mandatories.json new file mode 100644 index 0000000..60491a1 --- /dev/null +++ b/tests/results/test/20_0validators_differ_redefine/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "var1": "no", + "var2": "no", + "var3": "yes" +} diff --git a/tests/results/20_9default_information_parent/errors/all.json b/tests/results/test/20_1empty_subfamily/errors/all.json similarity index 100% rename from tests/results/20_9default_information_parent/errors/all.json rename to tests/results/test/20_1empty_subfamily/errors/all.json diff --git a/tests/results/20_0multi_family/errors/mandatories.json b/tests/results/test/20_1empty_subfamily/errors/mandatories.json similarity index 100% rename from tests/results/20_0multi_family/errors/mandatories.json rename to tests/results/test/20_1empty_subfamily/errors/mandatories.json diff --git a/tests/results/20_1empty_subfamily/file/all.env b/tests/results/test/20_1empty_subfamily/file/all.env similarity index 100% rename from tests/results/20_1empty_subfamily/file/all.env rename to tests/results/test/20_1empty_subfamily/file/all.env diff --git a/tests/results/20_1empty_subfamily/file/all_exclude.env b/tests/results/test/20_1empty_subfamily/file/all_exclude.env similarity index 100% rename from tests/results/20_1empty_subfamily/file/all_exclude.env rename to tests/results/test/20_1empty_subfamily/file/all_exclude.env diff --git a/tests/results/17_5redefine_leadership/file/mandatories.env b/tests/results/test/20_1empty_subfamily/file/mandatories.env similarity index 100% rename from tests/results/17_5redefine_leadership/file/mandatories.env rename to tests/results/test/20_1empty_subfamily/file/mandatories.env diff --git a/tests/results/20_1empty_subfamily/makedict/all.json b/tests/results/test/20_1empty_subfamily/makedict/all.json similarity index 100% rename from tests/results/20_1empty_subfamily/makedict/all.json rename to tests/results/test/20_1empty_subfamily/makedict/all.json diff --git a/tests/results/20_1empty_subfamily/makedict/mandatories.json b/tests/results/test/20_1empty_subfamily/makedict/mandatories.json similarity index 100% rename from tests/results/20_1empty_subfamily/makedict/mandatories.json rename to tests/results/test/20_1empty_subfamily/makedict/mandatories.json diff --git a/tests/results/24_0family_hidden_condition/errors/all.json b/tests/results/test/20_9default_information_parent/errors/all.json similarity index 100% rename from tests/results/24_0family_hidden_condition/errors/all.json rename to tests/results/test/20_9default_information_parent/errors/all.json diff --git a/tests/results/20_0multi_family_basic/errors/mandatories.json b/tests/results/test/20_9default_information_parent/errors/mandatories.json similarity index 100% rename from tests/results/20_0multi_family_basic/errors/mandatories.json rename to tests/results/test/20_9default_information_parent/errors/mandatories.json diff --git a/tests/results/test/20_9default_information_parent/file/all.env b/tests/results/test/20_9default_information_parent/file/all.env new file mode 100644 index 0000000..03e51aa --- /dev/null +++ b/tests/results/test/20_9default_information_parent/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_FAMILY.VAR1="string1" +ROUGAIL_FAMILY.VAR2="string1" diff --git a/tests/results/test/20_9default_information_parent/file/all_exclude.env b/tests/results/test/20_9default_information_parent/file/all_exclude.env new file mode 100644 index 0000000..03e51aa --- /dev/null +++ b/tests/results/test/20_9default_information_parent/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_FAMILY.VAR1="string1" +ROUGAIL_FAMILY.VAR2="string1" diff --git a/tests/results/test/20_9default_information_parent/file/mandatories.env b/tests/results/test/20_9default_information_parent/file/mandatories.env new file mode 100644 index 0000000..03e51aa --- /dev/null +++ b/tests/results/test/20_9default_information_parent/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_FAMILY.VAR1="string1" +ROUGAIL_FAMILY.VAR2="string1" diff --git a/tests/results/test/20_9default_information_parent/makedict/all.json b/tests/results/test/20_9default_information_parent/makedict/all.json new file mode 100644 index 0000000..3d71ee1 --- /dev/null +++ b/tests/results/test/20_9default_information_parent/makedict/all.json @@ -0,0 +1,4 @@ +{ + "family.var1": "string1", + "family.var2": "string1" +} diff --git a/tests/results/test/20_9default_information_parent/makedict/mandatories.json b/tests/results/test/20_9default_information_parent/makedict/mandatories.json new file mode 100644 index 0000000..3d71ee1 --- /dev/null +++ b/tests/results/test/20_9default_information_parent/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "family.var1": "string1", + "family.var2": "string1" +} diff --git a/tests/results/24_0family_hidden_condition_boolean/errors/all.json b/tests/results/test/24_0family_hidden_condition_sub_family/errors/all.json similarity index 100% rename from tests/results/24_0family_hidden_condition_boolean/errors/all.json rename to tests/results/test/24_0family_hidden_condition_sub_family/errors/all.json diff --git a/tests/results/20_0multi_family_expert/errors/mandatories.json b/tests/results/test/24_0family_hidden_condition_sub_family/errors/mandatories.json similarity index 100% rename from tests/results/20_0multi_family_expert/errors/mandatories.json rename to tests/results/test/24_0family_hidden_condition_sub_family/errors/mandatories.json diff --git a/tests/results/test/24_0family_hidden_condition_sub_family/file/all.env b/tests/results/test/24_0family_hidden_condition_sub_family/file/all.env new file mode 100644 index 0000000..e47aced --- /dev/null +++ b/tests/results/test/24_0family_hidden_condition_sub_family/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_FAMILY.SUBFAMILY.VAR1="string1" diff --git a/tests/results/test/24_0family_hidden_condition_sub_family/file/all_exclude.env b/tests/results/test/24_0family_hidden_condition_sub_family/file/all_exclude.env new file mode 100644 index 0000000..e47aced --- /dev/null +++ b/tests/results/test/24_0family_hidden_condition_sub_family/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_FAMILY.SUBFAMILY.VAR1="string1" diff --git a/tests/results/test/24_0family_hidden_condition_sub_family/file/mandatories.env b/tests/results/test/24_0family_hidden_condition_sub_family/file/mandatories.env new file mode 100644 index 0000000..cc9c74e --- /dev/null +++ b/tests/results/test/24_0family_hidden_condition_sub_family/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.SUBFAMILY.VAR1="string1" diff --git a/tests/results/test/24_0family_hidden_condition_sub_family/makedict/all.json b/tests/results/test/24_0family_hidden_condition_sub_family/makedict/all.json new file mode 100644 index 0000000..e312e37 --- /dev/null +++ b/tests/results/test/24_0family_hidden_condition_sub_family/makedict/all.json @@ -0,0 +1,4 @@ +{ + "condition": "string1", + "family.subfamily.var1": "string1" +} diff --git a/tests/results/test/24_0family_hidden_condition_sub_family/makedict/mandatories.json b/tests/results/test/24_0family_hidden_condition_sub_family/makedict/mandatories.json new file mode 100644 index 0000000..4b5eba0 --- /dev/null +++ b/tests/results/test/24_0family_hidden_condition_sub_family/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "condition": "no", + "family.subfamily.var1": "string1" +} diff --git a/tests/results/test/24_0family_hidden_condition_variable_sub_family/errors/all.json b/tests/results/test/24_0family_hidden_condition_variable_sub_family/errors/all.json new file mode 100644 index 0000000..93803ac --- /dev/null +++ b/tests/results/test/24_0family_hidden_condition_variable_sub_family/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "cannot access to optiondescription \"family\" (possibly hidden family) because has property \"hidden\"" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/20_0multi_family_order/errors/mandatories.json b/tests/results/test/24_0family_hidden_condition_variable_sub_family/errors/mandatories.json similarity index 100% rename from tests/results/20_0multi_family_order/errors/mandatories.json rename to tests/results/test/24_0family_hidden_condition_variable_sub_family/errors/mandatories.json diff --git a/tests/results/test/24_0family_hidden_condition_variable_sub_family/file/all.env b/tests/results/test/24_0family_hidden_condition_variable_sub_family/file/all.env new file mode 100644 index 0000000..23f9815 --- /dev/null +++ b/tests/results/test/24_0family_hidden_condition_variable_sub_family/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="True" +ROUGAIL_FAMILY.SUBFAMILY.VAR1="string1" diff --git a/tests/results/test/24_0family_hidden_condition_variable_sub_family/file/all_exclude.env b/tests/results/test/24_0family_hidden_condition_variable_sub_family/file/all_exclude.env new file mode 100644 index 0000000..23f9815 --- /dev/null +++ b/tests/results/test/24_0family_hidden_condition_variable_sub_family/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="True" +ROUGAIL_FAMILY.SUBFAMILY.VAR1="string1" diff --git a/tests/results/20_0empty_family/file/mandatories.env b/tests/results/test/24_0family_hidden_condition_variable_sub_family/file/mandatories.env similarity index 100% rename from tests/results/20_0empty_family/file/mandatories.env rename to tests/results/test/24_0family_hidden_condition_variable_sub_family/file/mandatories.env diff --git a/tests/results/test/24_0family_hidden_condition_variable_sub_family/makedict/all.json b/tests/results/test/24_0family_hidden_condition_variable_sub_family/makedict/all.json new file mode 100644 index 0000000..d446b6e --- /dev/null +++ b/tests/results/test/24_0family_hidden_condition_variable_sub_family/makedict/all.json @@ -0,0 +1,4 @@ +{ + "condition": true, + "family.subfamily.var1": null +} diff --git a/tests/results/test/24_0family_hidden_condition_variable_sub_family/makedict/mandatories.json b/tests/results/test/24_0family_hidden_condition_variable_sub_family/makedict/mandatories.json new file mode 100644 index 0000000..d446b6e --- /dev/null +++ b/tests/results/test/24_0family_hidden_condition_variable_sub_family/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "condition": true, + "family.subfamily.var1": null +} diff --git a/tests/results/24_0family_hidden_condition_sub_family/errors/all.json b/tests/results/test/24_0family_hidden_param_condition_sub_family/errors/all.json similarity index 100% rename from tests/results/24_0family_hidden_condition_sub_family/errors/all.json rename to tests/results/test/24_0family_hidden_param_condition_sub_family/errors/all.json diff --git a/tests/results/20_0validators_differ_redefine/errors/mandatories.json b/tests/results/test/24_0family_hidden_param_condition_sub_family/errors/mandatories.json similarity index 100% rename from tests/results/20_0validators_differ_redefine/errors/mandatories.json rename to tests/results/test/24_0family_hidden_param_condition_sub_family/errors/mandatories.json diff --git a/tests/results/test/24_0family_hidden_param_condition_sub_family/file/all.env b/tests/results/test/24_0family_hidden_param_condition_sub_family/file/all.env new file mode 100644 index 0000000..6d9343d --- /dev/null +++ b/tests/results/test/24_0family_hidden_param_condition_sub_family/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_FAMILY.SUB_FAMILY.VAR1="string1" diff --git a/tests/results/test/24_0family_hidden_param_condition_sub_family/file/all_exclude.env b/tests/results/test/24_0family_hidden_param_condition_sub_family/file/all_exclude.env new file mode 100644 index 0000000..6d9343d --- /dev/null +++ b/tests/results/test/24_0family_hidden_param_condition_sub_family/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_FAMILY.SUB_FAMILY.VAR1="string1" diff --git a/tests/results/test/24_0family_hidden_param_condition_sub_family/file/mandatories.env b/tests/results/test/24_0family_hidden_param_condition_sub_family/file/mandatories.env new file mode 100644 index 0000000..5a1069a --- /dev/null +++ b/tests/results/test/24_0family_hidden_param_condition_sub_family/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.SUB_FAMILY.VAR1="string1" diff --git a/tests/results/test/24_0family_hidden_param_condition_sub_family/makedict/all.json b/tests/results/test/24_0family_hidden_param_condition_sub_family/makedict/all.json new file mode 100644 index 0000000..690aceb --- /dev/null +++ b/tests/results/test/24_0family_hidden_param_condition_sub_family/makedict/all.json @@ -0,0 +1,4 @@ +{ + "condition": "string1", + "family.sub_family.var1": "string1" +} diff --git a/tests/results/test/24_0family_hidden_param_condition_sub_family/makedict/mandatories.json b/tests/results/test/24_0family_hidden_param_condition_sub_family/makedict/mandatories.json new file mode 100644 index 0000000..d2c30c3 --- /dev/null +++ b/tests/results/test/24_0family_hidden_param_condition_sub_family/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "condition": "no", + "family.sub_family.var1": "string1" +} diff --git a/tests/results/24_0family_hidden_param_condition_sub_family/errors/all.json b/tests/results/test/24_0family_mandatory_condition/errors/all.json similarity index 100% rename from tests/results/24_0family_hidden_param_condition_sub_family/errors/all.json rename to tests/results/test/24_0family_mandatory_condition/errors/all.json diff --git a/tests/results/20_1empty_subfamily/errors/mandatories.json b/tests/results/test/24_0family_mandatory_condition/errors/mandatories.json similarity index 100% rename from tests/results/20_1empty_subfamily/errors/mandatories.json rename to tests/results/test/24_0family_mandatory_condition/errors/mandatories.json diff --git a/tests/results/test/24_0family_mandatory_condition/file/all.env b/tests/results/test/24_0family_mandatory_condition/file/all.env new file mode 100644 index 0000000..200e362 --- /dev/null +++ b/tests/results/test/24_0family_mandatory_condition/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_VAR="string1" diff --git a/tests/results/test/24_0family_mandatory_condition/file/all_exclude.env b/tests/results/test/24_0family_mandatory_condition/file/all_exclude.env new file mode 100644 index 0000000..200e362 --- /dev/null +++ b/tests/results/test/24_0family_mandatory_condition/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_VAR="string1" diff --git a/tests/results/20_0family_underscore/file/mandatories.env b/tests/results/test/24_0family_mandatory_condition/file/mandatories.env similarity index 100% rename from tests/results/20_0family_underscore/file/mandatories.env rename to tests/results/test/24_0family_mandatory_condition/file/mandatories.env diff --git a/tests/results/test/24_0family_mandatory_condition/makedict/all.json b/tests/results/test/24_0family_mandatory_condition/makedict/all.json new file mode 100644 index 0000000..8d772ce --- /dev/null +++ b/tests/results/test/24_0family_mandatory_condition/makedict/all.json @@ -0,0 +1,4 @@ +{ + "condition": "string1", + "var": "string1" +} diff --git a/tests/results/test/24_0family_mandatory_condition/makedict/mandatories.json b/tests/results/test/24_0family_mandatory_condition/makedict/mandatories.json new file mode 100644 index 0000000..7485ae8 --- /dev/null +++ b/tests/results/test/24_0family_mandatory_condition/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "condition": "no", + "var": null +} diff --git a/tests/results/24_0family_mandatory_condition/errors/all.json b/tests/results/test/24_0family_mandatory_condition_variable/errors/all.json similarity index 100% rename from tests/results/24_0family_mandatory_condition/errors/all.json rename to tests/results/test/24_0family_mandatory_condition_variable/errors/all.json diff --git a/tests/results/20_9default_information_parent/errors/mandatories.json b/tests/results/test/24_0family_mandatory_condition_variable/errors/mandatories.json similarity index 100% rename from tests/results/20_9default_information_parent/errors/mandatories.json rename to tests/results/test/24_0family_mandatory_condition_variable/errors/mandatories.json diff --git a/tests/results/test/24_0family_mandatory_condition_variable/file/all.env b/tests/results/test/24_0family_mandatory_condition_variable/file/all.env new file mode 100644 index 0000000..a774bc4 --- /dev/null +++ b/tests/results/test/24_0family_mandatory_condition_variable/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="True" +ROUGAIL_VAR="string1" diff --git a/tests/results/test/24_0family_mandatory_condition_variable/file/all_exclude.env b/tests/results/test/24_0family_mandatory_condition_variable/file/all_exclude.env new file mode 100644 index 0000000..a774bc4 --- /dev/null +++ b/tests/results/test/24_0family_mandatory_condition_variable/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_CONDITION="True" +ROUGAIL_VAR="string1" diff --git a/tests/results/test/24_0family_mandatory_condition_variable/file/mandatories.env b/tests/results/test/24_0family_mandatory_condition_variable/file/mandatories.env new file mode 100644 index 0000000..dbf899f --- /dev/null +++ b/tests/results/test/24_0family_mandatory_condition_variable/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VAR="string1" diff --git a/tests/results/test/24_0family_mandatory_condition_variable/makedict/all.json b/tests/results/test/24_0family_mandatory_condition_variable/makedict/all.json new file mode 100644 index 0000000..e88027f --- /dev/null +++ b/tests/results/test/24_0family_mandatory_condition_variable/makedict/all.json @@ -0,0 +1,4 @@ +{ + "condition": true, + "var": "string1" +} diff --git a/tests/results/test/24_0family_mandatory_condition_variable/makedict/mandatories.json b/tests/results/test/24_0family_mandatory_condition_variable/makedict/mandatories.json new file mode 100644 index 0000000..e88027f --- /dev/null +++ b/tests/results/test/24_0family_mandatory_condition_variable/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "condition": true, + "var": "string1" +} diff --git a/tests/results/24_0family_mandatory_condition_variable/errors/all.json b/tests/results/test/24_7validators_variable_optional/errors/all.json similarity index 100% rename from tests/results/24_0family_mandatory_condition_variable/errors/all.json rename to tests/results/test/24_7validators_variable_optional/errors/all.json diff --git a/tests/results/24_0family_hidden_condition/errors/mandatories.json b/tests/results/test/24_7validators_variable_optional/errors/mandatories.json similarity index 100% rename from tests/results/24_0family_hidden_condition/errors/mandatories.json rename to tests/results/test/24_7validators_variable_optional/errors/mandatories.json diff --git a/tests/results/test/24_7validators_variable_optional/file/all.env b/tests/results/test/24_7validators_variable_optional/file/all.env new file mode 100644 index 0000000..43ecf5b --- /dev/null +++ b/tests/results/test/24_7validators_variable_optional/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_GENERAL.INT="5" +ROUGAIL_GENERAL.INT2="1" diff --git a/tests/results/test/24_7validators_variable_optional/file/all_exclude.env b/tests/results/test/24_7validators_variable_optional/file/all_exclude.env new file mode 100644 index 0000000..43ecf5b --- /dev/null +++ b/tests/results/test/24_7validators_variable_optional/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_GENERAL.INT="5" +ROUGAIL_GENERAL.INT2="1" diff --git a/tests/results/test/24_7validators_variable_optional/file/mandatories.env b/tests/results/test/24_7validators_variable_optional/file/mandatories.env new file mode 100644 index 0000000..3e3f5d1 --- /dev/null +++ b/tests/results/test/24_7validators_variable_optional/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_GENERAL.INT="5" diff --git a/tests/results/test/24_7validators_variable_optional/makedict/all.json b/tests/results/test/24_7validators_variable_optional/makedict/all.json new file mode 100644 index 0000000..f0aad6a --- /dev/null +++ b/tests/results/test/24_7validators_variable_optional/makedict/all.json @@ -0,0 +1,4 @@ +{ + "general.int": 5, + "general.int2": 1 +} diff --git a/tests/results/test/24_7validators_variable_optional/makedict/mandatories.json b/tests/results/test/24_7validators_variable_optional/makedict/mandatories.json new file mode 100644 index 0000000..f0aad6a --- /dev/null +++ b/tests/results/test/24_7validators_variable_optional/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "general.int": 5, + "general.int2": 1 +} diff --git a/tests/results/24_7validators_variable_optional/errors/all.json b/tests/results/test/24_family_disabled_var_hidden/errors/all.json similarity index 100% rename from tests/results/24_7validators_variable_optional/errors/all.json rename to tests/results/test/24_family_disabled_var_hidden/errors/all.json diff --git a/tests/results/24_0family_hidden_condition_boolean/errors/mandatories.json b/tests/results/test/24_family_disabled_var_hidden/errors/mandatories.json similarity index 100% rename from tests/results/24_0family_hidden_condition_boolean/errors/mandatories.json rename to tests/results/test/24_family_disabled_var_hidden/errors/mandatories.json diff --git a/tests/results/test/24_family_disabled_var_hidden/file/all.env b/tests/results/test/24_family_disabled_var_hidden/file/all.env new file mode 100644 index 0000000..a07072d --- /dev/null +++ b/tests/results/test/24_family_disabled_var_hidden/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_FAMILY.VAR1="True" +ROUGAIL_FAMILY.VAR2="string1" diff --git a/tests/results/test/24_family_disabled_var_hidden/file/all_exclude.env b/tests/results/test/24_family_disabled_var_hidden/file/all_exclude.env new file mode 100644 index 0000000..a07072d --- /dev/null +++ b/tests/results/test/24_family_disabled_var_hidden/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_FAMILY.VAR1="True" +ROUGAIL_FAMILY.VAR2="string1" diff --git a/tests/results/test/24_family_disabled_var_hidden/file/mandatories.env b/tests/results/test/24_family_disabled_var_hidden/file/mandatories.env new file mode 100644 index 0000000..80ec7e4 --- /dev/null +++ b/tests/results/test/24_family_disabled_var_hidden/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VAR2="string1" diff --git a/tests/results/24_family_disabled_var_hidden/makedict/all.json b/tests/results/test/24_family_disabled_var_hidden/makedict/all.json similarity index 100% rename from tests/results/24_family_disabled_var_hidden/makedict/all.json rename to tests/results/test/24_family_disabled_var_hidden/makedict/all.json diff --git a/tests/results/24_family_disabled_var_hidden/makedict/mandatories.json b/tests/results/test/24_family_disabled_var_hidden/makedict/mandatories.json similarity index 100% rename from tests/results/24_family_disabled_var_hidden/makedict/mandatories.json rename to tests/results/test/24_family_disabled_var_hidden/makedict/mandatories.json diff --git a/tests/results/40_0leadership/errors/all.json b/tests/results/test/40_0leadership/errors/all.json similarity index 100% rename from tests/results/40_0leadership/errors/all.json rename to tests/results/test/40_0leadership/errors/all.json diff --git a/tests/results/24_0family_hidden_condition_sub_family/errors/mandatories.json b/tests/results/test/40_0leadership/errors/mandatories.json similarity index 100% rename from tests/results/24_0family_hidden_condition_sub_family/errors/mandatories.json rename to tests/results/test/40_0leadership/errors/mandatories.json diff --git a/tests/results/test/40_0leadership/file/all.env b/tests/results/test/40_0leadership/file/all.env new file mode 100644 index 0000000..b45ebff --- /dev/null +++ b/tests/results/test/40_0leadership/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/test/40_0leadership/file/all_exclude.env b/tests/results/test/40_0leadership/file/all_exclude.env new file mode 100644 index 0000000..b45ebff --- /dev/null +++ b/tests/results/test/40_0leadership/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/test/40_0leadership/file/mandatories.env b/tests/results/test/40_0leadership/file/mandatories.env new file mode 100644 index 0000000..b45ebff --- /dev/null +++ b/tests/results/test/40_0leadership/file/mandatories.env @@ -0,0 +1,3 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/test/40_0leadership/makedict/all.json b/tests/results/test/40_0leadership/makedict/all.json new file mode 100644 index 0000000..883d146 --- /dev/null +++ b/tests/results/test/40_0leadership/makedict/all.json @@ -0,0 +1,19 @@ +{ + "leader.leader": [ + { + "leader.leader": "string1", + "leader.follower1": "string1", + "leader.follower2": "string1" + }, + { + "leader.leader": "string2", + "leader.follower1": "string2", + "leader.follower2": "string2" + }, + { + "leader.leader": "string3", + "leader.follower1": "string3", + "leader.follower2": "string3" + } + ] +} diff --git a/tests/results/test/40_0leadership/makedict/mandatories.json b/tests/results/test/40_0leadership/makedict/mandatories.json new file mode 100644 index 0000000..883d146 --- /dev/null +++ b/tests/results/test/40_0leadership/makedict/mandatories.json @@ -0,0 +1,19 @@ +{ + "leader.leader": [ + { + "leader.leader": "string1", + "leader.follower1": "string1", + "leader.follower2": "string1" + }, + { + "leader.leader": "string2", + "leader.follower1": "string2", + "leader.follower2": "string2" + }, + { + "leader.leader": "string3", + "leader.follower1": "string3", + "leader.follower2": "string3" + } + ] +} diff --git a/tests/results/40_0leadership_diff_name/errors/all.json b/tests/results/test/40_0leadership_diff_name/errors/all.json similarity index 100% rename from tests/results/40_0leadership_diff_name/errors/all.json rename to tests/results/test/40_0leadership_diff_name/errors/all.json diff --git a/tests/results/24_0family_hidden_condition_variable_sub_family/errors/mandatories.json b/tests/results/test/40_0leadership_diff_name/errors/mandatories.json similarity index 100% rename from tests/results/24_0family_hidden_condition_variable_sub_family/errors/mandatories.json rename to tests/results/test/40_0leadership_diff_name/errors/mandatories.json diff --git a/tests/results/test/40_0leadership_diff_name/file/all.env b/tests/results/test/40_0leadership_diff_name/file/all.env new file mode 100644 index 0000000..7cced1f --- /dev/null +++ b/tests/results/test/40_0leadership_diff_name/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_LEADERSHIP.LEADER="string1,string2,string3" +ROUGAIL_LEADERSHIP.FOLLOWER1="string1,string2,string3" +ROUGAIL_LEADERSHIP.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/test/40_0leadership_diff_name/file/all_exclude.env b/tests/results/test/40_0leadership_diff_name/file/all_exclude.env new file mode 100644 index 0000000..7cced1f --- /dev/null +++ b/tests/results/test/40_0leadership_diff_name/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_LEADERSHIP.LEADER="string1,string2,string3" +ROUGAIL_LEADERSHIP.FOLLOWER1="string1,string2,string3" +ROUGAIL_LEADERSHIP.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/test/40_0leadership_diff_name/file/mandatories.env b/tests/results/test/40_0leadership_diff_name/file/mandatories.env new file mode 100644 index 0000000..7cced1f --- /dev/null +++ b/tests/results/test/40_0leadership_diff_name/file/mandatories.env @@ -0,0 +1,3 @@ +ROUGAIL_LEADERSHIP.LEADER="string1,string2,string3" +ROUGAIL_LEADERSHIP.FOLLOWER1="string1,string2,string3" +ROUGAIL_LEADERSHIP.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/test/40_0leadership_diff_name/makedict/all.json b/tests/results/test/40_0leadership_diff_name/makedict/all.json new file mode 100644 index 0000000..71db4f1 --- /dev/null +++ b/tests/results/test/40_0leadership_diff_name/makedict/all.json @@ -0,0 +1,19 @@ +{ + "leadership.leader": [ + { + "leadership.leader": "string1", + "leadership.follower1": "string1", + "leadership.follower2": "string1" + }, + { + "leadership.leader": "string2", + "leadership.follower1": "string2", + "leadership.follower2": "string2" + }, + { + "leadership.leader": "string3", + "leadership.follower1": "string3", + "leadership.follower2": "string3" + } + ] +} diff --git a/tests/results/test/40_0leadership_diff_name/makedict/mandatories.json b/tests/results/test/40_0leadership_diff_name/makedict/mandatories.json new file mode 100644 index 0000000..71db4f1 --- /dev/null +++ b/tests/results/test/40_0leadership_diff_name/makedict/mandatories.json @@ -0,0 +1,19 @@ +{ + "leadership.leader": [ + { + "leadership.leader": "string1", + "leadership.follower1": "string1", + "leadership.follower2": "string1" + }, + { + "leadership.leader": "string2", + "leadership.follower1": "string2", + "leadership.follower2": "string2" + }, + { + "leadership.leader": "string3", + "leadership.follower1": "string3", + "leadership.follower2": "string3" + } + ] +} diff --git a/tests/results/40_0leadership_empty/errors/all.json b/tests/results/test/40_0leadership_empty/errors/all.json similarity index 100% rename from tests/results/40_0leadership_empty/errors/all.json rename to tests/results/test/40_0leadership_empty/errors/all.json diff --git a/tests/results/24_0family_hidden_condition_with_variable/errors/mandatories.json b/tests/results/test/40_0leadership_empty/errors/mandatories.json similarity index 100% rename from tests/results/24_0family_hidden_condition_with_variable/errors/mandatories.json rename to tests/results/test/40_0leadership_empty/errors/mandatories.json diff --git a/tests/results/40_0leadership_empty/file/all.env b/tests/results/test/40_0leadership_empty/file/all.env similarity index 100% rename from tests/results/40_0leadership_empty/file/all.env rename to tests/results/test/40_0leadership_empty/file/all.env diff --git a/tests/results/40_0leadership_empty/file/all_exclude.env b/tests/results/test/40_0leadership_empty/file/all_exclude.env similarity index 100% rename from tests/results/40_0leadership_empty/file/all_exclude.env rename to tests/results/test/40_0leadership_empty/file/all_exclude.env diff --git a/tests/results/20_0multi_family/file/mandatories.env b/tests/results/test/40_0leadership_empty/file/mandatories.env similarity index 100% rename from tests/results/20_0multi_family/file/mandatories.env rename to tests/results/test/40_0leadership_empty/file/mandatories.env diff --git a/tests/results/40_0leadership_empty/makedict/all.json b/tests/results/test/40_0leadership_empty/makedict/all.json similarity index 100% rename from tests/results/40_0leadership_empty/makedict/all.json rename to tests/results/test/40_0leadership_empty/makedict/all.json diff --git a/tests/results/40_0leadership_empty/makedict/mandatories.json b/tests/results/test/40_0leadership_empty/makedict/mandatories.json similarity index 100% rename from tests/results/40_0leadership_empty/makedict/mandatories.json rename to tests/results/test/40_0leadership_empty/makedict/mandatories.json diff --git a/tests/results/40_0leadership_follower_default_calculation/errors/all.json b/tests/results/test/40_0leadership_follower_default_calculation/errors/all.json similarity index 100% rename from tests/results/40_0leadership_follower_default_calculation/errors/all.json rename to tests/results/test/40_0leadership_follower_default_calculation/errors/all.json diff --git a/tests/results/24_0family_hidden_param_condition_sub_family/errors/mandatories.json b/tests/results/test/40_0leadership_follower_default_calculation/errors/mandatories.json similarity index 100% rename from tests/results/24_0family_hidden_param_condition_sub_family/errors/mandatories.json rename to tests/results/test/40_0leadership_follower_default_calculation/errors/mandatories.json diff --git a/tests/results/test/40_0leadership_follower_default_calculation/file/all.env b/tests/results/test/40_0leadership_follower_default_calculation/file/all.env new file mode 100644 index 0000000..b45ebff --- /dev/null +++ b/tests/results/test/40_0leadership_follower_default_calculation/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/test/40_0leadership_follower_default_calculation/file/all_exclude.env b/tests/results/test/40_0leadership_follower_default_calculation/file/all_exclude.env new file mode 100644 index 0000000..b45ebff --- /dev/null +++ b/tests/results/test/40_0leadership_follower_default_calculation/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/test/40_0leadership_follower_default_calculation/file/mandatories.env b/tests/results/test/40_0leadership_follower_default_calculation/file/mandatories.env new file mode 100644 index 0000000..e7e4f78 --- /dev/null +++ b/tests/results/test/40_0leadership_follower_default_calculation/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" diff --git a/tests/results/test/40_0leadership_follower_default_calculation/makedict/all.json b/tests/results/test/40_0leadership_follower_default_calculation/makedict/all.json new file mode 100644 index 0000000..883d146 --- /dev/null +++ b/tests/results/test/40_0leadership_follower_default_calculation/makedict/all.json @@ -0,0 +1,19 @@ +{ + "leader.leader": [ + { + "leader.leader": "string1", + "leader.follower1": "string1", + "leader.follower2": "string1" + }, + { + "leader.leader": "string2", + "leader.follower1": "string2", + "leader.follower2": "string2" + }, + { + "leader.leader": "string3", + "leader.follower1": "string3", + "leader.follower2": "string3" + } + ] +} diff --git a/tests/results/test/40_0leadership_follower_default_calculation/makedict/mandatories.json b/tests/results/test/40_0leadership_follower_default_calculation/makedict/mandatories.json new file mode 100644 index 0000000..b891d6d --- /dev/null +++ b/tests/results/test/40_0leadership_follower_default_calculation/makedict/mandatories.json @@ -0,0 +1,19 @@ +{ + "leader.leader": [ + { + "leader.leader": "string1", + "leader.follower1": "value", + "leader.follower2": "value" + }, + { + "leader.leader": "string2", + "leader.follower1": "value", + "leader.follower2": "value" + }, + { + "leader.leader": "string3", + "leader.follower1": "value", + "leader.follower2": "value" + } + ] +} diff --git a/tests/results/40_0leadership_follower_default_value/errors/all.json b/tests/results/test/40_0leadership_follower_default_value/errors/all.json similarity index 100% rename from tests/results/40_0leadership_follower_default_value/errors/all.json rename to tests/results/test/40_0leadership_follower_default_value/errors/all.json diff --git a/tests/results/24_0family_mandatory_condition/errors/mandatories.json b/tests/results/test/40_0leadership_follower_default_value/errors/mandatories.json similarity index 100% rename from tests/results/24_0family_mandatory_condition/errors/mandatories.json rename to tests/results/test/40_0leadership_follower_default_value/errors/mandatories.json diff --git a/tests/results/test/40_0leadership_follower_default_value/file/all.env b/tests/results/test/40_0leadership_follower_default_value/file/all.env new file mode 100644 index 0000000..46e2279 --- /dev/null +++ b/tests/results/test/40_0leadership_follower_default_value/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3" diff --git a/tests/results/test/40_0leadership_follower_default_value/file/all_exclude.env b/tests/results/test/40_0leadership_follower_default_value/file/all_exclude.env new file mode 100644 index 0000000..46e2279 --- /dev/null +++ b/tests/results/test/40_0leadership_follower_default_value/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3" diff --git a/tests/results/20_0multi_family_expert/file/mandatories.env b/tests/results/test/40_0leadership_follower_default_value/file/mandatories.env similarity index 100% rename from tests/results/20_0multi_family_expert/file/mandatories.env rename to tests/results/test/40_0leadership_follower_default_value/file/mandatories.env diff --git a/tests/results/test/40_0leadership_follower_default_value/makedict/all.json b/tests/results/test/40_0leadership_follower_default_value/makedict/all.json new file mode 100644 index 0000000..ea95bb6 --- /dev/null +++ b/tests/results/test/40_0leadership_follower_default_value/makedict/all.json @@ -0,0 +1,16 @@ +{ + "leader.leader": [ + { + "leader.leader": "string1", + "leader.follower1": "string1" + }, + { + "leader.leader": "string2", + "leader.follower1": "string2" + }, + { + "leader.leader": "string3", + "leader.follower1": "string3" + } + ] +} diff --git a/tests/results/test/40_0leadership_follower_default_value/makedict/mandatories.json b/tests/results/test/40_0leadership_follower_default_value/makedict/mandatories.json new file mode 100644 index 0000000..e8a0e8d --- /dev/null +++ b/tests/results/test/40_0leadership_follower_default_value/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "leader.leader": [] +} diff --git a/tests/results/40_0leadership_leader_not_multi/errors/all.json b/tests/results/test/40_0leadership_leader_not_multi/errors/all.json similarity index 100% rename from tests/results/40_0leadership_leader_not_multi/errors/all.json rename to tests/results/test/40_0leadership_leader_not_multi/errors/all.json diff --git a/tests/results/24_0family_mandatory_condition_variable/errors/mandatories.json b/tests/results/test/40_0leadership_leader_not_multi/errors/mandatories.json similarity index 100% rename from tests/results/24_0family_mandatory_condition_variable/errors/mandatories.json rename to tests/results/test/40_0leadership_leader_not_multi/errors/mandatories.json diff --git a/tests/results/test/40_0leadership_leader_not_multi/file/all.env b/tests/results/test/40_0leadership_leader_not_multi/file/all.env new file mode 100644 index 0000000..7827b3b --- /dev/null +++ b/tests/results/test/40_0leadership_leader_not_multi/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_GENERAL.MODE_CONTENEUR_ACTIF="string1" +ROUGAIL_GENERAL1.LEADER.LEADER="string1,string2,string3" +ROUGAIL_GENERAL1.LEADER.FOLLOWER1="string1,string2,string3" +ROUGAIL_GENERAL1.LEADER.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/test/40_0leadership_leader_not_multi/file/all_exclude.env b/tests/results/test/40_0leadership_leader_not_multi/file/all_exclude.env new file mode 100644 index 0000000..7827b3b --- /dev/null +++ b/tests/results/test/40_0leadership_leader_not_multi/file/all_exclude.env @@ -0,0 +1,4 @@ +ROUGAIL_GENERAL.MODE_CONTENEUR_ACTIF="string1" +ROUGAIL_GENERAL1.LEADER.LEADER="string1,string2,string3" +ROUGAIL_GENERAL1.LEADER.FOLLOWER1="string1,string2,string3" +ROUGAIL_GENERAL1.LEADER.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/test/40_0leadership_leader_not_multi/file/mandatories.env b/tests/results/test/40_0leadership_leader_not_multi/file/mandatories.env new file mode 100644 index 0000000..125fad8 --- /dev/null +++ b/tests/results/test/40_0leadership_leader_not_multi/file/mandatories.env @@ -0,0 +1,3 @@ +ROUGAIL_GENERAL1.LEADER.LEADER="string1,string2,string3" +ROUGAIL_GENERAL1.LEADER.FOLLOWER1="string1,string2,string3" +ROUGAIL_GENERAL1.LEADER.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/test/40_0leadership_leader_not_multi/makedict/all.json b/tests/results/test/40_0leadership_leader_not_multi/makedict/all.json new file mode 100644 index 0000000..4dbf1ef --- /dev/null +++ b/tests/results/test/40_0leadership_leader_not_multi/makedict/all.json @@ -0,0 +1,20 @@ +{ + "general.mode_conteneur_actif": "string1", + "general1.leader.leader": [ + { + "general1.leader.leader": "string1", + "general1.leader.follower1": "string1", + "general1.leader.follower2": "string1" + }, + { + "general1.leader.leader": "string2", + "general1.leader.follower1": "string2", + "general1.leader.follower2": "string2" + }, + { + "general1.leader.leader": "string3", + "general1.leader.follower1": "string3", + "general1.leader.follower2": "string3" + } + ] +} diff --git a/tests/results/test/40_0leadership_leader_not_multi/makedict/mandatories.json b/tests/results/test/40_0leadership_leader_not_multi/makedict/mandatories.json new file mode 100644 index 0000000..bc11c00 --- /dev/null +++ b/tests/results/test/40_0leadership_leader_not_multi/makedict/mandatories.json @@ -0,0 +1,20 @@ +{ + "general.mode_conteneur_actif": "non", + "general1.leader.leader": [ + { + "general1.leader.leader": "string1", + "general1.leader.follower1": "string1", + "general1.leader.follower2": "string1" + }, + { + "general1.leader.leader": "string2", + "general1.leader.follower1": "string2", + "general1.leader.follower2": "string2" + }, + { + "general1.leader.leader": "string3", + "general1.leader.follower1": "string3", + "general1.leader.follower2": "string3" + } + ] +} diff --git a/tests/results/40_1leadership_append_follower/errors/all.json b/tests/results/test/40_1leadership_append_follower/errors/all.json similarity index 100% rename from tests/results/40_1leadership_append_follower/errors/all.json rename to tests/results/test/40_1leadership_append_follower/errors/all.json diff --git a/tests/results/24_7validators_variable_optional/errors/mandatories.json b/tests/results/test/40_1leadership_append_follower/errors/mandatories.json similarity index 100% rename from tests/results/24_7validators_variable_optional/errors/mandatories.json rename to tests/results/test/40_1leadership_append_follower/errors/mandatories.json diff --git a/tests/results/test/40_1leadership_append_follower/file/all.env b/tests/results/test/40_1leadership_append_follower/file/all.env new file mode 100644 index 0000000..4b4fe73 --- /dev/null +++ b/tests/results/test/40_1leadership_append_follower/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER3="string1,string2,string3" diff --git a/tests/results/test/40_1leadership_append_follower/file/all_exclude.env b/tests/results/test/40_1leadership_append_follower/file/all_exclude.env new file mode 100644 index 0000000..4b4fe73 --- /dev/null +++ b/tests/results/test/40_1leadership_append_follower/file/all_exclude.env @@ -0,0 +1,4 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER3="string1,string2,string3" diff --git a/tests/results/test/40_1leadership_append_follower/file/mandatories.env b/tests/results/test/40_1leadership_append_follower/file/mandatories.env new file mode 100644 index 0000000..4b4fe73 --- /dev/null +++ b/tests/results/test/40_1leadership_append_follower/file/mandatories.env @@ -0,0 +1,4 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER3="string1,string2,string3" diff --git a/tests/results/test/40_1leadership_append_follower/makedict/all.json b/tests/results/test/40_1leadership_append_follower/makedict/all.json new file mode 100644 index 0000000..e68dfe2 --- /dev/null +++ b/tests/results/test/40_1leadership_append_follower/makedict/all.json @@ -0,0 +1,22 @@ +{ + "leader.leader": [ + { + "leader.leader": "string1", + "leader.follower1": "string1", + "leader.follower2": "string1", + "leader.follower3": "string1" + }, + { + "leader.leader": "string2", + "leader.follower1": "string2", + "leader.follower2": "string2", + "leader.follower3": "string2" + }, + { + "leader.leader": "string3", + "leader.follower1": "string3", + "leader.follower2": "string3", + "leader.follower3": "string3" + } + ] +} diff --git a/tests/results/test/40_1leadership_append_follower/makedict/mandatories.json b/tests/results/test/40_1leadership_append_follower/makedict/mandatories.json new file mode 100644 index 0000000..e68dfe2 --- /dev/null +++ b/tests/results/test/40_1leadership_append_follower/makedict/mandatories.json @@ -0,0 +1,22 @@ +{ + "leader.leader": [ + { + "leader.leader": "string1", + "leader.follower1": "string1", + "leader.follower2": "string1", + "leader.follower3": "string1" + }, + { + "leader.leader": "string2", + "leader.follower1": "string2", + "leader.follower2": "string2", + "leader.follower3": "string2" + }, + { + "leader.leader": "string3", + "leader.follower1": "string3", + "leader.follower2": "string3", + "leader.follower3": "string3" + } + ] +} diff --git a/tests/results/40_2leadership_calculation_index/errors/all.json b/tests/results/test/40_8calculation_boolean/errors/all.json similarity index 100% rename from tests/results/40_2leadership_calculation_index/errors/all.json rename to tests/results/test/40_8calculation_boolean/errors/all.json diff --git a/tests/results/40_0leadership/errors/mandatories.json b/tests/results/test/40_8calculation_boolean/errors/mandatories.json similarity index 100% rename from tests/results/40_0leadership/errors/mandatories.json rename to tests/results/test/40_8calculation_boolean/errors/mandatories.json diff --git a/tests/results/test/40_8calculation_boolean/file/all.env b/tests/results/test/40_8calculation_boolean/file/all.env new file mode 100644 index 0000000..f887b7a --- /dev/null +++ b/tests/results/test/40_8calculation_boolean/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_BOOL="True" +ROUGAIL_MULTI1="true" +ROUGAIL_MULTI2="true" diff --git a/tests/results/test/40_8calculation_boolean/file/all_exclude.env b/tests/results/test/40_8calculation_boolean/file/all_exclude.env new file mode 100644 index 0000000..f887b7a --- /dev/null +++ b/tests/results/test/40_8calculation_boolean/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_BOOL="True" +ROUGAIL_MULTI1="true" +ROUGAIL_MULTI2="true" diff --git a/tests/results/20_0validators_differ_redefine/file/mandatories.env b/tests/results/test/40_8calculation_boolean/file/mandatories.env similarity index 100% rename from tests/results/20_0validators_differ_redefine/file/mandatories.env rename to tests/results/test/40_8calculation_boolean/file/mandatories.env diff --git a/tests/results/test/40_8calculation_boolean/makedict/all.json b/tests/results/test/40_8calculation_boolean/makedict/all.json new file mode 100644 index 0000000..baceefd --- /dev/null +++ b/tests/results/test/40_8calculation_boolean/makedict/all.json @@ -0,0 +1,9 @@ +{ + "bool": true, + "multi1": [ + true + ], + "multi2": [ + true + ] +} diff --git a/tests/results/test/40_8calculation_boolean/makedict/mandatories.json b/tests/results/test/40_8calculation_boolean/makedict/mandatories.json new file mode 100644 index 0000000..3ad903f --- /dev/null +++ b/tests/results/test/40_8calculation_boolean/makedict/mandatories.json @@ -0,0 +1,10 @@ +{ + "bool": false, + "multi1": [ + false + ], + "multi2": [ + true, + false + ] +} diff --git a/tests/results/40_2leadership_calculation_param_index/errors/all.json b/tests/results/test/40_8calculation_multi_variable/errors/all.json similarity index 100% rename from tests/results/40_2leadership_calculation_param_index/errors/all.json rename to tests/results/test/40_8calculation_multi_variable/errors/all.json diff --git a/tests/results/40_0leadership_diff_name/errors/mandatories.json b/tests/results/test/40_8calculation_multi_variable/errors/mandatories.json similarity index 100% rename from tests/results/40_0leadership_diff_name/errors/mandatories.json rename to tests/results/test/40_8calculation_multi_variable/errors/mandatories.json diff --git a/tests/results/test/40_8calculation_multi_variable/file/all.env b/tests/results/test/40_8calculation_multi_variable/file/all.env new file mode 100644 index 0000000..2b90d20 --- /dev/null +++ b/tests/results/test/40_8calculation_multi_variable/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="string1,string2,string3" +ROUGAIL_VAR2="string1" +ROUGAIL_VAR3="string1" diff --git a/tests/results/test/40_8calculation_multi_variable/file/all_exclude.env b/tests/results/test/40_8calculation_multi_variable/file/all_exclude.env new file mode 100644 index 0000000..2b90d20 --- /dev/null +++ b/tests/results/test/40_8calculation_multi_variable/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="string1,string2,string3" +ROUGAIL_VAR2="string1" +ROUGAIL_VAR3="string1" diff --git a/tests/results/20_1empty_subfamily/file/mandatories.env b/tests/results/test/40_8calculation_multi_variable/file/mandatories.env similarity index 100% rename from tests/results/20_1empty_subfamily/file/mandatories.env rename to tests/results/test/40_8calculation_multi_variable/file/mandatories.env diff --git a/tests/results/test/40_8calculation_multi_variable/makedict/all.json b/tests/results/test/40_8calculation_multi_variable/makedict/all.json new file mode 100644 index 0000000..8855922 --- /dev/null +++ b/tests/results/test/40_8calculation_multi_variable/makedict/all.json @@ -0,0 +1,9 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "var2": "string1", + "var3": "string1" +} diff --git a/tests/results/test/40_8calculation_multi_variable/makedict/mandatories.json b/tests/results/test/40_8calculation_multi_variable/makedict/mandatories.json new file mode 100644 index 0000000..2899c2c --- /dev/null +++ b/tests/results/test/40_8calculation_multi_variable/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "var": [ + "no", + "yes" + ], + "var2": "no", + "var3": "yes" +} diff --git a/tests/results/40_2leadership_leader_calculation/errors/all.json b/tests/results/test/40_8calculation_multi_variable_parent/errors/all.json similarity index 100% rename from tests/results/40_2leadership_leader_calculation/errors/all.json rename to tests/results/test/40_8calculation_multi_variable_parent/errors/all.json diff --git a/tests/results/40_0leadership_empty/errors/mandatories.json b/tests/results/test/40_8calculation_multi_variable_parent/errors/mandatories.json similarity index 100% rename from tests/results/40_0leadership_empty/errors/mandatories.json rename to tests/results/test/40_8calculation_multi_variable_parent/errors/mandatories.json diff --git a/tests/results/test/40_8calculation_multi_variable_parent/file/all.env b/tests/results/test/40_8calculation_multi_variable_parent/file/all.env new file mode 100644 index 0000000..aa43f16 --- /dev/null +++ b/tests/results/test/40_8calculation_multi_variable_parent/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR="string1" +ROUGAIL_FAM1.VAR="string1" diff --git a/tests/results/test/40_8calculation_multi_variable_parent/file/all_exclude.env b/tests/results/test/40_8calculation_multi_variable_parent/file/all_exclude.env new file mode 100644 index 0000000..aa43f16 --- /dev/null +++ b/tests/results/test/40_8calculation_multi_variable_parent/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_VAR="string1" +ROUGAIL_FAM1.VAR="string1" diff --git a/tests/results/24_0family_hidden_condition_boolean/file/mandatories.env b/tests/results/test/40_8calculation_multi_variable_parent/file/mandatories.env similarity index 100% rename from tests/results/24_0family_hidden_condition_boolean/file/mandatories.env rename to tests/results/test/40_8calculation_multi_variable_parent/file/mandatories.env diff --git a/tests/results/test/40_8calculation_multi_variable_parent/makedict/all.json b/tests/results/test/40_8calculation_multi_variable_parent/makedict/all.json new file mode 100644 index 0000000..8014019 --- /dev/null +++ b/tests/results/test/40_8calculation_multi_variable_parent/makedict/all.json @@ -0,0 +1,4 @@ +{ + "var": "string1", + "fam1.var": "string1" +} diff --git a/tests/results/test/40_8calculation_multi_variable_parent/makedict/mandatories.json b/tests/results/test/40_8calculation_multi_variable_parent/makedict/mandatories.json new file mode 100644 index 0000000..4c06e2c --- /dev/null +++ b/tests/results/test/40_8calculation_multi_variable_parent/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var": "no", + "fam1.var": "no" +} diff --git a/tests/results/40_8calculation_boolean/errors/all.json b/tests/results/test/40_8calculation_multi_variable_parent2/errors/all.json similarity index 100% rename from tests/results/40_8calculation_boolean/errors/all.json rename to tests/results/test/40_8calculation_multi_variable_parent2/errors/all.json diff --git a/tests/results/40_0leadership_follower_default_calculation/errors/mandatories.json b/tests/results/test/40_8calculation_multi_variable_parent2/errors/mandatories.json similarity index 100% rename from tests/results/40_0leadership_follower_default_calculation/errors/mandatories.json rename to tests/results/test/40_8calculation_multi_variable_parent2/errors/mandatories.json diff --git a/tests/results/test/40_8calculation_multi_variable_parent2/file/all.env b/tests/results/test/40_8calculation_multi_variable_parent2/file/all.env new file mode 100644 index 0000000..e4c8422 --- /dev/null +++ b/tests/results/test/40_8calculation_multi_variable_parent2/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_FAM1.VAR="string1" +ROUGAIL_FAM2.VAR="string1" diff --git a/tests/results/test/40_8calculation_multi_variable_parent2/file/all_exclude.env b/tests/results/test/40_8calculation_multi_variable_parent2/file/all_exclude.env new file mode 100644 index 0000000..e4c8422 --- /dev/null +++ b/tests/results/test/40_8calculation_multi_variable_parent2/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_FAM1.VAR="string1" +ROUGAIL_FAM2.VAR="string1" diff --git a/tests/results/24_0family_hidden_condition_variable_sub_family/file/mandatories.env b/tests/results/test/40_8calculation_multi_variable_parent2/file/mandatories.env similarity index 100% rename from tests/results/24_0family_hidden_condition_variable_sub_family/file/mandatories.env rename to tests/results/test/40_8calculation_multi_variable_parent2/file/mandatories.env diff --git a/tests/results/test/40_8calculation_multi_variable_parent2/makedict/all.json b/tests/results/test/40_8calculation_multi_variable_parent2/makedict/all.json new file mode 100644 index 0000000..4136f07 --- /dev/null +++ b/tests/results/test/40_8calculation_multi_variable_parent2/makedict/all.json @@ -0,0 +1,4 @@ +{ + "fam1.var": "string1", + "fam2.var": "string1" +} diff --git a/tests/results/test/40_8calculation_multi_variable_parent2/makedict/mandatories.json b/tests/results/test/40_8calculation_multi_variable_parent2/makedict/mandatories.json new file mode 100644 index 0000000..8a6c168 --- /dev/null +++ b/tests/results/test/40_8calculation_multi_variable_parent2/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "fam1.var": "no", + "fam2.var": "no" +} diff --git a/tests/results/40_8calculation_boolean_return_none/errors/all.json b/tests/results/test/41_0choice_leader/errors/all.json similarity index 100% rename from tests/results/40_8calculation_boolean_return_none/errors/all.json rename to tests/results/test/41_0choice_leader/errors/all.json diff --git a/tests/results/40_0leadership_follower_default_value/errors/mandatories.json b/tests/results/test/41_0choice_leader/errors/mandatories.json similarity index 100% rename from tests/results/40_0leadership_follower_default_value/errors/mandatories.json rename to tests/results/test/41_0choice_leader/errors/mandatories.json diff --git a/tests/results/test/41_0choice_leader/file/all.env b/tests/results/test/41_0choice_leader/file/all.env new file mode 100644 index 0000000..0a1fb27 --- /dev/null +++ b/tests/results/test/41_0choice_leader/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER1="a,b,c" diff --git a/tests/results/test/41_0choice_leader/file/all_exclude.env b/tests/results/test/41_0choice_leader/file/all_exclude.env new file mode 100644 index 0000000..0a1fb27 --- /dev/null +++ b/tests/results/test/41_0choice_leader/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER1="a,b,c" diff --git a/tests/results/24_0family_hidden_condition_with_variable/file/mandatories.env b/tests/results/test/41_0choice_leader/file/mandatories.env similarity index 100% rename from tests/results/24_0family_hidden_condition_with_variable/file/mandatories.env rename to tests/results/test/41_0choice_leader/file/mandatories.env diff --git a/tests/results/test/41_0choice_leader/makedict/all.json b/tests/results/test/41_0choice_leader/makedict/all.json new file mode 100644 index 0000000..5ce7acb --- /dev/null +++ b/tests/results/test/41_0choice_leader/makedict/all.json @@ -0,0 +1,16 @@ +{ + "leader.leader": [ + { + "leader.leader": "string1", + "leader.follower1": "a" + }, + { + "leader.leader": "string2", + "leader.follower1": "b" + }, + { + "leader.leader": "string3", + "leader.follower1": "c" + } + ] +} diff --git a/tests/results/test/41_0choice_leader/makedict/mandatories.json b/tests/results/test/41_0choice_leader/makedict/mandatories.json new file mode 100644 index 0000000..e8a0e8d --- /dev/null +++ b/tests/results/test/41_0choice_leader/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "leader.leader": [] +} diff --git a/tests/results/40_8calculation_integer/errors/all.json b/tests/results/test/44_0leadership_hidden/errors/all.json similarity index 100% rename from tests/results/40_8calculation_integer/errors/all.json rename to tests/results/test/44_0leadership_hidden/errors/all.json diff --git a/tests/results/40_0leadership_leader_not_multi/errors/mandatories.json b/tests/results/test/44_0leadership_hidden/errors/mandatories.json similarity index 100% rename from tests/results/40_0leadership_leader_not_multi/errors/mandatories.json rename to tests/results/test/44_0leadership_hidden/errors/mandatories.json diff --git a/tests/results/test/44_0leadership_hidden/file/all.env b/tests/results/test/44_0leadership_hidden/file/all.env new file mode 100644 index 0000000..e7e4f78 --- /dev/null +++ b/tests/results/test/44_0leadership_hidden/file/all.env @@ -0,0 +1 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" diff --git a/tests/results/test/44_0leadership_hidden/file/all_exclude.env b/tests/results/test/44_0leadership_hidden/file/all_exclude.env new file mode 100644 index 0000000..e7e4f78 --- /dev/null +++ b/tests/results/test/44_0leadership_hidden/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" diff --git a/tests/results/24_0family_mandatory_condition/file/mandatories.env b/tests/results/test/44_0leadership_hidden/file/mandatories.env similarity index 100% rename from tests/results/24_0family_mandatory_condition/file/mandatories.env rename to tests/results/test/44_0leadership_hidden/file/mandatories.env diff --git a/tests/results/test/44_0leadership_hidden/makedict/all.json b/tests/results/test/44_0leadership_hidden/makedict/all.json new file mode 100644 index 0000000..e8a0e8d --- /dev/null +++ b/tests/results/test/44_0leadership_hidden/makedict/all.json @@ -0,0 +1,3 @@ +{ + "leader.leader": [] +} diff --git a/tests/results/test/44_0leadership_hidden/makedict/mandatories.json b/tests/results/test/44_0leadership_hidden/makedict/mandatories.json new file mode 100644 index 0000000..e8a0e8d --- /dev/null +++ b/tests/results/test/44_0leadership_hidden/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "leader.leader": [] +} diff --git a/tests/results/40_8calculation_multi_variable/errors/all.json b/tests/results/test/44_0leadership_leader_hidden/errors/all.json similarity index 100% rename from tests/results/40_8calculation_multi_variable/errors/all.json rename to tests/results/test/44_0leadership_leader_hidden/errors/all.json diff --git a/tests/results/40_1leadership_append_follower/errors/mandatories.json b/tests/results/test/44_0leadership_leader_hidden/errors/mandatories.json similarity index 100% rename from tests/results/40_1leadership_append_follower/errors/mandatories.json rename to tests/results/test/44_0leadership_leader_hidden/errors/mandatories.json diff --git a/tests/results/test/44_0leadership_leader_hidden/file/all.env b/tests/results/test/44_0leadership_leader_hidden/file/all.env new file mode 100644 index 0000000..e7e4f78 --- /dev/null +++ b/tests/results/test/44_0leadership_leader_hidden/file/all.env @@ -0,0 +1 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" diff --git a/tests/results/test/44_0leadership_leader_hidden/file/all_exclude.env b/tests/results/test/44_0leadership_leader_hidden/file/all_exclude.env new file mode 100644 index 0000000..e7e4f78 --- /dev/null +++ b/tests/results/test/44_0leadership_leader_hidden/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" diff --git a/tests/results/40_0leadership_empty/file/mandatories.env b/tests/results/test/44_0leadership_leader_hidden/file/mandatories.env similarity index 100% rename from tests/results/40_0leadership_empty/file/mandatories.env rename to tests/results/test/44_0leadership_leader_hidden/file/mandatories.env diff --git a/tests/results/test/44_0leadership_leader_hidden/makedict/all.json b/tests/results/test/44_0leadership_leader_hidden/makedict/all.json new file mode 100644 index 0000000..e8a0e8d --- /dev/null +++ b/tests/results/test/44_0leadership_leader_hidden/makedict/all.json @@ -0,0 +1,3 @@ +{ + "leader.leader": [] +} diff --git a/tests/results/test/44_0leadership_leader_hidden/makedict/mandatories.json b/tests/results/test/44_0leadership_leader_hidden/makedict/mandatories.json new file mode 100644 index 0000000..e8a0e8d --- /dev/null +++ b/tests/results/test/44_0leadership_leader_hidden/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "leader.leader": [] +} diff --git a/tests/results/40_8calculation_multi_variable_parent/errors/all.json b/tests/results/test/44_1leadership_append_hidden_follower/errors/all.json similarity index 100% rename from tests/results/40_8calculation_multi_variable_parent/errors/all.json rename to tests/results/test/44_1leadership_append_hidden_follower/errors/all.json diff --git a/tests/results/40_2leadership_calculation_index/errors/mandatories.json b/tests/results/test/44_1leadership_append_hidden_follower/errors/mandatories.json similarity index 100% rename from tests/results/40_2leadership_calculation_index/errors/mandatories.json rename to tests/results/test/44_1leadership_append_hidden_follower/errors/mandatories.json diff --git a/tests/results/test/44_1leadership_append_hidden_follower/file/all.env b/tests/results/test/44_1leadership_append_hidden_follower/file/all.env new file mode 100644 index 0000000..e7e4f78 --- /dev/null +++ b/tests/results/test/44_1leadership_append_hidden_follower/file/all.env @@ -0,0 +1 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" diff --git a/tests/results/test/44_1leadership_append_hidden_follower/file/all_exclude.env b/tests/results/test/44_1leadership_append_hidden_follower/file/all_exclude.env new file mode 100644 index 0000000..e7e4f78 --- /dev/null +++ b/tests/results/test/44_1leadership_append_hidden_follower/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" diff --git a/tests/results/40_0leadership_follower_default_value/file/mandatories.env b/tests/results/test/44_1leadership_append_hidden_follower/file/mandatories.env similarity index 100% rename from tests/results/40_0leadership_follower_default_value/file/mandatories.env rename to tests/results/test/44_1leadership_append_hidden_follower/file/mandatories.env diff --git a/tests/results/test/44_1leadership_append_hidden_follower/makedict/all.json b/tests/results/test/44_1leadership_append_hidden_follower/makedict/all.json new file mode 100644 index 0000000..e8a0e8d --- /dev/null +++ b/tests/results/test/44_1leadership_append_hidden_follower/makedict/all.json @@ -0,0 +1,3 @@ +{ + "leader.leader": [] +} diff --git a/tests/results/test/44_1leadership_append_hidden_follower/makedict/mandatories.json b/tests/results/test/44_1leadership_append_hidden_follower/makedict/mandatories.json new file mode 100644 index 0000000..e8a0e8d --- /dev/null +++ b/tests/results/test/44_1leadership_append_hidden_follower/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "leader.leader": [] +} diff --git a/tests/results/40_8calculation_multi_variable_parent2/errors/all.json b/tests/results/test/44_4leadership_mandatory/errors/all.json similarity index 100% rename from tests/results/40_8calculation_multi_variable_parent2/errors/all.json rename to tests/results/test/44_4leadership_mandatory/errors/all.json diff --git a/tests/results/40_2leadership_calculation_param_index/errors/mandatories.json b/tests/results/test/44_4leadership_mandatory/errors/mandatories.json similarity index 100% rename from tests/results/40_2leadership_calculation_param_index/errors/mandatories.json rename to tests/results/test/44_4leadership_mandatory/errors/mandatories.json diff --git a/tests/results/test/44_4leadership_mandatory/file/all.env b/tests/results/test/44_4leadership_mandatory/file/all.env new file mode 100644 index 0000000..46e2279 --- /dev/null +++ b/tests/results/test/44_4leadership_mandatory/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3" diff --git a/tests/results/test/44_4leadership_mandatory/file/all_exclude.env b/tests/results/test/44_4leadership_mandatory/file/all_exclude.env new file mode 100644 index 0000000..46e2279 --- /dev/null +++ b/tests/results/test/44_4leadership_mandatory/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3" diff --git a/tests/results/test/44_4leadership_mandatory/file/mandatories.env b/tests/results/test/44_4leadership_mandatory/file/mandatories.env new file mode 100644 index 0000000..e7e4f78 --- /dev/null +++ b/tests/results/test/44_4leadership_mandatory/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" diff --git a/tests/results/test/44_4leadership_mandatory/makedict/all.json b/tests/results/test/44_4leadership_mandatory/makedict/all.json new file mode 100644 index 0000000..ea95bb6 --- /dev/null +++ b/tests/results/test/44_4leadership_mandatory/makedict/all.json @@ -0,0 +1,16 @@ +{ + "leader.leader": [ + { + "leader.leader": "string1", + "leader.follower1": "string1" + }, + { + "leader.leader": "string2", + "leader.follower1": "string2" + }, + { + "leader.leader": "string3", + "leader.follower1": "string3" + } + ] +} diff --git a/tests/results/test/44_4leadership_mandatory/makedict/mandatories.json b/tests/results/test/44_4leadership_mandatory/makedict/mandatories.json new file mode 100644 index 0000000..4cb99ac --- /dev/null +++ b/tests/results/test/44_4leadership_mandatory/makedict/mandatories.json @@ -0,0 +1,16 @@ +{ + "leader.leader": [ + { + "leader.leader": "string1", + "leader.follower1": null + }, + { + "leader.leader": "string2", + "leader.follower1": null + }, + { + "leader.leader": "string3", + "leader.follower1": null + } + ] +} diff --git a/tests/results/41_0choice_leader/errors/all.json b/tests/results/test/44_4leadership_mandatory_follower/errors/all.json similarity index 100% rename from tests/results/41_0choice_leader/errors/all.json rename to tests/results/test/44_4leadership_mandatory_follower/errors/all.json diff --git a/tests/results/40_2leadership_leader_calculation/errors/mandatories.json b/tests/results/test/44_4leadership_mandatory_follower/errors/mandatories.json similarity index 100% rename from tests/results/40_2leadership_leader_calculation/errors/mandatories.json rename to tests/results/test/44_4leadership_mandatory_follower/errors/mandatories.json diff --git a/tests/results/test/44_4leadership_mandatory_follower/file/all.env b/tests/results/test/44_4leadership_mandatory_follower/file/all.env new file mode 100644 index 0000000..e0b85c2 --- /dev/null +++ b/tests/results/test/44_4leadership_mandatory_follower/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER="string1,string2,string3" diff --git a/tests/results/test/44_4leadership_mandatory_follower/file/all_exclude.env b/tests/results/test/44_4leadership_mandatory_follower/file/all_exclude.env new file mode 100644 index 0000000..e0b85c2 --- /dev/null +++ b/tests/results/test/44_4leadership_mandatory_follower/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER="string1,string2,string3" diff --git a/tests/results/40_2leadership_calculation_index/file/mandatories.env b/tests/results/test/44_4leadership_mandatory_follower/file/mandatories.env similarity index 100% rename from tests/results/40_2leadership_calculation_index/file/mandatories.env rename to tests/results/test/44_4leadership_mandatory_follower/file/mandatories.env diff --git a/tests/results/test/44_4leadership_mandatory_follower/makedict/all.json b/tests/results/test/44_4leadership_mandatory_follower/makedict/all.json new file mode 100644 index 0000000..c365c62 --- /dev/null +++ b/tests/results/test/44_4leadership_mandatory_follower/makedict/all.json @@ -0,0 +1,16 @@ +{ + "leader.leader": [ + { + "leader.leader": "string1", + "leader.follower": "string1" + }, + { + "leader.leader": "string2", + "leader.follower": "string2" + }, + { + "leader.leader": "string3", + "leader.follower": "string3" + } + ] +} diff --git a/tests/results/test/44_4leadership_mandatory_follower/makedict/mandatories.json b/tests/results/test/44_4leadership_mandatory_follower/makedict/mandatories.json new file mode 100644 index 0000000..e8a0e8d --- /dev/null +++ b/tests/results/test/44_4leadership_mandatory_follower/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "leader.leader": [] +} diff --git a/tests/results/44_4disabled_calcultion_follower/errors/all.json b/tests/results/test/44_5leadership_leader_hidden_calculation/errors/all.json similarity index 100% rename from tests/results/44_4disabled_calcultion_follower/errors/all.json rename to tests/results/test/44_5leadership_leader_hidden_calculation/errors/all.json diff --git a/tests/results/40_8calculation_boolean/errors/mandatories.json b/tests/results/test/44_5leadership_leader_hidden_calculation/errors/mandatories.json similarity index 100% rename from tests/results/40_8calculation_boolean/errors/mandatories.json rename to tests/results/test/44_5leadership_leader_hidden_calculation/errors/mandatories.json diff --git a/tests/results/test/44_5leadership_leader_hidden_calculation/file/all.env b/tests/results/test/44_5leadership_leader_hidden_calculation/file/all.env new file mode 100644 index 0000000..297ac16 --- /dev/null +++ b/tests/results/test/44_5leadership_leader_hidden_calculation/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER="string1,string2,string3" diff --git a/tests/results/test/44_5leadership_leader_hidden_calculation/file/all_exclude.env b/tests/results/test/44_5leadership_leader_hidden_calculation/file/all_exclude.env new file mode 100644 index 0000000..297ac16 --- /dev/null +++ b/tests/results/test/44_5leadership_leader_hidden_calculation/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER="string1,string2,string3" diff --git a/tests/results/40_2leadership_calculation_param_index/file/mandatories.env b/tests/results/test/44_5leadership_leader_hidden_calculation/file/mandatories.env similarity index 100% rename from tests/results/40_2leadership_calculation_param_index/file/mandatories.env rename to tests/results/test/44_5leadership_leader_hidden_calculation/file/mandatories.env diff --git a/tests/results/test/44_5leadership_leader_hidden_calculation/makedict/all.json b/tests/results/test/44_5leadership_leader_hidden_calculation/makedict/all.json new file mode 100644 index 0000000..48d9ba5 --- /dev/null +++ b/tests/results/test/44_5leadership_leader_hidden_calculation/makedict/all.json @@ -0,0 +1,17 @@ +{ + "condition": "string1", + "leader.leader": [ + { + "leader.leader": "string1", + "leader.follower": "string1" + }, + { + "leader.leader": "string2", + "leader.follower": "string2" + }, + { + "leader.leader": "string3", + "leader.follower": "string3" + } + ] +} diff --git a/tests/results/test/44_5leadership_leader_hidden_calculation/makedict/mandatories.json b/tests/results/test/44_5leadership_leader_hidden_calculation/makedict/mandatories.json new file mode 100644 index 0000000..ad39dee --- /dev/null +++ b/tests/results/test/44_5leadership_leader_hidden_calculation/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "condition": "no", + "leader.leader": [] +} diff --git a/tests/results/44_4leadership_mandatory/errors/all.json b/tests/results/test/44_6leadership_follower_disabled_calculation/errors/all.json similarity index 100% rename from tests/results/44_4leadership_mandatory/errors/all.json rename to tests/results/test/44_6leadership_follower_disabled_calculation/errors/all.json diff --git a/tests/results/test/44_6leadership_follower_disabled_calculation/errors/mandatories.json b/tests/results/test/44_6leadership_follower_disabled_calculation/errors/mandatories.json new file mode 100644 index 0000000..eba1f73 --- /dev/null +++ b/tests/results/test/44_6leadership_follower_disabled_calculation/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "cannot access to option \"leader.follower\" (a follower) because has property \"disabled\" (disabled)" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test/44_6leadership_follower_disabled_calculation/file/all.env b/tests/results/test/44_6leadership_follower_disabled_calculation/file/all.env new file mode 100644 index 0000000..297ac16 --- /dev/null +++ b/tests/results/test/44_6leadership_follower_disabled_calculation/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER="string1,string2,string3" diff --git a/tests/results/test/44_6leadership_follower_disabled_calculation/file/all_exclude.env b/tests/results/test/44_6leadership_follower_disabled_calculation/file/all_exclude.env new file mode 100644 index 0000000..297ac16 --- /dev/null +++ b/tests/results/test/44_6leadership_follower_disabled_calculation/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_CONDITION="string1" +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER="string1,string2,string3" diff --git a/tests/results/test/44_6leadership_follower_disabled_calculation/file/mandatories.env b/tests/results/test/44_6leadership_follower_disabled_calculation/file/mandatories.env new file mode 100644 index 0000000..e0b85c2 --- /dev/null +++ b/tests/results/test/44_6leadership_follower_disabled_calculation/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER="string1,string2,string3" diff --git a/tests/results/test/44_6leadership_follower_disabled_calculation/makedict/all.json b/tests/results/test/44_6leadership_follower_disabled_calculation/makedict/all.json new file mode 100644 index 0000000..48d9ba5 --- /dev/null +++ b/tests/results/test/44_6leadership_follower_disabled_calculation/makedict/all.json @@ -0,0 +1,17 @@ +{ + "condition": "string1", + "leader.leader": [ + { + "leader.leader": "string1", + "leader.follower": "string1" + }, + { + "leader.leader": "string2", + "leader.follower": "string2" + }, + { + "leader.leader": "string3", + "leader.follower": "string3" + } + ] +} diff --git a/tests/results/test/44_6leadership_follower_disabled_calculation/makedict/mandatories.json b/tests/results/test/44_6leadership_follower_disabled_calculation/makedict/mandatories.json new file mode 100644 index 0000000..3efb6db --- /dev/null +++ b/tests/results/test/44_6leadership_follower_disabled_calculation/makedict/mandatories.json @@ -0,0 +1,14 @@ +{ + "condition": "yes", + "leader.leader": [ + { + "leader.leader": "string1" + }, + { + "leader.leader": "string2" + }, + { + "leader.leader": "string3" + } + ] +} diff --git a/tests/results/44_4leadership_mandatory_follower/errors/all.json b/tests/results/test/60_0family_dynamic/errors/all.json similarity index 100% rename from tests/results/44_4leadership_mandatory_follower/errors/all.json rename to tests/results/test/60_0family_dynamic/errors/all.json diff --git a/tests/results/40_8calculation_boolean_return_none/errors/mandatories.json b/tests/results/test/60_0family_dynamic/errors/mandatories.json similarity index 100% rename from tests/results/40_8calculation_boolean_return_none/errors/mandatories.json rename to tests/results/test/60_0family_dynamic/errors/mandatories.json diff --git a/tests/results/test/60_0family_dynamic/file/all.env b/tests/results/test/60_0family_dynamic/file/all.env new file mode 100644 index 0000000..2b7b3dc --- /dev/null +++ b/tests/results/test/60_0family_dynamic/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic/file/all_exclude.env b/tests/results/test/60_0family_dynamic/file/all_exclude.env new file mode 100644 index 0000000..a3e2e9b --- /dev/null +++ b/tests/results/test/60_0family_dynamic/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic/file/mandatories.env b/tests/results/test/60_0family_dynamic/file/mandatories.env new file mode 100644 index 0000000..a3e2e9b --- /dev/null +++ b/tests/results/test/60_0family_dynamic/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic/makedict/all.json b/tests/results/test/60_0family_dynamic/makedict/all.json new file mode 100644 index 0000000..f690062 --- /dev/null +++ b/tests/results/test/60_0family_dynamic/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1" +} diff --git a/tests/results/test/60_0family_dynamic/makedict/mandatories.json b/tests/results/test/60_0family_dynamic/makedict/mandatories.json new file mode 100644 index 0000000..f690062 --- /dev/null +++ b/tests/results/test/60_0family_dynamic/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1" +} diff --git a/tests/results/44_5leadership_leader_hidden_calculation/errors/all.json b/tests/results/test/60_0family_dynamic_1_1/errors/all.json similarity index 100% rename from tests/results/44_5leadership_leader_hidden_calculation/errors/all.json rename to tests/results/test/60_0family_dynamic_1_1/errors/all.json diff --git a/tests/results/40_8calculation_integer/errors/mandatories.json b/tests/results/test/60_0family_dynamic_1_1/errors/mandatories.json similarity index 100% rename from tests/results/40_8calculation_integer/errors/mandatories.json rename to tests/results/test/60_0family_dynamic_1_1/errors/mandatories.json diff --git a/tests/results/test/60_0family_dynamic_1_1/file/all.env b/tests/results/test/60_0family_dynamic_1_1/file/all.env new file mode 100644 index 0000000..b272d75 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_1_1/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.VARDYN="string1" +ROUGAIL_DYNVAL2.VARDYN="string1" diff --git a/tests/results/test/60_0family_dynamic_1_1/file/all_exclude.env b/tests/results/test/60_0family_dynamic_1_1/file/all_exclude.env new file mode 100644 index 0000000..9c41048 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_1_1/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VARDYN="string1" +ROUGAIL_DYNVAL2.VARDYN="string1" diff --git a/tests/results/test/60_0family_dynamic_1_1/file/mandatories.env b/tests/results/test/60_0family_dynamic_1_1/file/mandatories.env new file mode 100644 index 0000000..9c41048 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_1_1/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VARDYN="string1" +ROUGAIL_DYNVAL2.VARDYN="string1" diff --git a/tests/results/test/60_0family_dynamic_1_1/makedict/all.json b/tests/results/test/60_0family_dynamic_1_1/makedict/all.json new file mode 100644 index 0000000..d8a727f --- /dev/null +++ b/tests/results/test/60_0family_dynamic_1_1/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.vardyn": "string1", + "dynval2.vardyn": "string1" +} diff --git a/tests/results/test/60_0family_dynamic_1_1/makedict/mandatories.json b/tests/results/test/60_0family_dynamic_1_1/makedict/mandatories.json new file mode 100644 index 0000000..d8a727f --- /dev/null +++ b/tests/results/test/60_0family_dynamic_1_1/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.vardyn": "string1", + "dynval2.vardyn": "string1" +} diff --git a/tests/results/44_6leadership_follower_disabled_calculation/errors/all.json b/tests/results/test/60_0family_dynamic_1_1_empty/errors/all.json similarity index 100% rename from tests/results/44_6leadership_follower_disabled_calculation/errors/all.json rename to tests/results/test/60_0family_dynamic_1_1_empty/errors/all.json diff --git a/tests/results/40_8calculation_multi_variable/errors/mandatories.json b/tests/results/test/60_0family_dynamic_1_1_empty/errors/mandatories.json similarity index 100% rename from tests/results/40_8calculation_multi_variable/errors/mandatories.json rename to tests/results/test/60_0family_dynamic_1_1_empty/errors/mandatories.json diff --git a/tests/results/test/60_0family_dynamic_1_1_empty/file/all.env b/tests/results/test/60_0family_dynamic_1_1_empty/file/all.env new file mode 100644 index 0000000..b272d75 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_1_1_empty/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.VARDYN="string1" +ROUGAIL_DYNVAL2.VARDYN="string1" diff --git a/tests/results/test/60_0family_dynamic_1_1_empty/file/all_exclude.env b/tests/results/test/60_0family_dynamic_1_1_empty/file/all_exclude.env new file mode 100644 index 0000000..9c41048 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_1_1_empty/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VARDYN="string1" +ROUGAIL_DYNVAL2.VARDYN="string1" diff --git a/tests/results/40_8calculation_boolean/file/mandatories.env b/tests/results/test/60_0family_dynamic_1_1_empty/file/mandatories.env similarity index 100% rename from tests/results/40_8calculation_boolean/file/mandatories.env rename to tests/results/test/60_0family_dynamic_1_1_empty/file/mandatories.env diff --git a/tests/results/test/60_0family_dynamic_1_1_empty/makedict/all.json b/tests/results/test/60_0family_dynamic_1_1_empty/makedict/all.json new file mode 100644 index 0000000..d8a727f --- /dev/null +++ b/tests/results/test/60_0family_dynamic_1_1_empty/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.vardyn": "string1", + "dynval2.vardyn": "string1" +} diff --git a/tests/results/test/60_0family_dynamic_1_1_empty/makedict/mandatories.json b/tests/results/test/60_0family_dynamic_1_1_empty/makedict/mandatories.json new file mode 100644 index 0000000..f977829 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_1_1_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var": [] +} diff --git a/tests/results/44_9calculated_default_leadership_leader/errors/all.json b/tests/results/test/60_0family_dynamic_empty/errors/all.json similarity index 100% rename from tests/results/44_9calculated_default_leadership_leader/errors/all.json rename to tests/results/test/60_0family_dynamic_empty/errors/all.json diff --git a/tests/results/40_8calculation_multi_variable_parent/errors/mandatories.json b/tests/results/test/60_0family_dynamic_empty/errors/mandatories.json similarity index 100% rename from tests/results/40_8calculation_multi_variable_parent/errors/mandatories.json rename to tests/results/test/60_0family_dynamic_empty/errors/mandatories.json diff --git a/tests/results/test/60_0family_dynamic_empty/file/all.env b/tests/results/test/60_0family_dynamic_empty/file/all.env new file mode 100644 index 0000000..30a1cd9 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_empty/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_VAR="string1,string2,string3" +ROUGAIL_DYNSTRING1.VAR="string1" +ROUGAIL_DYNSTRING2.VAR="string1" +ROUGAIL_DYNSTRING3.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic_empty/file/all_exclude.env b/tests/results/test/60_0family_dynamic_empty/file/all_exclude.env new file mode 100644 index 0000000..926cb0b --- /dev/null +++ b/tests/results/test/60_0family_dynamic_empty/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_DYNSTRING1.VAR="string1" +ROUGAIL_DYNSTRING2.VAR="string1" +ROUGAIL_DYNSTRING3.VAR="string1" diff --git a/tests/results/40_8calculation_integer/file/mandatories.env b/tests/results/test/60_0family_dynamic_empty/file/mandatories.env similarity index 100% rename from tests/results/40_8calculation_integer/file/mandatories.env rename to tests/results/test/60_0family_dynamic_empty/file/mandatories.env diff --git a/tests/results/test/60_0family_dynamic_empty/makedict/all.json b/tests/results/test/60_0family_dynamic_empty/makedict/all.json new file mode 100644 index 0000000..0587ebd --- /dev/null +++ b/tests/results/test/60_0family_dynamic_empty/makedict/all.json @@ -0,0 +1,10 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1.var": "string1", + "dynstring2.var": "string1", + "dynstring3.var": "string1" +} diff --git a/tests/results/test/60_0family_dynamic_empty/makedict/mandatories.json b/tests/results/test/60_0family_dynamic_empty/makedict/mandatories.json new file mode 100644 index 0000000..f977829 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var": [] +} diff --git a/tests/results/60_0family_dynamic/errors/all.json b/tests/results/test/60_0family_dynamic_no_description/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic/errors/all.json rename to tests/results/test/60_0family_dynamic_no_description/errors/all.json diff --git a/tests/results/40_8calculation_multi_variable_parent2/errors/mandatories.json b/tests/results/test/60_0family_dynamic_no_description/errors/mandatories.json similarity index 100% rename from tests/results/40_8calculation_multi_variable_parent2/errors/mandatories.json rename to tests/results/test/60_0family_dynamic_no_description/errors/mandatories.json diff --git a/tests/results/test/60_0family_dynamic_no_description/file/all.env b/tests/results/test/60_0family_dynamic_no_description/file/all.env new file mode 100644 index 0000000..2b7b3dc --- /dev/null +++ b/tests/results/test/60_0family_dynamic_no_description/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic_no_description/file/all_exclude.env b/tests/results/test/60_0family_dynamic_no_description/file/all_exclude.env new file mode 100644 index 0000000..a3e2e9b --- /dev/null +++ b/tests/results/test/60_0family_dynamic_no_description/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic_no_description/file/mandatories.env b/tests/results/test/60_0family_dynamic_no_description/file/mandatories.env new file mode 100644 index 0000000..a3e2e9b --- /dev/null +++ b/tests/results/test/60_0family_dynamic_no_description/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic_no_description/makedict/all.json b/tests/results/test/60_0family_dynamic_no_description/makedict/all.json new file mode 100644 index 0000000..f690062 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_no_description/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1" +} diff --git a/tests/results/test/60_0family_dynamic_no_description/makedict/mandatories.json b/tests/results/test/60_0family_dynamic_no_description/makedict/mandatories.json new file mode 100644 index 0000000..f690062 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_no_description/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1" +} diff --git a/tests/results/60_0family_dynamic_1_0/errors/all.json b/tests/results/test/60_0family_dynamic_no_description_empty/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic_1_0/errors/all.json rename to tests/results/test/60_0family_dynamic_no_description_empty/errors/all.json diff --git a/tests/results/41_0choice_leader/errors/mandatories.json b/tests/results/test/60_0family_dynamic_no_description_empty/errors/mandatories.json similarity index 100% rename from tests/results/41_0choice_leader/errors/mandatories.json rename to tests/results/test/60_0family_dynamic_no_description_empty/errors/mandatories.json diff --git a/tests/results/test/60_0family_dynamic_no_description_empty/file/all.env b/tests/results/test/60_0family_dynamic_no_description_empty/file/all.env new file mode 100644 index 0000000..2b7b3dc --- /dev/null +++ b/tests/results/test/60_0family_dynamic_no_description_empty/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic_no_description_empty/file/all_exclude.env b/tests/results/test/60_0family_dynamic_no_description_empty/file/all_exclude.env new file mode 100644 index 0000000..a3e2e9b --- /dev/null +++ b/tests/results/test/60_0family_dynamic_no_description_empty/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/40_8calculation_multi_variable/file/mandatories.env b/tests/results/test/60_0family_dynamic_no_description_empty/file/mandatories.env similarity index 100% rename from tests/results/40_8calculation_multi_variable/file/mandatories.env rename to tests/results/test/60_0family_dynamic_no_description_empty/file/mandatories.env diff --git a/tests/results/test/60_0family_dynamic_no_description_empty/makedict/all.json b/tests/results/test/60_0family_dynamic_no_description_empty/makedict/all.json new file mode 100644 index 0000000..f690062 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_no_description_empty/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1" +} diff --git a/tests/results/test/60_0family_dynamic_no_description_empty/makedict/mandatories.json b/tests/results/test/60_0family_dynamic_no_description_empty/makedict/mandatories.json new file mode 100644 index 0000000..f977829 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_no_description_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var": [] +} diff --git a/tests/results/60_0family_dynamic_1_0_empty/errors/all.json b/tests/results/test/60_0family_dynamic_static/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic_1_0_empty/errors/all.json rename to tests/results/test/60_0family_dynamic_static/errors/all.json diff --git a/tests/results/44_0leadership_hidden/errors/mandatories.json b/tests/results/test/60_0family_dynamic_static/errors/mandatories.json similarity index 100% rename from tests/results/44_0leadership_hidden/errors/mandatories.json rename to tests/results/test/60_0family_dynamic_static/errors/mandatories.json diff --git a/tests/results/test/60_0family_dynamic_static/file/all.env b/tests/results/test/60_0family_dynamic_static/file/all.env new file mode 100644 index 0000000..a3e2e9b --- /dev/null +++ b/tests/results/test/60_0family_dynamic_static/file/all.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic_static/file/all_exclude.env b/tests/results/test/60_0family_dynamic_static/file/all_exclude.env new file mode 100644 index 0000000..a3e2e9b --- /dev/null +++ b/tests/results/test/60_0family_dynamic_static/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic_static/file/mandatories.env b/tests/results/test/60_0family_dynamic_static/file/mandatories.env new file mode 100644 index 0000000..a3e2e9b --- /dev/null +++ b/tests/results/test/60_0family_dynamic_static/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic_static/makedict/all.json b/tests/results/test/60_0family_dynamic_static/makedict/all.json new file mode 100644 index 0000000..92fbc47 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_static/makedict/all.json @@ -0,0 +1,4 @@ +{ + "dynval1.var": "string1", + "dynval2.var": "string1" +} diff --git a/tests/results/test/60_0family_dynamic_static/makedict/mandatories.json b/tests/results/test/60_0family_dynamic_static/makedict/mandatories.json new file mode 100644 index 0000000..92fbc47 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_static/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "dynval1.var": "string1", + "dynval2.var": "string1" +} diff --git a/tests/results/60_0family_dynamic_1_0_type/errors/all.json b/tests/results/test/60_0family_dynamic_test/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic_1_0_type/errors/all.json rename to tests/results/test/60_0family_dynamic_test/errors/all.json diff --git a/tests/results/44_0leadership_leader_hidden/errors/mandatories.json b/tests/results/test/60_0family_dynamic_test/errors/mandatories.json similarity index 100% rename from tests/results/44_0leadership_leader_hidden/errors/mandatories.json rename to tests/results/test/60_0family_dynamic_test/errors/mandatories.json diff --git a/tests/results/test/60_0family_dynamic_test/file/all.env b/tests/results/test/60_0family_dynamic_test/file/all.env new file mode 100644 index 0000000..2b7b3dc --- /dev/null +++ b/tests/results/test/60_0family_dynamic_test/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic_test/file/all_exclude.env b/tests/results/test/60_0family_dynamic_test/file/all_exclude.env new file mode 100644 index 0000000..a3e2e9b --- /dev/null +++ b/tests/results/test/60_0family_dynamic_test/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic_test/file/mandatories.env b/tests/results/test/60_0family_dynamic_test/file/mandatories.env new file mode 100644 index 0000000..2b7b3dc --- /dev/null +++ b/tests/results/test/60_0family_dynamic_test/file/mandatories.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic_test/makedict/all.json b/tests/results/test/60_0family_dynamic_test/makedict/all.json new file mode 100644 index 0000000..f690062 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_test/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1" +} diff --git a/tests/results/test/60_0family_dynamic_test/makedict/mandatories.json b/tests/results/test/60_0family_dynamic_test/makedict/mandatories.json new file mode 100644 index 0000000..f690062 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_test/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1" +} diff --git a/tests/results/60_0family_dynamic_1_0_type_empty/errors/all.json b/tests/results/test/60_0family_dynamic_variable_empty/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic_1_0_type_empty/errors/all.json rename to tests/results/test/60_0family_dynamic_variable_empty/errors/all.json diff --git a/tests/results/44_1leadership_append_hidden_follower/errors/mandatories.json b/tests/results/test/60_0family_dynamic_variable_empty/errors/mandatories.json similarity index 100% rename from tests/results/44_1leadership_append_hidden_follower/errors/mandatories.json rename to tests/results/test/60_0family_dynamic_variable_empty/errors/mandatories.json diff --git a/tests/results/test/60_0family_dynamic_variable_empty/file/all.env b/tests/results/test/60_0family_dynamic_variable_empty/file/all.env new file mode 100644 index 0000000..30a1cd9 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_empty/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_VAR="string1,string2,string3" +ROUGAIL_DYNSTRING1.VAR="string1" +ROUGAIL_DYNSTRING2.VAR="string1" +ROUGAIL_DYNSTRING3.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic_variable_empty/file/all_exclude.env b/tests/results/test/60_0family_dynamic_variable_empty/file/all_exclude.env new file mode 100644 index 0000000..926cb0b --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_empty/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_DYNSTRING1.VAR="string1" +ROUGAIL_DYNSTRING2.VAR="string1" +ROUGAIL_DYNSTRING3.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic_variable_empty/file/mandatories.env b/tests/results/test/60_0family_dynamic_variable_empty/file/mandatories.env new file mode 100644 index 0000000..43b491d --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_empty/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VAR="string1,string2,string3" diff --git a/tests/results/test/60_0family_dynamic_variable_empty/makedict/all.json b/tests/results/test/60_0family_dynamic_variable_empty/makedict/all.json new file mode 100644 index 0000000..0587ebd --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_empty/makedict/all.json @@ -0,0 +1,10 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1.var": "string1", + "dynstring2.var": "string1", + "dynstring3.var": "string1" +} diff --git a/tests/results/test/60_0family_dynamic_variable_empty/makedict/mandatories.json b/tests/results/test/60_0family_dynamic_variable_empty/makedict/mandatories.json new file mode 100644 index 0000000..36c94c2 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_empty/makedict/mandatories.json @@ -0,0 +1,10 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dynstring1.var": "val", + "dynstring2.var": "val", + "dynstring3.var": "val" +} diff --git a/tests/results/60_0family_dynamic_1_1/errors/all.json b/tests/results/test/60_0family_dynamic_variable_suffix/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic_1_1/errors/all.json rename to tests/results/test/60_0family_dynamic_variable_suffix/errors/all.json diff --git a/tests/results/44_4disabled_calcultion_follower/errors/mandatories.json b/tests/results/test/60_0family_dynamic_variable_suffix/errors/mandatories.json similarity index 100% rename from tests/results/44_4disabled_calcultion_follower/errors/mandatories.json rename to tests/results/test/60_0family_dynamic_variable_suffix/errors/mandatories.json diff --git a/tests/results/test/60_0family_dynamic_variable_suffix/file/all.env b/tests/results/test/60_0family_dynamic_variable_suffix/file/all.env new file mode 100644 index 0000000..2b7b3dc --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_suffix/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic_variable_suffix/file/all_exclude.env b/tests/results/test/60_0family_dynamic_variable_suffix/file/all_exclude.env new file mode 100644 index 0000000..a3e2e9b --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_suffix/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/40_8calculation_multi_variable_parent/file/mandatories.env b/tests/results/test/60_0family_dynamic_variable_suffix/file/mandatories.env similarity index 100% rename from tests/results/40_8calculation_multi_variable_parent/file/mandatories.env rename to tests/results/test/60_0family_dynamic_variable_suffix/file/mandatories.env diff --git a/tests/results/test/60_0family_dynamic_variable_suffix/makedict/all.json b/tests/results/test/60_0family_dynamic_variable_suffix/makedict/all.json new file mode 100644 index 0000000..f690062 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_suffix/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1" +} diff --git a/tests/results/test/60_0family_dynamic_variable_suffix/makedict/mandatories.json b/tests/results/test/60_0family_dynamic_variable_suffix/makedict/mandatories.json new file mode 100644 index 0000000..7cd1a76 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_suffix/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "a value", + "dynval2.var": "a value" +} diff --git a/tests/results/60_0family_dynamic_1_1_empty/errors/all.json b/tests/results/test/60_0family_dynamic_variable_suffix_empty/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic_1_1_empty/errors/all.json rename to tests/results/test/60_0family_dynamic_variable_suffix_empty/errors/all.json diff --git a/tests/results/44_4leadership_mandatory/errors/mandatories.json b/tests/results/test/60_0family_dynamic_variable_suffix_empty/errors/mandatories.json similarity index 100% rename from tests/results/44_4leadership_mandatory/errors/mandatories.json rename to tests/results/test/60_0family_dynamic_variable_suffix_empty/errors/mandatories.json diff --git a/tests/results/test/60_0family_dynamic_variable_suffix_empty/file/all.env b/tests/results/test/60_0family_dynamic_variable_suffix_empty/file/all.env new file mode 100644 index 0000000..2b7b3dc --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_suffix_empty/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic_variable_suffix_empty/file/all_exclude.env b/tests/results/test/60_0family_dynamic_variable_suffix_empty/file/all_exclude.env new file mode 100644 index 0000000..a3e2e9b --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_suffix_empty/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_0family_dynamic_variable_suffix_empty/file/mandatories.env b/tests/results/test/60_0family_dynamic_variable_suffix_empty/file/mandatories.env new file mode 100644 index 0000000..9eeb76e --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_suffix_empty/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VAR="val1,val2" diff --git a/tests/results/test/60_0family_dynamic_variable_suffix_empty/makedict/all.json b/tests/results/test/60_0family_dynamic_variable_suffix_empty/makedict/all.json new file mode 100644 index 0000000..f690062 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_suffix_empty/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1" +} diff --git a/tests/results/test/60_0family_dynamic_variable_suffix_empty/makedict/mandatories.json b/tests/results/test/60_0family_dynamic_variable_suffix_empty/makedict/mandatories.json new file mode 100644 index 0000000..7cd1a76 --- /dev/null +++ b/tests/results/test/60_0family_dynamic_variable_suffix_empty/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "a value", + "dynval2.var": "a value" +} diff --git a/tests/results/60_0family_dynamic_empty/errors/all.json b/tests/results/test/60_0family_empty/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic_empty/errors/all.json rename to tests/results/test/60_0family_empty/errors/all.json diff --git a/tests/results/44_4leadership_mandatory_follower/errors/mandatories.json b/tests/results/test/60_0family_empty/errors/mandatories.json similarity index 100% rename from tests/results/44_4leadership_mandatory_follower/errors/mandatories.json rename to tests/results/test/60_0family_empty/errors/mandatories.json diff --git a/tests/results/60_0family_empty/file/all.env b/tests/results/test/60_0family_empty/file/all.env similarity index 100% rename from tests/results/60_0family_empty/file/all.env rename to tests/results/test/60_0family_empty/file/all.env diff --git a/tests/results/60_0family_empty/file/all_exclude.env b/tests/results/test/60_0family_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_empty/file/all_exclude.env rename to tests/results/test/60_0family_empty/file/all_exclude.env diff --git a/tests/results/40_8calculation_multi_variable_parent2/file/mandatories.env b/tests/results/test/60_0family_empty/file/mandatories.env similarity index 100% rename from tests/results/40_8calculation_multi_variable_parent2/file/mandatories.env rename to tests/results/test/60_0family_empty/file/mandatories.env diff --git a/tests/results/60_0family_empty/makedict/all.json b/tests/results/test/60_0family_empty/makedict/all.json similarity index 100% rename from tests/results/60_0family_empty/makedict/all.json rename to tests/results/test/60_0family_empty/makedict/all.json diff --git a/tests/results/60_0family_empty/makedict/mandatories.json b/tests/results/test/60_0family_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_empty/makedict/mandatories.json rename to tests/results/test/60_0family_empty/makedict/mandatories.json diff --git a/tests/results/60_0family_dynamic_jinja_number/errors/all.json b/tests/results/test/60_0family_hidden/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic_jinja_number/errors/all.json rename to tests/results/test/60_0family_hidden/errors/all.json diff --git a/tests/results/44_5leadership_leader_hidden_calculation/errors/mandatories.json b/tests/results/test/60_0family_hidden/errors/mandatories.json similarity index 100% rename from tests/results/44_5leadership_leader_hidden_calculation/errors/mandatories.json rename to tests/results/test/60_0family_hidden/errors/mandatories.json diff --git a/tests/results/test/60_0family_hidden/file/all.env b/tests/results/test/60_0family_hidden/file/all.env new file mode 100644 index 0000000..727e80f --- /dev/null +++ b/tests/results/test/60_0family_hidden/file/all.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VAR="string1" diff --git a/tests/results/test/60_0family_hidden/file/all_exclude.env b/tests/results/test/60_0family_hidden/file/all_exclude.env new file mode 100644 index 0000000..727e80f --- /dev/null +++ b/tests/results/test/60_0family_hidden/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VAR="string1" diff --git a/tests/results/41_0choice_leader/file/mandatories.env b/tests/results/test/60_0family_hidden/file/mandatories.env similarity index 100% rename from tests/results/41_0choice_leader/file/mandatories.env rename to tests/results/test/60_0family_hidden/file/mandatories.env diff --git a/tests/results/test/60_0family_hidden/makedict/all.json b/tests/results/test/60_0family_hidden/makedict/all.json new file mode 100644 index 0000000..2a5a5ce --- /dev/null +++ b/tests/results/test/60_0family_hidden/makedict/all.json @@ -0,0 +1,3 @@ +{ + "family.var": null +} diff --git a/tests/results/test/60_0family_hidden/makedict/mandatories.json b/tests/results/test/60_0family_hidden/makedict/mandatories.json new file mode 100644 index 0000000..2a5a5ce --- /dev/null +++ b/tests/results/test/60_0family_hidden/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "family.var": null +} diff --git a/tests/results/60_0family_dynamic_jinja_number_empty/errors/all.json b/tests/results/test/60_0family_mode/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic_jinja_number_empty/errors/all.json rename to tests/results/test/60_0family_mode/errors/all.json diff --git a/tests/results/44_9calculated_default_leadership_leader/errors/mandatories.json b/tests/results/test/60_0family_mode/errors/mandatories.json similarity index 100% rename from tests/results/44_9calculated_default_leadership_leader/errors/mandatories.json rename to tests/results/test/60_0family_mode/errors/mandatories.json diff --git a/tests/results/test/60_0family_mode/file/all.env b/tests/results/test/60_0family_mode/file/all.env new file mode 100644 index 0000000..727e80f --- /dev/null +++ b/tests/results/test/60_0family_mode/file/all.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VAR="string1" diff --git a/tests/results/test/60_0family_mode/file/all_exclude.env b/tests/results/test/60_0family_mode/file/all_exclude.env new file mode 100644 index 0000000..727e80f --- /dev/null +++ b/tests/results/test/60_0family_mode/file/all_exclude.env @@ -0,0 +1 @@ +ROUGAIL_FAMILY.VAR="string1" diff --git a/tests/results/44_0leadership_hidden/file/mandatories.env b/tests/results/test/60_0family_mode/file/mandatories.env similarity index 100% rename from tests/results/44_0leadership_hidden/file/mandatories.env rename to tests/results/test/60_0family_mode/file/mandatories.env diff --git a/tests/results/test/60_0family_mode/makedict/all.json b/tests/results/test/60_0family_mode/makedict/all.json new file mode 100644 index 0000000..b9ff77e --- /dev/null +++ b/tests/results/test/60_0family_mode/makedict/all.json @@ -0,0 +1,3 @@ +{ + "family.var": "string1" +} diff --git a/tests/results/test/60_0family_mode/makedict/mandatories.json b/tests/results/test/60_0family_mode/makedict/mandatories.json new file mode 100644 index 0000000..3dba440 --- /dev/null +++ b/tests/results/test/60_0family_mode/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "family.var": "non" +} diff --git a/tests/results/60_0family_dynamic_no_description/errors/all.json b/tests/results/test/60_1family_dynamic_jinja/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic_no_description/errors/all.json rename to tests/results/test/60_1family_dynamic_jinja/errors/all.json diff --git a/tests/results/60_0family_dynamic/errors/mandatories.json b/tests/results/test/60_1family_dynamic_jinja/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic/errors/mandatories.json rename to tests/results/test/60_1family_dynamic_jinja/errors/mandatories.json diff --git a/tests/results/test/60_1family_dynamic_jinja/file/all.env b/tests/results/test/60_1family_dynamic_jinja/file/all.env new file mode 100644 index 0000000..4578c2d --- /dev/null +++ b/tests/results/test/60_1family_dynamic_jinja/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_VAR="string1,string2,string3" +ROUGAIL_DYN1.VAR="string1" +ROUGAIL_DYN2.VAR="string1" +ROUGAIL_DYN3.VAR="string1" diff --git a/tests/results/test/60_1family_dynamic_jinja/file/all_exclude.env b/tests/results/test/60_1family_dynamic_jinja/file/all_exclude.env new file mode 100644 index 0000000..4578c2d --- /dev/null +++ b/tests/results/test/60_1family_dynamic_jinja/file/all_exclude.env @@ -0,0 +1,4 @@ +ROUGAIL_VAR="string1,string2,string3" +ROUGAIL_DYN1.VAR="string1" +ROUGAIL_DYN2.VAR="string1" +ROUGAIL_DYN3.VAR="string1" diff --git a/tests/results/44_0leadership_leader_hidden/file/mandatories.env b/tests/results/test/60_1family_dynamic_jinja/file/mandatories.env similarity index 100% rename from tests/results/44_0leadership_leader_hidden/file/mandatories.env rename to tests/results/test/60_1family_dynamic_jinja/file/mandatories.env diff --git a/tests/results/test/60_1family_dynamic_jinja/makedict/all.json b/tests/results/test/60_1family_dynamic_jinja/makedict/all.json new file mode 100644 index 0000000..3e43f0a --- /dev/null +++ b/tests/results/test/60_1family_dynamic_jinja/makedict/all.json @@ -0,0 +1,10 @@ +{ + "var": [ + "string1", + "string2", + "string3" + ], + "dyn1.var": "string1", + "dyn2.var": "string1", + "dyn3.var": "string1" +} diff --git a/tests/results/test/60_1family_dynamic_jinja/makedict/mandatories.json b/tests/results/test/60_1family_dynamic_jinja/makedict/mandatories.json new file mode 100644 index 0000000..d39d860 --- /dev/null +++ b/tests/results/test/60_1family_dynamic_jinja/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dyn1.var": "val", + "dyn2.var": "val" +} diff --git a/tests/results/60_0family_dynamic_no_description_empty/errors/all.json b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic_no_description_empty/errors/all.json rename to tests/results/test/60_2family_dynamic_jinja_fill_sub_group/errors/all.json diff --git a/tests/results/60_0family_dynamic_1_0/errors/mandatories.json b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_1_0/errors/mandatories.json rename to tests/results/test/60_2family_dynamic_jinja_fill_sub_group/errors/mandatories.json diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/file/all.env b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/file/all.env new file mode 100644 index 0000000..fe1a5d5 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_VAR1="val1,val2" +ROUGAIL_DYNVAL1.FAMILY.VAR="string1" +ROUGAIL_DYNVAL2.FAMILY.VAR="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/file/all_exclude.env b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/file/all_exclude.env new file mode 100644 index 0000000..62ea049 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_DYNVAL1.FAMILY.VAR="string1" +ROUGAIL_DYNVAL2.FAMILY.VAR="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/file/mandatories.env b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/file/mandatories.env new file mode 100644 index 0000000..4f97ef6 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.FAMILY.VAR="string1" +ROUGAIL_DYNVAL2.FAMILY.VAR="string1" diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/makedict/all.json b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/makedict/all.json new file mode 100644 index 0000000..1c7db50 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/makedict/all.json @@ -0,0 +1,9 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1.family.var": "string1", + "dynval2.family.var": "string1", + "var2": "string1" +} diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/makedict/mandatories.json b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/makedict/mandatories.json new file mode 100644 index 0000000..1c7db50 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1.family.var": "string1", + "dynval2.family.var": "string1", + "var2": "string1" +} diff --git a/tests/results/60_0family_dynamic_static/errors/all.json b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic_static/errors/all.json rename to tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/errors/all.json diff --git a/tests/results/60_0family_dynamic_1_0_empty/errors/mandatories.json b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_1_0_empty/errors/mandatories.json rename to tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/errors/mandatories.json diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/file/all.env b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/file/all.env new file mode 100644 index 0000000..7160b60 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.FAMILY.VAR="string1" +ROUGAIL_DYNVAL2.FAMILY.VAR="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/file/all_exclude.env b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/file/all_exclude.env new file mode 100644 index 0000000..62ea049 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_DYNVAL1.FAMILY.VAR="string1" +ROUGAIL_DYNVAL2.FAMILY.VAR="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/44_1leadership_append_hidden_follower/file/mandatories.env b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/file/mandatories.env similarity index 100% rename from tests/results/44_1leadership_append_hidden_follower/file/mandatories.env rename to tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/file/mandatories.env diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/makedict/all.json b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/makedict/all.json new file mode 100644 index 0000000..9dc0307 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/makedict/all.json @@ -0,0 +1,9 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.family.var": "string1", + "dynval2.family.var": "string1", + "var2": "string1" +} diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/makedict/mandatories.json b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/makedict/mandatories.json new file mode 100644 index 0000000..0e4ca74 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.family.var": "val1", + "dynval2.family.var": "val2", + "var2": "val1" +} diff --git a/tests/results/60_0family_dynamic_test/errors/all.json b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic_test/errors/all.json rename to tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/errors/all.json diff --git a/tests/results/60_0family_dynamic_1_0_type/errors/mandatories.json b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_1_0_type/errors/mandatories.json rename to tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/errors/mandatories.json diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all.env b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all.env new file mode 100644 index 0000000..7160b60 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.FAMILY.VAR="string1" +ROUGAIL_DYNVAL2.FAMILY.VAR="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all_exclude.env b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all_exclude.env new file mode 100644 index 0000000..62ea049 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_DYNVAL1.FAMILY.VAR="string1" +ROUGAIL_DYNVAL2.FAMILY.VAR="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/44_4leadership_mandatory_follower/file/mandatories.env b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/mandatories.env similarity index 100% rename from tests/results/44_4leadership_mandatory_follower/file/mandatories.env rename to tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/mandatories.env diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/all.json b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/all.json new file mode 100644 index 0000000..9dc0307 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/all.json @@ -0,0 +1,9 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.family.var": "string1", + "dynval2.family.var": "string1", + "var2": "string1" +} diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/mandatories.json b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/mandatories.json new file mode 100644 index 0000000..52edae0 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var": [], + "var2": null +} diff --git a/tests/results/60_0family_dynamic_variable_empty/errors/all.json b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic_variable_empty/errors/all.json rename to tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/errors/all.json diff --git a/tests/results/60_0family_dynamic_1_0_type_empty/errors/mandatories.json b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_1_0_type_empty/errors/mandatories.json rename to tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/errors/mandatories.json diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/file/all.env b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/file/all.env new file mode 100644 index 0000000..fe1a5d5 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_VAR1="val1,val2" +ROUGAIL_DYNVAL1.FAMILY.VAR="string1" +ROUGAIL_DYNVAL2.FAMILY.VAR="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/file/all_exclude.env b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/file/all_exclude.env new file mode 100644 index 0000000..62ea049 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_DYNVAL1.FAMILY.VAR="string1" +ROUGAIL_DYNVAL2.FAMILY.VAR="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/44_5leadership_leader_hidden_calculation/file/mandatories.env b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/file/mandatories.env similarity index 100% rename from tests/results/44_5leadership_leader_hidden_calculation/file/mandatories.env rename to tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/file/mandatories.env diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/all.json b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/all.json new file mode 100644 index 0000000..1c7db50 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/all.json @@ -0,0 +1,9 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1.family.var": "string1", + "dynval2.family.var": "string1", + "var2": "string1" +} diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/mandatories.json b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/mandatories.json new file mode 100644 index 0000000..9cd2ed2 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var1": [], + "var2": null +} diff --git a/tests/results/60_0family_dynamic_variable_suffix/errors/all.json b/tests/results/test/60_2family_dynamic_outside_calc/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic_variable_suffix/errors/all.json rename to tests/results/test/60_2family_dynamic_outside_calc/errors/all.json diff --git a/tests/results/60_0family_dynamic_1_1/errors/mandatories.json b/tests/results/test/60_2family_dynamic_outside_calc/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_1_1/errors/mandatories.json rename to tests/results/test/60_2family_dynamic_outside_calc/errors/mandatories.json diff --git a/tests/results/test/60_2family_dynamic_outside_calc/file/all.env b/tests/results/test/60_2family_dynamic_outside_calc/file/all.env new file mode 100644 index 0000000..0d0ca8d --- /dev/null +++ b/tests/results/test/60_2family_dynamic_outside_calc/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_VAR1="val1,val2" +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" +ROUGAIL_NEWVAR="string1" diff --git a/tests/results/test/60_2family_dynamic_outside_calc/file/all_exclude.env b/tests/results/test/60_2family_dynamic_outside_calc/file/all_exclude.env new file mode 100644 index 0000000..c155f4e --- /dev/null +++ b/tests/results/test/60_2family_dynamic_outside_calc/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" +ROUGAIL_NEWVAR="string1" diff --git a/tests/results/44_9calculated_default_leadership_leader/file/mandatories.env b/tests/results/test/60_2family_dynamic_outside_calc/file/mandatories.env similarity index 100% rename from tests/results/44_9calculated_default_leadership_leader/file/mandatories.env rename to tests/results/test/60_2family_dynamic_outside_calc/file/mandatories.env diff --git a/tests/results/test/60_2family_dynamic_outside_calc/makedict/all.json b/tests/results/test/60_2family_dynamic_outside_calc/makedict/all.json new file mode 100644 index 0000000..5cd1a27 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_outside_calc/makedict/all.json @@ -0,0 +1,9 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1", + "newvar": "string1" +} diff --git a/tests/results/test/60_2family_dynamic_outside_calc/makedict/mandatories.json b/tests/results/test/60_2family_dynamic_outside_calc/makedict/mandatories.json new file mode 100644 index 0000000..ce52b82 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_outside_calc/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1.var": "val", + "dynval2.var": "val", + "newvar": "val" +} diff --git a/tests/results/60_0family_dynamic_variable_suffix_empty/errors/all.json b/tests/results/test/60_2family_dynamic_outside_calc_empty/errors/all.json similarity index 100% rename from tests/results/60_0family_dynamic_variable_suffix_empty/errors/all.json rename to tests/results/test/60_2family_dynamic_outside_calc_empty/errors/all.json diff --git a/tests/results/60_0family_dynamic_1_1_empty/errors/mandatories.json b/tests/results/test/60_2family_dynamic_outside_calc_empty/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_1_1_empty/errors/mandatories.json rename to tests/results/test/60_2family_dynamic_outside_calc_empty/errors/mandatories.json diff --git a/tests/results/test/60_2family_dynamic_outside_calc_empty/file/all.env b/tests/results/test/60_2family_dynamic_outside_calc_empty/file/all.env new file mode 100644 index 0000000..0d0ca8d --- /dev/null +++ b/tests/results/test/60_2family_dynamic_outside_calc_empty/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_VAR1="val1,val2" +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" +ROUGAIL_NEWVAR="string1" diff --git a/tests/results/test/60_2family_dynamic_outside_calc_empty/file/all_exclude.env b/tests/results/test/60_2family_dynamic_outside_calc_empty/file/all_exclude.env new file mode 100644 index 0000000..c155f4e --- /dev/null +++ b/tests/results/test/60_2family_dynamic_outside_calc_empty/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" +ROUGAIL_NEWVAR="string1" diff --git a/tests/results/60_0family_dynamic_1_0/file/mandatories.env b/tests/results/test/60_2family_dynamic_outside_calc_empty/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic_1_0/file/mandatories.env rename to tests/results/test/60_2family_dynamic_outside_calc_empty/file/mandatories.env diff --git a/tests/results/test/60_2family_dynamic_outside_calc_empty/makedict/all.json b/tests/results/test/60_2family_dynamic_outside_calc_empty/makedict/all.json new file mode 100644 index 0000000..5cd1a27 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_outside_calc_empty/makedict/all.json @@ -0,0 +1,9 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1", + "newvar": "string1" +} diff --git a/tests/results/test/60_2family_dynamic_outside_calc_empty/makedict/mandatories.json b/tests/results/test/60_2family_dynamic_outside_calc_empty/makedict/mandatories.json new file mode 100644 index 0000000..b192020 --- /dev/null +++ b/tests/results/test/60_2family_dynamic_outside_calc_empty/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var1": [], + "newvar": null +} diff --git a/tests/results/60_0family_empty/errors/all.json b/tests/results/test/60_5family_dynamic_calc_suffix2/errors/all.json similarity index 100% rename from tests/results/60_0family_empty/errors/all.json rename to tests/results/test/60_5family_dynamic_calc_suffix2/errors/all.json diff --git a/tests/results/60_0family_dynamic_empty/errors/mandatories.json b/tests/results/test/60_5family_dynamic_calc_suffix2/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_empty/errors/mandatories.json rename to tests/results/test/60_5family_dynamic_calc_suffix2/errors/mandatories.json diff --git a/tests/results/test/60_5family_dynamic_calc_suffix2/file/all.env b/tests/results/test/60_5family_dynamic_calc_suffix2/file/all.env new file mode 100644 index 0000000..2b7b3dc --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix2/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_5family_dynamic_calc_suffix2/file/all_exclude.env b/tests/results/test/60_5family_dynamic_calc_suffix2/file/all_exclude.env new file mode 100644 index 0000000..a3e2e9b --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix2/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/60_0family_dynamic_1_0_empty/file/mandatories.env b/tests/results/test/60_5family_dynamic_calc_suffix2/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic_1_0_empty/file/mandatories.env rename to tests/results/test/60_5family_dynamic_calc_suffix2/file/mandatories.env diff --git a/tests/results/test/60_5family_dynamic_calc_suffix2/makedict/all.json b/tests/results/test/60_5family_dynamic_calc_suffix2/makedict/all.json new file mode 100644 index 0000000..f690062 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix2/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1" +} diff --git a/tests/results/test/60_5family_dynamic_calc_suffix2/makedict/mandatories.json b/tests/results/test/60_5family_dynamic_calc_suffix2/makedict/mandatories.json new file mode 100644 index 0000000..5d3a3fa --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix2/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "val1", + "dynval2.var": "val2" +} diff --git a/tests/results/60_0family_mode/errors/all.json b/tests/results/test/60_5family_dynamic_calc_suffix2_empty/errors/all.json similarity index 100% rename from tests/results/60_0family_mode/errors/all.json rename to tests/results/test/60_5family_dynamic_calc_suffix2_empty/errors/all.json diff --git a/tests/results/60_0family_dynamic_jinja_number/errors/mandatories.json b/tests/results/test/60_5family_dynamic_calc_suffix2_empty/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_jinja_number/errors/mandatories.json rename to tests/results/test/60_5family_dynamic_calc_suffix2_empty/errors/mandatories.json diff --git a/tests/results/test/60_5family_dynamic_calc_suffix2_empty/file/all.env b/tests/results/test/60_5family_dynamic_calc_suffix2_empty/file/all.env new file mode 100644 index 0000000..2b7b3dc --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix2_empty/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_5family_dynamic_calc_suffix2_empty/file/all_exclude.env b/tests/results/test/60_5family_dynamic_calc_suffix2_empty/file/all_exclude.env new file mode 100644 index 0000000..a3e2e9b --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix2_empty/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/60_0family_dynamic_1_0_type_empty/file/mandatories.env b/tests/results/test/60_5family_dynamic_calc_suffix2_empty/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic_1_0_type_empty/file/mandatories.env rename to tests/results/test/60_5family_dynamic_calc_suffix2_empty/file/mandatories.env diff --git a/tests/results/test/60_5family_dynamic_calc_suffix2_empty/makedict/all.json b/tests/results/test/60_5family_dynamic_calc_suffix2_empty/makedict/all.json new file mode 100644 index 0000000..f690062 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix2_empty/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1" +} diff --git a/tests/results/test/60_5family_dynamic_calc_suffix2_empty/makedict/mandatories.json b/tests/results/test/60_5family_dynamic_calc_suffix2_empty/makedict/mandatories.json new file mode 100644 index 0000000..f977829 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix2_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var": [] +} diff --git a/tests/results/60_1family_dynamic_jinja/errors/all.json b/tests/results/test/60_5family_dynamic_calc_suffix_param/errors/all.json similarity index 100% rename from tests/results/60_1family_dynamic_jinja/errors/all.json rename to tests/results/test/60_5family_dynamic_calc_suffix_param/errors/all.json diff --git a/tests/results/60_0family_dynamic_jinja_number_empty/errors/mandatories.json b/tests/results/test/60_5family_dynamic_calc_suffix_param/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_jinja_number_empty/errors/mandatories.json rename to tests/results/test/60_5family_dynamic_calc_suffix_param/errors/mandatories.json diff --git a/tests/results/test/60_5family_dynamic_calc_suffix_param/file/all.env b/tests/results/test/60_5family_dynamic_calc_suffix_param/file/all.env new file mode 100644 index 0000000..2b7b3dc --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix_param/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_5family_dynamic_calc_suffix_param/file/all_exclude.env b/tests/results/test/60_5family_dynamic_calc_suffix_param/file/all_exclude.env new file mode 100644 index 0000000..a3e2e9b --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix_param/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/60_0family_dynamic_1_1_empty/file/mandatories.env b/tests/results/test/60_5family_dynamic_calc_suffix_param/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic_1_1_empty/file/mandatories.env rename to tests/results/test/60_5family_dynamic_calc_suffix_param/file/mandatories.env diff --git a/tests/results/test/60_5family_dynamic_calc_suffix_param/makedict/all.json b/tests/results/test/60_5family_dynamic_calc_suffix_param/makedict/all.json new file mode 100644 index 0000000..f690062 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix_param/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1" +} diff --git a/tests/results/test/60_5family_dynamic_calc_suffix_param/makedict/mandatories.json b/tests/results/test/60_5family_dynamic_calc_suffix_param/makedict/mandatories.json new file mode 100644 index 0000000..5d3a3fa --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix_param/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "val1", + "dynval2.var": "val2" +} diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group/errors/all.json b/tests/results/test/60_5family_dynamic_calc_suffix_param_empty/errors/all.json similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group/errors/all.json rename to tests/results/test/60_5family_dynamic_calc_suffix_param_empty/errors/all.json diff --git a/tests/results/60_0family_dynamic_no_description/errors/mandatories.json b/tests/results/test/60_5family_dynamic_calc_suffix_param_empty/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_no_description/errors/mandatories.json rename to tests/results/test/60_5family_dynamic_calc_suffix_param_empty/errors/mandatories.json diff --git a/tests/results/test/60_5family_dynamic_calc_suffix_param_empty/file/all.env b/tests/results/test/60_5family_dynamic_calc_suffix_param_empty/file/all.env new file mode 100644 index 0000000..2b7b3dc --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix_param_empty/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_5family_dynamic_calc_suffix_param_empty/file/all_exclude.env b/tests/results/test/60_5family_dynamic_calc_suffix_param_empty/file/all_exclude.env new file mode 100644 index 0000000..a3e2e9b --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix_param_empty/file/all_exclude.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/60_0family_dynamic_empty/file/mandatories.env b/tests/results/test/60_5family_dynamic_calc_suffix_param_empty/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic_empty/file/mandatories.env rename to tests/results/test/60_5family_dynamic_calc_suffix_param_empty/file/mandatories.env diff --git a/tests/results/test/60_5family_dynamic_calc_suffix_param_empty/makedict/all.json b/tests/results/test/60_5family_dynamic_calc_suffix_param_empty/makedict/all.json new file mode 100644 index 0000000..f690062 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix_param_empty/makedict/all.json @@ -0,0 +1,8 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1" +} diff --git a/tests/results/test/60_5family_dynamic_calc_suffix_param_empty/makedict/mandatories.json b/tests/results/test/60_5family_dynamic_calc_suffix_param_empty/makedict/mandatories.json new file mode 100644 index 0000000..f977829 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_suffix_param_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var": [] +} diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_2/errors/all.json b/tests/results/test/60_5family_dynamic_calc_variable/errors/all.json similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_2/errors/all.json rename to tests/results/test/60_5family_dynamic_calc_variable/errors/all.json diff --git a/tests/results/60_0family_dynamic_no_description_empty/errors/mandatories.json b/tests/results/test/60_5family_dynamic_calc_variable/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_no_description_empty/errors/mandatories.json rename to tests/results/test/60_5family_dynamic_calc_variable/errors/mandatories.json diff --git a/tests/results/test/60_5family_dynamic_calc_variable/file/all.env b/tests/results/test/60_5family_dynamic_calc_variable/file/all.env new file mode 100644 index 0000000..01aa184 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_variable/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_VAR1="val1,val2" +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/60_5family_dynamic_calc_variable/file/all_exclude.env b/tests/results/test/60_5family_dynamic_calc_variable/file/all_exclude.env new file mode 100644 index 0000000..9f60630 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_variable/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/60_5family_dynamic_calc_variable/file/mandatories.env b/tests/results/test/60_5family_dynamic_calc_variable/file/mandatories.env new file mode 100644 index 0000000..a3e2e9b --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_variable/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" diff --git a/tests/results/test/60_5family_dynamic_calc_variable/makedict/all.json b/tests/results/test/60_5family_dynamic_calc_variable/makedict/all.json new file mode 100644 index 0000000..f00d94d --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_variable/makedict/all.json @@ -0,0 +1,9 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1", + "var2": "string1" +} diff --git a/tests/results/test/60_5family_dynamic_calc_variable/makedict/mandatories.json b/tests/results/test/60_5family_dynamic_calc_variable/makedict/mandatories.json new file mode 100644 index 0000000..f00d94d --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_variable/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1", + "var2": "string1" +} diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_2_empty/errors/all.json b/tests/results/test/60_5family_dynamic_calc_variable_empty/errors/all.json similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_2_empty/errors/all.json rename to tests/results/test/60_5family_dynamic_calc_variable_empty/errors/all.json diff --git a/tests/results/60_0family_dynamic_static/errors/mandatories.json b/tests/results/test/60_5family_dynamic_calc_variable_empty/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_static/errors/mandatories.json rename to tests/results/test/60_5family_dynamic_calc_variable_empty/errors/mandatories.json diff --git a/tests/results/test/60_5family_dynamic_calc_variable_empty/file/all.env b/tests/results/test/60_5family_dynamic_calc_variable_empty/file/all.env new file mode 100644 index 0000000..01aa184 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_variable_empty/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_VAR1="val1,val2" +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/60_5family_dynamic_calc_variable_empty/file/all_exclude.env b/tests/results/test/60_5family_dynamic_calc_variable_empty/file/all_exclude.env new file mode 100644 index 0000000..9f60630 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_variable_empty/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/60_5family_dynamic_calc_variable_empty/file/mandatories.env b/tests/results/test/60_5family_dynamic_calc_variable_empty/file/mandatories.env new file mode 100644 index 0000000..a010a7a --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_variable_empty/file/mandatories.env @@ -0,0 +1 @@ +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/60_5family_dynamic_calc_variable_empty/makedict/all.json b/tests/results/test/60_5family_dynamic_calc_variable_empty/makedict/all.json new file mode 100644 index 0000000..f00d94d --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_variable_empty/makedict/all.json @@ -0,0 +1,9 @@ +{ + "var1": [ + "val1", + "val2" + ], + "dynval1.var": "string1", + "dynval2.var": "string1", + "var2": "string1" +} diff --git a/tests/results/test/60_5family_dynamic_calc_variable_empty/makedict/mandatories.json b/tests/results/test/60_5family_dynamic_calc_variable_empty/makedict/mandatories.json new file mode 100644 index 0000000..fe83eb6 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_calc_variable_empty/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var1": [], + "var2": "string1" +} diff --git a/tests/results/test/60_5family_dynamic_hidden_suffix/errors/all.json b/tests/results/test/60_5family_dynamic_hidden_suffix/errors/all.json new file mode 100644 index 0000000..45b267a --- /dev/null +++ b/tests/results/test/60_5family_dynamic_hidden_suffix/errors/all.json @@ -0,0 +1,7 @@ +{ + "errors": [ + "cannot access to optiondescription \"dynval2\" (a dynamic family) because has property \"hidden\" (disabled)", + "cannot access to optiondescription \"dynval2\" (a dynamic family) because has property \"hidden\" (disabled)" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_test/errors/mandatories.json b/tests/results/test/60_5family_dynamic_hidden_suffix/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_test/errors/mandatories.json rename to tests/results/test/60_5family_dynamic_hidden_suffix/errors/mandatories.json diff --git a/tests/results/test/60_5family_dynamic_hidden_suffix/file/all.env b/tests/results/test/60_5family_dynamic_hidden_suffix/file/all.env new file mode 100644 index 0000000..e3f54fb --- /dev/null +++ b/tests/results/test/60_5family_dynamic_hidden_suffix/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL1.FAMILY.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" +ROUGAIL_DYNVAL2.FAMILY.VAR="string1" diff --git a/tests/results/test/60_5family_dynamic_hidden_suffix/file/all_exclude.env b/tests/results/test/60_5family_dynamic_hidden_suffix/file/all_exclude.env new file mode 100644 index 0000000..e3f54fb --- /dev/null +++ b/tests/results/test/60_5family_dynamic_hidden_suffix/file/all_exclude.env @@ -0,0 +1,4 @@ +ROUGAIL_DYNVAL1.VAR="string1" +ROUGAIL_DYNVAL1.FAMILY.VAR="string1" +ROUGAIL_DYNVAL2.VAR="string1" +ROUGAIL_DYNVAL2.FAMILY.VAR="string1" diff --git a/tests/results/60_0family_dynamic_jinja_number/file/mandatories.env b/tests/results/test/60_5family_dynamic_hidden_suffix/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic_jinja_number/file/mandatories.env rename to tests/results/test/60_5family_dynamic_hidden_suffix/file/mandatories.env diff --git a/tests/results/test/60_5family_dynamic_hidden_suffix/makedict/all.json b/tests/results/test/60_5family_dynamic_hidden_suffix/makedict/all.json new file mode 100644 index 0000000..a08d6d1 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_hidden_suffix/makedict/all.json @@ -0,0 +1,6 @@ +{ + "dynval1.var": "string1", + "dynval1.family.var": "string1", + "dynval2.var": null, + "dynval2.family.var": null +} diff --git a/tests/results/test/60_5family_dynamic_hidden_suffix/makedict/mandatories.json b/tests/results/test/60_5family_dynamic_hidden_suffix/makedict/mandatories.json new file mode 100644 index 0000000..e129c3f --- /dev/null +++ b/tests/results/test/60_5family_dynamic_hidden_suffix/makedict/mandatories.json @@ -0,0 +1,6 @@ +{ + "dynval1.var": null, + "dynval1.family.var": null, + "dynval2.var": null, + "dynval2.family.var": null +} diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_empty/errors/all.json b/tests/results/test/60_5family_dynamic_variable_outside_suffix/errors/all.json similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_empty/errors/all.json rename to tests/results/test/60_5family_dynamic_variable_outside_suffix/errors/all.json diff --git a/tests/results/60_0family_dynamic_variable_empty/errors/mandatories.json b/tests/results/test/60_5family_dynamic_variable_outside_suffix/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_variable_empty/errors/mandatories.json rename to tests/results/test/60_5family_dynamic_variable_outside_suffix/errors/mandatories.json diff --git a/tests/results/test/60_5family_dynamic_variable_outside_suffix/file/all.env b/tests/results/test/60_5family_dynamic_variable_outside_suffix/file/all.env new file mode 100644 index 0000000..f2cd017 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_variable_outside_suffix/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYN_VAL1.VAR="string1" +ROUGAIL_DYN_VAL2.VAR="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/60_5family_dynamic_variable_outside_suffix/file/all_exclude.env b/tests/results/test/60_5family_dynamic_variable_outside_suffix/file/all_exclude.env new file mode 100644 index 0000000..6f65623 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_variable_outside_suffix/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_DYN_VAL1.VAR="string1" +ROUGAIL_DYN_VAL2.VAR="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/60_0family_dynamic_no_description_empty/file/mandatories.env b/tests/results/test/60_5family_dynamic_variable_outside_suffix/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic_no_description_empty/file/mandatories.env rename to tests/results/test/60_5family_dynamic_variable_outside_suffix/file/mandatories.env diff --git a/tests/results/test/60_5family_dynamic_variable_outside_suffix/makedict/all.json b/tests/results/test/60_5family_dynamic_variable_outside_suffix/makedict/all.json new file mode 100644 index 0000000..77d957a --- /dev/null +++ b/tests/results/test/60_5family_dynamic_variable_outside_suffix/makedict/all.json @@ -0,0 +1,9 @@ +{ + "var": [ + "val1", + "val2" + ], + "dyn_val1.var": "string1", + "dyn_val2.var": "string1", + "var2": "string1" +} diff --git a/tests/results/test/60_5family_dynamic_variable_outside_suffix/makedict/mandatories.json b/tests/results/test/60_5family_dynamic_variable_outside_suffix/makedict/mandatories.json new file mode 100644 index 0000000..fced94b --- /dev/null +++ b/tests/results/test/60_5family_dynamic_variable_outside_suffix/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "var": [ + "val1", + "val2" + ], + "dyn_val1.var": "val1", + "dyn_val2.var": "val2", + "var2": "val1" +} diff --git a/tests/results/60_2family_dynamic_outside_calc/errors/all.json b/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/errors/all.json similarity index 100% rename from tests/results/60_2family_dynamic_outside_calc/errors/all.json rename to tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/errors/all.json diff --git a/tests/results/60_0family_dynamic_variable_suffix/errors/mandatories.json b/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_variable_suffix/errors/mandatories.json rename to tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/errors/mandatories.json diff --git a/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/file/all.env b/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/file/all.env new file mode 100644 index 0000000..f2cd017 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/file/all.env @@ -0,0 +1,4 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYN_VAL1.VAR="string1" +ROUGAIL_DYN_VAL2.VAR="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/file/all_exclude.env b/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/file/all_exclude.env new file mode 100644 index 0000000..6f65623 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_DYN_VAL1.VAR="string1" +ROUGAIL_DYN_VAL2.VAR="string1" +ROUGAIL_VAR2="string1" diff --git a/tests/results/60_0family_dynamic_variable_suffix/file/mandatories.env b/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic_variable_suffix/file/mandatories.env rename to tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/file/mandatories.env diff --git a/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/makedict/all.json b/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/makedict/all.json new file mode 100644 index 0000000..77d957a --- /dev/null +++ b/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/makedict/all.json @@ -0,0 +1,9 @@ +{ + "var": [ + "val1", + "val2" + ], + "dyn_val1.var": "string1", + "dyn_val2.var": "string1", + "var2": "string1" +} diff --git a/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/makedict/mandatories.json b/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/makedict/mandatories.json new file mode 100644 index 0000000..52edae0 --- /dev/null +++ b/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "var": [], + "var2": null +} diff --git a/tests/results/60_2family_dynamic_outside_calc_empty/errors/all.json b/tests/results/test/60_6family_dynamic_leadership/errors/all.json similarity index 100% rename from tests/results/60_2family_dynamic_outside_calc_empty/errors/all.json rename to tests/results/test/60_6family_dynamic_leadership/errors/all.json diff --git a/tests/results/60_0family_dynamic_variable_suffix_empty/errors/mandatories.json b/tests/results/test/60_6family_dynamic_leadership/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_variable_suffix_empty/errors/mandatories.json rename to tests/results/test/60_6family_dynamic_leadership/errors/mandatories.json diff --git a/tests/results/test/60_6family_dynamic_leadership/file/all.env b/tests/results/test/60_6family_dynamic_leadership/file/all.env new file mode 100644 index 0000000..2eca7cd --- /dev/null +++ b/tests/results/test/60_6family_dynamic_leadership/file/all.env @@ -0,0 +1,7 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.LEADERSHIP.LEADER="string1,string2,string3" +ROUGAIL_DYNVAL1.LEADERSHIP.FOLLOWER1="string1,string2,string3" +ROUGAIL_DYNVAL1.LEADERSHIP.FOLLOWER2="string1,string2,string3" +ROUGAIL_DYNVAL2.LEADERSHIP.LEADER="string1,string2,string3" +ROUGAIL_DYNVAL2.LEADERSHIP.FOLLOWER1="string1,string2,string3" +ROUGAIL_DYNVAL2.LEADERSHIP.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/test/60_6family_dynamic_leadership/file/all_exclude.env b/tests/results/test/60_6family_dynamic_leadership/file/all_exclude.env new file mode 100644 index 0000000..b3dd213 --- /dev/null +++ b/tests/results/test/60_6family_dynamic_leadership/file/all_exclude.env @@ -0,0 +1,6 @@ +ROUGAIL_DYNVAL1.LEADERSHIP.LEADER="string1,string2,string3" +ROUGAIL_DYNVAL1.LEADERSHIP.FOLLOWER1="string1,string2,string3" +ROUGAIL_DYNVAL1.LEADERSHIP.FOLLOWER2="string1,string2,string3" +ROUGAIL_DYNVAL2.LEADERSHIP.LEADER="string1,string2,string3" +ROUGAIL_DYNVAL2.LEADERSHIP.FOLLOWER1="string1,string2,string3" +ROUGAIL_DYNVAL2.LEADERSHIP.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/test/60_6family_dynamic_leadership/file/mandatories.env b/tests/results/test/60_6family_dynamic_leadership/file/mandatories.env new file mode 100644 index 0000000..ec0104d --- /dev/null +++ b/tests/results/test/60_6family_dynamic_leadership/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.LEADERSHIP.LEADER="string1,string2,string3" +ROUGAIL_DYNVAL2.LEADERSHIP.LEADER="string1,string2,string3" diff --git a/tests/results/test/60_6family_dynamic_leadership/makedict/all.json b/tests/results/test/60_6family_dynamic_leadership/makedict/all.json new file mode 100644 index 0000000..7d6c586 --- /dev/null +++ b/tests/results/test/60_6family_dynamic_leadership/makedict/all.json @@ -0,0 +1,40 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.leadership.leader": [ + { + "dynval1.leadership.leader": "string1", + "dynval1.leadership.follower1": "string1", + "dynval1.leadership.follower2": "string1" + }, + { + "dynval1.leadership.leader": "string2", + "dynval1.leadership.follower1": "string2", + "dynval1.leadership.follower2": "string2" + }, + { + "dynval1.leadership.leader": "string3", + "dynval1.leadership.follower1": "string3", + "dynval1.leadership.follower2": "string3" + } + ], + "dynval2.leadership.leader": [ + { + "dynval2.leadership.leader": "string1", + "dynval2.leadership.follower1": "string1", + "dynval2.leadership.follower2": "string1" + }, + { + "dynval2.leadership.leader": "string2", + "dynval2.leadership.follower1": "string2", + "dynval2.leadership.follower2": "string2" + }, + { + "dynval2.leadership.leader": "string3", + "dynval2.leadership.follower1": "string3", + "dynval2.leadership.follower2": "string3" + } + ] +} diff --git a/tests/results/test/60_6family_dynamic_leadership/makedict/mandatories.json b/tests/results/test/60_6family_dynamic_leadership/makedict/mandatories.json new file mode 100644 index 0000000..ddeedf9 --- /dev/null +++ b/tests/results/test/60_6family_dynamic_leadership/makedict/mandatories.json @@ -0,0 +1,40 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.leadership.leader": [ + { + "dynval1.leadership.leader": "string1", + "dynval1.leadership.follower1": null, + "dynval1.leadership.follower2": null + }, + { + "dynval1.leadership.leader": "string2", + "dynval1.leadership.follower1": null, + "dynval1.leadership.follower2": null + }, + { + "dynval1.leadership.leader": "string3", + "dynval1.leadership.follower1": null, + "dynval1.leadership.follower2": null + } + ], + "dynval2.leadership.leader": [ + { + "dynval2.leadership.leader": "string1", + "dynval2.leadership.follower1": null, + "dynval2.leadership.follower2": null + }, + { + "dynval2.leadership.leader": "string2", + "dynval2.leadership.follower1": null, + "dynval2.leadership.follower2": null + }, + { + "dynval2.leadership.leader": "string3", + "dynval2.leadership.follower1": null, + "dynval2.leadership.follower2": null + } + ] +} diff --git a/tests/results/60_5family_dynamic_calc2/errors/all.json b/tests/results/test/60_6family_dynamic_leadership_empty/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc2/errors/all.json rename to tests/results/test/60_6family_dynamic_leadership_empty/errors/all.json diff --git a/tests/results/60_0family_empty/errors/mandatories.json b/tests/results/test/60_6family_dynamic_leadership_empty/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_empty/errors/mandatories.json rename to tests/results/test/60_6family_dynamic_leadership_empty/errors/mandatories.json diff --git a/tests/results/test/60_6family_dynamic_leadership_empty/file/all.env b/tests/results/test/60_6family_dynamic_leadership_empty/file/all.env new file mode 100644 index 0000000..2eca7cd --- /dev/null +++ b/tests/results/test/60_6family_dynamic_leadership_empty/file/all.env @@ -0,0 +1,7 @@ +ROUGAIL_VAR="val1,val2" +ROUGAIL_DYNVAL1.LEADERSHIP.LEADER="string1,string2,string3" +ROUGAIL_DYNVAL1.LEADERSHIP.FOLLOWER1="string1,string2,string3" +ROUGAIL_DYNVAL1.LEADERSHIP.FOLLOWER2="string1,string2,string3" +ROUGAIL_DYNVAL2.LEADERSHIP.LEADER="string1,string2,string3" +ROUGAIL_DYNVAL2.LEADERSHIP.FOLLOWER1="string1,string2,string3" +ROUGAIL_DYNVAL2.LEADERSHIP.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/test/60_6family_dynamic_leadership_empty/file/all_exclude.env b/tests/results/test/60_6family_dynamic_leadership_empty/file/all_exclude.env new file mode 100644 index 0000000..b3dd213 --- /dev/null +++ b/tests/results/test/60_6family_dynamic_leadership_empty/file/all_exclude.env @@ -0,0 +1,6 @@ +ROUGAIL_DYNVAL1.LEADERSHIP.LEADER="string1,string2,string3" +ROUGAIL_DYNVAL1.LEADERSHIP.FOLLOWER1="string1,string2,string3" +ROUGAIL_DYNVAL1.LEADERSHIP.FOLLOWER2="string1,string2,string3" +ROUGAIL_DYNVAL2.LEADERSHIP.LEADER="string1,string2,string3" +ROUGAIL_DYNVAL2.LEADERSHIP.FOLLOWER1="string1,string2,string3" +ROUGAIL_DYNVAL2.LEADERSHIP.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/60_0family_empty/file/mandatories.env b/tests/results/test/60_6family_dynamic_leadership_empty/file/mandatories.env similarity index 100% rename from tests/results/60_0family_empty/file/mandatories.env rename to tests/results/test/60_6family_dynamic_leadership_empty/file/mandatories.env diff --git a/tests/results/test/60_6family_dynamic_leadership_empty/makedict/all.json b/tests/results/test/60_6family_dynamic_leadership_empty/makedict/all.json new file mode 100644 index 0000000..7d6c586 --- /dev/null +++ b/tests/results/test/60_6family_dynamic_leadership_empty/makedict/all.json @@ -0,0 +1,40 @@ +{ + "var": [ + "val1", + "val2" + ], + "dynval1.leadership.leader": [ + { + "dynval1.leadership.leader": "string1", + "dynval1.leadership.follower1": "string1", + "dynval1.leadership.follower2": "string1" + }, + { + "dynval1.leadership.leader": "string2", + "dynval1.leadership.follower1": "string2", + "dynval1.leadership.follower2": "string2" + }, + { + "dynval1.leadership.leader": "string3", + "dynval1.leadership.follower1": "string3", + "dynval1.leadership.follower2": "string3" + } + ], + "dynval2.leadership.leader": [ + { + "dynval2.leadership.leader": "string1", + "dynval2.leadership.follower1": "string1", + "dynval2.leadership.follower2": "string1" + }, + { + "dynval2.leadership.leader": "string2", + "dynval2.leadership.follower1": "string2", + "dynval2.leadership.follower2": "string2" + }, + { + "dynval2.leadership.leader": "string3", + "dynval2.leadership.follower1": "string3", + "dynval2.leadership.follower2": "string3" + } + ] +} diff --git a/tests/results/test/60_6family_dynamic_leadership_empty/makedict/mandatories.json b/tests/results/test/60_6family_dynamic_leadership_empty/makedict/mandatories.json new file mode 100644 index 0000000..f977829 --- /dev/null +++ b/tests/results/test/60_6family_dynamic_leadership_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "var": [] +} diff --git a/tests/results/60_5family_dynamic_calc2_empty/errors/all.json b/tests/results/test/60_9family_dynamic_calc_both/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc2_empty/errors/all.json rename to tests/results/test/60_9family_dynamic_calc_both/errors/all.json diff --git a/tests/results/60_0family_hidden/errors/mandatories.json b/tests/results/test/60_9family_dynamic_calc_both/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_hidden/errors/mandatories.json rename to tests/results/test/60_9family_dynamic_calc_both/errors/mandatories.json diff --git a/tests/results/test/60_9family_dynamic_calc_both/file/all.env b/tests/results/test/60_9family_dynamic_calc_both/file/all.env new file mode 100644 index 0000000..a967eeb --- /dev/null +++ b/tests/results/test/60_9family_dynamic_calc_both/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="string1" +ROUGAIL_DYNVAL1.VARDYN="string1" +ROUGAIL_DYNSTRING1.VARDYN="string1" diff --git a/tests/results/test/60_9family_dynamic_calc_both/file/all_exclude.env b/tests/results/test/60_9family_dynamic_calc_both/file/all_exclude.env new file mode 100644 index 0000000..a967eeb --- /dev/null +++ b/tests/results/test/60_9family_dynamic_calc_both/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_VAR="string1" +ROUGAIL_DYNVAL1.VARDYN="string1" +ROUGAIL_DYNSTRING1.VARDYN="string1" diff --git a/tests/results/test/60_9family_dynamic_calc_both/file/mandatories.env b/tests/results/test/60_9family_dynamic_calc_both/file/mandatories.env new file mode 100644 index 0000000..9c41048 --- /dev/null +++ b/tests/results/test/60_9family_dynamic_calc_both/file/mandatories.env @@ -0,0 +1,2 @@ +ROUGAIL_DYNVAL1.VARDYN="string1" +ROUGAIL_DYNVAL2.VARDYN="string1" diff --git a/tests/results/test/60_9family_dynamic_calc_both/makedict/all.json b/tests/results/test/60_9family_dynamic_calc_both/makedict/all.json new file mode 100644 index 0000000..1ebbc30 --- /dev/null +++ b/tests/results/test/60_9family_dynamic_calc_both/makedict/all.json @@ -0,0 +1,5 @@ +{ + "var": "string1", + "dynval1.vardyn": "string1", + "dynstring1.vardyn": "string1" +} diff --git a/tests/results/test/60_9family_dynamic_calc_both/makedict/mandatories.json b/tests/results/test/60_9family_dynamic_calc_both/makedict/mandatories.json new file mode 100644 index 0000000..d5af41a --- /dev/null +++ b/tests/results/test/60_9family_dynamic_calc_both/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "var": "val2", + "dynval1.vardyn": "string1", + "dynval2.vardyn": "string1" +} diff --git a/tests/results/60_5family_dynamic_calc_suffix/errors/all.json b/tests/results/test/68_0family_leadership_mode/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix/errors/all.json rename to tests/results/test/68_0family_leadership_mode/errors/all.json diff --git a/tests/results/60_0family_mode/errors/mandatories.json b/tests/results/test/68_0family_leadership_mode/errors/mandatories.json similarity index 100% rename from tests/results/60_0family_mode/errors/mandatories.json rename to tests/results/test/68_0family_leadership_mode/errors/mandatories.json diff --git a/tests/results/test/68_0family_leadership_mode/file/all.env b/tests/results/test/68_0family_leadership_mode/file/all.env new file mode 100644 index 0000000..b45ebff --- /dev/null +++ b/tests/results/test/68_0family_leadership_mode/file/all.env @@ -0,0 +1,3 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/test/68_0family_leadership_mode/file/all_exclude.env b/tests/results/test/68_0family_leadership_mode/file/all_exclude.env new file mode 100644 index 0000000..b45ebff --- /dev/null +++ b/tests/results/test/68_0family_leadership_mode/file/all_exclude.env @@ -0,0 +1,3 @@ +ROUGAIL_LEADER.LEADER="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3" +ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3" diff --git a/tests/results/60_0family_hidden/file/mandatories.env b/tests/results/test/68_0family_leadership_mode/file/mandatories.env similarity index 100% rename from tests/results/60_0family_hidden/file/mandatories.env rename to tests/results/test/68_0family_leadership_mode/file/mandatories.env diff --git a/tests/results/test/68_0family_leadership_mode/makedict/all.json b/tests/results/test/68_0family_leadership_mode/makedict/all.json new file mode 100644 index 0000000..883d146 --- /dev/null +++ b/tests/results/test/68_0family_leadership_mode/makedict/all.json @@ -0,0 +1,19 @@ +{ + "leader.leader": [ + { + "leader.leader": "string1", + "leader.follower1": "string1", + "leader.follower2": "string1" + }, + { + "leader.leader": "string2", + "leader.follower1": "string2", + "leader.follower2": "string2" + }, + { + "leader.leader": "string3", + "leader.follower1": "string3", + "leader.follower2": "string3" + } + ] +} diff --git a/tests/results/test/68_0family_leadership_mode/makedict/mandatories.json b/tests/results/test/68_0family_leadership_mode/makedict/mandatories.json new file mode 100644 index 0000000..e8a0e8d --- /dev/null +++ b/tests/results/test/68_0family_leadership_mode/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "leader.leader": [] +} diff --git a/tests/results/60_5family_dynamic_calc_suffix2/errors/all.json b/tests/results/test_namespace/00_0empty/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix2/errors/all.json rename to tests/results/test_namespace/00_0empty/errors/all.json diff --git a/tests/results/60_1family_dynamic_jinja/errors/mandatories.json b/tests/results/test_namespace/00_0empty/errors/mandatories.json similarity index 100% rename from tests/results/60_1family_dynamic_jinja/errors/mandatories.json rename to tests/results/test_namespace/00_0empty/errors/mandatories.json diff --git a/tests/results/60_0family_mode/file/mandatories.env b/tests/results/test_namespace/00_0empty/file/all.env similarity index 100% rename from tests/results/60_0family_mode/file/mandatories.env rename to tests/results/test_namespace/00_0empty/file/all.env diff --git a/tests/results/60_1family_dynamic_jinja/file/mandatories.env b/tests/results/test_namespace/00_0empty/file/all_exclude.env similarity index 100% rename from tests/results/60_1family_dynamic_jinja/file/mandatories.env rename to tests/results/test_namespace/00_0empty/file/all_exclude.env diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_2/file/mandatories.env b/tests/results/test_namespace/00_0empty/file/mandatories.env similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_2/file/mandatories.env rename to tests/results/test_namespace/00_0empty/file/mandatories.env diff --git a/tests/results/test_namespace/00_0empty/makedict/all.json b/tests/results/test_namespace/00_0empty/makedict/all.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/00_0empty/makedict/all.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/00_0empty/makedict/mandatories.json b/tests/results/test_namespace/00_0empty/makedict/mandatories.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/00_0empty/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/60_5family_dynamic_calc_suffix2_empty/errors/all.json b/tests/results/test_namespace/00_0version_underscore/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix2_empty/errors/all.json rename to tests/results/test_namespace/00_0version_underscore/errors/all.json diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group/errors/mandatories.json b/tests/results/test_namespace/00_0version_underscore/errors/mandatories.json similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group/errors/mandatories.json rename to tests/results/test_namespace/00_0version_underscore/errors/mandatories.json diff --git a/tests/results/00_0version_underscore/file/all.env b/tests/results/test_namespace/00_0version_underscore/file/all.env similarity index 100% rename from tests/results/00_0version_underscore/file/all.env rename to tests/results/test_namespace/00_0version_underscore/file/all.env diff --git a/tests/results/00_0version_underscore/file/all_exclude.env b/tests/results/test_namespace/00_0version_underscore/file/all_exclude.env similarity index 100% rename from tests/results/00_0version_underscore/file/all_exclude.env rename to tests/results/test_namespace/00_0version_underscore/file/all_exclude.env diff --git a/tests/results/00_0version_underscore/file/mandatories.env b/tests/results/test_namespace/00_0version_underscore/file/mandatories.env similarity index 100% rename from tests/results/00_0version_underscore/file/mandatories.env rename to tests/results/test_namespace/00_0version_underscore/file/mandatories.env diff --git a/tests/results/00_0version_underscore/makedict/all.json b/tests/results/test_namespace/00_0version_underscore/makedict/all.json similarity index 100% rename from tests/results/00_0version_underscore/makedict/all.json rename to tests/results/test_namespace/00_0version_underscore/makedict/all.json diff --git a/tests/results/00_0version_underscore/makedict/mandatories.json b/tests/results/test_namespace/00_0version_underscore/makedict/mandatories.json similarity index 100% rename from tests/results/00_0version_underscore/makedict/mandatories.json rename to tests/results/test_namespace/00_0version_underscore/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_calc_suffix_empty/errors/all.json b/tests/results/test_namespace/00_1empty_variable/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_empty/errors/all.json rename to tests/results/test_namespace/00_1empty_variable/errors/all.json diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_2/errors/mandatories.json b/tests/results/test_namespace/00_1empty_variable/errors/mandatories.json similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_2/errors/mandatories.json rename to tests/results/test_namespace/00_1empty_variable/errors/mandatories.json diff --git a/tests/results/00_1empty_variable/file/all.env b/tests/results/test_namespace/00_1empty_variable/file/all.env similarity index 100% rename from tests/results/00_1empty_variable/file/all.env rename to tests/results/test_namespace/00_1empty_variable/file/all.env diff --git a/tests/results/00_1empty_variable/file/all_exclude.env b/tests/results/test_namespace/00_1empty_variable/file/all_exclude.env similarity index 100% rename from tests/results/00_1empty_variable/file/all_exclude.env rename to tests/results/test_namespace/00_1empty_variable/file/all_exclude.env diff --git a/tests/results/00_1empty_variable/file/mandatories.env b/tests/results/test_namespace/00_1empty_variable/file/mandatories.env similarity index 100% rename from tests/results/00_1empty_variable/file/mandatories.env rename to tests/results/test_namespace/00_1empty_variable/file/mandatories.env diff --git a/tests/results/00_1empty_variable/makedict/all.json b/tests/results/test_namespace/00_1empty_variable/makedict/all.json similarity index 100% rename from tests/results/00_1empty_variable/makedict/all.json rename to tests/results/test_namespace/00_1empty_variable/makedict/all.json diff --git a/tests/results/00_1empty_variable/makedict/mandatories.json b/tests/results/test_namespace/00_1empty_variable/makedict/mandatories.json similarity index 100% rename from tests/results/00_1empty_variable/makedict/mandatories.json rename to tests/results/test_namespace/00_1empty_variable/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_calc_suffix_param/errors/all.json b/tests/results/test_namespace/00_2default_calculated/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_param/errors/all.json rename to tests/results/test_namespace/00_2default_calculated/errors/all.json diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_2_empty/errors/mandatories.json b/tests/results/test_namespace/00_2default_calculated/errors/mandatories.json similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_2_empty/errors/mandatories.json rename to tests/results/test_namespace/00_2default_calculated/errors/mandatories.json diff --git a/tests/results/00_2default_calculated/file/all.env b/tests/results/test_namespace/00_2default_calculated/file/all.env similarity index 100% rename from tests/results/00_2default_calculated/file/all.env rename to tests/results/test_namespace/00_2default_calculated/file/all.env diff --git a/tests/results/00_2default_calculated/file/all_exclude.env b/tests/results/test_namespace/00_2default_calculated/file/all_exclude.env similarity index 100% rename from tests/results/00_2default_calculated/file/all_exclude.env rename to tests/results/test_namespace/00_2default_calculated/file/all_exclude.env diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/mandatories.env b/tests/results/test_namespace/00_2default_calculated/file/mandatories.env similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/mandatories.env rename to tests/results/test_namespace/00_2default_calculated/file/mandatories.env diff --git a/tests/results/00_2default_calculated/makedict/all.json b/tests/results/test_namespace/00_2default_calculated/makedict/all.json similarity index 100% rename from tests/results/00_2default_calculated/makedict/all.json rename to tests/results/test_namespace/00_2default_calculated/makedict/all.json diff --git a/tests/results/00_2default_calculated/makedict/mandatories.json b/tests/results/test_namespace/00_2default_calculated/makedict/mandatories.json similarity index 100% rename from tests/results/00_2default_calculated/makedict/mandatories.json rename to tests/results/test_namespace/00_2default_calculated/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_calc_suffix_param_empty/errors/all.json b/tests/results/test_namespace/00_2default_calculated_multi/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_param_empty/errors/all.json rename to tests/results/test_namespace/00_2default_calculated_multi/errors/all.json diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_empty/errors/mandatories.json b/tests/results/test_namespace/00_2default_calculated_multi/errors/mandatories.json similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_empty/errors/mandatories.json rename to tests/results/test_namespace/00_2default_calculated_multi/errors/mandatories.json diff --git a/tests/results/00_2default_calculated_multi/file/all.env b/tests/results/test_namespace/00_2default_calculated_multi/file/all.env similarity index 100% rename from tests/results/00_2default_calculated_multi/file/all.env rename to tests/results/test_namespace/00_2default_calculated_multi/file/all.env diff --git a/tests/results/00_2default_calculated_multi/file/all_exclude.env b/tests/results/test_namespace/00_2default_calculated_multi/file/all_exclude.env similarity index 100% rename from tests/results/00_2default_calculated_multi/file/all_exclude.env rename to tests/results/test_namespace/00_2default_calculated_multi/file/all_exclude.env diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_empty/file/mandatories.env b/tests/results/test_namespace/00_2default_calculated_multi/file/mandatories.env similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_empty/file/mandatories.env rename to tests/results/test_namespace/00_2default_calculated_multi/file/mandatories.env diff --git a/tests/results/00_2default_calculated_multi/makedict/all.json b/tests/results/test_namespace/00_2default_calculated_multi/makedict/all.json similarity index 100% rename from tests/results/00_2default_calculated_multi/makedict/all.json rename to tests/results/test_namespace/00_2default_calculated_multi/makedict/all.json diff --git a/tests/results/00_2default_calculated_multi/makedict/mandatories.json b/tests/results/test_namespace/00_2default_calculated_multi/makedict/mandatories.json similarity index 100% rename from tests/results/00_2default_calculated_multi/makedict/mandatories.json rename to tests/results/test_namespace/00_2default_calculated_multi/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_calc_variable/errors/all.json b/tests/results/test_namespace/00_2default_calculated_variable_transitive/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_variable/errors/all.json rename to tests/results/test_namespace/00_2default_calculated_variable_transitive/errors/all.json diff --git a/tests/results/60_2family_dynamic_outside_calc/errors/mandatories.json b/tests/results/test_namespace/00_2default_calculated_variable_transitive/errors/mandatories.json similarity index 100% rename from tests/results/60_2family_dynamic_outside_calc/errors/mandatories.json rename to tests/results/test_namespace/00_2default_calculated_variable_transitive/errors/mandatories.json diff --git a/tests/results/00_2default_calculated_variable_transitive/file/all.env b/tests/results/test_namespace/00_2default_calculated_variable_transitive/file/all.env similarity index 100% rename from tests/results/00_2default_calculated_variable_transitive/file/all.env rename to tests/results/test_namespace/00_2default_calculated_variable_transitive/file/all.env diff --git a/tests/results/00_2default_calculated_variable_transitive/file/all_exclude.env b/tests/results/test_namespace/00_2default_calculated_variable_transitive/file/all_exclude.env similarity index 100% rename from tests/results/00_2default_calculated_variable_transitive/file/all_exclude.env rename to tests/results/test_namespace/00_2default_calculated_variable_transitive/file/all_exclude.env diff --git a/tests/results/00_2default_calculated_variable_transitive/file/mandatories.env b/tests/results/test_namespace/00_2default_calculated_variable_transitive/file/mandatories.env similarity index 100% rename from tests/results/00_2default_calculated_variable_transitive/file/mandatories.env rename to tests/results/test_namespace/00_2default_calculated_variable_transitive/file/mandatories.env diff --git a/tests/results/00_2default_calculated_variable_transitive/makedict/all.json b/tests/results/test_namespace/00_2default_calculated_variable_transitive/makedict/all.json similarity index 100% rename from tests/results/00_2default_calculated_variable_transitive/makedict/all.json rename to tests/results/test_namespace/00_2default_calculated_variable_transitive/makedict/all.json diff --git a/tests/results/00_2default_calculated_variable_transitive/makedict/mandatories.json b/tests/results/test_namespace/00_2default_calculated_variable_transitive/makedict/mandatories.json similarity index 100% rename from tests/results/00_2default_calculated_variable_transitive/makedict/mandatories.json rename to tests/results/test_namespace/00_2default_calculated_variable_transitive/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_calc_variable_empty/errors/all.json b/tests/results/test_namespace/00_4load_subfolder/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_variable_empty/errors/all.json rename to tests/results/test_namespace/00_4load_subfolder/errors/all.json diff --git a/tests/results/60_2family_dynamic_outside_calc_empty/errors/mandatories.json b/tests/results/test_namespace/00_4load_subfolder/errors/mandatories.json similarity index 100% rename from tests/results/60_2family_dynamic_outside_calc_empty/errors/mandatories.json rename to tests/results/test_namespace/00_4load_subfolder/errors/mandatories.json diff --git a/tests/results/00_4load_subfolder/file/all.env b/tests/results/test_namespace/00_4load_subfolder/file/all.env similarity index 100% rename from tests/results/00_4load_subfolder/file/all.env rename to tests/results/test_namespace/00_4load_subfolder/file/all.env diff --git a/tests/results/00_4load_subfolder/file/all_exclude.env b/tests/results/test_namespace/00_4load_subfolder/file/all_exclude.env similarity index 100% rename from tests/results/00_4load_subfolder/file/all_exclude.env rename to tests/results/test_namespace/00_4load_subfolder/file/all_exclude.env diff --git a/tests/results/00_4load_subfolder/file/mandatories.env b/tests/results/test_namespace/00_4load_subfolder/file/mandatories.env similarity index 100% rename from tests/results/00_4load_subfolder/file/mandatories.env rename to tests/results/test_namespace/00_4load_subfolder/file/mandatories.env diff --git a/tests/results/00_4load_subfolder/makedict/all.json b/tests/results/test_namespace/00_4load_subfolder/makedict/all.json similarity index 100% rename from tests/results/00_4load_subfolder/makedict/all.json rename to tests/results/test_namespace/00_4load_subfolder/makedict/all.json diff --git a/tests/results/00_4load_subfolder/makedict/mandatories.json b/tests/results/test_namespace/00_4load_subfolder/makedict/mandatories.json similarity index 100% rename from tests/results/00_4load_subfolder/makedict/mandatories.json rename to tests/results/test_namespace/00_4load_subfolder/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_unknown_suffix_empty/errors/all.json b/tests/results/test_namespace/00_5load_notype/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_unknown_suffix_empty/errors/all.json rename to tests/results/test_namespace/00_5load_notype/errors/all.json diff --git a/tests/results/60_5family_dynamic_calc2/errors/mandatories.json b/tests/results/test_namespace/00_5load_notype/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc2/errors/mandatories.json rename to tests/results/test_namespace/00_5load_notype/errors/mandatories.json diff --git a/tests/results/00_5load_notype/file/all.env b/tests/results/test_namespace/00_5load_notype/file/all.env similarity index 100% rename from tests/results/00_5load_notype/file/all.env rename to tests/results/test_namespace/00_5load_notype/file/all.env diff --git a/tests/results/00_5load_notype/file/all_exclude.env b/tests/results/test_namespace/00_5load_notype/file/all_exclude.env similarity index 100% rename from tests/results/00_5load_notype/file/all_exclude.env rename to tests/results/test_namespace/00_5load_notype/file/all_exclude.env diff --git a/tests/results/60_2family_dynamic_outside_calc/file/mandatories.env b/tests/results/test_namespace/00_5load_notype/file/mandatories.env similarity index 100% rename from tests/results/60_2family_dynamic_outside_calc/file/mandatories.env rename to tests/results/test_namespace/00_5load_notype/file/mandatories.env diff --git a/tests/results/00_5load_notype/makedict/all.json b/tests/results/test_namespace/00_5load_notype/makedict/all.json similarity index 100% rename from tests/results/00_5load_notype/makedict/all.json rename to tests/results/test_namespace/00_5load_notype/makedict/all.json diff --git a/tests/results/00_5load_notype/makedict/mandatories.json b/tests/results/test_namespace/00_5load_notype/makedict/mandatories.json similarity index 100% rename from tests/results/00_5load_notype/makedict/mandatories.json rename to tests/results/test_namespace/00_5load_notype/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_variable_outside/errors/all.json b/tests/results/test_namespace/00_6boolean/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside/errors/all.json rename to tests/results/test_namespace/00_6boolean/errors/all.json diff --git a/tests/results/60_5family_dynamic_calc2_empty/errors/mandatories.json b/tests/results/test_namespace/00_6boolean/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc2_empty/errors/mandatories.json rename to tests/results/test_namespace/00_6boolean/errors/mandatories.json diff --git a/tests/results/00_6boolean/file/all.env b/tests/results/test_namespace/00_6boolean/file/all.env similarity index 100% rename from tests/results/00_6boolean/file/all.env rename to tests/results/test_namespace/00_6boolean/file/all.env diff --git a/tests/results/00_6boolean/file/all_exclude.env b/tests/results/test_namespace/00_6boolean/file/all_exclude.env similarity index 100% rename from tests/results/00_6boolean/file/all_exclude.env rename to tests/results/test_namespace/00_6boolean/file/all_exclude.env diff --git a/tests/results/60_2family_dynamic_outside_calc_empty/file/mandatories.env b/tests/results/test_namespace/00_6boolean/file/mandatories.env similarity index 100% rename from tests/results/60_2family_dynamic_outside_calc_empty/file/mandatories.env rename to tests/results/test_namespace/00_6boolean/file/mandatories.env diff --git a/tests/results/00_6boolean/makedict/all.json b/tests/results/test_namespace/00_6boolean/makedict/all.json similarity index 100% rename from tests/results/00_6boolean/makedict/all.json rename to tests/results/test_namespace/00_6boolean/makedict/all.json diff --git a/tests/results/00_6boolean/makedict/mandatories.json b/tests/results/test_namespace/00_6boolean/makedict/mandatories.json similarity index 100% rename from tests/results/00_6boolean/makedict/mandatories.json rename to tests/results/test_namespace/00_6boolean/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_variable_outside2/errors/all.json b/tests/results/test_namespace/00_6boolean_no_mandatory/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside2/errors/all.json rename to tests/results/test_namespace/00_6boolean_no_mandatory/errors/all.json diff --git a/tests/results/60_5family_dynamic_calc_suffix/errors/mandatories.json b/tests/results/test_namespace/00_6boolean_no_mandatory/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix/errors/mandatories.json rename to tests/results/test_namespace/00_6boolean_no_mandatory/errors/mandatories.json diff --git a/tests/results/00_6boolean_no_mandatory/file/all.env b/tests/results/test_namespace/00_6boolean_no_mandatory/file/all.env similarity index 100% rename from tests/results/00_6boolean_no_mandatory/file/all.env rename to tests/results/test_namespace/00_6boolean_no_mandatory/file/all.env diff --git a/tests/results/00_6boolean_no_mandatory/file/all_exclude.env b/tests/results/test_namespace/00_6boolean_no_mandatory/file/all_exclude.env similarity index 100% rename from tests/results/00_6boolean_no_mandatory/file/all_exclude.env rename to tests/results/test_namespace/00_6boolean_no_mandatory/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_calc_suffix2/file/mandatories.env b/tests/results/test_namespace/00_6boolean_no_mandatory/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix2/file/mandatories.env rename to tests/results/test_namespace/00_6boolean_no_mandatory/file/mandatories.env diff --git a/tests/results/00_6boolean_no_mandatory/makedict/all.json b/tests/results/test_namespace/00_6boolean_no_mandatory/makedict/all.json similarity index 100% rename from tests/results/00_6boolean_no_mandatory/makedict/all.json rename to tests/results/test_namespace/00_6boolean_no_mandatory/makedict/all.json diff --git a/tests/results/00_6boolean_no_mandatory/makedict/mandatories.json b/tests/results/test_namespace/00_6boolean_no_mandatory/makedict/mandatories.json similarity index 100% rename from tests/results/00_6boolean_no_mandatory/makedict/mandatories.json rename to tests/results/test_namespace/00_6boolean_no_mandatory/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_variable_outside2_empty/errors/all.json b/tests/results/test_namespace/00_6choice/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside2_empty/errors/all.json rename to tests/results/test_namespace/00_6choice/errors/all.json diff --git a/tests/results/60_5family_dynamic_calc_suffix2/errors/mandatories.json b/tests/results/test_namespace/00_6choice/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix2/errors/mandatories.json rename to tests/results/test_namespace/00_6choice/errors/mandatories.json diff --git a/tests/results/00_6choice/file/all.env b/tests/results/test_namespace/00_6choice/file/all.env similarity index 100% rename from tests/results/00_6choice/file/all.env rename to tests/results/test_namespace/00_6choice/file/all.env diff --git a/tests/results/00_6choice/file/all_exclude.env b/tests/results/test_namespace/00_6choice/file/all_exclude.env similarity index 100% rename from tests/results/00_6choice/file/all_exclude.env rename to tests/results/test_namespace/00_6choice/file/all_exclude.env diff --git a/tests/results/00_6choice/file/mandatories.env b/tests/results/test_namespace/00_6choice/file/mandatories.env similarity index 100% rename from tests/results/00_6choice/file/mandatories.env rename to tests/results/test_namespace/00_6choice/file/mandatories.env diff --git a/tests/results/00_6choice/makedict/all.json b/tests/results/test_namespace/00_6choice/makedict/all.json similarity index 100% rename from tests/results/00_6choice/makedict/all.json rename to tests/results/test_namespace/00_6choice/makedict/all.json diff --git a/tests/results/00_6choice/makedict/mandatories.json b/tests/results/test_namespace/00_6choice/makedict/mandatories.json similarity index 100% rename from tests/results/00_6choice/makedict/mandatories.json rename to tests/results/test_namespace/00_6choice/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_variable_outside_empty/errors/all.json b/tests/results/test_namespace/00_6choice_calculation/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_empty/errors/all.json rename to tests/results/test_namespace/00_6choice_calculation/errors/all.json diff --git a/tests/results/60_5family_dynamic_calc_suffix2_empty/errors/mandatories.json b/tests/results/test_namespace/00_6choice_calculation/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix2_empty/errors/mandatories.json rename to tests/results/test_namespace/00_6choice_calculation/errors/mandatories.json diff --git a/tests/results/00_6choice_calculation/file/all.env b/tests/results/test_namespace/00_6choice_calculation/file/all.env similarity index 100% rename from tests/results/00_6choice_calculation/file/all.env rename to tests/results/test_namespace/00_6choice_calculation/file/all.env diff --git a/tests/results/00_6choice_calculation/file/all_exclude.env b/tests/results/test_namespace/00_6choice_calculation/file/all_exclude.env similarity index 100% rename from tests/results/00_6choice_calculation/file/all_exclude.env rename to tests/results/test_namespace/00_6choice_calculation/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_calc_suffix2_empty/file/mandatories.env b/tests/results/test_namespace/00_6choice_calculation/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix2_empty/file/mandatories.env rename to tests/results/test_namespace/00_6choice_calculation/file/mandatories.env diff --git a/tests/results/00_6choice_calculation/makedict/all.json b/tests/results/test_namespace/00_6choice_calculation/makedict/all.json similarity index 100% rename from tests/results/00_6choice_calculation/makedict/all.json rename to tests/results/test_namespace/00_6choice_calculation/makedict/all.json diff --git a/tests/results/00_6choice_calculation/makedict/mandatories.json b/tests/results/test_namespace/00_6choice_calculation/makedict/mandatories.json similarity index 100% rename from tests/results/00_6choice_calculation/makedict/mandatories.json rename to tests/results/test_namespace/00_6choice_calculation/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_variable_outside_jinja/errors/all.json b/tests/results/test_namespace/00_6choice_variable/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_jinja/errors/all.json rename to tests/results/test_namespace/00_6choice_variable/errors/all.json diff --git a/tests/results/60_5family_dynamic_calc_suffix_empty/errors/mandatories.json b/tests/results/test_namespace/00_6choice_variable/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_empty/errors/mandatories.json rename to tests/results/test_namespace/00_6choice_variable/errors/mandatories.json diff --git a/tests/results/00_6choice_variable/file/all.env b/tests/results/test_namespace/00_6choice_variable/file/all.env similarity index 100% rename from tests/results/00_6choice_variable/file/all.env rename to tests/results/test_namespace/00_6choice_variable/file/all.env diff --git a/tests/results/00_6choice_variable/file/all_exclude.env b/tests/results/test_namespace/00_6choice_variable/file/all_exclude.env similarity index 100% rename from tests/results/00_6choice_variable/file/all_exclude.env rename to tests/results/test_namespace/00_6choice_variable/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_calc_suffix_param/file/mandatories.env b/tests/results/test_namespace/00_6choice_variable/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_param/file/mandatories.env rename to tests/results/test_namespace/00_6choice_variable/file/mandatories.env diff --git a/tests/results/00_6choice_variable/makedict/all.json b/tests/results/test_namespace/00_6choice_variable/makedict/all.json similarity index 100% rename from tests/results/00_6choice_variable/makedict/all.json rename to tests/results/test_namespace/00_6choice_variable/makedict/all.json diff --git a/tests/results/00_6choice_variable/makedict/mandatories.json b/tests/results/test_namespace/00_6choice_variable/makedict/mandatories.json similarity index 100% rename from tests/results/00_6choice_variable/makedict/mandatories.json rename to tests/results/test_namespace/00_6choice_variable/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_variable_outside_jinja_empty/errors/all.json b/tests/results/test_namespace/00_6custom/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_jinja_empty/errors/all.json rename to tests/results/test_namespace/00_6custom/errors/all.json diff --git a/tests/results/60_5family_dynamic_calc_suffix_param/errors/mandatories.json b/tests/results/test_namespace/00_6custom/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_param/errors/mandatories.json rename to tests/results/test_namespace/00_6custom/errors/mandatories.json diff --git a/tests/results/00_6custom/file/all.env b/tests/results/test_namespace/00_6custom/file/all.env similarity index 100% rename from tests/results/00_6custom/file/all.env rename to tests/results/test_namespace/00_6custom/file/all.env diff --git a/tests/results/00_6custom/file/all_exclude.env b/tests/results/test_namespace/00_6custom/file/all_exclude.env similarity index 100% rename from tests/results/00_6custom/file/all_exclude.env rename to tests/results/test_namespace/00_6custom/file/all_exclude.env diff --git a/tests/results/00_6custom/file/mandatories.env b/tests/results/test_namespace/00_6custom/file/mandatories.env similarity index 100% rename from tests/results/00_6custom/file/mandatories.env rename to tests/results/test_namespace/00_6custom/file/mandatories.env diff --git a/tests/results/00_6custom/makedict/all.json b/tests/results/test_namespace/00_6custom/makedict/all.json similarity index 100% rename from tests/results/00_6custom/makedict/all.json rename to tests/results/test_namespace/00_6custom/makedict/all.json diff --git a/tests/results/00_6custom/makedict/mandatories.json b/tests/results/test_namespace/00_6custom/makedict/mandatories.json similarity index 100% rename from tests/results/00_6custom/makedict/mandatories.json rename to tests/results/test_namespace/00_6custom/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_variable_outside_sub_suffix/errors/all.json b/tests/results/test_namespace/00_6domainname/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_sub_suffix/errors/all.json rename to tests/results/test_namespace/00_6domainname/errors/all.json diff --git a/tests/results/60_5family_dynamic_calc_suffix_param_empty/errors/mandatories.json b/tests/results/test_namespace/00_6domainname/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_param_empty/errors/mandatories.json rename to tests/results/test_namespace/00_6domainname/errors/mandatories.json diff --git a/tests/results/00_6domainname/file/all.env b/tests/results/test_namespace/00_6domainname/file/all.env similarity index 100% rename from tests/results/00_6domainname/file/all.env rename to tests/results/test_namespace/00_6domainname/file/all.env diff --git a/tests/results/00_6domainname/file/all_exclude.env b/tests/results/test_namespace/00_6domainname/file/all_exclude.env similarity index 100% rename from tests/results/00_6domainname/file/all_exclude.env rename to tests/results/test_namespace/00_6domainname/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_calc_suffix_param_empty/file/mandatories.env b/tests/results/test_namespace/00_6domainname/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_param_empty/file/mandatories.env rename to tests/results/test_namespace/00_6domainname/file/mandatories.env diff --git a/tests/results/00_6domainname/makedict/all.json b/tests/results/test_namespace/00_6domainname/makedict/all.json similarity index 100% rename from tests/results/00_6domainname/makedict/all.json rename to tests/results/test_namespace/00_6domainname/makedict/all.json diff --git a/tests/results/00_6domainname/makedict/mandatories.json b/tests/results/test_namespace/00_6domainname/makedict/mandatories.json similarity index 100% rename from tests/results/00_6domainname/makedict/mandatories.json rename to tests/results/test_namespace/00_6domainname/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_variable_outside_sub_suffix_empty/errors/all.json b/tests/results/test_namespace/00_6domainname_params/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_sub_suffix_empty/errors/all.json rename to tests/results/test_namespace/00_6domainname_params/errors/all.json diff --git a/tests/results/60_5family_dynamic_calc_variable/errors/mandatories.json b/tests/results/test_namespace/00_6domainname_params/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_variable/errors/mandatories.json rename to tests/results/test_namespace/00_6domainname_params/errors/mandatories.json diff --git a/tests/results/00_6domainname_params/file/all.env b/tests/results/test_namespace/00_6domainname_params/file/all.env similarity index 100% rename from tests/results/00_6domainname_params/file/all.env rename to tests/results/test_namespace/00_6domainname_params/file/all.env diff --git a/tests/results/00_6domainname_params/file/all_exclude.env b/tests/results/test_namespace/00_6domainname_params/file/all_exclude.env similarity index 100% rename from tests/results/00_6domainname_params/file/all_exclude.env rename to tests/results/test_namespace/00_6domainname_params/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_hidden_suffix/file/mandatories.env b/tests/results/test_namespace/00_6domainname_params/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_hidden_suffix/file/mandatories.env rename to tests/results/test_namespace/00_6domainname_params/file/mandatories.env diff --git a/tests/results/00_6domainname_params/makedict/all.json b/tests/results/test_namespace/00_6domainname_params/makedict/all.json similarity index 100% rename from tests/results/00_6domainname_params/makedict/all.json rename to tests/results/test_namespace/00_6domainname_params/makedict/all.json diff --git a/tests/results/00_6domainname_params/makedict/mandatories.json b/tests/results/test_namespace/00_6domainname_params/makedict/mandatories.json similarity index 100% rename from tests/results/00_6domainname_params/makedict/mandatories.json rename to tests/results/test_namespace/00_6domainname_params/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_variable_outside_suffix/errors/all.json b/tests/results/test_namespace/00_6float/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_suffix/errors/all.json rename to tests/results/test_namespace/00_6float/errors/all.json diff --git a/tests/results/60_5family_dynamic_calc_variable_empty/errors/mandatories.json b/tests/results/test_namespace/00_6float/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_variable_empty/errors/mandatories.json rename to tests/results/test_namespace/00_6float/errors/mandatories.json diff --git a/tests/results/00_6float/file/all.env b/tests/results/test_namespace/00_6float/file/all.env similarity index 100% rename from tests/results/00_6float/file/all.env rename to tests/results/test_namespace/00_6float/file/all.env diff --git a/tests/results/00_6float/file/all_exclude.env b/tests/results/test_namespace/00_6float/file/all_exclude.env similarity index 100% rename from tests/results/00_6float/file/all_exclude.env rename to tests/results/test_namespace/00_6float/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_unknown_suffix/file/mandatories.env b/tests/results/test_namespace/00_6float/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_unknown_suffix/file/mandatories.env rename to tests/results/test_namespace/00_6float/file/mandatories.env diff --git a/tests/results/00_6float/makedict/all.json b/tests/results/test_namespace/00_6float/makedict/all.json similarity index 100% rename from tests/results/00_6float/makedict/all.json rename to tests/results/test_namespace/00_6float/makedict/all.json diff --git a/tests/results/00_6float/makedict/mandatories.json b/tests/results/test_namespace/00_6float/makedict/mandatories.json similarity index 100% rename from tests/results/00_6float/makedict/mandatories.json rename to tests/results/test_namespace/00_6float/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_variable_outside_suffix_empty/errors/all.json b/tests/results/test_namespace/00_6number/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_suffix_empty/errors/all.json rename to tests/results/test_namespace/00_6number/errors/all.json diff --git a/tests/results/60_5family_dynamic_hidden_suffix/errors/mandatories.json b/tests/results/test_namespace/00_6number/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_hidden_suffix/errors/mandatories.json rename to tests/results/test_namespace/00_6number/errors/mandatories.json diff --git a/tests/results/00_6number/file/all.env b/tests/results/test_namespace/00_6number/file/all.env similarity index 100% rename from tests/results/00_6number/file/all.env rename to tests/results/test_namespace/00_6number/file/all.env diff --git a/tests/results/00_6number/file/all_exclude.env b/tests/results/test_namespace/00_6number/file/all_exclude.env similarity index 100% rename from tests/results/00_6number/file/all_exclude.env rename to tests/results/test_namespace/00_6number/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_unknown_suffix_empty/file/mandatories.env b/tests/results/test_namespace/00_6number/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_unknown_suffix_empty/file/mandatories.env rename to tests/results/test_namespace/00_6number/file/mandatories.env diff --git a/tests/results/00_6number/makedict/all.json b/tests/results/test_namespace/00_6number/makedict/all.json similarity index 100% rename from tests/results/00_6number/makedict/all.json rename to tests/results/test_namespace/00_6number/makedict/all.json diff --git a/tests/results/00_6number/makedict/mandatories.json b/tests/results/test_namespace/00_6number/makedict/mandatories.json similarity index 100% rename from tests/results/00_6number/makedict/mandatories.json rename to tests/results/test_namespace/00_6number/makedict/mandatories.json diff --git a/tests/results/60_6family_dynamic_inside/errors/all.json b/tests/results/test_namespace/00_6port/errors/all.json similarity index 100% rename from tests/results/60_6family_dynamic_inside/errors/all.json rename to tests/results/test_namespace/00_6port/errors/all.json diff --git a/tests/results/60_5family_dynamic_unknown_suffix/errors/mandatories.json b/tests/results/test_namespace/00_6port/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_unknown_suffix/errors/mandatories.json rename to tests/results/test_namespace/00_6port/errors/mandatories.json diff --git a/tests/results/00_6port/file/all.env b/tests/results/test_namespace/00_6port/file/all.env similarity index 100% rename from tests/results/00_6port/file/all.env rename to tests/results/test_namespace/00_6port/file/all.env diff --git a/tests/results/00_6port/file/all_exclude.env b/tests/results/test_namespace/00_6port/file/all_exclude.env similarity index 100% rename from tests/results/00_6port/file/all_exclude.env rename to tests/results/test_namespace/00_6port/file/all_exclude.env diff --git a/tests/results/00_6port/file/mandatories.env b/tests/results/test_namespace/00_6port/file/mandatories.env similarity index 100% rename from tests/results/00_6port/file/mandatories.env rename to tests/results/test_namespace/00_6port/file/mandatories.env diff --git a/tests/results/00_6port/makedict/all.json b/tests/results/test_namespace/00_6port/makedict/all.json similarity index 100% rename from tests/results/00_6port/makedict/all.json rename to tests/results/test_namespace/00_6port/makedict/all.json diff --git a/tests/results/00_6port/makedict/mandatories.json b/tests/results/test_namespace/00_6port/makedict/mandatories.json similarity index 100% rename from tests/results/00_6port/makedict/mandatories.json rename to tests/results/test_namespace/00_6port/makedict/mandatories.json diff --git a/tests/results/60_6family_dynamic_inside_empty/errors/all.json b/tests/results/test_namespace/00_6regexp/errors/all.json similarity index 100% rename from tests/results/60_6family_dynamic_inside_empty/errors/all.json rename to tests/results/test_namespace/00_6regexp/errors/all.json diff --git a/tests/results/60_5family_dynamic_unknown_suffix_empty/errors/mandatories.json b/tests/results/test_namespace/00_6regexp/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_unknown_suffix_empty/errors/mandatories.json rename to tests/results/test_namespace/00_6regexp/errors/mandatories.json diff --git a/tests/results/00_6regexp/file/all.env b/tests/results/test_namespace/00_6regexp/file/all.env similarity index 100% rename from tests/results/00_6regexp/file/all.env rename to tests/results/test_namespace/00_6regexp/file/all.env diff --git a/tests/results/00_6regexp/file/all_exclude.env b/tests/results/test_namespace/00_6regexp/file/all_exclude.env similarity index 100% rename from tests/results/00_6regexp/file/all_exclude.env rename to tests/results/test_namespace/00_6regexp/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_variable_outside/file/mandatories.env b/tests/results/test_namespace/00_6regexp/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside/file/mandatories.env rename to tests/results/test_namespace/00_6regexp/file/mandatories.env diff --git a/tests/results/00_6regexp/makedict/all.json b/tests/results/test_namespace/00_6regexp/makedict/all.json similarity index 100% rename from tests/results/00_6regexp/makedict/all.json rename to tests/results/test_namespace/00_6regexp/makedict/all.json diff --git a/tests/results/00_6regexp/makedict/mandatories.json b/tests/results/test_namespace/00_6regexp/makedict/mandatories.json similarity index 100% rename from tests/results/00_6regexp/makedict/mandatories.json rename to tests/results/test_namespace/00_6regexp/makedict/mandatories.json diff --git a/tests/results/60_6family_dynamic_leadership/errors/all.json b/tests/results/test_namespace/00_6string/errors/all.json similarity index 100% rename from tests/results/60_6family_dynamic_leadership/errors/all.json rename to tests/results/test_namespace/00_6string/errors/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside/errors/mandatories.json b/tests/results/test_namespace/00_6string/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside/errors/mandatories.json rename to tests/results/test_namespace/00_6string/errors/mandatories.json diff --git a/tests/results/00_6string/file/all.env b/tests/results/test_namespace/00_6string/file/all.env similarity index 100% rename from tests/results/00_6string/file/all.env rename to tests/results/test_namespace/00_6string/file/all.env diff --git a/tests/results/00_6string/file/all_exclude.env b/tests/results/test_namespace/00_6string/file/all_exclude.env similarity index 100% rename from tests/results/00_6string/file/all_exclude.env rename to tests/results/test_namespace/00_6string/file/all_exclude.env diff --git a/tests/results/00_6string/file/mandatories.env b/tests/results/test_namespace/00_6string/file/mandatories.env similarity index 100% rename from tests/results/00_6string/file/mandatories.env rename to tests/results/test_namespace/00_6string/file/mandatories.env diff --git a/tests/results/00_6string/makedict/all.json b/tests/results/test_namespace/00_6string/makedict/all.json similarity index 100% rename from tests/results/00_6string/makedict/all.json rename to tests/results/test_namespace/00_6string/makedict/all.json diff --git a/tests/results/00_6string/makedict/mandatories.json b/tests/results/test_namespace/00_6string/makedict/mandatories.json similarity index 100% rename from tests/results/00_6string/makedict/mandatories.json rename to tests/results/test_namespace/00_6string/makedict/mandatories.json diff --git a/tests/results/60_6family_dynamic_leadership_empty/errors/all.json b/tests/results/test_namespace/00_7choice_quote/errors/all.json similarity index 100% rename from tests/results/60_6family_dynamic_leadership_empty/errors/all.json rename to tests/results/test_namespace/00_7choice_quote/errors/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside2/errors/mandatories.json b/tests/results/test_namespace/00_7choice_quote/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside2/errors/mandatories.json rename to tests/results/test_namespace/00_7choice_quote/errors/mandatories.json diff --git a/tests/results/00_7choice_quote/file/all.env b/tests/results/test_namespace/00_7choice_quote/file/all.env similarity index 100% rename from tests/results/00_7choice_quote/file/all.env rename to tests/results/test_namespace/00_7choice_quote/file/all.env diff --git a/tests/results/00_7choice_quote/file/all_exclude.env b/tests/results/test_namespace/00_7choice_quote/file/all_exclude.env similarity index 100% rename from tests/results/00_7choice_quote/file/all_exclude.env rename to tests/results/test_namespace/00_7choice_quote/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_variable_outside2/file/mandatories.env b/tests/results/test_namespace/00_7choice_quote/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside2/file/mandatories.env rename to tests/results/test_namespace/00_7choice_quote/file/mandatories.env diff --git a/tests/results/00_7choice_quote/makedict/all.json b/tests/results/test_namespace/00_7choice_quote/makedict/all.json similarity index 100% rename from tests/results/00_7choice_quote/makedict/all.json rename to tests/results/test_namespace/00_7choice_quote/makedict/all.json diff --git a/tests/results/00_7choice_quote/makedict/mandatories.json b/tests/results/test_namespace/00_7choice_quote/makedict/mandatories.json similarity index 100% rename from tests/results/00_7choice_quote/makedict/mandatories.json rename to tests/results/test_namespace/00_7choice_quote/makedict/mandatories.json diff --git a/tests/results/60_6family_dynamic_sub_dynamic/errors/all.json b/tests/results/test_namespace/00_7help_quote/errors/all.json similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic/errors/all.json rename to tests/results/test_namespace/00_7help_quote/errors/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside2_empty/errors/mandatories.json b/tests/results/test_namespace/00_7help_quote/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside2_empty/errors/mandatories.json rename to tests/results/test_namespace/00_7help_quote/errors/mandatories.json diff --git a/tests/results/00_7help_quote/file/all.env b/tests/results/test_namespace/00_7help_quote/file/all.env similarity index 100% rename from tests/results/00_7help_quote/file/all.env rename to tests/results/test_namespace/00_7help_quote/file/all.env diff --git a/tests/results/00_7help_quote/file/all_exclude.env b/tests/results/test_namespace/00_7help_quote/file/all_exclude.env similarity index 100% rename from tests/results/00_7help_quote/file/all_exclude.env rename to tests/results/test_namespace/00_7help_quote/file/all_exclude.env diff --git a/tests/results/00_7help_quote/file/mandatories.env b/tests/results/test_namespace/00_7help_quote/file/mandatories.env similarity index 100% rename from tests/results/00_7help_quote/file/mandatories.env rename to tests/results/test_namespace/00_7help_quote/file/mandatories.env diff --git a/tests/results/00_7help_quote/makedict/all.json b/tests/results/test_namespace/00_7help_quote/makedict/all.json similarity index 100% rename from tests/results/00_7help_quote/makedict/all.json rename to tests/results/test_namespace/00_7help_quote/makedict/all.json diff --git a/tests/results/00_7help_quote/makedict/mandatories.json b/tests/results/test_namespace/00_7help_quote/makedict/mandatories.json similarity index 100% rename from tests/results/00_7help_quote/makedict/mandatories.json rename to tests/results/test_namespace/00_7help_quote/makedict/mandatories.json diff --git a/tests/results/60_6family_dynamic_sub_dynamic_1_0/errors/all.json b/tests/results/test_namespace/00_7value_doublequote/errors/all.json similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic_1_0/errors/all.json rename to tests/results/test_namespace/00_7value_doublequote/errors/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside_empty/errors/mandatories.json b/tests/results/test_namespace/00_7value_doublequote/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_empty/errors/mandatories.json rename to tests/results/test_namespace/00_7value_doublequote/errors/mandatories.json diff --git a/tests/results/00_7value_doublequote/file/all.env b/tests/results/test_namespace/00_7value_doublequote/file/all.env similarity index 100% rename from tests/results/00_7value_doublequote/file/all.env rename to tests/results/test_namespace/00_7value_doublequote/file/all.env diff --git a/tests/results/00_7value_doublequote/file/all_exclude.env b/tests/results/test_namespace/00_7value_doublequote/file/all_exclude.env similarity index 100% rename from tests/results/00_7value_doublequote/file/all_exclude.env rename to tests/results/test_namespace/00_7value_doublequote/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_variable_outside_jinja/file/mandatories.env b/tests/results/test_namespace/00_7value_doublequote/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_jinja/file/mandatories.env rename to tests/results/test_namespace/00_7value_doublequote/file/mandatories.env diff --git a/tests/results/00_7value_doublequote/makedict/all.json b/tests/results/test_namespace/00_7value_doublequote/makedict/all.json similarity index 100% rename from tests/results/00_7value_doublequote/makedict/all.json rename to tests/results/test_namespace/00_7value_doublequote/makedict/all.json diff --git a/tests/results/00_7value_doublequote/makedict/mandatories.json b/tests/results/test_namespace/00_7value_doublequote/makedict/mandatories.json similarity index 100% rename from tests/results/00_7value_doublequote/makedict/mandatories.json rename to tests/results/test_namespace/00_7value_doublequote/makedict/mandatories.json diff --git a/tests/results/60_6family_dynamic_sub_dynamic_empty/errors/all.json b/tests/results/test_namespace/00_7value_doublequote2/errors/all.json similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic_empty/errors/all.json rename to tests/results/test_namespace/00_7value_doublequote2/errors/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside_jinja/errors/mandatories.json b/tests/results/test_namespace/00_7value_doublequote2/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_jinja/errors/mandatories.json rename to tests/results/test_namespace/00_7value_doublequote2/errors/mandatories.json diff --git a/tests/results/00_7value_doublequote2/file/all.env b/tests/results/test_namespace/00_7value_doublequote2/file/all.env similarity index 100% rename from tests/results/00_7value_doublequote2/file/all.env rename to tests/results/test_namespace/00_7value_doublequote2/file/all.env diff --git a/tests/results/00_7value_doublequote2/file/all_exclude.env b/tests/results/test_namespace/00_7value_doublequote2/file/all_exclude.env similarity index 100% rename from tests/results/00_7value_doublequote2/file/all_exclude.env rename to tests/results/test_namespace/00_7value_doublequote2/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_variable_outside_sub_suffix/file/mandatories.env b/tests/results/test_namespace/00_7value_doublequote2/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_sub_suffix/file/mandatories.env rename to tests/results/test_namespace/00_7value_doublequote2/file/mandatories.env diff --git a/tests/results/00_7value_doublequote2/makedict/all.json b/tests/results/test_namespace/00_7value_doublequote2/makedict/all.json similarity index 100% rename from tests/results/00_7value_doublequote2/makedict/all.json rename to tests/results/test_namespace/00_7value_doublequote2/makedict/all.json diff --git a/tests/results/00_7value_doublequote2/makedict/mandatories.json b/tests/results/test_namespace/00_7value_doublequote2/makedict/mandatories.json similarity index 100% rename from tests/results/00_7value_doublequote2/makedict/mandatories.json rename to tests/results/test_namespace/00_7value_doublequote2/makedict/mandatories.json diff --git a/tests/results/60_9extra_dynamic/errors/all.json b/tests/results/test_namespace/00_7value_doublequote3/errors/all.json similarity index 100% rename from tests/results/60_9extra_dynamic/errors/all.json rename to tests/results/test_namespace/00_7value_doublequote3/errors/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside_jinja_empty/errors/mandatories.json b/tests/results/test_namespace/00_7value_doublequote3/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_jinja_empty/errors/mandatories.json rename to tests/results/test_namespace/00_7value_doublequote3/errors/mandatories.json diff --git a/tests/results/00_7value_doublequote3/file/all.env b/tests/results/test_namespace/00_7value_doublequote3/file/all.env similarity index 100% rename from tests/results/00_7value_doublequote3/file/all.env rename to tests/results/test_namespace/00_7value_doublequote3/file/all.env diff --git a/tests/results/00_7value_doublequote3/file/all_exclude.env b/tests/results/test_namespace/00_7value_doublequote3/file/all_exclude.env similarity index 100% rename from tests/results/00_7value_doublequote3/file/all_exclude.env rename to tests/results/test_namespace/00_7value_doublequote3/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_variable_outside_sub_suffix_empty/file/mandatories.env b/tests/results/test_namespace/00_7value_doublequote3/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_sub_suffix_empty/file/mandatories.env rename to tests/results/test_namespace/00_7value_doublequote3/file/mandatories.env diff --git a/tests/results/00_7value_doublequote3/makedict/all.json b/tests/results/test_namespace/00_7value_doublequote3/makedict/all.json similarity index 100% rename from tests/results/00_7value_doublequote3/makedict/all.json rename to tests/results/test_namespace/00_7value_doublequote3/makedict/all.json diff --git a/tests/results/00_7value_doublequote3/makedict/mandatories.json b/tests/results/test_namespace/00_7value_doublequote3/makedict/mandatories.json similarity index 100% rename from tests/results/00_7value_doublequote3/makedict/mandatories.json rename to tests/results/test_namespace/00_7value_doublequote3/makedict/mandatories.json diff --git a/tests/results/60_9extra_dynamic_extra/errors/all.json b/tests/results/test_namespace/00_7value_quote/errors/all.json similarity index 100% rename from tests/results/60_9extra_dynamic_extra/errors/all.json rename to tests/results/test_namespace/00_7value_quote/errors/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside_sub_suffix/errors/mandatories.json b/tests/results/test_namespace/00_7value_quote/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_sub_suffix/errors/mandatories.json rename to tests/results/test_namespace/00_7value_quote/errors/mandatories.json diff --git a/tests/results/00_7value_quote/file/all.env b/tests/results/test_namespace/00_7value_quote/file/all.env similarity index 100% rename from tests/results/00_7value_quote/file/all.env rename to tests/results/test_namespace/00_7value_quote/file/all.env diff --git a/tests/results/00_7value_quote/file/all_exclude.env b/tests/results/test_namespace/00_7value_quote/file/all_exclude.env similarity index 100% rename from tests/results/00_7value_quote/file/all_exclude.env rename to tests/results/test_namespace/00_7value_quote/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_variable_outside_suffix/file/mandatories.env b/tests/results/test_namespace/00_7value_quote/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_suffix/file/mandatories.env rename to tests/results/test_namespace/00_7value_quote/file/mandatories.env diff --git a/tests/results/00_7value_quote/makedict/all.json b/tests/results/test_namespace/00_7value_quote/makedict/all.json similarity index 100% rename from tests/results/00_7value_quote/makedict/all.json rename to tests/results/test_namespace/00_7value_quote/makedict/all.json diff --git a/tests/results/00_7value_quote/makedict/mandatories.json b/tests/results/test_namespace/00_7value_quote/makedict/mandatories.json similarity index 100% rename from tests/results/00_7value_quote/makedict/mandatories.json rename to tests/results/test_namespace/00_7value_quote/makedict/mandatories.json diff --git a/tests/results/60_9family_dynamic_calc_both/errors/all.json b/tests/results/test_namespace/00_8calculation_information/errors/all.json similarity index 100% rename from tests/results/60_9family_dynamic_calc_both/errors/all.json rename to tests/results/test_namespace/00_8calculation_information/errors/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside_sub_suffix_empty/errors/mandatories.json b/tests/results/test_namespace/00_8calculation_information/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_sub_suffix_empty/errors/mandatories.json rename to tests/results/test_namespace/00_8calculation_information/errors/mandatories.json diff --git a/tests/results/00_8calculation_information/file/all.env b/tests/results/test_namespace/00_8calculation_information/file/all.env similarity index 100% rename from tests/results/00_8calculation_information/file/all.env rename to tests/results/test_namespace/00_8calculation_information/file/all.env diff --git a/tests/results/00_8calculation_information/file/all_exclude.env b/tests/results/test_namespace/00_8calculation_information/file/all_exclude.env similarity index 100% rename from tests/results/00_8calculation_information/file/all_exclude.env rename to tests/results/test_namespace/00_8calculation_information/file/all_exclude.env diff --git a/tests/results/00_8calculation_information/file/mandatories.env b/tests/results/test_namespace/00_8calculation_information/file/mandatories.env similarity index 100% rename from tests/results/00_8calculation_information/file/mandatories.env rename to tests/results/test_namespace/00_8calculation_information/file/mandatories.env diff --git a/tests/results/00_8calculation_information/makedict/all.json b/tests/results/test_namespace/00_8calculation_information/makedict/all.json similarity index 100% rename from tests/results/00_8calculation_information/makedict/all.json rename to tests/results/test_namespace/00_8calculation_information/makedict/all.json diff --git a/tests/results/00_8calculation_information/makedict/mandatories.json b/tests/results/test_namespace/00_8calculation_information/makedict/mandatories.json similarity index 100% rename from tests/results/00_8calculation_information/makedict/mandatories.json rename to tests/results/test_namespace/00_8calculation_information/makedict/mandatories.json diff --git a/tests/results/68_0family_leadership_mode/errors/all.json b/tests/results/test_namespace/00_8test/errors/all.json similarity index 100% rename from tests/results/68_0family_leadership_mode/errors/all.json rename to tests/results/test_namespace/00_8test/errors/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside_suffix/errors/mandatories.json b/tests/results/test_namespace/00_8test/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_suffix/errors/mandatories.json rename to tests/results/test_namespace/00_8test/errors/mandatories.json diff --git a/tests/results/00_8test/file/all.env b/tests/results/test_namespace/00_8test/file/all.env similarity index 100% rename from tests/results/00_8test/file/all.env rename to tests/results/test_namespace/00_8test/file/all.env diff --git a/tests/results/00_8test/file/all_exclude.env b/tests/results/test_namespace/00_8test/file/all_exclude.env similarity index 100% rename from tests/results/00_8test/file/all_exclude.env rename to tests/results/test_namespace/00_8test/file/all_exclude.env diff --git a/tests/results/00_8test/file/mandatories.env b/tests/results/test_namespace/00_8test/file/mandatories.env similarity index 100% rename from tests/results/00_8test/file/mandatories.env rename to tests/results/test_namespace/00_8test/file/mandatories.env diff --git a/tests/results/00_8test/makedict/all.json b/tests/results/test_namespace/00_8test/makedict/all.json similarity index 100% rename from tests/results/00_8test/makedict/all.json rename to tests/results/test_namespace/00_8test/makedict/all.json diff --git a/tests/results/00_8test/makedict/mandatories.json b/tests/results/test_namespace/00_8test/makedict/mandatories.json similarity index 100% rename from tests/results/00_8test/makedict/mandatories.json rename to tests/results/test_namespace/00_8test/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_variable_outside_suffix_empty/errors/mandatories.json b/tests/results/test_namespace/00_9choice_variable_multi/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_suffix_empty/errors/mandatories.json rename to tests/results/test_namespace/00_9choice_variable_multi/errors/all.json diff --git a/tests/results/60_6family_dynamic_inside/errors/mandatories.json b/tests/results/test_namespace/00_9choice_variable_multi/errors/mandatories.json similarity index 100% rename from tests/results/60_6family_dynamic_inside/errors/mandatories.json rename to tests/results/test_namespace/00_9choice_variable_multi/errors/mandatories.json diff --git a/tests/results/00_9choice_variable_multi/file/all.env b/tests/results/test_namespace/00_9choice_variable_multi/file/all.env similarity index 100% rename from tests/results/00_9choice_variable_multi/file/all.env rename to tests/results/test_namespace/00_9choice_variable_multi/file/all.env diff --git a/tests/results/00_9choice_variable_multi/file/all_exclude.env b/tests/results/test_namespace/00_9choice_variable_multi/file/all_exclude.env similarity index 100% rename from tests/results/00_9choice_variable_multi/file/all_exclude.env rename to tests/results/test_namespace/00_9choice_variable_multi/file/all_exclude.env diff --git a/tests/results/00_9choice_variable_multi/file/mandatories.env b/tests/results/test_namespace/00_9choice_variable_multi/file/mandatories.env similarity index 100% rename from tests/results/00_9choice_variable_multi/file/mandatories.env rename to tests/results/test_namespace/00_9choice_variable_multi/file/mandatories.env diff --git a/tests/results/00_9choice_variable_multi/makedict/all.json b/tests/results/test_namespace/00_9choice_variable_multi/makedict/all.json similarity index 100% rename from tests/results/00_9choice_variable_multi/makedict/all.json rename to tests/results/test_namespace/00_9choice_variable_multi/makedict/all.json diff --git a/tests/results/00_9choice_variable_multi/makedict/mandatories.json b/tests/results/test_namespace/00_9choice_variable_multi/makedict/mandatories.json similarity index 100% rename from tests/results/00_9choice_variable_multi/makedict/mandatories.json rename to tests/results/test_namespace/00_9choice_variable_multi/makedict/mandatories.json diff --git a/tests/results/60_6family_dynamic_inside_empty/errors/mandatories.json b/tests/results/test_namespace/00_9choice_variables/errors/all.json similarity index 100% rename from tests/results/60_6family_dynamic_inside_empty/errors/mandatories.json rename to tests/results/test_namespace/00_9choice_variables/errors/all.json diff --git a/tests/results/60_6family_dynamic_leadership/errors/mandatories.json b/tests/results/test_namespace/00_9choice_variables/errors/mandatories.json similarity index 100% rename from tests/results/60_6family_dynamic_leadership/errors/mandatories.json rename to tests/results/test_namespace/00_9choice_variables/errors/mandatories.json diff --git a/tests/results/00_9choice_variables/file/all.env b/tests/results/test_namespace/00_9choice_variables/file/all.env similarity index 100% rename from tests/results/00_9choice_variables/file/all.env rename to tests/results/test_namespace/00_9choice_variables/file/all.env diff --git a/tests/results/00_9choice_variables/file/all_exclude.env b/tests/results/test_namespace/00_9choice_variables/file/all_exclude.env similarity index 100% rename from tests/results/00_9choice_variables/file/all_exclude.env rename to tests/results/test_namespace/00_9choice_variables/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_variable_outside_suffix_empty/file/mandatories.env b/tests/results/test_namespace/00_9choice_variables/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_suffix_empty/file/mandatories.env rename to tests/results/test_namespace/00_9choice_variables/file/mandatories.env diff --git a/tests/results/00_9choice_variables/makedict/all.json b/tests/results/test_namespace/00_9choice_variables/makedict/all.json similarity index 100% rename from tests/results/00_9choice_variables/makedict/all.json rename to tests/results/test_namespace/00_9choice_variables/makedict/all.json diff --git a/tests/results/00_9choice_variables/makedict/mandatories.json b/tests/results/test_namespace/00_9choice_variables/makedict/mandatories.json similarity index 100% rename from tests/results/00_9choice_variables/makedict/mandatories.json rename to tests/results/test_namespace/00_9choice_variables/makedict/mandatories.json diff --git a/tests/results/60_6family_dynamic_leadership_empty/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation/errors/all.json similarity index 100% rename from tests/results/60_6family_dynamic_leadership_empty/errors/mandatories.json rename to tests/results/test_namespace/00_9default_calculation/errors/all.json diff --git a/tests/results/60_6family_dynamic_sub_dynamic/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation/errors/mandatories.json similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic/errors/mandatories.json rename to tests/results/test_namespace/00_9default_calculation/errors/mandatories.json diff --git a/tests/results/00_9default_calculation/file/all.env b/tests/results/test_namespace/00_9default_calculation/file/all.env similarity index 100% rename from tests/results/00_9default_calculation/file/all.env rename to tests/results/test_namespace/00_9default_calculation/file/all.env diff --git a/tests/results/00_9default_calculation/file/all_exclude.env b/tests/results/test_namespace/00_9default_calculation/file/all_exclude.env similarity index 100% rename from tests/results/00_9default_calculation/file/all_exclude.env rename to tests/results/test_namespace/00_9default_calculation/file/all_exclude.env diff --git a/tests/results/60_6family_dynamic_inside/file/mandatories.env b/tests/results/test_namespace/00_9default_calculation/file/mandatories.env similarity index 100% rename from tests/results/60_6family_dynamic_inside/file/mandatories.env rename to tests/results/test_namespace/00_9default_calculation/file/mandatories.env diff --git a/tests/results/00_9default_calculation/makedict/all.json b/tests/results/test_namespace/00_9default_calculation/makedict/all.json similarity index 100% rename from tests/results/00_9default_calculation/makedict/all.json rename to tests/results/test_namespace/00_9default_calculation/makedict/all.json diff --git a/tests/results/00_9default_calculation/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation/makedict/mandatories.json similarity index 100% rename from tests/results/00_9default_calculation/makedict/mandatories.json rename to tests/results/test_namespace/00_9default_calculation/makedict/mandatories.json diff --git a/tests/results/60_6family_dynamic_sub_dynamic_1_0/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation_information/errors/all.json similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic_1_0/errors/mandatories.json rename to tests/results/test_namespace/00_9default_calculation_information/errors/all.json diff --git a/tests/results/60_6family_dynamic_sub_dynamic_empty/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation_information/errors/mandatories.json similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic_empty/errors/mandatories.json rename to tests/results/test_namespace/00_9default_calculation_information/errors/mandatories.json diff --git a/tests/results/00_9default_calculation_information/file/all.env b/tests/results/test_namespace/00_9default_calculation_information/file/all.env similarity index 100% rename from tests/results/00_9default_calculation_information/file/all.env rename to tests/results/test_namespace/00_9default_calculation_information/file/all.env diff --git a/tests/results/00_9default_calculation_information/file/all_exclude.env b/tests/results/test_namespace/00_9default_calculation_information/file/all_exclude.env similarity index 100% rename from tests/results/00_9default_calculation_information/file/all_exclude.env rename to tests/results/test_namespace/00_9default_calculation_information/file/all_exclude.env diff --git a/tests/results/00_9default_calculation_information/file/mandatories.env b/tests/results/test_namespace/00_9default_calculation_information/file/mandatories.env similarity index 100% rename from tests/results/00_9default_calculation_information/file/mandatories.env rename to tests/results/test_namespace/00_9default_calculation_information/file/mandatories.env diff --git a/tests/results/00_9default_calculation_information/makedict/all.json b/tests/results/test_namespace/00_9default_calculation_information/makedict/all.json similarity index 100% rename from tests/results/00_9default_calculation_information/makedict/all.json rename to tests/results/test_namespace/00_9default_calculation_information/makedict/all.json diff --git a/tests/results/00_9default_calculation_information/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation_information/makedict/mandatories.json similarity index 100% rename from tests/results/00_9default_calculation_information/makedict/mandatories.json rename to tests/results/test_namespace/00_9default_calculation_information/makedict/mandatories.json diff --git a/tests/results/60_9extra_dynamic/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation_information_other_variable/errors/all.json similarity index 100% rename from tests/results/60_9extra_dynamic/errors/mandatories.json rename to tests/results/test_namespace/00_9default_calculation_information_other_variable/errors/all.json diff --git a/tests/results/60_9extra_dynamic_extra/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation_information_other_variable/errors/mandatories.json similarity index 100% rename from tests/results/60_9extra_dynamic_extra/errors/mandatories.json rename to tests/results/test_namespace/00_9default_calculation_information_other_variable/errors/mandatories.json diff --git a/tests/results/00_9default_calculation_information_other_variable/file/all.env b/tests/results/test_namespace/00_9default_calculation_information_other_variable/file/all.env similarity index 100% rename from tests/results/00_9default_calculation_information_other_variable/file/all.env rename to tests/results/test_namespace/00_9default_calculation_information_other_variable/file/all.env diff --git a/tests/results/00_9default_calculation_information_other_variable/file/all_exclude.env b/tests/results/test_namespace/00_9default_calculation_information_other_variable/file/all_exclude.env similarity index 100% rename from tests/results/00_9default_calculation_information_other_variable/file/all_exclude.env rename to tests/results/test_namespace/00_9default_calculation_information_other_variable/file/all_exclude.env diff --git a/tests/results/00_9default_calculation_information_other_variable/file/mandatories.env b/tests/results/test_namespace/00_9default_calculation_information_other_variable/file/mandatories.env similarity index 100% rename from tests/results/00_9default_calculation_information_other_variable/file/mandatories.env rename to tests/results/test_namespace/00_9default_calculation_information_other_variable/file/mandatories.env diff --git a/tests/results/00_9default_calculation_information_other_variable/makedict/all.json b/tests/results/test_namespace/00_9default_calculation_information_other_variable/makedict/all.json similarity index 100% rename from tests/results/00_9default_calculation_information_other_variable/makedict/all.json rename to tests/results/test_namespace/00_9default_calculation_information_other_variable/makedict/all.json diff --git a/tests/results/00_9default_calculation_information_other_variable/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation_information_other_variable/makedict/mandatories.json similarity index 100% rename from tests/results/00_9default_calculation_information_other_variable/makedict/mandatories.json rename to tests/results/test_namespace/00_9default_calculation_information_other_variable/makedict/mandatories.json diff --git a/tests/results/60_9family_dynamic_calc_both/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation_multi_optional/errors/all.json similarity index 100% rename from tests/results/60_9family_dynamic_calc_both/errors/mandatories.json rename to tests/results/test_namespace/00_9default_calculation_multi_optional/errors/all.json diff --git a/tests/results/68_0family_leadership_mode/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation_multi_optional/errors/mandatories.json similarity index 100% rename from tests/results/68_0family_leadership_mode/errors/mandatories.json rename to tests/results/test_namespace/00_9default_calculation_multi_optional/errors/mandatories.json diff --git a/tests/results/00_9default_calculation_multi_optional/file/all.env b/tests/results/test_namespace/00_9default_calculation_multi_optional/file/all.env similarity index 100% rename from tests/results/00_9default_calculation_multi_optional/file/all.env rename to tests/results/test_namespace/00_9default_calculation_multi_optional/file/all.env diff --git a/tests/results/00_9default_calculation_multi_optional/file/all_exclude.env b/tests/results/test_namespace/00_9default_calculation_multi_optional/file/all_exclude.env similarity index 100% rename from tests/results/00_9default_calculation_multi_optional/file/all_exclude.env rename to tests/results/test_namespace/00_9default_calculation_multi_optional/file/all_exclude.env diff --git a/tests/results/60_6family_dynamic_inside_empty/file/mandatories.env b/tests/results/test_namespace/00_9default_calculation_multi_optional/file/mandatories.env similarity index 100% rename from tests/results/60_6family_dynamic_inside_empty/file/mandatories.env rename to tests/results/test_namespace/00_9default_calculation_multi_optional/file/mandatories.env diff --git a/tests/results/00_9default_calculation_multi_optional/makedict/all.json b/tests/results/test_namespace/00_9default_calculation_multi_optional/makedict/all.json similarity index 100% rename from tests/results/00_9default_calculation_multi_optional/makedict/all.json rename to tests/results/test_namespace/00_9default_calculation_multi_optional/makedict/all.json diff --git a/tests/results/00_9default_calculation_multi_optional/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation_multi_optional/makedict/mandatories.json similarity index 100% rename from tests/results/00_9default_calculation_multi_optional/makedict/mandatories.json rename to tests/results/test_namespace/00_9default_calculation_multi_optional/makedict/mandatories.json diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional2/errors/all.json b/tests/results/test_namespace/00_9default_calculation_multi_optional2/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional2/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional2/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation_multi_optional2/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional2/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_9default_calculation_multi_optional2/file/all.env b/tests/results/test_namespace/00_9default_calculation_multi_optional2/file/all.env similarity index 100% rename from tests/results/00_9default_calculation_multi_optional2/file/all.env rename to tests/results/test_namespace/00_9default_calculation_multi_optional2/file/all.env diff --git a/tests/results/00_9default_calculation_multi_optional2/file/all_exclude.env b/tests/results/test_namespace/00_9default_calculation_multi_optional2/file/all_exclude.env similarity index 100% rename from tests/results/00_9default_calculation_multi_optional2/file/all_exclude.env rename to tests/results/test_namespace/00_9default_calculation_multi_optional2/file/all_exclude.env diff --git a/tests/results/60_6family_dynamic_leadership_empty/file/mandatories.env b/tests/results/test_namespace/00_9default_calculation_multi_optional2/file/mandatories.env similarity index 100% rename from tests/results/60_6family_dynamic_leadership_empty/file/mandatories.env rename to tests/results/test_namespace/00_9default_calculation_multi_optional2/file/mandatories.env diff --git a/tests/results/00_9default_calculation_multi_optional2/makedict/all.json b/tests/results/test_namespace/00_9default_calculation_multi_optional2/makedict/all.json similarity index 100% rename from tests/results/00_9default_calculation_multi_optional2/makedict/all.json rename to tests/results/test_namespace/00_9default_calculation_multi_optional2/makedict/all.json diff --git a/tests/results/00_9default_calculation_multi_optional2/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation_multi_optional2/makedict/mandatories.json similarity index 100% rename from tests/results/00_9default_calculation_multi_optional2/makedict/mandatories.json rename to tests/results/test_namespace/00_9default_calculation_multi_optional2/makedict/mandatories.json diff --git a/tests/results/test_namespace/00_9default_calculation_optional/errors/all.json b/tests/results/test_namespace/00_9default_calculation_optional/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_optional/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_optional/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation_optional/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_optional/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_9default_calculation_optional/file/all.env b/tests/results/test_namespace/00_9default_calculation_optional/file/all.env similarity index 100% rename from tests/results/00_9default_calculation_optional/file/all.env rename to tests/results/test_namespace/00_9default_calculation_optional/file/all.env diff --git a/tests/results/00_9default_calculation_optional/file/all_exclude.env b/tests/results/test_namespace/00_9default_calculation_optional/file/all_exclude.env similarity index 100% rename from tests/results/00_9default_calculation_optional/file/all_exclude.env rename to tests/results/test_namespace/00_9default_calculation_optional/file/all_exclude.env diff --git a/tests/results/00_9default_calculation_optional/file/mandatories.env b/tests/results/test_namespace/00_9default_calculation_optional/file/mandatories.env similarity index 100% rename from tests/results/00_9default_calculation_optional/file/mandatories.env rename to tests/results/test_namespace/00_9default_calculation_optional/file/mandatories.env diff --git a/tests/results/00_9default_calculation_optional/makedict/all.json b/tests/results/test_namespace/00_9default_calculation_optional/makedict/all.json similarity index 100% rename from tests/results/00_9default_calculation_optional/makedict/all.json rename to tests/results/test_namespace/00_9default_calculation_optional/makedict/all.json diff --git a/tests/results/00_9default_calculation_optional/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation_optional/makedict/mandatories.json similarity index 100% rename from tests/results/00_9default_calculation_optional/makedict/mandatories.json rename to tests/results/test_namespace/00_9default_calculation_optional/makedict/mandatories.json diff --git a/tests/results/test_namespace/00_9default_calculation_optional_exists/errors/all.json b/tests/results/test_namespace/00_9default_calculation_optional_exists/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_optional_exists/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_optional_exists/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation_optional_exists/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_optional_exists/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_9default_calculation_optional_exists/file/all.env b/tests/results/test_namespace/00_9default_calculation_optional_exists/file/all.env similarity index 100% rename from tests/results/00_9default_calculation_optional_exists/file/all.env rename to tests/results/test_namespace/00_9default_calculation_optional_exists/file/all.env diff --git a/tests/results/00_9default_calculation_optional_exists/file/all_exclude.env b/tests/results/test_namespace/00_9default_calculation_optional_exists/file/all_exclude.env similarity index 100% rename from tests/results/00_9default_calculation_optional_exists/file/all_exclude.env rename to tests/results/test_namespace/00_9default_calculation_optional_exists/file/all_exclude.env diff --git a/tests/results/60_6family_dynamic_sub_dynamic/file/mandatories.env b/tests/results/test_namespace/00_9default_calculation_optional_exists/file/mandatories.env similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic/file/mandatories.env rename to tests/results/test_namespace/00_9default_calculation_optional_exists/file/mandatories.env diff --git a/tests/results/00_9default_calculation_optional_exists/makedict/all.json b/tests/results/test_namespace/00_9default_calculation_optional_exists/makedict/all.json similarity index 100% rename from tests/results/00_9default_calculation_optional_exists/makedict/all.json rename to tests/results/test_namespace/00_9default_calculation_optional_exists/makedict/all.json diff --git a/tests/results/00_9default_calculation_optional_exists/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation_optional_exists/makedict/mandatories.json similarity index 100% rename from tests/results/00_9default_calculation_optional_exists/makedict/mandatories.json rename to tests/results/test_namespace/00_9default_calculation_optional_exists/makedict/mandatories.json diff --git a/tests/results/test_namespace/00_9default_calculation_param_optional/errors/all.json b/tests/results/test_namespace/00_9default_calculation_param_optional/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_param_optional/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_param_optional/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation_param_optional/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_param_optional/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_9default_calculation_param_optional/file/all.env b/tests/results/test_namespace/00_9default_calculation_param_optional/file/all.env similarity index 100% rename from tests/results/00_9default_calculation_param_optional/file/all.env rename to tests/results/test_namespace/00_9default_calculation_param_optional/file/all.env diff --git a/tests/results/00_9default_calculation_param_optional/file/all_exclude.env b/tests/results/test_namespace/00_9default_calculation_param_optional/file/all_exclude.env similarity index 100% rename from tests/results/00_9default_calculation_param_optional/file/all_exclude.env rename to tests/results/test_namespace/00_9default_calculation_param_optional/file/all_exclude.env diff --git a/tests/results/60_6family_dynamic_sub_dynamic_1_0/file/mandatories.env b/tests/results/test_namespace/00_9default_calculation_param_optional/file/mandatories.env similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic_1_0/file/mandatories.env rename to tests/results/test_namespace/00_9default_calculation_param_optional/file/mandatories.env diff --git a/tests/results/00_9default_calculation_param_optional/makedict/all.json b/tests/results/test_namespace/00_9default_calculation_param_optional/makedict/all.json similarity index 100% rename from tests/results/00_9default_calculation_param_optional/makedict/all.json rename to tests/results/test_namespace/00_9default_calculation_param_optional/makedict/all.json diff --git a/tests/results/00_9default_calculation_param_optional/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation_param_optional/makedict/mandatories.json similarity index 100% rename from tests/results/00_9default_calculation_param_optional/makedict/mandatories.json rename to tests/results/test_namespace/00_9default_calculation_param_optional/makedict/mandatories.json diff --git a/tests/results/test_namespace/00_9default_information_other_variable/errors/all.json b/tests/results/test_namespace/00_9default_information_other_variable/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/00_9default_information_other_variable/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_information_other_variable/errors/mandatories.json b/tests/results/test_namespace/00_9default_information_other_variable/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/00_9default_information_other_variable/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_9default_information_other_variable/file/all.env b/tests/results/test_namespace/00_9default_information_other_variable/file/all.env similarity index 100% rename from tests/results/00_9default_information_other_variable/file/all.env rename to tests/results/test_namespace/00_9default_information_other_variable/file/all.env diff --git a/tests/results/00_9default_information_other_variable/file/all_exclude.env b/tests/results/test_namespace/00_9default_information_other_variable/file/all_exclude.env similarity index 100% rename from tests/results/00_9default_information_other_variable/file/all_exclude.env rename to tests/results/test_namespace/00_9default_information_other_variable/file/all_exclude.env diff --git a/tests/results/00_9default_information_other_variable/file/mandatories.env b/tests/results/test_namespace/00_9default_information_other_variable/file/mandatories.env similarity index 100% rename from tests/results/00_9default_information_other_variable/file/mandatories.env rename to tests/results/test_namespace/00_9default_information_other_variable/file/mandatories.env diff --git a/tests/results/00_9default_information_other_variable/makedict/all.json b/tests/results/test_namespace/00_9default_information_other_variable/makedict/all.json similarity index 100% rename from tests/results/00_9default_information_other_variable/makedict/all.json rename to tests/results/test_namespace/00_9default_information_other_variable/makedict/all.json diff --git a/tests/results/00_9default_information_other_variable/makedict/mandatories.json b/tests/results/test_namespace/00_9default_information_other_variable/makedict/mandatories.json similarity index 100% rename from tests/results/00_9default_information_other_variable/makedict/mandatories.json rename to tests/results/test_namespace/00_9default_information_other_variable/makedict/mandatories.json diff --git a/tests/results/test_namespace/00_9default_integer/errors/all.json b/tests/results/test_namespace/00_9default_integer/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/00_9default_integer/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_integer/errors/mandatories.json b/tests/results/test_namespace/00_9default_integer/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/00_9default_integer/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_9default_integer/file/all.env b/tests/results/test_namespace/00_9default_integer/file/all.env similarity index 100% rename from tests/results/00_9default_integer/file/all.env rename to tests/results/test_namespace/00_9default_integer/file/all.env diff --git a/tests/results/00_9default_integer/file/all_exclude.env b/tests/results/test_namespace/00_9default_integer/file/all_exclude.env similarity index 100% rename from tests/results/00_9default_integer/file/all_exclude.env rename to tests/results/test_namespace/00_9default_integer/file/all_exclude.env diff --git a/tests/results/60_6family_dynamic_sub_dynamic_empty/file/mandatories.env b/tests/results/test_namespace/00_9default_integer/file/mandatories.env similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic_empty/file/mandatories.env rename to tests/results/test_namespace/00_9default_integer/file/mandatories.env diff --git a/tests/results/00_9default_integer/makedict/all.json b/tests/results/test_namespace/00_9default_integer/makedict/all.json similarity index 100% rename from tests/results/00_9default_integer/makedict/all.json rename to tests/results/test_namespace/00_9default_integer/makedict/all.json diff --git a/tests/results/00_9default_integer/makedict/mandatories.json b/tests/results/test_namespace/00_9default_integer/makedict/mandatories.json similarity index 100% rename from tests/results/00_9default_integer/makedict/mandatories.json rename to tests/results/test_namespace/00_9default_integer/makedict/mandatories.json diff --git a/tests/results/test_namespace/00_9extra/errors/all.json b/tests/results/test_namespace/00_9extra/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/00_9extra/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9extra/errors/mandatories.json b/tests/results/test_namespace/00_9extra/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/00_9extra/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_9extra/file/all.env b/tests/results/test_namespace/00_9extra/file/all.env similarity index 100% rename from tests/results/00_9extra/file/all.env rename to tests/results/test_namespace/00_9extra/file/all.env diff --git a/tests/results/00_9extra/file/all_exclude.env b/tests/results/test_namespace/00_9extra/file/all_exclude.env similarity index 100% rename from tests/results/00_9extra/file/all_exclude.env rename to tests/results/test_namespace/00_9extra/file/all_exclude.env diff --git a/tests/results/68_0family_leadership_mode/file/mandatories.env b/tests/results/test_namespace/00_9extra/file/mandatories.env similarity index 100% rename from tests/results/68_0family_leadership_mode/file/mandatories.env rename to tests/results/test_namespace/00_9extra/file/mandatories.env diff --git a/tests/results/00_9extra/makedict/all.json b/tests/results/test_namespace/00_9extra/makedict/all.json similarity index 100% rename from tests/results/00_9extra/makedict/all.json rename to tests/results/test_namespace/00_9extra/makedict/all.json diff --git a/tests/results/00_9extra/makedict/mandatories.json b/tests/results/test_namespace/00_9extra/makedict/mandatories.json similarity index 100% rename from tests/results/00_9extra/makedict/mandatories.json rename to tests/results/test_namespace/00_9extra/makedict/mandatories.json diff --git a/tests/results/test_namespace/00_9extra_calculation/errors/all.json b/tests/results/test_namespace/00_9extra_calculation/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/00_9extra_calculation/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9extra_calculation/errors/mandatories.json b/tests/results/test_namespace/00_9extra_calculation/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/00_9extra_calculation/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_9extra_calculation/file/all.env b/tests/results/test_namespace/00_9extra_calculation/file/all.env similarity index 100% rename from tests/results/00_9extra_calculation/file/all.env rename to tests/results/test_namespace/00_9extra_calculation/file/all.env diff --git a/tests/results/00_9extra_calculation/file/all_exclude.env b/tests/results/test_namespace/00_9extra_calculation/file/all_exclude.env similarity index 100% rename from tests/results/00_9extra_calculation/file/all_exclude.env rename to tests/results/test_namespace/00_9extra_calculation/file/all_exclude.env diff --git a/tests/results/test_namespace/00_9extra_calculation/file/mandatories.env b/tests/results/test_namespace/00_9extra_calculation/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/00_9extra_calculation/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/00_9extra_calculation/makedict/all.json b/tests/results/test_namespace/00_9extra_calculation/makedict/all.json similarity index 100% rename from tests/results/00_9extra_calculation/makedict/all.json rename to tests/results/test_namespace/00_9extra_calculation/makedict/all.json diff --git a/tests/results/00_9extra_calculation/makedict/mandatories.json b/tests/results/test_namespace/00_9extra_calculation/makedict/mandatories.json similarity index 100% rename from tests/results/00_9extra_calculation/makedict/mandatories.json rename to tests/results/test_namespace/00_9extra_calculation/makedict/mandatories.json diff --git a/tests/results/test_namespace/01_6boolean_multi/errors/all.json b/tests/results/test_namespace/01_6boolean_multi/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_6boolean_multi/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_6boolean_multi/errors/mandatories.json b/tests/results/test_namespace/01_6boolean_multi/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_6boolean_multi/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/01_6boolean_multi/file/all.env b/tests/results/test_namespace/01_6boolean_multi/file/all.env similarity index 100% rename from tests/results/01_6boolean_multi/file/all.env rename to tests/results/test_namespace/01_6boolean_multi/file/all.env diff --git a/tests/results/01_6boolean_multi/file/all_exclude.env b/tests/results/test_namespace/01_6boolean_multi/file/all_exclude.env similarity index 100% rename from tests/results/01_6boolean_multi/file/all_exclude.env rename to tests/results/test_namespace/01_6boolean_multi/file/all_exclude.env diff --git a/tests/results/test_namespace/01_6boolean_multi/file/mandatories.env b/tests/results/test_namespace/01_6boolean_multi/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/01_6boolean_multi/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/01_6boolean_multi/makedict/all.json b/tests/results/test_namespace/01_6boolean_multi/makedict/all.json similarity index 100% rename from tests/results/01_6boolean_multi/makedict/all.json rename to tests/results/test_namespace/01_6boolean_multi/makedict/all.json diff --git a/tests/results/01_6boolean_multi/makedict/mandatories.json b/tests/results/test_namespace/01_6boolean_multi/makedict/mandatories.json similarity index 100% rename from tests/results/01_6boolean_multi/makedict/mandatories.json rename to tests/results/test_namespace/01_6boolean_multi/makedict/mandatories.json diff --git a/tests/results/test_namespace/01_6custom_multi/errors/all.json b/tests/results/test_namespace/01_6custom_multi/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_6custom_multi/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_6custom_multi/errors/mandatories.json b/tests/results/test_namespace/01_6custom_multi/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_6custom_multi/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/01_6custom_multi/file/all.env b/tests/results/test_namespace/01_6custom_multi/file/all.env similarity index 100% rename from tests/results/01_6custom_multi/file/all.env rename to tests/results/test_namespace/01_6custom_multi/file/all.env diff --git a/tests/results/01_6custom_multi/file/all_exclude.env b/tests/results/test_namespace/01_6custom_multi/file/all_exclude.env similarity index 100% rename from tests/results/01_6custom_multi/file/all_exclude.env rename to tests/results/test_namespace/01_6custom_multi/file/all_exclude.env diff --git a/tests/results/01_6custom_multi/file/mandatories.env b/tests/results/test_namespace/01_6custom_multi/file/mandatories.env similarity index 100% rename from tests/results/01_6custom_multi/file/mandatories.env rename to tests/results/test_namespace/01_6custom_multi/file/mandatories.env diff --git a/tests/results/01_6custom_multi/makedict/all.json b/tests/results/test_namespace/01_6custom_multi/makedict/all.json similarity index 100% rename from tests/results/01_6custom_multi/makedict/all.json rename to tests/results/test_namespace/01_6custom_multi/makedict/all.json diff --git a/tests/results/01_6custom_multi/makedict/mandatories.json b/tests/results/test_namespace/01_6custom_multi/makedict/mandatories.json similarity index 100% rename from tests/results/01_6custom_multi/makedict/mandatories.json rename to tests/results/test_namespace/01_6custom_multi/makedict/mandatories.json diff --git a/tests/results/test_namespace/01_6float_multi/errors/all.json b/tests/results/test_namespace/01_6float_multi/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_6float_multi/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_6float_multi/errors/mandatories.json b/tests/results/test_namespace/01_6float_multi/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_6float_multi/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/01_6float_multi/file/all.env b/tests/results/test_namespace/01_6float_multi/file/all.env similarity index 100% rename from tests/results/01_6float_multi/file/all.env rename to tests/results/test_namespace/01_6float_multi/file/all.env diff --git a/tests/results/01_6float_multi/file/all_exclude.env b/tests/results/test_namespace/01_6float_multi/file/all_exclude.env similarity index 100% rename from tests/results/01_6float_multi/file/all_exclude.env rename to tests/results/test_namespace/01_6float_multi/file/all_exclude.env diff --git a/tests/results/test_namespace/01_6float_multi/file/mandatories.env b/tests/results/test_namespace/01_6float_multi/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/01_6float_multi/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/01_6float_multi/makedict/all.json b/tests/results/test_namespace/01_6float_multi/makedict/all.json similarity index 100% rename from tests/results/01_6float_multi/makedict/all.json rename to tests/results/test_namespace/01_6float_multi/makedict/all.json diff --git a/tests/results/01_6float_multi/makedict/mandatories.json b/tests/results/test_namespace/01_6float_multi/makedict/mandatories.json similarity index 100% rename from tests/results/01_6float_multi/makedict/mandatories.json rename to tests/results/test_namespace/01_6float_multi/makedict/mandatories.json diff --git a/tests/results/test_namespace/01_6number_multi/errors/all.json b/tests/results/test_namespace/01_6number_multi/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_6number_multi/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_6number_multi/errors/mandatories.json b/tests/results/test_namespace/01_6number_multi/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_6number_multi/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/01_6number_multi/file/all.env b/tests/results/test_namespace/01_6number_multi/file/all.env similarity index 100% rename from tests/results/01_6number_multi/file/all.env rename to tests/results/test_namespace/01_6number_multi/file/all.env diff --git a/tests/results/01_6number_multi/file/all_exclude.env b/tests/results/test_namespace/01_6number_multi/file/all_exclude.env similarity index 100% rename from tests/results/01_6number_multi/file/all_exclude.env rename to tests/results/test_namespace/01_6number_multi/file/all_exclude.env diff --git a/tests/results/test_namespace/01_6number_multi/file/mandatories.env b/tests/results/test_namespace/01_6number_multi/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/01_6number_multi/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/01_6number_multi/makedict/all.json b/tests/results/test_namespace/01_6number_multi/makedict/all.json similarity index 100% rename from tests/results/01_6number_multi/makedict/all.json rename to tests/results/test_namespace/01_6number_multi/makedict/all.json diff --git a/tests/results/01_6number_multi/makedict/mandatories.json b/tests/results/test_namespace/01_6number_multi/makedict/mandatories.json similarity index 100% rename from tests/results/01_6number_multi/makedict/mandatories.json rename to tests/results/test_namespace/01_6number_multi/makedict/mandatories.json diff --git a/tests/results/test_namespace/01_6string_empty/errors/all.json b/tests/results/test_namespace/01_6string_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_6string_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_6string_empty/errors/mandatories.json b/tests/results/test_namespace/01_6string_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_6string_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/01_6string_empty/file/all.env b/tests/results/test_namespace/01_6string_empty/file/all.env similarity index 100% rename from tests/results/01_6string_empty/file/all.env rename to tests/results/test_namespace/01_6string_empty/file/all.env diff --git a/tests/results/01_6string_empty/file/all_exclude.env b/tests/results/test_namespace/01_6string_empty/file/all_exclude.env similarity index 100% rename from tests/results/01_6string_empty/file/all_exclude.env rename to tests/results/test_namespace/01_6string_empty/file/all_exclude.env diff --git a/tests/results/01_6string_empty/file/mandatories.env b/tests/results/test_namespace/01_6string_empty/file/mandatories.env similarity index 100% rename from tests/results/01_6string_empty/file/mandatories.env rename to tests/results/test_namespace/01_6string_empty/file/mandatories.env diff --git a/tests/results/01_6string_empty/makedict/all.json b/tests/results/test_namespace/01_6string_empty/makedict/all.json similarity index 100% rename from tests/results/01_6string_empty/makedict/all.json rename to tests/results/test_namespace/01_6string_empty/makedict/all.json diff --git a/tests/results/01_6string_empty/makedict/mandatories.json b/tests/results/test_namespace/01_6string_empty/makedict/mandatories.json similarity index 100% rename from tests/results/01_6string_empty/makedict/mandatories.json rename to tests/results/test_namespace/01_6string_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/01_6string_multi/errors/all.json b/tests/results/test_namespace/01_6string_multi/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_6string_multi/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_6string_multi/errors/mandatories.json b/tests/results/test_namespace/01_6string_multi/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_6string_multi/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/01_6string_multi/file/all.env b/tests/results/test_namespace/01_6string_multi/file/all.env similarity index 100% rename from tests/results/01_6string_multi/file/all.env rename to tests/results/test_namespace/01_6string_multi/file/all.env diff --git a/tests/results/01_6string_multi/file/all_exclude.env b/tests/results/test_namespace/01_6string_multi/file/all_exclude.env similarity index 100% rename from tests/results/01_6string_multi/file/all_exclude.env rename to tests/results/test_namespace/01_6string_multi/file/all_exclude.env diff --git a/tests/results/01_6string_multi/file/mandatories.env b/tests/results/test_namespace/01_6string_multi/file/mandatories.env similarity index 100% rename from tests/results/01_6string_multi/file/mandatories.env rename to tests/results/test_namespace/01_6string_multi/file/mandatories.env diff --git a/tests/results/01_6string_multi/makedict/all.json b/tests/results/test_namespace/01_6string_multi/makedict/all.json similarity index 100% rename from tests/results/01_6string_multi/makedict/all.json rename to tests/results/test_namespace/01_6string_multi/makedict/all.json diff --git a/tests/results/01_6string_multi/makedict/mandatories.json b/tests/results/test_namespace/01_6string_multi/makedict/mandatories.json similarity index 100% rename from tests/results/01_6string_multi/makedict/mandatories.json rename to tests/results/test_namespace/01_6string_multi/makedict/mandatories.json diff --git a/tests/results/test_namespace/01_7value_multi_doublequote/errors/all.json b/tests/results/test_namespace/01_7value_multi_doublequote/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_doublequote/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_7value_multi_doublequote/errors/mandatories.json b/tests/results/test_namespace/01_7value_multi_doublequote/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_doublequote/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/01_7value_multi_doublequote/file/all.env b/tests/results/test_namespace/01_7value_multi_doublequote/file/all.env similarity index 100% rename from tests/results/01_7value_multi_doublequote/file/all.env rename to tests/results/test_namespace/01_7value_multi_doublequote/file/all.env diff --git a/tests/results/01_7value_multi_doublequote/file/all_exclude.env b/tests/results/test_namespace/01_7value_multi_doublequote/file/all_exclude.env similarity index 100% rename from tests/results/01_7value_multi_doublequote/file/all_exclude.env rename to tests/results/test_namespace/01_7value_multi_doublequote/file/all_exclude.env diff --git a/tests/results/test_namespace/01_7value_multi_doublequote/file/mandatories.env b/tests/results/test_namespace/01_7value_multi_doublequote/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_doublequote/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/01_7value_multi_doublequote/makedict/all.json b/tests/results/test_namespace/01_7value_multi_doublequote/makedict/all.json similarity index 100% rename from tests/results/01_7value_multi_doublequote/makedict/all.json rename to tests/results/test_namespace/01_7value_multi_doublequote/makedict/all.json diff --git a/tests/results/01_7value_multi_doublequote/makedict/mandatories.json b/tests/results/test_namespace/01_7value_multi_doublequote/makedict/mandatories.json similarity index 100% rename from tests/results/01_7value_multi_doublequote/makedict/mandatories.json rename to tests/results/test_namespace/01_7value_multi_doublequote/makedict/mandatories.json diff --git a/tests/results/test_namespace/01_7value_multi_doublequote2/errors/all.json b/tests/results/test_namespace/01_7value_multi_doublequote2/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_doublequote2/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_7value_multi_doublequote2/errors/mandatories.json b/tests/results/test_namespace/01_7value_multi_doublequote2/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_doublequote2/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/01_7value_multi_doublequote2/file/all.env b/tests/results/test_namespace/01_7value_multi_doublequote2/file/all.env similarity index 100% rename from tests/results/01_7value_multi_doublequote2/file/all.env rename to tests/results/test_namespace/01_7value_multi_doublequote2/file/all.env diff --git a/tests/results/01_7value_multi_doublequote2/file/all_exclude.env b/tests/results/test_namespace/01_7value_multi_doublequote2/file/all_exclude.env similarity index 100% rename from tests/results/01_7value_multi_doublequote2/file/all_exclude.env rename to tests/results/test_namespace/01_7value_multi_doublequote2/file/all_exclude.env diff --git a/tests/results/test_namespace/01_7value_multi_doublequote2/file/mandatories.env b/tests/results/test_namespace/01_7value_multi_doublequote2/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_doublequote2/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/01_7value_multi_doublequote2/makedict/all.json b/tests/results/test_namespace/01_7value_multi_doublequote2/makedict/all.json similarity index 100% rename from tests/results/01_7value_multi_doublequote2/makedict/all.json rename to tests/results/test_namespace/01_7value_multi_doublequote2/makedict/all.json diff --git a/tests/results/01_7value_multi_doublequote2/makedict/mandatories.json b/tests/results/test_namespace/01_7value_multi_doublequote2/makedict/mandatories.json similarity index 100% rename from tests/results/01_7value_multi_doublequote2/makedict/mandatories.json rename to tests/results/test_namespace/01_7value_multi_doublequote2/makedict/mandatories.json diff --git a/tests/results/test_namespace/01_7value_multi_quote/errors/all.json b/tests/results/test_namespace/01_7value_multi_quote/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_quote/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_7value_multi_quote/errors/mandatories.json b/tests/results/test_namespace/01_7value_multi_quote/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_quote/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/01_7value_multi_quote/file/all.env b/tests/results/test_namespace/01_7value_multi_quote/file/all.env similarity index 100% rename from tests/results/01_7value_multi_quote/file/all.env rename to tests/results/test_namespace/01_7value_multi_quote/file/all.env diff --git a/tests/results/01_7value_multi_quote/file/all_exclude.env b/tests/results/test_namespace/01_7value_multi_quote/file/all_exclude.env similarity index 100% rename from tests/results/01_7value_multi_quote/file/all_exclude.env rename to tests/results/test_namespace/01_7value_multi_quote/file/all_exclude.env diff --git a/tests/results/test_namespace/01_7value_multi_quote/file/mandatories.env b/tests/results/test_namespace/01_7value_multi_quote/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_quote/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/01_7value_multi_quote/makedict/all.json b/tests/results/test_namespace/01_7value_multi_quote/makedict/all.json similarity index 100% rename from tests/results/01_7value_multi_quote/makedict/all.json rename to tests/results/test_namespace/01_7value_multi_quote/makedict/all.json diff --git a/tests/results/01_7value_multi_quote/makedict/mandatories.json b/tests/results/test_namespace/01_7value_multi_quote/makedict/mandatories.json similarity index 100% rename from tests/results/01_7value_multi_quote/makedict/mandatories.json rename to tests/results/test_namespace/01_7value_multi_quote/makedict/mandatories.json diff --git a/tests/results/test_namespace/01_8calculation_information_multi/errors/all.json b/tests/results/test_namespace/01_8calculation_information_multi/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_8calculation_information_multi/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_8calculation_information_multi/errors/mandatories.json b/tests/results/test_namespace/01_8calculation_information_multi/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_8calculation_information_multi/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/01_8calculation_information_multi/file/all.env b/tests/results/test_namespace/01_8calculation_information_multi/file/all.env similarity index 100% rename from tests/results/01_8calculation_information_multi/file/all.env rename to tests/results/test_namespace/01_8calculation_information_multi/file/all.env diff --git a/tests/results/01_8calculation_information_multi/file/all_exclude.env b/tests/results/test_namespace/01_8calculation_information_multi/file/all_exclude.env similarity index 100% rename from tests/results/01_8calculation_information_multi/file/all_exclude.env rename to tests/results/test_namespace/01_8calculation_information_multi/file/all_exclude.env diff --git a/tests/results/01_8calculation_information_multi/file/mandatories.env b/tests/results/test_namespace/01_8calculation_information_multi/file/mandatories.env similarity index 100% rename from tests/results/01_8calculation_information_multi/file/mandatories.env rename to tests/results/test_namespace/01_8calculation_information_multi/file/mandatories.env diff --git a/tests/results/01_8calculation_information_multi/makedict/all.json b/tests/results/test_namespace/01_8calculation_information_multi/makedict/all.json similarity index 100% rename from tests/results/01_8calculation_information_multi/makedict/all.json rename to tests/results/test_namespace/01_8calculation_information_multi/makedict/all.json diff --git a/tests/results/01_8calculation_information_multi/makedict/mandatories.json b/tests/results/test_namespace/01_8calculation_information_multi/makedict/mandatories.json similarity index 100% rename from tests/results/01_8calculation_information_multi/makedict/mandatories.json rename to tests/results/test_namespace/01_8calculation_information_multi/makedict/mandatories.json diff --git a/tests/results/test_namespace/01_9choice_variable_multi/errors/all.json b/tests/results/test_namespace/01_9choice_variable_multi/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_9choice_variable_multi/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_9choice_variable_multi/errors/mandatories.json b/tests/results/test_namespace/01_9choice_variable_multi/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/01_9choice_variable_multi/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/01_9choice_variable_multi/file/all.env b/tests/results/test_namespace/01_9choice_variable_multi/file/all.env similarity index 100% rename from tests/results/01_9choice_variable_multi/file/all.env rename to tests/results/test_namespace/01_9choice_variable_multi/file/all.env diff --git a/tests/results/01_9choice_variable_multi/file/all_exclude.env b/tests/results/test_namespace/01_9choice_variable_multi/file/all_exclude.env similarity index 100% rename from tests/results/01_9choice_variable_multi/file/all_exclude.env rename to tests/results/test_namespace/01_9choice_variable_multi/file/all_exclude.env diff --git a/tests/results/01_9choice_variable_multi/file/mandatories.env b/tests/results/test_namespace/01_9choice_variable_multi/file/mandatories.env similarity index 100% rename from tests/results/01_9choice_variable_multi/file/mandatories.env rename to tests/results/test_namespace/01_9choice_variable_multi/file/mandatories.env diff --git a/tests/results/01_9choice_variable_multi/makedict/all.json b/tests/results/test_namespace/01_9choice_variable_multi/makedict/all.json similarity index 100% rename from tests/results/01_9choice_variable_multi/makedict/all.json rename to tests/results/test_namespace/01_9choice_variable_multi/makedict/all.json diff --git a/tests/results/01_9choice_variable_multi/makedict/mandatories.json b/tests/results/test_namespace/01_9choice_variable_multi/makedict/mandatories.json similarity index 100% rename from tests/results/01_9choice_variable_multi/makedict/mandatories.json rename to tests/results/test_namespace/01_9choice_variable_multi/makedict/mandatories.json diff --git a/tests/results/test_namespace/04_0type_param/errors/all.json b/tests/results/test_namespace/04_0type_param/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_0type_param/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_0type_param/errors/mandatories.json b/tests/results/test_namespace/04_0type_param/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_0type_param/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_0type_param/file/all.env b/tests/results/test_namespace/04_0type_param/file/all.env similarity index 100% rename from tests/results/04_0type_param/file/all.env rename to tests/results/test_namespace/04_0type_param/file/all.env diff --git a/tests/results/04_0type_param/file/all_exclude.env b/tests/results/test_namespace/04_0type_param/file/all_exclude.env similarity index 100% rename from tests/results/04_0type_param/file/all_exclude.env rename to tests/results/test_namespace/04_0type_param/file/all_exclude.env diff --git a/tests/results/test_namespace/04_0type_param/file/mandatories.env b/tests/results/test_namespace/04_0type_param/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/04_0type_param/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/04_0type_param/makedict/all.json b/tests/results/test_namespace/04_0type_param/makedict/all.json similarity index 100% rename from tests/results/04_0type_param/makedict/all.json rename to tests/results/test_namespace/04_0type_param/makedict/all.json diff --git a/tests/results/04_0type_param/makedict/mandatories.json b/tests/results/test_namespace/04_0type_param/makedict/mandatories.json similarity index 100% rename from tests/results/04_0type_param/makedict/mandatories.json rename to tests/results/test_namespace/04_0type_param/makedict/mandatories.json diff --git a/tests/results/test_namespace/04_1auto_save/errors/all.json b/tests/results/test_namespace/04_1auto_save/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1auto_save/errors/mandatories.json b/tests/results/test_namespace/04_1auto_save/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_1auto_save/file/all.env b/tests/results/test_namespace/04_1auto_save/file/all.env similarity index 100% rename from tests/results/04_1auto_save/file/all.env rename to tests/results/test_namespace/04_1auto_save/file/all.env diff --git a/tests/results/04_1auto_save/file/all_exclude.env b/tests/results/test_namespace/04_1auto_save/file/all_exclude.env similarity index 100% rename from tests/results/04_1auto_save/file/all_exclude.env rename to tests/results/test_namespace/04_1auto_save/file/all_exclude.env diff --git a/tests/results/test_namespace/04_1auto_save/file/mandatories.env b/tests/results/test_namespace/04_1auto_save/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/04_1auto_save/makedict/all.json b/tests/results/test_namespace/04_1auto_save/makedict/all.json similarity index 100% rename from tests/results/04_1auto_save/makedict/all.json rename to tests/results/test_namespace/04_1auto_save/makedict/all.json diff --git a/tests/results/04_1auto_save/makedict/mandatories.json b/tests/results/test_namespace/04_1auto_save/makedict/mandatories.json similarity index 100% rename from tests/results/04_1auto_save/makedict/mandatories.json rename to tests/results/test_namespace/04_1auto_save/makedict/mandatories.json diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated/errors/all.json b/tests/results/test_namespace/04_1auto_save_and_calculated/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_calculated/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated/errors/mandatories.json b/tests/results/test_namespace/04_1auto_save_and_calculated/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_calculated/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_1auto_save_and_calculated/file/all.env b/tests/results/test_namespace/04_1auto_save_and_calculated/file/all.env similarity index 100% rename from tests/results/04_1auto_save_and_calculated/file/all.env rename to tests/results/test_namespace/04_1auto_save_and_calculated/file/all.env diff --git a/tests/results/04_1auto_save_and_calculated/file/all_exclude.env b/tests/results/test_namespace/04_1auto_save_and_calculated/file/all_exclude.env similarity index 100% rename from tests/results/04_1auto_save_and_calculated/file/all_exclude.env rename to tests/results/test_namespace/04_1auto_save_and_calculated/file/all_exclude.env diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated/file/mandatories.env b/tests/results/test_namespace/04_1auto_save_and_calculated/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_calculated/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/04_1auto_save_and_calculated/makedict/all.json b/tests/results/test_namespace/04_1auto_save_and_calculated/makedict/all.json similarity index 100% rename from tests/results/04_1auto_save_and_calculated/makedict/all.json rename to tests/results/test_namespace/04_1auto_save_and_calculated/makedict/all.json diff --git a/tests/results/04_1auto_save_and_calculated/makedict/mandatories.json b/tests/results/test_namespace/04_1auto_save_and_calculated/makedict/mandatories.json similarity index 100% rename from tests/results/04_1auto_save_and_calculated/makedict/mandatories.json rename to tests/results/test_namespace/04_1auto_save_and_calculated/makedict/mandatories.json diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/errors/all.json b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/errors/mandatories.json b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_1auto_save_and_calculated_hidden/file/all.env b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/file/all.env similarity index 100% rename from tests/results/04_1auto_save_and_calculated_hidden/file/all.env rename to tests/results/test_namespace/04_1auto_save_and_calculated_hidden/file/all.env diff --git a/tests/results/04_1auto_save_and_calculated_hidden/file/all_exclude.env b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/file/all_exclude.env similarity index 100% rename from tests/results/04_1auto_save_and_calculated_hidden/file/all_exclude.env rename to tests/results/test_namespace/04_1auto_save_and_calculated_hidden/file/all_exclude.env diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/file/mandatories.env b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/04_1auto_save_and_calculated_hidden/makedict/all.json b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/makedict/all.json similarity index 100% rename from tests/results/04_1auto_save_and_calculated_hidden/makedict/all.json rename to tests/results/test_namespace/04_1auto_save_and_calculated_hidden/makedict/all.json diff --git a/tests/results/04_1auto_save_and_calculated_hidden/makedict/mandatories.json b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/makedict/mandatories.json similarity index 100% rename from tests/results/04_1auto_save_and_calculated_hidden/makedict/mandatories.json rename to tests/results/test_namespace/04_1auto_save_and_calculated_hidden/makedict/mandatories.json diff --git a/tests/results/04_1auto_save_and_hidden/errors/all.json b/tests/results/test_namespace/04_1auto_save_and_hidden/errors/all.json similarity index 100% rename from tests/results/04_1auto_save_and_hidden/errors/all.json rename to tests/results/test_namespace/04_1auto_save_and_hidden/errors/all.json diff --git a/tests/results/test_namespace/04_1auto_save_and_hidden/errors/mandatories.json b/tests/results/test_namespace/04_1auto_save_and_hidden/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_hidden/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_1auto_save_and_hidden/file/all.env b/tests/results/test_namespace/04_1auto_save_and_hidden/file/all.env similarity index 100% rename from tests/results/04_1auto_save_and_hidden/file/all.env rename to tests/results/test_namespace/04_1auto_save_and_hidden/file/all.env diff --git a/tests/results/04_1auto_save_and_hidden/file/all_exclude.env b/tests/results/test_namespace/04_1auto_save_and_hidden/file/all_exclude.env similarity index 100% rename from tests/results/04_1auto_save_and_hidden/file/all_exclude.env rename to tests/results/test_namespace/04_1auto_save_and_hidden/file/all_exclude.env diff --git a/tests/results/test_namespace/04_1auto_save_and_hidden/file/mandatories.env b/tests/results/test_namespace/04_1auto_save_and_hidden/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_hidden/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/04_1auto_save_and_hidden/makedict/all.json b/tests/results/test_namespace/04_1auto_save_and_hidden/makedict/all.json similarity index 100% rename from tests/results/04_1auto_save_and_hidden/makedict/all.json rename to tests/results/test_namespace/04_1auto_save_and_hidden/makedict/all.json diff --git a/tests/results/04_1auto_save_and_hidden/makedict/mandatories.json b/tests/results/test_namespace/04_1auto_save_and_hidden/makedict/mandatories.json similarity index 100% rename from tests/results/04_1auto_save_and_hidden/makedict/mandatories.json rename to tests/results/test_namespace/04_1auto_save_and_hidden/makedict/mandatories.json diff --git a/tests/results/test_namespace/04_1default_calculation_hidden/errors/all.json b/tests/results/test_namespace/04_1default_calculation_hidden/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_1default_calculation_hidden/errors/mandatories.json b/tests/results/test_namespace/04_1default_calculation_hidden/errors/mandatories.json similarity index 100% rename from tests/results/04_1default_calculation_hidden/errors/mandatories.json rename to tests/results/test_namespace/04_1default_calculation_hidden/errors/mandatories.json diff --git a/tests/results/04_1default_calculation_hidden/file/all.env b/tests/results/test_namespace/04_1default_calculation_hidden/file/all.env similarity index 100% rename from tests/results/04_1default_calculation_hidden/file/all.env rename to tests/results/test_namespace/04_1default_calculation_hidden/file/all.env diff --git a/tests/results/04_1default_calculation_hidden/file/all_exclude.env b/tests/results/test_namespace/04_1default_calculation_hidden/file/all_exclude.env similarity index 100% rename from tests/results/04_1default_calculation_hidden/file/all_exclude.env rename to tests/results/test_namespace/04_1default_calculation_hidden/file/all_exclude.env diff --git a/tests/results/04_1default_calculation_hidden/file/mandatories.env b/tests/results/test_namespace/04_1default_calculation_hidden/file/mandatories.env similarity index 100% rename from tests/results/04_1default_calculation_hidden/file/mandatories.env rename to tests/results/test_namespace/04_1default_calculation_hidden/file/mandatories.env diff --git a/tests/results/04_1default_calculation_hidden/makedict/all.json b/tests/results/test_namespace/04_1default_calculation_hidden/makedict/all.json similarity index 100% rename from tests/results/04_1default_calculation_hidden/makedict/all.json rename to tests/results/test_namespace/04_1default_calculation_hidden/makedict/all.json diff --git a/tests/results/04_1default_calculation_hidden/makedict/mandatories.json b/tests/results/test_namespace/04_1default_calculation_hidden/makedict/mandatories.json similarity index 100% rename from tests/results/04_1default_calculation_hidden/makedict/mandatories.json rename to tests/results/test_namespace/04_1default_calculation_hidden/makedict/mandatories.json diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_2/errors/all.json b/tests/results/test_namespace/04_1default_calculation_hidden_2/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_2/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_1default_calculation_hidden_2/errors/mandatories.json b/tests/results/test_namespace/04_1default_calculation_hidden_2/errors/mandatories.json similarity index 100% rename from tests/results/04_1default_calculation_hidden_2/errors/mandatories.json rename to tests/results/test_namespace/04_1default_calculation_hidden_2/errors/mandatories.json diff --git a/tests/results/04_1default_calculation_hidden_2/file/all.env b/tests/results/test_namespace/04_1default_calculation_hidden_2/file/all.env similarity index 100% rename from tests/results/04_1default_calculation_hidden_2/file/all.env rename to tests/results/test_namespace/04_1default_calculation_hidden_2/file/all.env diff --git a/tests/results/04_1default_calculation_hidden_2/file/all_exclude.env b/tests/results/test_namespace/04_1default_calculation_hidden_2/file/all_exclude.env similarity index 100% rename from tests/results/04_1default_calculation_hidden_2/file/all_exclude.env rename to tests/results/test_namespace/04_1default_calculation_hidden_2/file/all_exclude.env diff --git a/tests/results/04_1default_calculation_hidden_2/file/mandatories.env b/tests/results/test_namespace/04_1default_calculation_hidden_2/file/mandatories.env similarity index 100% rename from tests/results/04_1default_calculation_hidden_2/file/mandatories.env rename to tests/results/test_namespace/04_1default_calculation_hidden_2/file/mandatories.env diff --git a/tests/results/04_1default_calculation_hidden_2/makedict/all.json b/tests/results/test_namespace/04_1default_calculation_hidden_2/makedict/all.json similarity index 100% rename from tests/results/04_1default_calculation_hidden_2/makedict/all.json rename to tests/results/test_namespace/04_1default_calculation_hidden_2/makedict/all.json diff --git a/tests/results/04_1default_calculation_hidden_2/makedict/mandatories.json b/tests/results/test_namespace/04_1default_calculation_hidden_2/makedict/mandatories.json similarity index 100% rename from tests/results/04_1default_calculation_hidden_2/makedict/mandatories.json rename to tests/results/test_namespace/04_1default_calculation_hidden_2/makedict/mandatories.json diff --git a/tests/results/test_namespace/04_5disabled_calculation/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation/file/all.env b/tests/results/test_namespace/04_5disabled_calculation/file/all.env similarity index 100% rename from tests/results/04_5disabled_calculation/file/all.env rename to tests/results/test_namespace/04_5disabled_calculation/file/all.env diff --git a/tests/results/04_5disabled_calculation/file/all_exclude.env b/tests/results/test_namespace/04_5disabled_calculation/file/all_exclude.env similarity index 100% rename from tests/results/04_5disabled_calculation/file/all_exclude.env rename to tests/results/test_namespace/04_5disabled_calculation/file/all_exclude.env diff --git a/tests/results/04_5disabled_calculation/file/mandatories.env b/tests/results/test_namespace/04_5disabled_calculation/file/mandatories.env similarity index 100% rename from tests/results/04_5disabled_calculation/file/mandatories.env rename to tests/results/test_namespace/04_5disabled_calculation/file/mandatories.env diff --git a/tests/results/04_5disabled_calculation/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation/makedict/all.json similarity index 100% rename from tests/results/04_5disabled_calculation/makedict/all.json rename to tests/results/test_namespace/04_5disabled_calculation/makedict/all.json diff --git a/tests/results/04_5disabled_calculation/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation/makedict/mandatories.json similarity index 100% rename from tests/results/04_5disabled_calculation/makedict/mandatories.json rename to tests/results/test_namespace/04_5disabled_calculation/makedict/mandatories.json diff --git a/tests/results/test_namespace/04_5disabled_calculation_default/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_default/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_default/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_default/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_default/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_default/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_default/file/all.env b/tests/results/test_namespace/04_5disabled_calculation_default/file/all.env similarity index 100% rename from tests/results/04_5disabled_calculation_default/file/all.env rename to tests/results/test_namespace/04_5disabled_calculation_default/file/all.env diff --git a/tests/results/04_5disabled_calculation_default/file/all_exclude.env b/tests/results/test_namespace/04_5disabled_calculation_default/file/all_exclude.env similarity index 100% rename from tests/results/04_5disabled_calculation_default/file/all_exclude.env rename to tests/results/test_namespace/04_5disabled_calculation_default/file/all_exclude.env diff --git a/tests/results/test_namespace/04_5disabled_calculation_default/file/mandatories.env b/tests/results/test_namespace/04_5disabled_calculation_default/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_default/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/04_5disabled_calculation_default/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_default/makedict/all.json similarity index 100% rename from tests/results/04_5disabled_calculation_default/makedict/all.json rename to tests/results/test_namespace/04_5disabled_calculation_default/makedict/all.json diff --git a/tests/results/04_5disabled_calculation_default/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_default/makedict/mandatories.json similarity index 100% rename from tests/results/04_5disabled_calculation_default/makedict/mandatories.json rename to tests/results/test_namespace/04_5disabled_calculation_default/makedict/mandatories.json diff --git a/tests/results/04_5disabled_calculation_optional/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_optional/errors/all.json similarity index 100% rename from tests/results/04_5disabled_calculation_optional/errors/all.json rename to tests/results/test_namespace/04_5disabled_calculation_optional/errors/all.json diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_optional/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_optional/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_optional/file/all.env b/tests/results/test_namespace/04_5disabled_calculation_optional/file/all.env similarity index 100% rename from tests/results/04_5disabled_calculation_optional/file/all.env rename to tests/results/test_namespace/04_5disabled_calculation_optional/file/all.env diff --git a/tests/results/04_5disabled_calculation_optional/file/all_exclude.env b/tests/results/test_namespace/04_5disabled_calculation_optional/file/all_exclude.env similarity index 100% rename from tests/results/04_5disabled_calculation_optional/file/all_exclude.env rename to tests/results/test_namespace/04_5disabled_calculation_optional/file/all_exclude.env diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional/file/mandatories.env b/tests/results/test_namespace/04_5disabled_calculation_optional/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_optional/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/04_5disabled_calculation_optional/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_optional/makedict/all.json similarity index 100% rename from tests/results/04_5disabled_calculation_optional/makedict/all.json rename to tests/results/test_namespace/04_5disabled_calculation_optional/makedict/all.json diff --git a/tests/results/04_5disabled_calculation_optional/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_optional/makedict/mandatories.json similarity index 100% rename from tests/results/04_5disabled_calculation_optional/makedict/mandatories.json rename to tests/results/test_namespace/04_5disabled_calculation_optional/makedict/mandatories.json diff --git a/tests/results/04_5disabled_calculation_variable/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable/errors/all.json similarity index 100% rename from tests/results/04_5disabled_calculation_variable/errors/all.json rename to tests/results/test_namespace/04_5disabled_calculation_variable/errors/all.json diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable/file/all.env b/tests/results/test_namespace/04_5disabled_calculation_variable/file/all.env similarity index 100% rename from tests/results/04_5disabled_calculation_variable/file/all.env rename to tests/results/test_namespace/04_5disabled_calculation_variable/file/all.env diff --git a/tests/results/04_5disabled_calculation_variable/file/all_exclude.env b/tests/results/test_namespace/04_5disabled_calculation_variable/file/all_exclude.env similarity index 100% rename from tests/results/04_5disabled_calculation_variable/file/all_exclude.env rename to tests/results/test_namespace/04_5disabled_calculation_variable/file/all_exclude.env diff --git a/tests/results/04_5disabled_calculation_variable/file/mandatories.env b/tests/results/test_namespace/04_5disabled_calculation_variable/file/mandatories.env similarity index 100% rename from tests/results/04_5disabled_calculation_variable/file/mandatories.env rename to tests/results/test_namespace/04_5disabled_calculation_variable/file/mandatories.env diff --git a/tests/results/04_5disabled_calculation_variable/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable/makedict/all.json similarity index 100% rename from tests/results/04_5disabled_calculation_variable/makedict/all.json rename to tests/results/test_namespace/04_5disabled_calculation_variable/makedict/all.json diff --git a/tests/results/04_5disabled_calculation_variable/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable/makedict/mandatories.json similarity index 100% rename from tests/results/04_5disabled_calculation_variable/makedict/mandatories.json rename to tests/results/test_namespace/04_5disabled_calculation_variable/makedict/mandatories.json diff --git a/tests/results/04_5disabled_calculation_variable2/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable2/errors/all.json similarity index 100% rename from tests/results/04_5disabled_calculation_variable2/errors/all.json rename to tests/results/test_namespace/04_5disabled_calculation_variable2/errors/all.json diff --git a/tests/results/04_5disabled_calculation_variable2/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable2/errors/mandatories.json similarity index 100% rename from tests/results/04_5disabled_calculation_variable2/errors/mandatories.json rename to tests/results/test_namespace/04_5disabled_calculation_variable2/errors/mandatories.json diff --git a/tests/results/04_5disabled_calculation_variable2/file/all.env b/tests/results/test_namespace/04_5disabled_calculation_variable2/file/all.env similarity index 100% rename from tests/results/04_5disabled_calculation_variable2/file/all.env rename to tests/results/test_namespace/04_5disabled_calculation_variable2/file/all.env diff --git a/tests/results/04_5disabled_calculation_variable2/file/all_exclude.env b/tests/results/test_namespace/04_5disabled_calculation_variable2/file/all_exclude.env similarity index 100% rename from tests/results/04_5disabled_calculation_variable2/file/all_exclude.env rename to tests/results/test_namespace/04_5disabled_calculation_variable2/file/all_exclude.env diff --git a/tests/results/04_5disabled_calculation_variable2/file/mandatories.env b/tests/results/test_namespace/04_5disabled_calculation_variable2/file/mandatories.env similarity index 100% rename from tests/results/04_5disabled_calculation_variable2/file/mandatories.env rename to tests/results/test_namespace/04_5disabled_calculation_variable2/file/mandatories.env diff --git a/tests/results/04_5disabled_calculation_variable2/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable2/makedict/all.json similarity index 100% rename from tests/results/04_5disabled_calculation_variable2/makedict/all.json rename to tests/results/test_namespace/04_5disabled_calculation_variable2/makedict/all.json diff --git a/tests/results/04_5disabled_calculation_variable2/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable2/makedict/mandatories.json similarity index 100% rename from tests/results/04_5disabled_calculation_variable2/makedict/mandatories.json rename to tests/results/test_namespace/04_5disabled_calculation_variable2/makedict/mandatories.json diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable3/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable3/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable3/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable3/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable3/errors/mandatories.json similarity index 100% rename from tests/results/04_5disabled_calculation_variable3/errors/mandatories.json rename to tests/results/test_namespace/04_5disabled_calculation_variable3/errors/mandatories.json diff --git a/tests/results/04_5disabled_calculation_variable3/file/all.env b/tests/results/test_namespace/04_5disabled_calculation_variable3/file/all.env similarity index 100% rename from tests/results/04_5disabled_calculation_variable3/file/all.env rename to tests/results/test_namespace/04_5disabled_calculation_variable3/file/all.env diff --git a/tests/results/04_5disabled_calculation_variable3/file/all_exclude.env b/tests/results/test_namespace/04_5disabled_calculation_variable3/file/all_exclude.env similarity index 100% rename from tests/results/04_5disabled_calculation_variable3/file/all_exclude.env rename to tests/results/test_namespace/04_5disabled_calculation_variable3/file/all_exclude.env diff --git a/tests/results/04_5disabled_calculation_variable3/file/mandatories.env b/tests/results/test_namespace/04_5disabled_calculation_variable3/file/mandatories.env similarity index 100% rename from tests/results/04_5disabled_calculation_variable3/file/mandatories.env rename to tests/results/test_namespace/04_5disabled_calculation_variable3/file/mandatories.env diff --git a/tests/results/04_5disabled_calculation_variable3/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable3/makedict/all.json similarity index 100% rename from tests/results/04_5disabled_calculation_variable3/makedict/all.json rename to tests/results/test_namespace/04_5disabled_calculation_variable3/makedict/all.json diff --git a/tests/results/04_5disabled_calculation_variable3/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable3/makedict/mandatories.json similarity index 100% rename from tests/results/04_5disabled_calculation_variable3/makedict/mandatories.json rename to tests/results/test_namespace/04_5disabled_calculation_variable3/makedict/mandatories.json diff --git a/tests/results/04_5disabled_calculation_variable4/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable4/errors/all.json similarity index 100% rename from tests/results/04_5disabled_calculation_variable4/errors/all.json rename to tests/results/test_namespace/04_5disabled_calculation_variable4/errors/all.json diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable4/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable4/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable4/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable4/file/all.env b/tests/results/test_namespace/04_5disabled_calculation_variable4/file/all.env similarity index 100% rename from tests/results/04_5disabled_calculation_variable4/file/all.env rename to tests/results/test_namespace/04_5disabled_calculation_variable4/file/all.env diff --git a/tests/results/04_5disabled_calculation_variable4/file/all_exclude.env b/tests/results/test_namespace/04_5disabled_calculation_variable4/file/all_exclude.env similarity index 100% rename from tests/results/04_5disabled_calculation_variable4/file/all_exclude.env rename to tests/results/test_namespace/04_5disabled_calculation_variable4/file/all_exclude.env diff --git a/tests/results/04_5disabled_calculation_variable4/file/mandatories.env b/tests/results/test_namespace/04_5disabled_calculation_variable4/file/mandatories.env similarity index 100% rename from tests/results/04_5disabled_calculation_variable4/file/mandatories.env rename to tests/results/test_namespace/04_5disabled_calculation_variable4/file/mandatories.env diff --git a/tests/results/04_5disabled_calculation_variable4/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable4/makedict/all.json similarity index 100% rename from tests/results/04_5disabled_calculation_variable4/makedict/all.json rename to tests/results/test_namespace/04_5disabled_calculation_variable4/makedict/all.json diff --git a/tests/results/04_5disabled_calculation_variable4/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable4/makedict/mandatories.json similarity index 100% rename from tests/results/04_5disabled_calculation_variable4/makedict/mandatories.json rename to tests/results/test_namespace/04_5disabled_calculation_variable4/makedict/mandatories.json diff --git a/tests/results/test_namespace/04_5hidden_calculation/errors/all.json b/tests/results/test_namespace/04_5hidden_calculation/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5hidden_calculation/errors/mandatories.json b/tests/results/test_namespace/04_5hidden_calculation/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5hidden_calculation/file/all.env b/tests/results/test_namespace/04_5hidden_calculation/file/all.env similarity index 100% rename from tests/results/04_5hidden_calculation/file/all.env rename to tests/results/test_namespace/04_5hidden_calculation/file/all.env diff --git a/tests/results/04_5hidden_calculation/file/all_exclude.env b/tests/results/test_namespace/04_5hidden_calculation/file/all_exclude.env similarity index 100% rename from tests/results/04_5hidden_calculation/file/all_exclude.env rename to tests/results/test_namespace/04_5hidden_calculation/file/all_exclude.env diff --git a/tests/results/test_namespace/04_5hidden_calculation/file/mandatories.env b/tests/results/test_namespace/04_5hidden_calculation/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/04_5hidden_calculation/makedict/all.json b/tests/results/test_namespace/04_5hidden_calculation/makedict/all.json similarity index 100% rename from tests/results/04_5hidden_calculation/makedict/all.json rename to tests/results/test_namespace/04_5hidden_calculation/makedict/all.json diff --git a/tests/results/04_5hidden_calculation/makedict/mandatories.json b/tests/results/test_namespace/04_5hidden_calculation/makedict/mandatories.json similarity index 100% rename from tests/results/04_5hidden_calculation/makedict/mandatories.json rename to tests/results/test_namespace/04_5hidden_calculation/makedict/mandatories.json diff --git a/tests/results/04_5hidden_calculation2/errors/all.json b/tests/results/test_namespace/04_5hidden_calculation2/errors/all.json similarity index 100% rename from tests/results/04_5hidden_calculation2/errors/all.json rename to tests/results/test_namespace/04_5hidden_calculation2/errors/all.json diff --git a/tests/results/test_namespace/04_5hidden_calculation2/errors/mandatories.json b/tests/results/test_namespace/04_5hidden_calculation2/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation2/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5hidden_calculation2/file/all.env b/tests/results/test_namespace/04_5hidden_calculation2/file/all.env similarity index 100% rename from tests/results/04_5hidden_calculation2/file/all.env rename to tests/results/test_namespace/04_5hidden_calculation2/file/all.env diff --git a/tests/results/04_5hidden_calculation2/file/all_exclude.env b/tests/results/test_namespace/04_5hidden_calculation2/file/all_exclude.env similarity index 100% rename from tests/results/04_5hidden_calculation2/file/all_exclude.env rename to tests/results/test_namespace/04_5hidden_calculation2/file/all_exclude.env diff --git a/tests/results/test_namespace/04_5hidden_calculation2/file/mandatories.env b/tests/results/test_namespace/04_5hidden_calculation2/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation2/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/04_5hidden_calculation2/makedict/all.json b/tests/results/test_namespace/04_5hidden_calculation2/makedict/all.json similarity index 100% rename from tests/results/04_5hidden_calculation2/makedict/all.json rename to tests/results/test_namespace/04_5hidden_calculation2/makedict/all.json diff --git a/tests/results/04_5hidden_calculation2/makedict/mandatories.json b/tests/results/test_namespace/04_5hidden_calculation2/makedict/mandatories.json similarity index 100% rename from tests/results/04_5hidden_calculation2/makedict/mandatories.json rename to tests/results/test_namespace/04_5hidden_calculation2/makedict/mandatories.json diff --git a/tests/results/test_namespace/04_5hidden_calculation_default_calculation/errors/all.json b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5hidden_calculation_default_calculation/errors/mandatories.json b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5hidden_calculation_default_calculation/file/all.env b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/file/all.env similarity index 100% rename from tests/results/04_5hidden_calculation_default_calculation/file/all.env rename to tests/results/test_namespace/04_5hidden_calculation_default_calculation/file/all.env diff --git a/tests/results/04_5hidden_calculation_default_calculation/file/all_exclude.env b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/file/all_exclude.env similarity index 100% rename from tests/results/04_5hidden_calculation_default_calculation/file/all_exclude.env rename to tests/results/test_namespace/04_5hidden_calculation_default_calculation/file/all_exclude.env diff --git a/tests/results/test_namespace/04_5hidden_calculation_default_calculation/file/mandatories.env b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/04_5hidden_calculation_default_calculation/makedict/all.json b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/makedict/all.json similarity index 100% rename from tests/results/04_5hidden_calculation_default_calculation/makedict/all.json rename to tests/results/test_namespace/04_5hidden_calculation_default_calculation/makedict/all.json diff --git a/tests/results/04_5hidden_calculation_default_calculation/makedict/mandatories.json b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/makedict/mandatories.json similarity index 100% rename from tests/results/04_5hidden_calculation_default_calculation/makedict/mandatories.json rename to tests/results/test_namespace/04_5hidden_calculation_default_calculation/makedict/mandatories.json diff --git a/tests/results/test_namespace/04_5validators/errors/all.json b/tests/results/test_namespace/04_5validators/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5validators/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators/errors/mandatories.json b/tests/results/test_namespace/04_5validators/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5validators/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5validators/file/all.env b/tests/results/test_namespace/04_5validators/file/all.env similarity index 100% rename from tests/results/04_5validators/file/all.env rename to tests/results/test_namespace/04_5validators/file/all.env diff --git a/tests/results/04_5validators/file/all_exclude.env b/tests/results/test_namespace/04_5validators/file/all_exclude.env similarity index 100% rename from tests/results/04_5validators/file/all_exclude.env rename to tests/results/test_namespace/04_5validators/file/all_exclude.env diff --git a/tests/results/04_5validators/file/mandatories.env b/tests/results/test_namespace/04_5validators/file/mandatories.env similarity index 100% rename from tests/results/04_5validators/file/mandatories.env rename to tests/results/test_namespace/04_5validators/file/mandatories.env diff --git a/tests/results/04_5validators/makedict/all.json b/tests/results/test_namespace/04_5validators/makedict/all.json similarity index 100% rename from tests/results/04_5validators/makedict/all.json rename to tests/results/test_namespace/04_5validators/makedict/all.json diff --git a/tests/results/04_5validators/makedict/mandatories.json b/tests/results/test_namespace/04_5validators/makedict/mandatories.json similarity index 100% rename from tests/results/04_5validators/makedict/mandatories.json rename to tests/results/test_namespace/04_5validators/makedict/mandatories.json diff --git a/tests/results/test_namespace/04_5validators_differ/errors/all.json b/tests/results/test_namespace/04_5validators_differ/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5validators_differ/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators_differ/errors/mandatories.json b/tests/results/test_namespace/04_5validators_differ/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5validators_differ/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5validators_differ/file/all.env b/tests/results/test_namespace/04_5validators_differ/file/all.env similarity index 100% rename from tests/results/04_5validators_differ/file/all.env rename to tests/results/test_namespace/04_5validators_differ/file/all.env diff --git a/tests/results/04_5validators_differ/file/all_exclude.env b/tests/results/test_namespace/04_5validators_differ/file/all_exclude.env similarity index 100% rename from tests/results/04_5validators_differ/file/all_exclude.env rename to tests/results/test_namespace/04_5validators_differ/file/all_exclude.env diff --git a/tests/results/test_namespace/04_5validators_differ/file/mandatories.env b/tests/results/test_namespace/04_5validators_differ/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/04_5validators_differ/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/04_5validators_differ/makedict/all.json b/tests/results/test_namespace/04_5validators_differ/makedict/all.json similarity index 100% rename from tests/results/04_5validators_differ/makedict/all.json rename to tests/results/test_namespace/04_5validators_differ/makedict/all.json diff --git a/tests/results/04_5validators_differ/makedict/mandatories.json b/tests/results/test_namespace/04_5validators_differ/makedict/mandatories.json similarity index 100% rename from tests/results/04_5validators_differ/makedict/mandatories.json rename to tests/results/test_namespace/04_5validators_differ/makedict/mandatories.json diff --git a/tests/results/test_namespace/04_5validators_multi/errors/all.json b/tests/results/test_namespace/04_5validators_multi/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators_multi/errors/mandatories.json b/tests/results/test_namespace/04_5validators_multi/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5validators_multi/file/all.env b/tests/results/test_namespace/04_5validators_multi/file/all.env similarity index 100% rename from tests/results/04_5validators_multi/file/all.env rename to tests/results/test_namespace/04_5validators_multi/file/all.env diff --git a/tests/results/04_5validators_multi/file/all_exclude.env b/tests/results/test_namespace/04_5validators_multi/file/all_exclude.env similarity index 100% rename from tests/results/04_5validators_multi/file/all_exclude.env rename to tests/results/test_namespace/04_5validators_multi/file/all_exclude.env diff --git a/tests/results/test_namespace/04_5validators_multi/file/mandatories.env b/tests/results/test_namespace/04_5validators_multi/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/04_5validators_multi/makedict/all.json b/tests/results/test_namespace/04_5validators_multi/makedict/all.json similarity index 100% rename from tests/results/04_5validators_multi/makedict/all.json rename to tests/results/test_namespace/04_5validators_multi/makedict/all.json diff --git a/tests/results/04_5validators_multi/makedict/mandatories.json b/tests/results/test_namespace/04_5validators_multi/makedict/mandatories.json similarity index 100% rename from tests/results/04_5validators_multi/makedict/mandatories.json rename to tests/results/test_namespace/04_5validators_multi/makedict/mandatories.json diff --git a/tests/results/test_namespace/04_5validators_multi2/errors/all.json b/tests/results/test_namespace/04_5validators_multi2/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi2/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators_multi2/errors/mandatories.json b/tests/results/test_namespace/04_5validators_multi2/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi2/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5validators_multi2/file/all.env b/tests/results/test_namespace/04_5validators_multi2/file/all.env similarity index 100% rename from tests/results/04_5validators_multi2/file/all.env rename to tests/results/test_namespace/04_5validators_multi2/file/all.env diff --git a/tests/results/04_5validators_multi2/file/all_exclude.env b/tests/results/test_namespace/04_5validators_multi2/file/all_exclude.env similarity index 100% rename from tests/results/04_5validators_multi2/file/all_exclude.env rename to tests/results/test_namespace/04_5validators_multi2/file/all_exclude.env diff --git a/tests/results/test_namespace/04_5validators_multi2/file/mandatories.env b/tests/results/test_namespace/04_5validators_multi2/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi2/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/04_5validators_multi2/makedict/all.json b/tests/results/test_namespace/04_5validators_multi2/makedict/all.json similarity index 100% rename from tests/results/04_5validators_multi2/makedict/all.json rename to tests/results/test_namespace/04_5validators_multi2/makedict/all.json diff --git a/tests/results/04_5validators_multi2/makedict/mandatories.json b/tests/results/test_namespace/04_5validators_multi2/makedict/mandatories.json similarity index 100% rename from tests/results/04_5validators_multi2/makedict/mandatories.json rename to tests/results/test_namespace/04_5validators_multi2/makedict/mandatories.json diff --git a/tests/results/test_namespace/05_0multi_not_uniq/errors/all.json b/tests/results/test_namespace/05_0multi_not_uniq/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/05_0multi_not_uniq/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/05_0multi_not_uniq/errors/mandatories.json b/tests/results/test_namespace/05_0multi_not_uniq/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/05_0multi_not_uniq/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/05_0multi_not_uniq/file/all.env b/tests/results/test_namespace/05_0multi_not_uniq/file/all.env similarity index 100% rename from tests/results/05_0multi_not_uniq/file/all.env rename to tests/results/test_namespace/05_0multi_not_uniq/file/all.env diff --git a/tests/results/05_0multi_not_uniq/file/all_exclude.env b/tests/results/test_namespace/05_0multi_not_uniq/file/all_exclude.env similarity index 100% rename from tests/results/05_0multi_not_uniq/file/all_exclude.env rename to tests/results/test_namespace/05_0multi_not_uniq/file/all_exclude.env diff --git a/tests/results/test_namespace/05_0multi_not_uniq/file/mandatories.env b/tests/results/test_namespace/05_0multi_not_uniq/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/05_0multi_not_uniq/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/05_0multi_not_uniq/makedict/all.json b/tests/results/test_namespace/05_0multi_not_uniq/makedict/all.json similarity index 100% rename from tests/results/05_0multi_not_uniq/makedict/all.json rename to tests/results/test_namespace/05_0multi_not_uniq/makedict/all.json diff --git a/tests/results/05_0multi_not_uniq/makedict/mandatories.json b/tests/results/test_namespace/05_0multi_not_uniq/makedict/mandatories.json similarity index 100% rename from tests/results/05_0multi_not_uniq/makedict/mandatories.json rename to tests/results/test_namespace/05_0multi_not_uniq/makedict/mandatories.json diff --git a/tests/results/test_namespace/05_0multi_uniq/errors/all.json b/tests/results/test_namespace/05_0multi_uniq/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/05_0multi_uniq/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/05_0multi_uniq/errors/mandatories.json b/tests/results/test_namespace/05_0multi_uniq/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/05_0multi_uniq/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/05_0multi_uniq/file/all.env b/tests/results/test_namespace/05_0multi_uniq/file/all.env similarity index 100% rename from tests/results/05_0multi_uniq/file/all.env rename to tests/results/test_namespace/05_0multi_uniq/file/all.env diff --git a/tests/results/05_0multi_uniq/file/all_exclude.env b/tests/results/test_namespace/05_0multi_uniq/file/all_exclude.env similarity index 100% rename from tests/results/05_0multi_uniq/file/all_exclude.env rename to tests/results/test_namespace/05_0multi_uniq/file/all_exclude.env diff --git a/tests/results/test_namespace/05_0multi_uniq/file/mandatories.env b/tests/results/test_namespace/05_0multi_uniq/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/05_0multi_uniq/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/05_0multi_uniq/makedict/all.json b/tests/results/test_namespace/05_0multi_uniq/makedict/all.json similarity index 100% rename from tests/results/05_0multi_uniq/makedict/all.json rename to tests/results/test_namespace/05_0multi_uniq/makedict/all.json diff --git a/tests/results/05_0multi_uniq/makedict/mandatories.json b/tests/results/test_namespace/05_0multi_uniq/makedict/mandatories.json similarity index 100% rename from tests/results/05_0multi_uniq/makedict/mandatories.json rename to tests/results/test_namespace/05_0multi_uniq/makedict/mandatories.json diff --git a/tests/results/test_namespace/12_1auto_save_expert/errors/all.json b/tests/results/test_namespace/12_1auto_save_expert/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/12_1auto_save_expert/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/12_1auto_save_expert/errors/mandatories.json b/tests/results/test_namespace/12_1auto_save_expert/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/12_1auto_save_expert/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/12_1auto_save_expert/file/all.env b/tests/results/test_namespace/12_1auto_save_expert/file/all.env similarity index 100% rename from tests/results/12_1auto_save_expert/file/all.env rename to tests/results/test_namespace/12_1auto_save_expert/file/all.env diff --git a/tests/results/12_1auto_save_expert/file/all_exclude.env b/tests/results/test_namespace/12_1auto_save_expert/file/all_exclude.env similarity index 100% rename from tests/results/12_1auto_save_expert/file/all_exclude.env rename to tests/results/test_namespace/12_1auto_save_expert/file/all_exclude.env diff --git a/tests/results/test_namespace/12_1auto_save_expert/file/mandatories.env b/tests/results/test_namespace/12_1auto_save_expert/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/12_1auto_save_expert/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/12_1auto_save_expert/makedict/all.json b/tests/results/test_namespace/12_1auto_save_expert/makedict/all.json similarity index 100% rename from tests/results/12_1auto_save_expert/makedict/all.json rename to tests/results/test_namespace/12_1auto_save_expert/makedict/all.json diff --git a/tests/results/12_1auto_save_expert/makedict/mandatories.json b/tests/results/test_namespace/12_1auto_save_expert/makedict/mandatories.json similarity index 100% rename from tests/results/12_1auto_save_expert/makedict/mandatories.json rename to tests/results/test_namespace/12_1auto_save_expert/makedict/mandatories.json diff --git a/tests/results/test_namespace/16_0redefine_description/errors/all.json b/tests/results/test_namespace/16_0redefine_description/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_0redefine_description/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_0redefine_description/errors/mandatories.json b/tests/results/test_namespace/16_0redefine_description/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_0redefine_description/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_0redefine_description/file/all.env b/tests/results/test_namespace/16_0redefine_description/file/all.env similarity index 100% rename from tests/results/16_0redefine_description/file/all.env rename to tests/results/test_namespace/16_0redefine_description/file/all.env diff --git a/tests/results/16_0redefine_description/file/all_exclude.env b/tests/results/test_namespace/16_0redefine_description/file/all_exclude.env similarity index 100% rename from tests/results/16_0redefine_description/file/all_exclude.env rename to tests/results/test_namespace/16_0redefine_description/file/all_exclude.env diff --git a/tests/results/16_0redefine_description/file/mandatories.env b/tests/results/test_namespace/16_0redefine_description/file/mandatories.env similarity index 100% rename from tests/results/16_0redefine_description/file/mandatories.env rename to tests/results/test_namespace/16_0redefine_description/file/mandatories.env diff --git a/tests/results/16_0redefine_description/makedict/all.json b/tests/results/test_namespace/16_0redefine_description/makedict/all.json similarity index 100% rename from tests/results/16_0redefine_description/makedict/all.json rename to tests/results/test_namespace/16_0redefine_description/makedict/all.json diff --git a/tests/results/16_0redefine_description/makedict/mandatories.json b/tests/results/test_namespace/16_0redefine_description/makedict/mandatories.json similarity index 100% rename from tests/results/16_0redefine_description/makedict/mandatories.json rename to tests/results/test_namespace/16_0redefine_description/makedict/mandatories.json diff --git a/tests/results/16_2family_redefine_calculation/errors/all.json b/tests/results/test_namespace/16_2family_redefine_calculation/errors/all.json similarity index 100% rename from tests/results/16_2family_redefine_calculation/errors/all.json rename to tests/results/test_namespace/16_2family_redefine_calculation/errors/all.json diff --git a/tests/results/16_2family_redefine_calculation/errors/mandatories.json b/tests/results/test_namespace/16_2family_redefine_calculation/errors/mandatories.json similarity index 100% rename from tests/results/16_2family_redefine_calculation/errors/mandatories.json rename to tests/results/test_namespace/16_2family_redefine_calculation/errors/mandatories.json diff --git a/tests/results/16_2family_redefine_calculation/file/all.env b/tests/results/test_namespace/16_2family_redefine_calculation/file/all.env similarity index 100% rename from tests/results/16_2family_redefine_calculation/file/all.env rename to tests/results/test_namespace/16_2family_redefine_calculation/file/all.env diff --git a/tests/results/16_2family_redefine_calculation/file/all_exclude.env b/tests/results/test_namespace/16_2family_redefine_calculation/file/all_exclude.env similarity index 100% rename from tests/results/16_2family_redefine_calculation/file/all_exclude.env rename to tests/results/test_namespace/16_2family_redefine_calculation/file/all_exclude.env diff --git a/tests/results/16_2family_redefine_calculation/file/mandatories.env b/tests/results/test_namespace/16_2family_redefine_calculation/file/mandatories.env similarity index 100% rename from tests/results/16_2family_redefine_calculation/file/mandatories.env rename to tests/results/test_namespace/16_2family_redefine_calculation/file/mandatories.env diff --git a/tests/results/test_namespace/16_2family_redefine_calculation/makedict/all.json b/tests/results/test_namespace/16_2family_redefine_calculation/makedict/all.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/16_2family_redefine_calculation/makedict/all.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/16_2family_redefine_calculation/makedict/mandatories.json b/tests/results/test_namespace/16_2family_redefine_calculation/makedict/mandatories.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/16_2family_redefine_calculation/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/16_2family_redefine_disabled/errors/all.json b/tests/results/test_namespace/16_2family_redefine_disabled/errors/all.json similarity index 100% rename from tests/results/16_2family_redefine_disabled/errors/all.json rename to tests/results/test_namespace/16_2family_redefine_disabled/errors/all.json diff --git a/tests/results/16_2family_redefine_disabled/errors/mandatories.json b/tests/results/test_namespace/16_2family_redefine_disabled/errors/mandatories.json similarity index 100% rename from tests/results/16_2family_redefine_disabled/errors/mandatories.json rename to tests/results/test_namespace/16_2family_redefine_disabled/errors/mandatories.json diff --git a/tests/results/16_2family_redefine_disabled/file/all.env b/tests/results/test_namespace/16_2family_redefine_disabled/file/all.env similarity index 100% rename from tests/results/16_2family_redefine_disabled/file/all.env rename to tests/results/test_namespace/16_2family_redefine_disabled/file/all.env diff --git a/tests/results/16_2family_redefine_disabled/file/all_exclude.env b/tests/results/test_namespace/16_2family_redefine_disabled/file/all_exclude.env similarity index 100% rename from tests/results/16_2family_redefine_disabled/file/all_exclude.env rename to tests/results/test_namespace/16_2family_redefine_disabled/file/all_exclude.env diff --git a/tests/results/16_2family_redefine_disabled/file/mandatories.env b/tests/results/test_namespace/16_2family_redefine_disabled/file/mandatories.env similarity index 100% rename from tests/results/16_2family_redefine_disabled/file/mandatories.env rename to tests/results/test_namespace/16_2family_redefine_disabled/file/mandatories.env diff --git a/tests/results/test_namespace/16_2family_redefine_disabled/makedict/all.json b/tests/results/test_namespace/16_2family_redefine_disabled/makedict/all.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/16_2family_redefine_disabled/makedict/all.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/16_2family_redefine_disabled/makedict/mandatories.json b/tests/results/test_namespace/16_2family_redefine_disabled/makedict/mandatories.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/16_2family_redefine_disabled/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/16_5exists_nonexists/errors/all.json b/tests/results/test_namespace/16_5exists_nonexists/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5exists_nonexists/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5exists_nonexists/errors/mandatories.json b/tests/results/test_namespace/16_5exists_nonexists/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5exists_nonexists/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_5exists_nonexists/file/all.env b/tests/results/test_namespace/16_5exists_nonexists/file/all.env similarity index 100% rename from tests/results/16_5exists_nonexists/file/all.env rename to tests/results/test_namespace/16_5exists_nonexists/file/all.env diff --git a/tests/results/16_5exists_nonexists/file/all_exclude.env b/tests/results/test_namespace/16_5exists_nonexists/file/all_exclude.env similarity index 100% rename from tests/results/16_5exists_nonexists/file/all_exclude.env rename to tests/results/test_namespace/16_5exists_nonexists/file/all_exclude.env diff --git a/tests/results/test_namespace/16_5exists_nonexists/file/mandatories.env b/tests/results/test_namespace/16_5exists_nonexists/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/16_5exists_nonexists/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/16_5exists_nonexists/makedict/all.json b/tests/results/test_namespace/16_5exists_nonexists/makedict/all.json similarity index 100% rename from tests/results/16_5exists_nonexists/makedict/all.json rename to tests/results/test_namespace/16_5exists_nonexists/makedict/all.json diff --git a/tests/results/16_5exists_nonexists/makedict/mandatories.json b/tests/results/test_namespace/16_5exists_nonexists/makedict/mandatories.json similarity index 100% rename from tests/results/16_5exists_nonexists/makedict/mandatories.json rename to tests/results/test_namespace/16_5exists_nonexists/makedict/mandatories.json diff --git a/tests/results/16_5exists_redefine/errors/all.json b/tests/results/test_namespace/16_5exists_redefine/errors/all.json similarity index 100% rename from tests/results/16_5exists_redefine/errors/all.json rename to tests/results/test_namespace/16_5exists_redefine/errors/all.json diff --git a/tests/results/test_namespace/16_5exists_redefine/errors/mandatories.json b/tests/results/test_namespace/16_5exists_redefine/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5exists_redefine/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_5exists_redefine/file/all.env b/tests/results/test_namespace/16_5exists_redefine/file/all.env similarity index 100% rename from tests/results/16_5exists_redefine/file/all.env rename to tests/results/test_namespace/16_5exists_redefine/file/all.env diff --git a/tests/results/16_5exists_redefine/file/all_exclude.env b/tests/results/test_namespace/16_5exists_redefine/file/all_exclude.env similarity index 100% rename from tests/results/16_5exists_redefine/file/all_exclude.env rename to tests/results/test_namespace/16_5exists_redefine/file/all_exclude.env diff --git a/tests/results/test_namespace/16_5exists_redefine/file/mandatories.env b/tests/results/test_namespace/16_5exists_redefine/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/16_5exists_redefine/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/16_5exists_redefine/makedict/all.json b/tests/results/test_namespace/16_5exists_redefine/makedict/all.json similarity index 100% rename from tests/results/16_5exists_redefine/makedict/all.json rename to tests/results/test_namespace/16_5exists_redefine/makedict/all.json diff --git a/tests/results/16_5exists_redefine/makedict/mandatories.json b/tests/results/test_namespace/16_5exists_redefine/makedict/mandatories.json similarity index 100% rename from tests/results/16_5exists_redefine/makedict/mandatories.json rename to tests/results/test_namespace/16_5exists_redefine/makedict/mandatories.json diff --git a/tests/results/test_namespace/16_5redefine_calculation/errors/all.json b/tests/results/test_namespace/16_5redefine_calculation/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_calculation/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_calculation/errors/mandatories.json b/tests/results/test_namespace/16_5redefine_calculation/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_calculation/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_5redefine_calculation/file/all.env b/tests/results/test_namespace/16_5redefine_calculation/file/all.env similarity index 100% rename from tests/results/16_5redefine_calculation/file/all.env rename to tests/results/test_namespace/16_5redefine_calculation/file/all.env diff --git a/tests/results/16_5redefine_calculation/file/all_exclude.env b/tests/results/test_namespace/16_5redefine_calculation/file/all_exclude.env similarity index 100% rename from tests/results/16_5redefine_calculation/file/all_exclude.env rename to tests/results/test_namespace/16_5redefine_calculation/file/all_exclude.env diff --git a/tests/results/test_namespace/16_5redefine_calculation/file/mandatories.env b/tests/results/test_namespace/16_5redefine_calculation/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_calculation/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/16_5redefine_calculation/makedict/all.json b/tests/results/test_namespace/16_5redefine_calculation/makedict/all.json similarity index 100% rename from tests/results/16_5redefine_calculation/makedict/all.json rename to tests/results/test_namespace/16_5redefine_calculation/makedict/all.json diff --git a/tests/results/16_5redefine_calculation/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_calculation/makedict/mandatories.json similarity index 100% rename from tests/results/16_5redefine_calculation/makedict/mandatories.json rename to tests/results/test_namespace/16_5redefine_calculation/makedict/mandatories.json diff --git a/tests/results/test_namespace/16_5redefine_choice/errors/all.json b/tests/results/test_namespace/16_5redefine_choice/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_choice/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_choice/errors/mandatories.json b/tests/results/test_namespace/16_5redefine_choice/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_choice/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_5redefine_choice/file/all.env b/tests/results/test_namespace/16_5redefine_choice/file/all.env similarity index 100% rename from tests/results/16_5redefine_choice/file/all.env rename to tests/results/test_namespace/16_5redefine_choice/file/all.env diff --git a/tests/results/16_5redefine_choice/file/all_exclude.env b/tests/results/test_namespace/16_5redefine_choice/file/all_exclude.env similarity index 100% rename from tests/results/16_5redefine_choice/file/all_exclude.env rename to tests/results/test_namespace/16_5redefine_choice/file/all_exclude.env diff --git a/tests/results/16_5redefine_choice/file/mandatories.env b/tests/results/test_namespace/16_5redefine_choice/file/mandatories.env similarity index 100% rename from tests/results/16_5redefine_choice/file/mandatories.env rename to tests/results/test_namespace/16_5redefine_choice/file/mandatories.env diff --git a/tests/results/16_5redefine_choice/makedict/all.json b/tests/results/test_namespace/16_5redefine_choice/makedict/all.json similarity index 100% rename from tests/results/16_5redefine_choice/makedict/all.json rename to tests/results/test_namespace/16_5redefine_choice/makedict/all.json diff --git a/tests/results/16_5redefine_choice/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_choice/makedict/mandatories.json similarity index 100% rename from tests/results/16_5redefine_choice/makedict/mandatories.json rename to tests/results/test_namespace/16_5redefine_choice/makedict/mandatories.json diff --git a/tests/results/test_namespace/16_5redefine_default/errors/all.json b/tests/results/test_namespace/16_5redefine_default/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_default/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_default/errors/mandatories.json b/tests/results/test_namespace/16_5redefine_default/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_default/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_5redefine_default/file/all.env b/tests/results/test_namespace/16_5redefine_default/file/all.env similarity index 100% rename from tests/results/16_5redefine_default/file/all.env rename to tests/results/test_namespace/16_5redefine_default/file/all.env diff --git a/tests/results/16_5redefine_default/file/all_exclude.env b/tests/results/test_namespace/16_5redefine_default/file/all_exclude.env similarity index 100% rename from tests/results/16_5redefine_default/file/all_exclude.env rename to tests/results/test_namespace/16_5redefine_default/file/all_exclude.env diff --git a/tests/results/test_namespace/16_5redefine_default/file/mandatories.env b/tests/results/test_namespace/16_5redefine_default/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_default/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/16_5redefine_default/makedict/all.json b/tests/results/test_namespace/16_5redefine_default/makedict/all.json similarity index 100% rename from tests/results/16_5redefine_default/makedict/all.json rename to tests/results/test_namespace/16_5redefine_default/makedict/all.json diff --git a/tests/results/16_5redefine_default/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_default/makedict/mandatories.json similarity index 100% rename from tests/results/16_5redefine_default/makedict/mandatories.json rename to tests/results/test_namespace/16_5redefine_default/makedict/mandatories.json diff --git a/tests/results/test_namespace/16_5redefine_default_calculation/errors/all.json b/tests/results/test_namespace/16_5redefine_default_calculation/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_default_calculation/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_default_calculation/errors/mandatories.json b/tests/results/test_namespace/16_5redefine_default_calculation/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_default_calculation/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_5redefine_default_calculation/file/all.env b/tests/results/test_namespace/16_5redefine_default_calculation/file/all.env similarity index 100% rename from tests/results/16_5redefine_default_calculation/file/all.env rename to tests/results/test_namespace/16_5redefine_default_calculation/file/all.env diff --git a/tests/results/16_5redefine_default_calculation/file/all_exclude.env b/tests/results/test_namespace/16_5redefine_default_calculation/file/all_exclude.env similarity index 100% rename from tests/results/16_5redefine_default_calculation/file/all_exclude.env rename to tests/results/test_namespace/16_5redefine_default_calculation/file/all_exclude.env diff --git a/tests/results/16_5redefine_default_calculation/file/mandatories.env b/tests/results/test_namespace/16_5redefine_default_calculation/file/mandatories.env similarity index 100% rename from tests/results/16_5redefine_default_calculation/file/mandatories.env rename to tests/results/test_namespace/16_5redefine_default_calculation/file/mandatories.env diff --git a/tests/results/16_5redefine_default_calculation/makedict/all.json b/tests/results/test_namespace/16_5redefine_default_calculation/makedict/all.json similarity index 100% rename from tests/results/16_5redefine_default_calculation/makedict/all.json rename to tests/results/test_namespace/16_5redefine_default_calculation/makedict/all.json diff --git a/tests/results/16_5redefine_default_calculation/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_default_calculation/makedict/mandatories.json similarity index 100% rename from tests/results/16_5redefine_default_calculation/makedict/mandatories.json rename to tests/results/test_namespace/16_5redefine_default_calculation/makedict/mandatories.json diff --git a/tests/results/test_namespace/16_5redefine_family/errors/all.json b/tests/results/test_namespace/16_5redefine_family/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_family/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_family/errors/mandatories.json b/tests/results/test_namespace/16_5redefine_family/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_family/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_5redefine_family/file/all.env b/tests/results/test_namespace/16_5redefine_family/file/all.env similarity index 100% rename from tests/results/16_5redefine_family/file/all.env rename to tests/results/test_namespace/16_5redefine_family/file/all.env diff --git a/tests/results/16_5redefine_family/file/all_exclude.env b/tests/results/test_namespace/16_5redefine_family/file/all_exclude.env similarity index 100% rename from tests/results/16_5redefine_family/file/all_exclude.env rename to tests/results/test_namespace/16_5redefine_family/file/all_exclude.env diff --git a/tests/results/16_5redefine_family/file/mandatories.env b/tests/results/test_namespace/16_5redefine_family/file/mandatories.env similarity index 100% rename from tests/results/16_5redefine_family/file/mandatories.env rename to tests/results/test_namespace/16_5redefine_family/file/mandatories.env diff --git a/tests/results/16_5redefine_family/makedict/all.json b/tests/results/test_namespace/16_5redefine_family/makedict/all.json similarity index 100% rename from tests/results/16_5redefine_family/makedict/all.json rename to tests/results/test_namespace/16_5redefine_family/makedict/all.json diff --git a/tests/results/16_5redefine_family/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_family/makedict/mandatories.json similarity index 100% rename from tests/results/16_5redefine_family/makedict/mandatories.json rename to tests/results/test_namespace/16_5redefine_family/makedict/mandatories.json diff --git a/tests/results/test_namespace/16_5redefine_help/errors/all.json b/tests/results/test_namespace/16_5redefine_help/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_help/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_help/errors/mandatories.json b/tests/results/test_namespace/16_5redefine_help/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_help/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_5redefine_help/file/all.env b/tests/results/test_namespace/16_5redefine_help/file/all.env similarity index 100% rename from tests/results/16_5redefine_help/file/all.env rename to tests/results/test_namespace/16_5redefine_help/file/all.env diff --git a/tests/results/16_5redefine_help/file/all_exclude.env b/tests/results/test_namespace/16_5redefine_help/file/all_exclude.env similarity index 100% rename from tests/results/16_5redefine_help/file/all_exclude.env rename to tests/results/test_namespace/16_5redefine_help/file/all_exclude.env diff --git a/tests/results/16_5redefine_help/file/mandatories.env b/tests/results/test_namespace/16_5redefine_help/file/mandatories.env similarity index 100% rename from tests/results/16_5redefine_help/file/mandatories.env rename to tests/results/test_namespace/16_5redefine_help/file/mandatories.env diff --git a/tests/results/16_5redefine_help/makedict/all.json b/tests/results/test_namespace/16_5redefine_help/makedict/all.json similarity index 100% rename from tests/results/16_5redefine_help/makedict/all.json rename to tests/results/test_namespace/16_5redefine_help/makedict/all.json diff --git a/tests/results/16_5redefine_help/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_help/makedict/mandatories.json similarity index 100% rename from tests/results/16_5redefine_help/makedict/mandatories.json rename to tests/results/test_namespace/16_5redefine_help/makedict/mandatories.json diff --git a/tests/results/16_5redefine_hidden/errors/all.json b/tests/results/test_namespace/16_5redefine_hidden/errors/all.json similarity index 100% rename from tests/results/16_5redefine_hidden/errors/all.json rename to tests/results/test_namespace/16_5redefine_hidden/errors/all.json diff --git a/tests/results/test_namespace/16_5redefine_hidden/errors/mandatories.json b/tests/results/test_namespace/16_5redefine_hidden/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_hidden/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_5redefine_hidden/file/all.env b/tests/results/test_namespace/16_5redefine_hidden/file/all.env similarity index 100% rename from tests/results/16_5redefine_hidden/file/all.env rename to tests/results/test_namespace/16_5redefine_hidden/file/all.env diff --git a/tests/results/16_5redefine_hidden/file/all_exclude.env b/tests/results/test_namespace/16_5redefine_hidden/file/all_exclude.env similarity index 100% rename from tests/results/16_5redefine_hidden/file/all_exclude.env rename to tests/results/test_namespace/16_5redefine_hidden/file/all_exclude.env diff --git a/tests/results/test_namespace/16_5redefine_hidden/file/mandatories.env b/tests/results/test_namespace/16_5redefine_hidden/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_hidden/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/16_5redefine_hidden/makedict/all.json b/tests/results/test_namespace/16_5redefine_hidden/makedict/all.json similarity index 100% rename from tests/results/16_5redefine_hidden/makedict/all.json rename to tests/results/test_namespace/16_5redefine_hidden/makedict/all.json diff --git a/tests/results/16_5redefine_hidden/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_hidden/makedict/mandatories.json similarity index 100% rename from tests/results/16_5redefine_hidden/makedict/mandatories.json rename to tests/results/test_namespace/16_5redefine_hidden/makedict/mandatories.json diff --git a/tests/results/test_namespace/16_5redefine_multi/errors/all.json b/tests/results/test_namespace/16_5redefine_multi/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_multi/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_multi/errors/mandatories.json b/tests/results/test_namespace/16_5redefine_multi/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_multi/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_5redefine_multi/file/all.env b/tests/results/test_namespace/16_5redefine_multi/file/all.env similarity index 100% rename from tests/results/16_5redefine_multi/file/all.env rename to tests/results/test_namespace/16_5redefine_multi/file/all.env diff --git a/tests/results/16_5redefine_multi/file/all_exclude.env b/tests/results/test_namespace/16_5redefine_multi/file/all_exclude.env similarity index 100% rename from tests/results/16_5redefine_multi/file/all_exclude.env rename to tests/results/test_namespace/16_5redefine_multi/file/all_exclude.env diff --git a/tests/results/test_namespace/16_5redefine_multi/file/mandatories.env b/tests/results/test_namespace/16_5redefine_multi/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_multi/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/16_5redefine_multi/makedict/all.json b/tests/results/test_namespace/16_5redefine_multi/makedict/all.json similarity index 100% rename from tests/results/16_5redefine_multi/makedict/all.json rename to tests/results/test_namespace/16_5redefine_multi/makedict/all.json diff --git a/tests/results/16_5redefine_multi/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_multi/makedict/mandatories.json similarity index 100% rename from tests/results/16_5redefine_multi/makedict/mandatories.json rename to tests/results/test_namespace/16_5redefine_multi/makedict/mandatories.json diff --git a/tests/results/test_namespace/16_5redefine_remove_disable_calculation/errors/all.json b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_remove_disable_calculation/errors/mandatories.json b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_5redefine_remove_disable_calculation/file/all.env b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/file/all.env similarity index 100% rename from tests/results/16_5redefine_remove_disable_calculation/file/all.env rename to tests/results/test_namespace/16_5redefine_remove_disable_calculation/file/all.env diff --git a/tests/results/16_5redefine_remove_disable_calculation/file/all_exclude.env b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/file/all_exclude.env similarity index 100% rename from tests/results/16_5redefine_remove_disable_calculation/file/all_exclude.env rename to tests/results/test_namespace/16_5redefine_remove_disable_calculation/file/all_exclude.env diff --git a/tests/results/16_5redefine_remove_disable_calculation/file/mandatories.env b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/file/mandatories.env similarity index 100% rename from tests/results/16_5redefine_remove_disable_calculation/file/mandatories.env rename to tests/results/test_namespace/16_5redefine_remove_disable_calculation/file/mandatories.env diff --git a/tests/results/16_5redefine_remove_disable_calculation/makedict/all.json b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/makedict/all.json similarity index 100% rename from tests/results/16_5redefine_remove_disable_calculation/makedict/all.json rename to tests/results/test_namespace/16_5redefine_remove_disable_calculation/makedict/all.json diff --git a/tests/results/16_5redefine_remove_disable_calculation/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/makedict/mandatories.json similarity index 100% rename from tests/results/16_5redefine_remove_disable_calculation/makedict/mandatories.json rename to tests/results/test_namespace/16_5redefine_remove_disable_calculation/makedict/mandatories.json diff --git a/tests/results/test_namespace/16_5test_redefine/errors/all.json b/tests/results/test_namespace/16_5test_redefine/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5test_redefine/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_5test_redefine/errors/mandatories.json b/tests/results/test_namespace/16_5test_redefine/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_5test_redefine/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_5test_redefine/file/all.env b/tests/results/test_namespace/16_5test_redefine/file/all.env similarity index 100% rename from tests/results/16_5test_redefine/file/all.env rename to tests/results/test_namespace/16_5test_redefine/file/all.env diff --git a/tests/results/16_5test_redefine/file/all_exclude.env b/tests/results/test_namespace/16_5test_redefine/file/all_exclude.env similarity index 100% rename from tests/results/16_5test_redefine/file/all_exclude.env rename to tests/results/test_namespace/16_5test_redefine/file/all_exclude.env diff --git a/tests/results/16_5test_redefine/file/mandatories.env b/tests/results/test_namespace/16_5test_redefine/file/mandatories.env similarity index 100% rename from tests/results/16_5test_redefine/file/mandatories.env rename to tests/results/test_namespace/16_5test_redefine/file/mandatories.env diff --git a/tests/results/16_5test_redefine/makedict/all.json b/tests/results/test_namespace/16_5test_redefine/makedict/all.json similarity index 100% rename from tests/results/16_5test_redefine/makedict/all.json rename to tests/results/test_namespace/16_5test_redefine/makedict/all.json diff --git a/tests/results/16_5test_redefine/makedict/mandatories.json b/tests/results/test_namespace/16_5test_redefine/makedict/mandatories.json similarity index 100% rename from tests/results/16_5test_redefine/makedict/mandatories.json rename to tests/results/test_namespace/16_5test_redefine/makedict/mandatories.json diff --git a/tests/results/test_namespace/16_6choice_redefine/errors/all.json b/tests/results/test_namespace/16_6choice_redefine/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_6choice_redefine/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_6choice_redefine/errors/mandatories.json b/tests/results/test_namespace/16_6choice_redefine/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_6choice_redefine/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_6choice_redefine/file/all.env b/tests/results/test_namespace/16_6choice_redefine/file/all.env similarity index 100% rename from tests/results/16_6choice_redefine/file/all.env rename to tests/results/test_namespace/16_6choice_redefine/file/all.env diff --git a/tests/results/16_6choice_redefine/file/all_exclude.env b/tests/results/test_namespace/16_6choice_redefine/file/all_exclude.env similarity index 100% rename from tests/results/16_6choice_redefine/file/all_exclude.env rename to tests/results/test_namespace/16_6choice_redefine/file/all_exclude.env diff --git a/tests/results/test_namespace/16_6choice_redefine/file/mandatories.env b/tests/results/test_namespace/16_6choice_redefine/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/16_6choice_redefine/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/16_6choice_redefine/makedict/all.json b/tests/results/test_namespace/16_6choice_redefine/makedict/all.json similarity index 100% rename from tests/results/16_6choice_redefine/makedict/all.json rename to tests/results/test_namespace/16_6choice_redefine/makedict/all.json diff --git a/tests/results/16_6choice_redefine/makedict/mandatories.json b/tests/results/test_namespace/16_6choice_redefine/makedict/mandatories.json similarity index 100% rename from tests/results/16_6choice_redefine/makedict/mandatories.json rename to tests/results/test_namespace/16_6choice_redefine/makedict/mandatories.json diff --git a/tests/results/test_namespace/16_6exists_redefine_family/errors/all.json b/tests/results/test_namespace/16_6exists_redefine_family/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_6exists_redefine_family/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_6exists_redefine_family/errors/mandatories.json b/tests/results/test_namespace/16_6exists_redefine_family/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16_6exists_redefine_family/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_6exists_redefine_family/file/all.env b/tests/results/test_namespace/16_6exists_redefine_family/file/all.env similarity index 100% rename from tests/results/16_6exists_redefine_family/file/all.env rename to tests/results/test_namespace/16_6exists_redefine_family/file/all.env diff --git a/tests/results/16_6exists_redefine_family/file/all_exclude.env b/tests/results/test_namespace/16_6exists_redefine_family/file/all_exclude.env similarity index 100% rename from tests/results/16_6exists_redefine_family/file/all_exclude.env rename to tests/results/test_namespace/16_6exists_redefine_family/file/all_exclude.env diff --git a/tests/results/16_6exists_redefine_family/file/mandatories.env b/tests/results/test_namespace/16_6exists_redefine_family/file/mandatories.env similarity index 100% rename from tests/results/16_6exists_redefine_family/file/mandatories.env rename to tests/results/test_namespace/16_6exists_redefine_family/file/mandatories.env diff --git a/tests/results/16_6exists_redefine_family/makedict/all.json b/tests/results/test_namespace/16_6exists_redefine_family/makedict/all.json similarity index 100% rename from tests/results/16_6exists_redefine_family/makedict/all.json rename to tests/results/test_namespace/16_6exists_redefine_family/makedict/all.json diff --git a/tests/results/16_6exists_redefine_family/makedict/mandatories.json b/tests/results/test_namespace/16_6exists_redefine_family/makedict/mandatories.json similarity index 100% rename from tests/results/16_6exists_redefine_family/makedict/mandatories.json rename to tests/results/test_namespace/16_6exists_redefine_family/makedict/mandatories.json diff --git a/tests/results/test_namespace/16exists_exists/errors/all.json b/tests/results/test_namespace/16exists_exists/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16exists_exists/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16exists_exists/errors/mandatories.json b/tests/results/test_namespace/16exists_exists/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/16exists_exists/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16exists_exists/file/all.env b/tests/results/test_namespace/16exists_exists/file/all.env similarity index 100% rename from tests/results/16exists_exists/file/all.env rename to tests/results/test_namespace/16exists_exists/file/all.env diff --git a/tests/results/16exists_exists/file/all_exclude.env b/tests/results/test_namespace/16exists_exists/file/all_exclude.env similarity index 100% rename from tests/results/16exists_exists/file/all_exclude.env rename to tests/results/test_namespace/16exists_exists/file/all_exclude.env diff --git a/tests/results/16exists_exists/file/mandatories.env b/tests/results/test_namespace/16exists_exists/file/mandatories.env similarity index 100% rename from tests/results/16exists_exists/file/mandatories.env rename to tests/results/test_namespace/16exists_exists/file/mandatories.env diff --git a/tests/results/16exists_exists/makedict/all.json b/tests/results/test_namespace/16exists_exists/makedict/all.json similarity index 100% rename from tests/results/16exists_exists/makedict/all.json rename to tests/results/test_namespace/16exists_exists/makedict/all.json diff --git a/tests/results/16exists_exists/makedict/mandatories.json b/tests/results/test_namespace/16exists_exists/makedict/mandatories.json similarity index 100% rename from tests/results/16exists_exists/makedict/mandatories.json rename to tests/results/test_namespace/16exists_exists/makedict/mandatories.json diff --git a/tests/results/17_5redefine_leadership/errors/all.json b/tests/results/test_namespace/17_5redefine_leadership/errors/all.json similarity index 100% rename from tests/results/17_5redefine_leadership/errors/all.json rename to tests/results/test_namespace/17_5redefine_leadership/errors/all.json diff --git a/tests/results/test_namespace/17_5redefine_leadership/errors/mandatories.json b/tests/results/test_namespace/17_5redefine_leadership/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/17_5redefine_leadership/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/17_5redefine_leadership/file/all.env b/tests/results/test_namespace/17_5redefine_leadership/file/all.env similarity index 100% rename from tests/results/17_5redefine_leadership/file/all.env rename to tests/results/test_namespace/17_5redefine_leadership/file/all.env diff --git a/tests/results/17_5redefine_leadership/file/all_exclude.env b/tests/results/test_namespace/17_5redefine_leadership/file/all_exclude.env similarity index 100% rename from tests/results/17_5redefine_leadership/file/all_exclude.env rename to tests/results/test_namespace/17_5redefine_leadership/file/all_exclude.env diff --git a/tests/results/test_namespace/17_5redefine_leadership/file/mandatories.env b/tests/results/test_namespace/17_5redefine_leadership/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/17_5redefine_leadership/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/17_5redefine_leadership/makedict/all.json b/tests/results/test_namespace/17_5redefine_leadership/makedict/all.json similarity index 100% rename from tests/results/17_5redefine_leadership/makedict/all.json rename to tests/results/test_namespace/17_5redefine_leadership/makedict/all.json diff --git a/tests/results/17_5redefine_leadership/makedict/mandatories.json b/tests/results/test_namespace/17_5redefine_leadership/makedict/mandatories.json similarity index 100% rename from tests/results/17_5redefine_leadership/makedict/mandatories.json rename to tests/results/test_namespace/17_5redefine_leadership/makedict/mandatories.json diff --git a/tests/results/test_namespace/20_0empty_family/errors/all.json b/tests/results/test_namespace/20_0empty_family/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_0empty_family/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_0empty_family/errors/mandatories.json b/tests/results/test_namespace/20_0empty_family/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_0empty_family/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_0empty_family/file/all.env b/tests/results/test_namespace/20_0empty_family/file/all.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/20_0empty_family/file/all.env @@ -0,0 +1 @@ + diff --git a/tests/results/test_namespace/20_0empty_family/file/all_exclude.env b/tests/results/test_namespace/20_0empty_family/file/all_exclude.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/20_0empty_family/file/all_exclude.env @@ -0,0 +1 @@ + diff --git a/tests/results/test_namespace/20_0empty_family/file/mandatories.env b/tests/results/test_namespace/20_0empty_family/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/20_0empty_family/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/test_namespace/20_0empty_family/makedict/all.json b/tests/results/test_namespace/20_0empty_family/makedict/all.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/20_0empty_family/makedict/all.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/20_0empty_family/makedict/mandatories.json b/tests/results/test_namespace/20_0empty_family/makedict/mandatories.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/20_0empty_family/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/20_0family_append/errors/all.json b/tests/results/test_namespace/20_0family_append/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_0family_append/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_0family_append/errors/mandatories.json b/tests/results/test_namespace/20_0family_append/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_0family_append/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/20_0family_append/file/all.env b/tests/results/test_namespace/20_0family_append/file/all.env similarity index 100% rename from tests/results/20_0family_append/file/all.env rename to tests/results/test_namespace/20_0family_append/file/all.env diff --git a/tests/results/20_0family_append/file/all_exclude.env b/tests/results/test_namespace/20_0family_append/file/all_exclude.env similarity index 100% rename from tests/results/20_0family_append/file/all_exclude.env rename to tests/results/test_namespace/20_0family_append/file/all_exclude.env diff --git a/tests/results/20_0family_append/file/mandatories.env b/tests/results/test_namespace/20_0family_append/file/mandatories.env similarity index 100% rename from tests/results/20_0family_append/file/mandatories.env rename to tests/results/test_namespace/20_0family_append/file/mandatories.env diff --git a/tests/results/20_0family_append/makedict/all.json b/tests/results/test_namespace/20_0family_append/makedict/all.json similarity index 100% rename from tests/results/20_0family_append/makedict/all.json rename to tests/results/test_namespace/20_0family_append/makedict/all.json diff --git a/tests/results/20_0family_append/makedict/mandatories.json b/tests/results/test_namespace/20_0family_append/makedict/mandatories.json similarity index 100% rename from tests/results/20_0family_append/makedict/mandatories.json rename to tests/results/test_namespace/20_0family_append/makedict/mandatories.json diff --git a/tests/results/20_0family_underscore/errors/all.json b/tests/results/test_namespace/20_0family_underscore/errors/all.json similarity index 100% rename from tests/results/20_0family_underscore/errors/all.json rename to tests/results/test_namespace/20_0family_underscore/errors/all.json diff --git a/tests/results/test_namespace/20_0family_underscore/errors/mandatories.json b/tests/results/test_namespace/20_0family_underscore/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_0family_underscore/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/20_0family_underscore/file/all.env b/tests/results/test_namespace/20_0family_underscore/file/all.env similarity index 100% rename from tests/results/20_0family_underscore/file/all.env rename to tests/results/test_namespace/20_0family_underscore/file/all.env diff --git a/tests/results/20_0family_underscore/file/all_exclude.env b/tests/results/test_namespace/20_0family_underscore/file/all_exclude.env similarity index 100% rename from tests/results/20_0family_underscore/file/all_exclude.env rename to tests/results/test_namespace/20_0family_underscore/file/all_exclude.env diff --git a/tests/results/test_namespace/20_0family_underscore/file/mandatories.env b/tests/results/test_namespace/20_0family_underscore/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/20_0family_underscore/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/test_namespace/20_0family_underscore/makedict/all.json b/tests/results/test_namespace/20_0family_underscore/makedict/all.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/20_0family_underscore/makedict/all.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/20_0family_underscore/makedict/mandatories.json b/tests/results/test_namespace/20_0family_underscore/makedict/mandatories.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/20_0family_underscore/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/20_0multi_family/errors/all.json b/tests/results/test_namespace/20_0multi_family/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_0multi_family/errors/mandatories.json b/tests/results/test_namespace/20_0multi_family/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/20_0multi_family/file/all.env b/tests/results/test_namespace/20_0multi_family/file/all.env similarity index 100% rename from tests/results/20_0multi_family/file/all.env rename to tests/results/test_namespace/20_0multi_family/file/all.env diff --git a/tests/results/20_0multi_family/file/all_exclude.env b/tests/results/test_namespace/20_0multi_family/file/all_exclude.env similarity index 100% rename from tests/results/20_0multi_family/file/all_exclude.env rename to tests/results/test_namespace/20_0multi_family/file/all_exclude.env diff --git a/tests/results/test_namespace/20_0multi_family/file/mandatories.env b/tests/results/test_namespace/20_0multi_family/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/20_0multi_family/makedict/all.json b/tests/results/test_namespace/20_0multi_family/makedict/all.json similarity index 100% rename from tests/results/20_0multi_family/makedict/all.json rename to tests/results/test_namespace/20_0multi_family/makedict/all.json diff --git a/tests/results/20_0multi_family/makedict/mandatories.json b/tests/results/test_namespace/20_0multi_family/makedict/mandatories.json similarity index 100% rename from tests/results/20_0multi_family/makedict/mandatories.json rename to tests/results/test_namespace/20_0multi_family/makedict/mandatories.json diff --git a/tests/results/test_namespace/20_0multi_family_basic/errors/all.json b/tests/results/test_namespace/20_0multi_family_basic/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_basic/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_0multi_family_basic/errors/mandatories.json b/tests/results/test_namespace/20_0multi_family_basic/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_basic/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/20_0multi_family_basic/file/all.env b/tests/results/test_namespace/20_0multi_family_basic/file/all.env similarity index 100% rename from tests/results/20_0multi_family_basic/file/all.env rename to tests/results/test_namespace/20_0multi_family_basic/file/all.env diff --git a/tests/results/20_0multi_family_basic/file/all_exclude.env b/tests/results/test_namespace/20_0multi_family_basic/file/all_exclude.env similarity index 100% rename from tests/results/20_0multi_family_basic/file/all_exclude.env rename to tests/results/test_namespace/20_0multi_family_basic/file/all_exclude.env diff --git a/tests/results/20_0multi_family_basic/file/mandatories.env b/tests/results/test_namespace/20_0multi_family_basic/file/mandatories.env similarity index 100% rename from tests/results/20_0multi_family_basic/file/mandatories.env rename to tests/results/test_namespace/20_0multi_family_basic/file/mandatories.env diff --git a/tests/results/20_0multi_family_basic/makedict/all.json b/tests/results/test_namespace/20_0multi_family_basic/makedict/all.json similarity index 100% rename from tests/results/20_0multi_family_basic/makedict/all.json rename to tests/results/test_namespace/20_0multi_family_basic/makedict/all.json diff --git a/tests/results/20_0multi_family_basic/makedict/mandatories.json b/tests/results/test_namespace/20_0multi_family_basic/makedict/mandatories.json similarity index 100% rename from tests/results/20_0multi_family_basic/makedict/mandatories.json rename to tests/results/test_namespace/20_0multi_family_basic/makedict/mandatories.json diff --git a/tests/results/test_namespace/20_0multi_family_expert/errors/all.json b/tests/results/test_namespace/20_0multi_family_expert/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_expert/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_0multi_family_expert/errors/mandatories.json b/tests/results/test_namespace/20_0multi_family_expert/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_expert/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/20_0multi_family_expert/file/all.env b/tests/results/test_namespace/20_0multi_family_expert/file/all.env similarity index 100% rename from tests/results/20_0multi_family_expert/file/all.env rename to tests/results/test_namespace/20_0multi_family_expert/file/all.env diff --git a/tests/results/20_0multi_family_expert/file/all_exclude.env b/tests/results/test_namespace/20_0multi_family_expert/file/all_exclude.env similarity index 100% rename from tests/results/20_0multi_family_expert/file/all_exclude.env rename to tests/results/test_namespace/20_0multi_family_expert/file/all_exclude.env diff --git a/tests/results/test_namespace/20_0multi_family_expert/file/mandatories.env b/tests/results/test_namespace/20_0multi_family_expert/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_expert/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/20_0multi_family_expert/makedict/all.json b/tests/results/test_namespace/20_0multi_family_expert/makedict/all.json similarity index 100% rename from tests/results/20_0multi_family_expert/makedict/all.json rename to tests/results/test_namespace/20_0multi_family_expert/makedict/all.json diff --git a/tests/results/20_0multi_family_expert/makedict/mandatories.json b/tests/results/test_namespace/20_0multi_family_expert/makedict/mandatories.json similarity index 100% rename from tests/results/20_0multi_family_expert/makedict/mandatories.json rename to tests/results/test_namespace/20_0multi_family_expert/makedict/mandatories.json diff --git a/tests/results/test_namespace/20_0multi_family_order/errors/all.json b/tests/results/test_namespace/20_0multi_family_order/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_order/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_0multi_family_order/errors/mandatories.json b/tests/results/test_namespace/20_0multi_family_order/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_order/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/20_0multi_family_order/file/all.env b/tests/results/test_namespace/20_0multi_family_order/file/all.env similarity index 100% rename from tests/results/20_0multi_family_order/file/all.env rename to tests/results/test_namespace/20_0multi_family_order/file/all.env diff --git a/tests/results/20_0multi_family_order/file/all_exclude.env b/tests/results/test_namespace/20_0multi_family_order/file/all_exclude.env similarity index 100% rename from tests/results/20_0multi_family_order/file/all_exclude.env rename to tests/results/test_namespace/20_0multi_family_order/file/all_exclude.env diff --git a/tests/results/20_0multi_family_order/file/mandatories.env b/tests/results/test_namespace/20_0multi_family_order/file/mandatories.env similarity index 100% rename from tests/results/20_0multi_family_order/file/mandatories.env rename to tests/results/test_namespace/20_0multi_family_order/file/mandatories.env diff --git a/tests/results/20_0multi_family_order/makedict/all.json b/tests/results/test_namespace/20_0multi_family_order/makedict/all.json similarity index 100% rename from tests/results/20_0multi_family_order/makedict/all.json rename to tests/results/test_namespace/20_0multi_family_order/makedict/all.json diff --git a/tests/results/20_0multi_family_order/makedict/mandatories.json b/tests/results/test_namespace/20_0multi_family_order/makedict/mandatories.json similarity index 100% rename from tests/results/20_0multi_family_order/makedict/mandatories.json rename to tests/results/test_namespace/20_0multi_family_order/makedict/mandatories.json diff --git a/tests/results/test_namespace/20_0validators_differ_redefine/errors/all.json b/tests/results/test_namespace/20_0validators_differ_redefine/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_0validators_differ_redefine/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_0validators_differ_redefine/errors/mandatories.json b/tests/results/test_namespace/20_0validators_differ_redefine/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_0validators_differ_redefine/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/20_0validators_differ_redefine/file/all.env b/tests/results/test_namespace/20_0validators_differ_redefine/file/all.env similarity index 100% rename from tests/results/20_0validators_differ_redefine/file/all.env rename to tests/results/test_namespace/20_0validators_differ_redefine/file/all.env diff --git a/tests/results/20_0validators_differ_redefine/file/all_exclude.env b/tests/results/test_namespace/20_0validators_differ_redefine/file/all_exclude.env similarity index 100% rename from tests/results/20_0validators_differ_redefine/file/all_exclude.env rename to tests/results/test_namespace/20_0validators_differ_redefine/file/all_exclude.env diff --git a/tests/results/test_namespace/20_0validators_differ_redefine/file/mandatories.env b/tests/results/test_namespace/20_0validators_differ_redefine/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/20_0validators_differ_redefine/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/20_0validators_differ_redefine/makedict/all.json b/tests/results/test_namespace/20_0validators_differ_redefine/makedict/all.json similarity index 100% rename from tests/results/20_0validators_differ_redefine/makedict/all.json rename to tests/results/test_namespace/20_0validators_differ_redefine/makedict/all.json diff --git a/tests/results/20_0validators_differ_redefine/makedict/mandatories.json b/tests/results/test_namespace/20_0validators_differ_redefine/makedict/mandatories.json similarity index 100% rename from tests/results/20_0validators_differ_redefine/makedict/mandatories.json rename to tests/results/test_namespace/20_0validators_differ_redefine/makedict/mandatories.json diff --git a/tests/results/test_namespace/20_1empty_subfamily/errors/all.json b/tests/results/test_namespace/20_1empty_subfamily/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_1empty_subfamily/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_1empty_subfamily/errors/mandatories.json b/tests/results/test_namespace/20_1empty_subfamily/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_1empty_subfamily/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_1empty_subfamily/file/all.env b/tests/results/test_namespace/20_1empty_subfamily/file/all.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/20_1empty_subfamily/file/all.env @@ -0,0 +1 @@ + diff --git a/tests/results/test_namespace/20_1empty_subfamily/file/all_exclude.env b/tests/results/test_namespace/20_1empty_subfamily/file/all_exclude.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/20_1empty_subfamily/file/all_exclude.env @@ -0,0 +1 @@ + diff --git a/tests/results/test_namespace/20_1empty_subfamily/file/mandatories.env b/tests/results/test_namespace/20_1empty_subfamily/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/20_1empty_subfamily/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/test_namespace/20_1empty_subfamily/makedict/all.json b/tests/results/test_namespace/20_1empty_subfamily/makedict/all.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/20_1empty_subfamily/makedict/all.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/20_1empty_subfamily/makedict/mandatories.json b/tests/results/test_namespace/20_1empty_subfamily/makedict/mandatories.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/20_1empty_subfamily/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/20_9default_information_parent/errors/all.json b/tests/results/test_namespace/20_9default_information_parent/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_9default_information_parent/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_9default_information_parent/errors/mandatories.json b/tests/results/test_namespace/20_9default_information_parent/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/20_9default_information_parent/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/20_9default_information_parent/file/all.env b/tests/results/test_namespace/20_9default_information_parent/file/all.env similarity index 100% rename from tests/results/20_9default_information_parent/file/all.env rename to tests/results/test_namespace/20_9default_information_parent/file/all.env diff --git a/tests/results/20_9default_information_parent/file/all_exclude.env b/tests/results/test_namespace/20_9default_information_parent/file/all_exclude.env similarity index 100% rename from tests/results/20_9default_information_parent/file/all_exclude.env rename to tests/results/test_namespace/20_9default_information_parent/file/all_exclude.env diff --git a/tests/results/20_9default_information_parent/file/mandatories.env b/tests/results/test_namespace/20_9default_information_parent/file/mandatories.env similarity index 100% rename from tests/results/20_9default_information_parent/file/mandatories.env rename to tests/results/test_namespace/20_9default_information_parent/file/mandatories.env diff --git a/tests/results/20_9default_information_parent/makedict/all.json b/tests/results/test_namespace/20_9default_information_parent/makedict/all.json similarity index 100% rename from tests/results/20_9default_information_parent/makedict/all.json rename to tests/results/test_namespace/20_9default_information_parent/makedict/all.json diff --git a/tests/results/20_9default_information_parent/makedict/mandatories.json b/tests/results/test_namespace/20_9default_information_parent/makedict/mandatories.json similarity index 100% rename from tests/results/20_9default_information_parent/makedict/mandatories.json rename to tests/results/test_namespace/20_9default_information_parent/makedict/mandatories.json diff --git a/tests/results/test_namespace/24_0family_hidden_condition/errors/all.json b/tests/results/test_namespace/24_0family_hidden_condition/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition/errors/mandatories.json b/tests/results/test_namespace/24_0family_hidden_condition/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/24_0family_hidden_condition/file/all.env b/tests/results/test_namespace/24_0family_hidden_condition/file/all.env similarity index 100% rename from tests/results/24_0family_hidden_condition/file/all.env rename to tests/results/test_namespace/24_0family_hidden_condition/file/all.env diff --git a/tests/results/24_0family_hidden_condition/file/all_exclude.env b/tests/results/test_namespace/24_0family_hidden_condition/file/all_exclude.env similarity index 100% rename from tests/results/24_0family_hidden_condition/file/all_exclude.env rename to tests/results/test_namespace/24_0family_hidden_condition/file/all_exclude.env diff --git a/tests/results/24_0family_hidden_condition/file/mandatories.env b/tests/results/test_namespace/24_0family_hidden_condition/file/mandatories.env similarity index 100% rename from tests/results/24_0family_hidden_condition/file/mandatories.env rename to tests/results/test_namespace/24_0family_hidden_condition/file/mandatories.env diff --git a/tests/results/24_0family_hidden_condition/makedict/all.json b/tests/results/test_namespace/24_0family_hidden_condition/makedict/all.json similarity index 100% rename from tests/results/24_0family_hidden_condition/makedict/all.json rename to tests/results/test_namespace/24_0family_hidden_condition/makedict/all.json diff --git a/tests/results/24_0family_hidden_condition/makedict/mandatories.json b/tests/results/test_namespace/24_0family_hidden_condition/makedict/mandatories.json similarity index 100% rename from tests/results/24_0family_hidden_condition/makedict/mandatories.json rename to tests/results/test_namespace/24_0family_hidden_condition/makedict/mandatories.json diff --git a/tests/results/test_namespace/24_0family_hidden_condition_boolean/errors/all.json b/tests/results/test_namespace/24_0family_hidden_condition_boolean/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_boolean/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition_boolean/errors/mandatories.json b/tests/results/test_namespace/24_0family_hidden_condition_boolean/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_boolean/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/24_0family_hidden_condition_boolean/file/all.env b/tests/results/test_namespace/24_0family_hidden_condition_boolean/file/all.env similarity index 100% rename from tests/results/24_0family_hidden_condition_boolean/file/all.env rename to tests/results/test_namespace/24_0family_hidden_condition_boolean/file/all.env diff --git a/tests/results/24_0family_hidden_condition_boolean/file/all_exclude.env b/tests/results/test_namespace/24_0family_hidden_condition_boolean/file/all_exclude.env similarity index 100% rename from tests/results/24_0family_hidden_condition_boolean/file/all_exclude.env rename to tests/results/test_namespace/24_0family_hidden_condition_boolean/file/all_exclude.env diff --git a/tests/results/test_namespace/24_0family_hidden_condition_boolean/file/mandatories.env b/tests/results/test_namespace/24_0family_hidden_condition_boolean/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_boolean/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/24_0family_hidden_condition_boolean/makedict/all.json b/tests/results/test_namespace/24_0family_hidden_condition_boolean/makedict/all.json similarity index 100% rename from tests/results/24_0family_hidden_condition_boolean/makedict/all.json rename to tests/results/test_namespace/24_0family_hidden_condition_boolean/makedict/all.json diff --git a/tests/results/24_0family_hidden_condition_boolean/makedict/mandatories.json b/tests/results/test_namespace/24_0family_hidden_condition_boolean/makedict/mandatories.json similarity index 100% rename from tests/results/24_0family_hidden_condition_boolean/makedict/mandatories.json rename to tests/results/test_namespace/24_0family_hidden_condition_boolean/makedict/mandatories.json diff --git a/tests/results/test_namespace/24_0family_hidden_condition_sub_family/errors/all.json b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition_sub_family/errors/mandatories.json b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/24_0family_hidden_condition_sub_family/file/all.env b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/file/all.env similarity index 100% rename from tests/results/24_0family_hidden_condition_sub_family/file/all.env rename to tests/results/test_namespace/24_0family_hidden_condition_sub_family/file/all.env diff --git a/tests/results/24_0family_hidden_condition_sub_family/file/all_exclude.env b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/file/all_exclude.env similarity index 100% rename from tests/results/24_0family_hidden_condition_sub_family/file/all_exclude.env rename to tests/results/test_namespace/24_0family_hidden_condition_sub_family/file/all_exclude.env diff --git a/tests/results/24_0family_hidden_condition_sub_family/file/mandatories.env b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/file/mandatories.env similarity index 100% rename from tests/results/24_0family_hidden_condition_sub_family/file/mandatories.env rename to tests/results/test_namespace/24_0family_hidden_condition_sub_family/file/mandatories.env diff --git a/tests/results/24_0family_hidden_condition_sub_family/makedict/all.json b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/makedict/all.json similarity index 100% rename from tests/results/24_0family_hidden_condition_sub_family/makedict/all.json rename to tests/results/test_namespace/24_0family_hidden_condition_sub_family/makedict/all.json diff --git a/tests/results/24_0family_hidden_condition_sub_family/makedict/mandatories.json b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/makedict/mandatories.json similarity index 100% rename from tests/results/24_0family_hidden_condition_sub_family/makedict/mandatories.json rename to tests/results/test_namespace/24_0family_hidden_condition_sub_family/makedict/mandatories.json diff --git a/tests/results/24_0family_hidden_condition_variable_sub_family/errors/all.json b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/errors/all.json similarity index 100% rename from tests/results/24_0family_hidden_condition_variable_sub_family/errors/all.json rename to tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/errors/all.json diff --git a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/errors/mandatories.json b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/24_0family_hidden_condition_variable_sub_family/file/all.env b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/file/all.env similarity index 100% rename from tests/results/24_0family_hidden_condition_variable_sub_family/file/all.env rename to tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/file/all.env diff --git a/tests/results/24_0family_hidden_condition_variable_sub_family/file/all_exclude.env b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/file/all_exclude.env similarity index 100% rename from tests/results/24_0family_hidden_condition_variable_sub_family/file/all_exclude.env rename to tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/file/all_exclude.env diff --git a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/file/mandatories.env b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/24_0family_hidden_condition_variable_sub_family/makedict/all.json b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/makedict/all.json similarity index 100% rename from tests/results/24_0family_hidden_condition_variable_sub_family/makedict/all.json rename to tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/makedict/all.json diff --git a/tests/results/24_0family_hidden_condition_variable_sub_family/makedict/mandatories.json b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/makedict/mandatories.json similarity index 100% rename from tests/results/24_0family_hidden_condition_variable_sub_family/makedict/mandatories.json rename to tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/makedict/mandatories.json diff --git a/tests/results/24_0family_hidden_condition_with_variable/errors/all.json b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/errors/all.json similarity index 100% rename from tests/results/24_0family_hidden_condition_with_variable/errors/all.json rename to tests/results/test_namespace/24_0family_hidden_condition_with_variable/errors/all.json diff --git a/tests/results/test_namespace/24_0family_hidden_condition_with_variable/errors/mandatories.json b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/24_0family_hidden_condition_with_variable/file/all.env b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/file/all.env similarity index 100% rename from tests/results/24_0family_hidden_condition_with_variable/file/all.env rename to tests/results/test_namespace/24_0family_hidden_condition_with_variable/file/all.env diff --git a/tests/results/24_0family_hidden_condition_with_variable/file/all_exclude.env b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/file/all_exclude.env similarity index 100% rename from tests/results/24_0family_hidden_condition_with_variable/file/all_exclude.env rename to tests/results/test_namespace/24_0family_hidden_condition_with_variable/file/all_exclude.env diff --git a/tests/results/test_namespace/24_0family_hidden_condition_with_variable/file/mandatories.env b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/24_0family_hidden_condition_with_variable/makedict/all.json b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/makedict/all.json similarity index 100% rename from tests/results/24_0family_hidden_condition_with_variable/makedict/all.json rename to tests/results/test_namespace/24_0family_hidden_condition_with_variable/makedict/all.json diff --git a/tests/results/24_0family_hidden_condition_with_variable/makedict/mandatories.json b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/makedict/mandatories.json similarity index 100% rename from tests/results/24_0family_hidden_condition_with_variable/makedict/mandatories.json rename to tests/results/test_namespace/24_0family_hidden_condition_with_variable/makedict/mandatories.json diff --git a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/errors/all.json b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/errors/mandatories.json b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/24_0family_hidden_param_condition_sub_family/file/all.env b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/file/all.env similarity index 100% rename from tests/results/24_0family_hidden_param_condition_sub_family/file/all.env rename to tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/file/all.env diff --git a/tests/results/24_0family_hidden_param_condition_sub_family/file/all_exclude.env b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/file/all_exclude.env similarity index 100% rename from tests/results/24_0family_hidden_param_condition_sub_family/file/all_exclude.env rename to tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/file/all_exclude.env diff --git a/tests/results/24_0family_hidden_param_condition_sub_family/file/mandatories.env b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/file/mandatories.env similarity index 100% rename from tests/results/24_0family_hidden_param_condition_sub_family/file/mandatories.env rename to tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/file/mandatories.env diff --git a/tests/results/24_0family_hidden_param_condition_sub_family/makedict/all.json b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/makedict/all.json similarity index 100% rename from tests/results/24_0family_hidden_param_condition_sub_family/makedict/all.json rename to tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/makedict/all.json diff --git a/tests/results/24_0family_hidden_param_condition_sub_family/makedict/mandatories.json b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/makedict/mandatories.json similarity index 100% rename from tests/results/24_0family_hidden_param_condition_sub_family/makedict/mandatories.json rename to tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/makedict/mandatories.json diff --git a/tests/results/test_namespace/24_0family_mandatory_condition/errors/all.json b/tests/results/test_namespace/24_0family_mandatory_condition/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/24_0family_mandatory_condition/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_mandatory_condition/errors/mandatories.json b/tests/results/test_namespace/24_0family_mandatory_condition/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/24_0family_mandatory_condition/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/24_0family_mandatory_condition/file/all.env b/tests/results/test_namespace/24_0family_mandatory_condition/file/all.env similarity index 100% rename from tests/results/24_0family_mandatory_condition/file/all.env rename to tests/results/test_namespace/24_0family_mandatory_condition/file/all.env diff --git a/tests/results/24_0family_mandatory_condition/file/all_exclude.env b/tests/results/test_namespace/24_0family_mandatory_condition/file/all_exclude.env similarity index 100% rename from tests/results/24_0family_mandatory_condition/file/all_exclude.env rename to tests/results/test_namespace/24_0family_mandatory_condition/file/all_exclude.env diff --git a/tests/results/test_namespace/24_0family_mandatory_condition/file/mandatories.env b/tests/results/test_namespace/24_0family_mandatory_condition/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/24_0family_mandatory_condition/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/24_0family_mandatory_condition/makedict/all.json b/tests/results/test_namespace/24_0family_mandatory_condition/makedict/all.json similarity index 100% rename from tests/results/24_0family_mandatory_condition/makedict/all.json rename to tests/results/test_namespace/24_0family_mandatory_condition/makedict/all.json diff --git a/tests/results/24_0family_mandatory_condition/makedict/mandatories.json b/tests/results/test_namespace/24_0family_mandatory_condition/makedict/mandatories.json similarity index 100% rename from tests/results/24_0family_mandatory_condition/makedict/mandatories.json rename to tests/results/test_namespace/24_0family_mandatory_condition/makedict/mandatories.json diff --git a/tests/results/test_namespace/24_0family_mandatory_condition_variable/errors/all.json b/tests/results/test_namespace/24_0family_mandatory_condition_variable/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/24_0family_mandatory_condition_variable/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_mandatory_condition_variable/errors/mandatories.json b/tests/results/test_namespace/24_0family_mandatory_condition_variable/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/24_0family_mandatory_condition_variable/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/24_0family_mandatory_condition_variable/file/all.env b/tests/results/test_namespace/24_0family_mandatory_condition_variable/file/all.env similarity index 100% rename from tests/results/24_0family_mandatory_condition_variable/file/all.env rename to tests/results/test_namespace/24_0family_mandatory_condition_variable/file/all.env diff --git a/tests/results/24_0family_mandatory_condition_variable/file/all_exclude.env b/tests/results/test_namespace/24_0family_mandatory_condition_variable/file/all_exclude.env similarity index 100% rename from tests/results/24_0family_mandatory_condition_variable/file/all_exclude.env rename to tests/results/test_namespace/24_0family_mandatory_condition_variable/file/all_exclude.env diff --git a/tests/results/24_0family_mandatory_condition_variable/file/mandatories.env b/tests/results/test_namespace/24_0family_mandatory_condition_variable/file/mandatories.env similarity index 100% rename from tests/results/24_0family_mandatory_condition_variable/file/mandatories.env rename to tests/results/test_namespace/24_0family_mandatory_condition_variable/file/mandatories.env diff --git a/tests/results/24_0family_mandatory_condition_variable/makedict/all.json b/tests/results/test_namespace/24_0family_mandatory_condition_variable/makedict/all.json similarity index 100% rename from tests/results/24_0family_mandatory_condition_variable/makedict/all.json rename to tests/results/test_namespace/24_0family_mandatory_condition_variable/makedict/all.json diff --git a/tests/results/24_0family_mandatory_condition_variable/makedict/mandatories.json b/tests/results/test_namespace/24_0family_mandatory_condition_variable/makedict/mandatories.json similarity index 100% rename from tests/results/24_0family_mandatory_condition_variable/makedict/mandatories.json rename to tests/results/test_namespace/24_0family_mandatory_condition_variable/makedict/mandatories.json diff --git a/tests/results/test_namespace/24_7validators_variable_optional/errors/all.json b/tests/results/test_namespace/24_7validators_variable_optional/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/24_7validators_variable_optional/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_7validators_variable_optional/errors/mandatories.json b/tests/results/test_namespace/24_7validators_variable_optional/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/24_7validators_variable_optional/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/24_7validators_variable_optional/file/all.env b/tests/results/test_namespace/24_7validators_variable_optional/file/all.env similarity index 100% rename from tests/results/24_7validators_variable_optional/file/all.env rename to tests/results/test_namespace/24_7validators_variable_optional/file/all.env diff --git a/tests/results/24_7validators_variable_optional/file/all_exclude.env b/tests/results/test_namespace/24_7validators_variable_optional/file/all_exclude.env similarity index 100% rename from tests/results/24_7validators_variable_optional/file/all_exclude.env rename to tests/results/test_namespace/24_7validators_variable_optional/file/all_exclude.env diff --git a/tests/results/24_7validators_variable_optional/file/mandatories.env b/tests/results/test_namespace/24_7validators_variable_optional/file/mandatories.env similarity index 100% rename from tests/results/24_7validators_variable_optional/file/mandatories.env rename to tests/results/test_namespace/24_7validators_variable_optional/file/mandatories.env diff --git a/tests/results/24_7validators_variable_optional/makedict/all.json b/tests/results/test_namespace/24_7validators_variable_optional/makedict/all.json similarity index 100% rename from tests/results/24_7validators_variable_optional/makedict/all.json rename to tests/results/test_namespace/24_7validators_variable_optional/makedict/all.json diff --git a/tests/results/24_7validators_variable_optional/makedict/mandatories.json b/tests/results/test_namespace/24_7validators_variable_optional/makedict/mandatories.json similarity index 100% rename from tests/results/24_7validators_variable_optional/makedict/mandatories.json rename to tests/results/test_namespace/24_7validators_variable_optional/makedict/mandatories.json diff --git a/tests/results/24_family_disabled_var_hidden/errors/all.json b/tests/results/test_namespace/24_family_disabled_var_hidden/errors/all.json similarity index 100% rename from tests/results/24_family_disabled_var_hidden/errors/all.json rename to tests/results/test_namespace/24_family_disabled_var_hidden/errors/all.json diff --git a/tests/results/24_family_disabled_var_hidden/errors/mandatories.json b/tests/results/test_namespace/24_family_disabled_var_hidden/errors/mandatories.json similarity index 100% rename from tests/results/24_family_disabled_var_hidden/errors/mandatories.json rename to tests/results/test_namespace/24_family_disabled_var_hidden/errors/mandatories.json diff --git a/tests/results/24_family_disabled_var_hidden/file/all.env b/tests/results/test_namespace/24_family_disabled_var_hidden/file/all.env similarity index 100% rename from tests/results/24_family_disabled_var_hidden/file/all.env rename to tests/results/test_namespace/24_family_disabled_var_hidden/file/all.env diff --git a/tests/results/24_family_disabled_var_hidden/file/all_exclude.env b/tests/results/test_namespace/24_family_disabled_var_hidden/file/all_exclude.env similarity index 100% rename from tests/results/24_family_disabled_var_hidden/file/all_exclude.env rename to tests/results/test_namespace/24_family_disabled_var_hidden/file/all_exclude.env diff --git a/tests/results/24_family_disabled_var_hidden/file/mandatories.env b/tests/results/test_namespace/24_family_disabled_var_hidden/file/mandatories.env similarity index 100% rename from tests/results/24_family_disabled_var_hidden/file/mandatories.env rename to tests/results/test_namespace/24_family_disabled_var_hidden/file/mandatories.env diff --git a/tests/results/test_namespace/24_family_disabled_var_hidden/makedict/all.json b/tests/results/test_namespace/24_family_disabled_var_hidden/makedict/all.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/24_family_disabled_var_hidden/makedict/all.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/24_family_disabled_var_hidden/makedict/mandatories.json b/tests/results/test_namespace/24_family_disabled_var_hidden/makedict/mandatories.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/24_family_disabled_var_hidden/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/40_0leadership/errors/all.json b/tests/results/test_namespace/40_0leadership/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_0leadership/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership/errors/mandatories.json b/tests/results/test_namespace/40_0leadership/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_0leadership/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/40_0leadership/file/all.env b/tests/results/test_namespace/40_0leadership/file/all.env similarity index 100% rename from tests/results/40_0leadership/file/all.env rename to tests/results/test_namespace/40_0leadership/file/all.env diff --git a/tests/results/40_0leadership/file/all_exclude.env b/tests/results/test_namespace/40_0leadership/file/all_exclude.env similarity index 100% rename from tests/results/40_0leadership/file/all_exclude.env rename to tests/results/test_namespace/40_0leadership/file/all_exclude.env diff --git a/tests/results/40_0leadership/file/mandatories.env b/tests/results/test_namespace/40_0leadership/file/mandatories.env similarity index 100% rename from tests/results/40_0leadership/file/mandatories.env rename to tests/results/test_namespace/40_0leadership/file/mandatories.env diff --git a/tests/results/40_0leadership/makedict/all.json b/tests/results/test_namespace/40_0leadership/makedict/all.json similarity index 100% rename from tests/results/40_0leadership/makedict/all.json rename to tests/results/test_namespace/40_0leadership/makedict/all.json diff --git a/tests/results/40_0leadership/makedict/mandatories.json b/tests/results/test_namespace/40_0leadership/makedict/mandatories.json similarity index 100% rename from tests/results/40_0leadership/makedict/mandatories.json rename to tests/results/test_namespace/40_0leadership/makedict/mandatories.json diff --git a/tests/results/test_namespace/40_0leadership_diff_name/errors/all.json b/tests/results/test_namespace/40_0leadership_diff_name/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_diff_name/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_diff_name/errors/mandatories.json b/tests/results/test_namespace/40_0leadership_diff_name/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_diff_name/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/40_0leadership_diff_name/file/all.env b/tests/results/test_namespace/40_0leadership_diff_name/file/all.env similarity index 100% rename from tests/results/40_0leadership_diff_name/file/all.env rename to tests/results/test_namespace/40_0leadership_diff_name/file/all.env diff --git a/tests/results/40_0leadership_diff_name/file/all_exclude.env b/tests/results/test_namespace/40_0leadership_diff_name/file/all_exclude.env similarity index 100% rename from tests/results/40_0leadership_diff_name/file/all_exclude.env rename to tests/results/test_namespace/40_0leadership_diff_name/file/all_exclude.env diff --git a/tests/results/40_0leadership_diff_name/file/mandatories.env b/tests/results/test_namespace/40_0leadership_diff_name/file/mandatories.env similarity index 100% rename from tests/results/40_0leadership_diff_name/file/mandatories.env rename to tests/results/test_namespace/40_0leadership_diff_name/file/mandatories.env diff --git a/tests/results/40_0leadership_diff_name/makedict/all.json b/tests/results/test_namespace/40_0leadership_diff_name/makedict/all.json similarity index 100% rename from tests/results/40_0leadership_diff_name/makedict/all.json rename to tests/results/test_namespace/40_0leadership_diff_name/makedict/all.json diff --git a/tests/results/40_0leadership_diff_name/makedict/mandatories.json b/tests/results/test_namespace/40_0leadership_diff_name/makedict/mandatories.json similarity index 100% rename from tests/results/40_0leadership_diff_name/makedict/mandatories.json rename to tests/results/test_namespace/40_0leadership_diff_name/makedict/mandatories.json diff --git a/tests/results/test_namespace/40_0leadership_empty/errors/all.json b/tests/results/test_namespace/40_0leadership_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_empty/errors/mandatories.json b/tests/results/test_namespace/40_0leadership_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_empty/file/all.env b/tests/results/test_namespace/40_0leadership_empty/file/all.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_empty/file/all.env @@ -0,0 +1 @@ + diff --git a/tests/results/test_namespace/40_0leadership_empty/file/all_exclude.env b/tests/results/test_namespace/40_0leadership_empty/file/all_exclude.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_empty/file/all_exclude.env @@ -0,0 +1 @@ + diff --git a/tests/results/test_namespace/40_0leadership_empty/file/mandatories.env b/tests/results/test_namespace/40_0leadership_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/test_namespace/40_0leadership_empty/makedict/all.json b/tests/results/test_namespace/40_0leadership_empty/makedict/all.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_empty/makedict/all.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/40_0leadership_empty/makedict/mandatories.json b/tests/results/test_namespace/40_0leadership_empty/makedict/mandatories.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_empty/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/40_0leadership_follower_default_calculation/errors/all.json b/tests/results/test_namespace/40_0leadership_follower_default_calculation/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_calculation/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_follower_default_calculation/errors/mandatories.json b/tests/results/test_namespace/40_0leadership_follower_default_calculation/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_calculation/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/40_0leadership_follower_default_calculation/file/all.env b/tests/results/test_namespace/40_0leadership_follower_default_calculation/file/all.env similarity index 100% rename from tests/results/40_0leadership_follower_default_calculation/file/all.env rename to tests/results/test_namespace/40_0leadership_follower_default_calculation/file/all.env diff --git a/tests/results/40_0leadership_follower_default_calculation/file/all_exclude.env b/tests/results/test_namespace/40_0leadership_follower_default_calculation/file/all_exclude.env similarity index 100% rename from tests/results/40_0leadership_follower_default_calculation/file/all_exclude.env rename to tests/results/test_namespace/40_0leadership_follower_default_calculation/file/all_exclude.env diff --git a/tests/results/40_0leadership_follower_default_calculation/file/mandatories.env b/tests/results/test_namespace/40_0leadership_follower_default_calculation/file/mandatories.env similarity index 100% rename from tests/results/40_0leadership_follower_default_calculation/file/mandatories.env rename to tests/results/test_namespace/40_0leadership_follower_default_calculation/file/mandatories.env diff --git a/tests/results/40_0leadership_follower_default_calculation/makedict/all.json b/tests/results/test_namespace/40_0leadership_follower_default_calculation/makedict/all.json similarity index 100% rename from tests/results/40_0leadership_follower_default_calculation/makedict/all.json rename to tests/results/test_namespace/40_0leadership_follower_default_calculation/makedict/all.json diff --git a/tests/results/40_0leadership_follower_default_calculation/makedict/mandatories.json b/tests/results/test_namespace/40_0leadership_follower_default_calculation/makedict/mandatories.json similarity index 100% rename from tests/results/40_0leadership_follower_default_calculation/makedict/mandatories.json rename to tests/results/test_namespace/40_0leadership_follower_default_calculation/makedict/mandatories.json diff --git a/tests/results/test_namespace/40_0leadership_follower_default_value/errors/all.json b/tests/results/test_namespace/40_0leadership_follower_default_value/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_value/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_follower_default_value/errors/mandatories.json b/tests/results/test_namespace/40_0leadership_follower_default_value/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_value/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/40_0leadership_follower_default_value/file/all.env b/tests/results/test_namespace/40_0leadership_follower_default_value/file/all.env similarity index 100% rename from tests/results/40_0leadership_follower_default_value/file/all.env rename to tests/results/test_namespace/40_0leadership_follower_default_value/file/all.env diff --git a/tests/results/40_0leadership_follower_default_value/file/all_exclude.env b/tests/results/test_namespace/40_0leadership_follower_default_value/file/all_exclude.env similarity index 100% rename from tests/results/40_0leadership_follower_default_value/file/all_exclude.env rename to tests/results/test_namespace/40_0leadership_follower_default_value/file/all_exclude.env diff --git a/tests/results/test_namespace/40_0leadership_follower_default_value/file/mandatories.env b/tests/results/test_namespace/40_0leadership_follower_default_value/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_value/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/40_0leadership_follower_default_value/makedict/all.json b/tests/results/test_namespace/40_0leadership_follower_default_value/makedict/all.json similarity index 100% rename from tests/results/40_0leadership_follower_default_value/makedict/all.json rename to tests/results/test_namespace/40_0leadership_follower_default_value/makedict/all.json diff --git a/tests/results/40_0leadership_follower_default_value/makedict/mandatories.json b/tests/results/test_namespace/40_0leadership_follower_default_value/makedict/mandatories.json similarity index 100% rename from tests/results/40_0leadership_follower_default_value/makedict/mandatories.json rename to tests/results/test_namespace/40_0leadership_follower_default_value/makedict/mandatories.json diff --git a/tests/results/test_namespace/40_0leadership_leader_not_multi/errors/all.json b/tests/results/test_namespace/40_0leadership_leader_not_multi/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_leader_not_multi/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_leader_not_multi/errors/mandatories.json b/tests/results/test_namespace/40_0leadership_leader_not_multi/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_leader_not_multi/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/40_0leadership_leader_not_multi/file/all.env b/tests/results/test_namespace/40_0leadership_leader_not_multi/file/all.env similarity index 100% rename from tests/results/40_0leadership_leader_not_multi/file/all.env rename to tests/results/test_namespace/40_0leadership_leader_not_multi/file/all.env diff --git a/tests/results/40_0leadership_leader_not_multi/file/all_exclude.env b/tests/results/test_namespace/40_0leadership_leader_not_multi/file/all_exclude.env similarity index 100% rename from tests/results/40_0leadership_leader_not_multi/file/all_exclude.env rename to tests/results/test_namespace/40_0leadership_leader_not_multi/file/all_exclude.env diff --git a/tests/results/40_0leadership_leader_not_multi/file/mandatories.env b/tests/results/test_namespace/40_0leadership_leader_not_multi/file/mandatories.env similarity index 100% rename from tests/results/40_0leadership_leader_not_multi/file/mandatories.env rename to tests/results/test_namespace/40_0leadership_leader_not_multi/file/mandatories.env diff --git a/tests/results/40_0leadership_leader_not_multi/makedict/all.json b/tests/results/test_namespace/40_0leadership_leader_not_multi/makedict/all.json similarity index 100% rename from tests/results/40_0leadership_leader_not_multi/makedict/all.json rename to tests/results/test_namespace/40_0leadership_leader_not_multi/makedict/all.json diff --git a/tests/results/40_0leadership_leader_not_multi/makedict/mandatories.json b/tests/results/test_namespace/40_0leadership_leader_not_multi/makedict/mandatories.json similarity index 100% rename from tests/results/40_0leadership_leader_not_multi/makedict/mandatories.json rename to tests/results/test_namespace/40_0leadership_leader_not_multi/makedict/mandatories.json diff --git a/tests/results/test_namespace/40_1leadership_append_follower/errors/all.json b/tests/results/test_namespace/40_1leadership_append_follower/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_1leadership_append_follower/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_1leadership_append_follower/errors/mandatories.json b/tests/results/test_namespace/40_1leadership_append_follower/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_1leadership_append_follower/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/40_1leadership_append_follower/file/all.env b/tests/results/test_namespace/40_1leadership_append_follower/file/all.env similarity index 100% rename from tests/results/40_1leadership_append_follower/file/all.env rename to tests/results/test_namespace/40_1leadership_append_follower/file/all.env diff --git a/tests/results/40_1leadership_append_follower/file/all_exclude.env b/tests/results/test_namespace/40_1leadership_append_follower/file/all_exclude.env similarity index 100% rename from tests/results/40_1leadership_append_follower/file/all_exclude.env rename to tests/results/test_namespace/40_1leadership_append_follower/file/all_exclude.env diff --git a/tests/results/40_1leadership_append_follower/file/mandatories.env b/tests/results/test_namespace/40_1leadership_append_follower/file/mandatories.env similarity index 100% rename from tests/results/40_1leadership_append_follower/file/mandatories.env rename to tests/results/test_namespace/40_1leadership_append_follower/file/mandatories.env diff --git a/tests/results/40_1leadership_append_follower/makedict/all.json b/tests/results/test_namespace/40_1leadership_append_follower/makedict/all.json similarity index 100% rename from tests/results/40_1leadership_append_follower/makedict/all.json rename to tests/results/test_namespace/40_1leadership_append_follower/makedict/all.json diff --git a/tests/results/40_1leadership_append_follower/makedict/mandatories.json b/tests/results/test_namespace/40_1leadership_append_follower/makedict/mandatories.json similarity index 100% rename from tests/results/40_1leadership_append_follower/makedict/mandatories.json rename to tests/results/test_namespace/40_1leadership_append_follower/makedict/mandatories.json diff --git a/tests/results/test_namespace/40_2leadership_calculation_index/errors/all.json b/tests/results/test_namespace/40_2leadership_calculation_index/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_index/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_2leadership_calculation_index/errors/mandatories.json b/tests/results/test_namespace/40_2leadership_calculation_index/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_index/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/40_2leadership_calculation_index/file/all.env b/tests/results/test_namespace/40_2leadership_calculation_index/file/all.env similarity index 100% rename from tests/results/40_2leadership_calculation_index/file/all.env rename to tests/results/test_namespace/40_2leadership_calculation_index/file/all.env diff --git a/tests/results/40_2leadership_calculation_index/file/all_exclude.env b/tests/results/test_namespace/40_2leadership_calculation_index/file/all_exclude.env similarity index 100% rename from tests/results/40_2leadership_calculation_index/file/all_exclude.env rename to tests/results/test_namespace/40_2leadership_calculation_index/file/all_exclude.env diff --git a/tests/results/test_namespace/40_2leadership_calculation_index/file/mandatories.env b/tests/results/test_namespace/40_2leadership_calculation_index/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_index/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/40_2leadership_calculation_index/makedict/all.json b/tests/results/test_namespace/40_2leadership_calculation_index/makedict/all.json similarity index 100% rename from tests/results/40_2leadership_calculation_index/makedict/all.json rename to tests/results/test_namespace/40_2leadership_calculation_index/makedict/all.json diff --git a/tests/results/40_2leadership_calculation_index/makedict/mandatories.json b/tests/results/test_namespace/40_2leadership_calculation_index/makedict/mandatories.json similarity index 100% rename from tests/results/40_2leadership_calculation_index/makedict/mandatories.json rename to tests/results/test_namespace/40_2leadership_calculation_index/makedict/mandatories.json diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index/errors/all.json b/tests/results/test_namespace/40_2leadership_calculation_param_index/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index/errors/mandatories.json b/tests/results/test_namespace/40_2leadership_calculation_param_index/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/40_2leadership_calculation_param_index/file/all.env b/tests/results/test_namespace/40_2leadership_calculation_param_index/file/all.env similarity index 100% rename from tests/results/40_2leadership_calculation_param_index/file/all.env rename to tests/results/test_namespace/40_2leadership_calculation_param_index/file/all.env diff --git a/tests/results/40_2leadership_calculation_param_index/file/all_exclude.env b/tests/results/test_namespace/40_2leadership_calculation_param_index/file/all_exclude.env similarity index 100% rename from tests/results/40_2leadership_calculation_param_index/file/all_exclude.env rename to tests/results/test_namespace/40_2leadership_calculation_param_index/file/all_exclude.env diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index/file/mandatories.env b/tests/results/test_namespace/40_2leadership_calculation_param_index/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/40_2leadership_calculation_param_index/makedict/all.json b/tests/results/test_namespace/40_2leadership_calculation_param_index/makedict/all.json similarity index 100% rename from tests/results/40_2leadership_calculation_param_index/makedict/all.json rename to tests/results/test_namespace/40_2leadership_calculation_param_index/makedict/all.json diff --git a/tests/results/40_2leadership_calculation_param_index/makedict/mandatories.json b/tests/results/test_namespace/40_2leadership_calculation_param_index/makedict/mandatories.json similarity index 100% rename from tests/results/40_2leadership_calculation_param_index/makedict/mandatories.json rename to tests/results/test_namespace/40_2leadership_calculation_param_index/makedict/mandatories.json diff --git a/tests/results/test_namespace/40_2leadership_leader_calculation/errors/all.json b/tests/results/test_namespace/40_2leadership_leader_calculation/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_leader_calculation/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_2leadership_leader_calculation/errors/mandatories.json b/tests/results/test_namespace/40_2leadership_leader_calculation/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_leader_calculation/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/40_2leadership_leader_calculation/file/all.env b/tests/results/test_namespace/40_2leadership_leader_calculation/file/all.env similarity index 100% rename from tests/results/40_2leadership_leader_calculation/file/all.env rename to tests/results/test_namespace/40_2leadership_leader_calculation/file/all.env diff --git a/tests/results/40_2leadership_leader_calculation/file/all_exclude.env b/tests/results/test_namespace/40_2leadership_leader_calculation/file/all_exclude.env similarity index 100% rename from tests/results/40_2leadership_leader_calculation/file/all_exclude.env rename to tests/results/test_namespace/40_2leadership_leader_calculation/file/all_exclude.env diff --git a/tests/results/40_2leadership_leader_calculation/file/mandatories.env b/tests/results/test_namespace/40_2leadership_leader_calculation/file/mandatories.env similarity index 100% rename from tests/results/40_2leadership_leader_calculation/file/mandatories.env rename to tests/results/test_namespace/40_2leadership_leader_calculation/file/mandatories.env diff --git a/tests/results/40_2leadership_leader_calculation/makedict/all.json b/tests/results/test_namespace/40_2leadership_leader_calculation/makedict/all.json similarity index 100% rename from tests/results/40_2leadership_leader_calculation/makedict/all.json rename to tests/results/test_namespace/40_2leadership_leader_calculation/makedict/all.json diff --git a/tests/results/40_2leadership_leader_calculation/makedict/mandatories.json b/tests/results/test_namespace/40_2leadership_leader_calculation/makedict/mandatories.json similarity index 100% rename from tests/results/40_2leadership_leader_calculation/makedict/mandatories.json rename to tests/results/test_namespace/40_2leadership_leader_calculation/makedict/mandatories.json diff --git a/tests/results/test_namespace/40_8calculation_boolean/errors/all.json b/tests/results/test_namespace/40_8calculation_boolean/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_boolean/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_boolean/errors/mandatories.json b/tests/results/test_namespace/40_8calculation_boolean/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_boolean/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/40_8calculation_boolean/file/all.env b/tests/results/test_namespace/40_8calculation_boolean/file/all.env similarity index 100% rename from tests/results/40_8calculation_boolean/file/all.env rename to tests/results/test_namespace/40_8calculation_boolean/file/all.env diff --git a/tests/results/40_8calculation_boolean/file/all_exclude.env b/tests/results/test_namespace/40_8calculation_boolean/file/all_exclude.env similarity index 100% rename from tests/results/40_8calculation_boolean/file/all_exclude.env rename to tests/results/test_namespace/40_8calculation_boolean/file/all_exclude.env diff --git a/tests/results/test_namespace/40_8calculation_boolean/file/mandatories.env b/tests/results/test_namespace/40_8calculation_boolean/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_boolean/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/40_8calculation_boolean/makedict/all.json b/tests/results/test_namespace/40_8calculation_boolean/makedict/all.json similarity index 100% rename from tests/results/40_8calculation_boolean/makedict/all.json rename to tests/results/test_namespace/40_8calculation_boolean/makedict/all.json diff --git a/tests/results/40_8calculation_boolean/makedict/mandatories.json b/tests/results/test_namespace/40_8calculation_boolean/makedict/mandatories.json similarity index 100% rename from tests/results/40_8calculation_boolean/makedict/mandatories.json rename to tests/results/test_namespace/40_8calculation_boolean/makedict/mandatories.json diff --git a/tests/results/test_namespace/40_8calculation_boolean_return_none/errors/all.json b/tests/results/test_namespace/40_8calculation_boolean_return_none/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_boolean_return_none/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_boolean_return_none/errors/mandatories.json b/tests/results/test_namespace/40_8calculation_boolean_return_none/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_boolean_return_none/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/40_8calculation_boolean_return_none/file/all.env b/tests/results/test_namespace/40_8calculation_boolean_return_none/file/all.env similarity index 100% rename from tests/results/40_8calculation_boolean_return_none/file/all.env rename to tests/results/test_namespace/40_8calculation_boolean_return_none/file/all.env diff --git a/tests/results/40_8calculation_boolean_return_none/file/all_exclude.env b/tests/results/test_namespace/40_8calculation_boolean_return_none/file/all_exclude.env similarity index 100% rename from tests/results/40_8calculation_boolean_return_none/file/all_exclude.env rename to tests/results/test_namespace/40_8calculation_boolean_return_none/file/all_exclude.env diff --git a/tests/results/40_8calculation_boolean_return_none/file/mandatories.env b/tests/results/test_namespace/40_8calculation_boolean_return_none/file/mandatories.env similarity index 100% rename from tests/results/40_8calculation_boolean_return_none/file/mandatories.env rename to tests/results/test_namespace/40_8calculation_boolean_return_none/file/mandatories.env diff --git a/tests/results/40_8calculation_boolean_return_none/makedict/all.json b/tests/results/test_namespace/40_8calculation_boolean_return_none/makedict/all.json similarity index 100% rename from tests/results/40_8calculation_boolean_return_none/makedict/all.json rename to tests/results/test_namespace/40_8calculation_boolean_return_none/makedict/all.json diff --git a/tests/results/40_8calculation_boolean_return_none/makedict/mandatories.json b/tests/results/test_namespace/40_8calculation_boolean_return_none/makedict/mandatories.json similarity index 100% rename from tests/results/40_8calculation_boolean_return_none/makedict/mandatories.json rename to tests/results/test_namespace/40_8calculation_boolean_return_none/makedict/mandatories.json diff --git a/tests/results/test_namespace/40_8calculation_integer/errors/all.json b/tests/results/test_namespace/40_8calculation_integer/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_integer/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_integer/errors/mandatories.json b/tests/results/test_namespace/40_8calculation_integer/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_integer/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/40_8calculation_integer/file/all.env b/tests/results/test_namespace/40_8calculation_integer/file/all.env similarity index 100% rename from tests/results/40_8calculation_integer/file/all.env rename to tests/results/test_namespace/40_8calculation_integer/file/all.env diff --git a/tests/results/40_8calculation_integer/file/all_exclude.env b/tests/results/test_namespace/40_8calculation_integer/file/all_exclude.env similarity index 100% rename from tests/results/40_8calculation_integer/file/all_exclude.env rename to tests/results/test_namespace/40_8calculation_integer/file/all_exclude.env diff --git a/tests/results/test_namespace/40_8calculation_integer/file/mandatories.env b/tests/results/test_namespace/40_8calculation_integer/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_integer/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/40_8calculation_integer/makedict/all.json b/tests/results/test_namespace/40_8calculation_integer/makedict/all.json similarity index 100% rename from tests/results/40_8calculation_integer/makedict/all.json rename to tests/results/test_namespace/40_8calculation_integer/makedict/all.json diff --git a/tests/results/40_8calculation_integer/makedict/mandatories.json b/tests/results/test_namespace/40_8calculation_integer/makedict/mandatories.json similarity index 100% rename from tests/results/40_8calculation_integer/makedict/mandatories.json rename to tests/results/test_namespace/40_8calculation_integer/makedict/mandatories.json diff --git a/tests/results/test_namespace/40_8calculation_multi_variable/errors/all.json b/tests/results/test_namespace/40_8calculation_multi_variable/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_multi_variable/errors/mandatories.json b/tests/results/test_namespace/40_8calculation_multi_variable/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/40_8calculation_multi_variable/file/all.env b/tests/results/test_namespace/40_8calculation_multi_variable/file/all.env similarity index 100% rename from tests/results/40_8calculation_multi_variable/file/all.env rename to tests/results/test_namespace/40_8calculation_multi_variable/file/all.env diff --git a/tests/results/40_8calculation_multi_variable/file/all_exclude.env b/tests/results/test_namespace/40_8calculation_multi_variable/file/all_exclude.env similarity index 100% rename from tests/results/40_8calculation_multi_variable/file/all_exclude.env rename to tests/results/test_namespace/40_8calculation_multi_variable/file/all_exclude.env diff --git a/tests/results/test_namespace/40_8calculation_multi_variable/file/mandatories.env b/tests/results/test_namespace/40_8calculation_multi_variable/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/40_8calculation_multi_variable/makedict/all.json b/tests/results/test_namespace/40_8calculation_multi_variable/makedict/all.json similarity index 100% rename from tests/results/40_8calculation_multi_variable/makedict/all.json rename to tests/results/test_namespace/40_8calculation_multi_variable/makedict/all.json diff --git a/tests/results/40_8calculation_multi_variable/makedict/mandatories.json b/tests/results/test_namespace/40_8calculation_multi_variable/makedict/mandatories.json similarity index 100% rename from tests/results/40_8calculation_multi_variable/makedict/mandatories.json rename to tests/results/test_namespace/40_8calculation_multi_variable/makedict/mandatories.json diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent/errors/all.json b/tests/results/test_namespace/40_8calculation_multi_variable_parent/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent/errors/mandatories.json b/tests/results/test_namespace/40_8calculation_multi_variable_parent/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/40_8calculation_multi_variable_parent/file/all.env b/tests/results/test_namespace/40_8calculation_multi_variable_parent/file/all.env similarity index 100% rename from tests/results/40_8calculation_multi_variable_parent/file/all.env rename to tests/results/test_namespace/40_8calculation_multi_variable_parent/file/all.env diff --git a/tests/results/40_8calculation_multi_variable_parent/file/all_exclude.env b/tests/results/test_namespace/40_8calculation_multi_variable_parent/file/all_exclude.env similarity index 100% rename from tests/results/40_8calculation_multi_variable_parent/file/all_exclude.env rename to tests/results/test_namespace/40_8calculation_multi_variable_parent/file/all_exclude.env diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent/file/mandatories.env b/tests/results/test_namespace/40_8calculation_multi_variable_parent/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/40_8calculation_multi_variable_parent/makedict/all.json b/tests/results/test_namespace/40_8calculation_multi_variable_parent/makedict/all.json similarity index 100% rename from tests/results/40_8calculation_multi_variable_parent/makedict/all.json rename to tests/results/test_namespace/40_8calculation_multi_variable_parent/makedict/all.json diff --git a/tests/results/40_8calculation_multi_variable_parent/makedict/mandatories.json b/tests/results/test_namespace/40_8calculation_multi_variable_parent/makedict/mandatories.json similarity index 100% rename from tests/results/40_8calculation_multi_variable_parent/makedict/mandatories.json rename to tests/results/test_namespace/40_8calculation_multi_variable_parent/makedict/mandatories.json diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent2/errors/all.json b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent2/errors/mandatories.json b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/40_8calculation_multi_variable_parent2/file/all.env b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/file/all.env similarity index 100% rename from tests/results/40_8calculation_multi_variable_parent2/file/all.env rename to tests/results/test_namespace/40_8calculation_multi_variable_parent2/file/all.env diff --git a/tests/results/40_8calculation_multi_variable_parent2/file/all_exclude.env b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/file/all_exclude.env similarity index 100% rename from tests/results/40_8calculation_multi_variable_parent2/file/all_exclude.env rename to tests/results/test_namespace/40_8calculation_multi_variable_parent2/file/all_exclude.env diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent2/file/mandatories.env b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/40_8calculation_multi_variable_parent2/makedict/all.json b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/makedict/all.json similarity index 100% rename from tests/results/40_8calculation_multi_variable_parent2/makedict/all.json rename to tests/results/test_namespace/40_8calculation_multi_variable_parent2/makedict/all.json diff --git a/tests/results/40_8calculation_multi_variable_parent2/makedict/mandatories.json b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/makedict/mandatories.json similarity index 100% rename from tests/results/40_8calculation_multi_variable_parent2/makedict/mandatories.json rename to tests/results/test_namespace/40_8calculation_multi_variable_parent2/makedict/mandatories.json diff --git a/tests/results/test_namespace/41_0choice_leader/errors/all.json b/tests/results/test_namespace/41_0choice_leader/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/41_0choice_leader/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/41_0choice_leader/errors/mandatories.json b/tests/results/test_namespace/41_0choice_leader/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/41_0choice_leader/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/41_0choice_leader/file/all.env b/tests/results/test_namespace/41_0choice_leader/file/all.env similarity index 100% rename from tests/results/41_0choice_leader/file/all.env rename to tests/results/test_namespace/41_0choice_leader/file/all.env diff --git a/tests/results/41_0choice_leader/file/all_exclude.env b/tests/results/test_namespace/41_0choice_leader/file/all_exclude.env similarity index 100% rename from tests/results/41_0choice_leader/file/all_exclude.env rename to tests/results/test_namespace/41_0choice_leader/file/all_exclude.env diff --git a/tests/results/test_namespace/41_0choice_leader/file/mandatories.env b/tests/results/test_namespace/41_0choice_leader/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/41_0choice_leader/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/41_0choice_leader/makedict/all.json b/tests/results/test_namespace/41_0choice_leader/makedict/all.json similarity index 100% rename from tests/results/41_0choice_leader/makedict/all.json rename to tests/results/test_namespace/41_0choice_leader/makedict/all.json diff --git a/tests/results/41_0choice_leader/makedict/mandatories.json b/tests/results/test_namespace/41_0choice_leader/makedict/mandatories.json similarity index 100% rename from tests/results/41_0choice_leader/makedict/mandatories.json rename to tests/results/test_namespace/41_0choice_leader/makedict/mandatories.json diff --git a/tests/results/44_0leadership_hidden/errors/all.json b/tests/results/test_namespace/44_0leadership_hidden/errors/all.json similarity index 100% rename from tests/results/44_0leadership_hidden/errors/all.json rename to tests/results/test_namespace/44_0leadership_hidden/errors/all.json diff --git a/tests/results/test_namespace/44_0leadership_hidden/errors/mandatories.json b/tests/results/test_namespace/44_0leadership_hidden/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/44_0leadership_hidden/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/44_0leadership_hidden/file/all.env b/tests/results/test_namespace/44_0leadership_hidden/file/all.env similarity index 100% rename from tests/results/44_0leadership_hidden/file/all.env rename to tests/results/test_namespace/44_0leadership_hidden/file/all.env diff --git a/tests/results/44_0leadership_hidden/file/all_exclude.env b/tests/results/test_namespace/44_0leadership_hidden/file/all_exclude.env similarity index 100% rename from tests/results/44_0leadership_hidden/file/all_exclude.env rename to tests/results/test_namespace/44_0leadership_hidden/file/all_exclude.env diff --git a/tests/results/test_namespace/44_0leadership_hidden/file/mandatories.env b/tests/results/test_namespace/44_0leadership_hidden/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/44_0leadership_hidden/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/44_0leadership_hidden/makedict/all.json b/tests/results/test_namespace/44_0leadership_hidden/makedict/all.json similarity index 100% rename from tests/results/44_0leadership_hidden/makedict/all.json rename to tests/results/test_namespace/44_0leadership_hidden/makedict/all.json diff --git a/tests/results/44_0leadership_hidden/makedict/mandatories.json b/tests/results/test_namespace/44_0leadership_hidden/makedict/mandatories.json similarity index 100% rename from tests/results/44_0leadership_hidden/makedict/mandatories.json rename to tests/results/test_namespace/44_0leadership_hidden/makedict/mandatories.json diff --git a/tests/results/44_0leadership_leader_hidden/errors/all.json b/tests/results/test_namespace/44_0leadership_leader_hidden/errors/all.json similarity index 100% rename from tests/results/44_0leadership_leader_hidden/errors/all.json rename to tests/results/test_namespace/44_0leadership_leader_hidden/errors/all.json diff --git a/tests/results/test_namespace/44_0leadership_leader_hidden/errors/mandatories.json b/tests/results/test_namespace/44_0leadership_leader_hidden/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/44_0leadership_leader_hidden/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/44_0leadership_leader_hidden/file/all.env b/tests/results/test_namespace/44_0leadership_leader_hidden/file/all.env similarity index 100% rename from tests/results/44_0leadership_leader_hidden/file/all.env rename to tests/results/test_namespace/44_0leadership_leader_hidden/file/all.env diff --git a/tests/results/44_0leadership_leader_hidden/file/all_exclude.env b/tests/results/test_namespace/44_0leadership_leader_hidden/file/all_exclude.env similarity index 100% rename from tests/results/44_0leadership_leader_hidden/file/all_exclude.env rename to tests/results/test_namespace/44_0leadership_leader_hidden/file/all_exclude.env diff --git a/tests/results/test_namespace/44_0leadership_leader_hidden/file/mandatories.env b/tests/results/test_namespace/44_0leadership_leader_hidden/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/44_0leadership_leader_hidden/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/44_0leadership_leader_hidden/makedict/all.json b/tests/results/test_namespace/44_0leadership_leader_hidden/makedict/all.json similarity index 100% rename from tests/results/44_0leadership_leader_hidden/makedict/all.json rename to tests/results/test_namespace/44_0leadership_leader_hidden/makedict/all.json diff --git a/tests/results/44_0leadership_leader_hidden/makedict/mandatories.json b/tests/results/test_namespace/44_0leadership_leader_hidden/makedict/mandatories.json similarity index 100% rename from tests/results/44_0leadership_leader_hidden/makedict/mandatories.json rename to tests/results/test_namespace/44_0leadership_leader_hidden/makedict/mandatories.json diff --git a/tests/results/44_1leadership_append_hidden_follower/errors/all.json b/tests/results/test_namespace/44_1leadership_append_hidden_follower/errors/all.json similarity index 100% rename from tests/results/44_1leadership_append_hidden_follower/errors/all.json rename to tests/results/test_namespace/44_1leadership_append_hidden_follower/errors/all.json diff --git a/tests/results/test_namespace/44_1leadership_append_hidden_follower/errors/mandatories.json b/tests/results/test_namespace/44_1leadership_append_hidden_follower/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/44_1leadership_append_hidden_follower/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/44_1leadership_append_hidden_follower/file/all.env b/tests/results/test_namespace/44_1leadership_append_hidden_follower/file/all.env similarity index 100% rename from tests/results/44_1leadership_append_hidden_follower/file/all.env rename to tests/results/test_namespace/44_1leadership_append_hidden_follower/file/all.env diff --git a/tests/results/44_1leadership_append_hidden_follower/file/all_exclude.env b/tests/results/test_namespace/44_1leadership_append_hidden_follower/file/all_exclude.env similarity index 100% rename from tests/results/44_1leadership_append_hidden_follower/file/all_exclude.env rename to tests/results/test_namespace/44_1leadership_append_hidden_follower/file/all_exclude.env diff --git a/tests/results/test_namespace/44_1leadership_append_hidden_follower/file/mandatories.env b/tests/results/test_namespace/44_1leadership_append_hidden_follower/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/44_1leadership_append_hidden_follower/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/44_1leadership_append_hidden_follower/makedict/all.json b/tests/results/test_namespace/44_1leadership_append_hidden_follower/makedict/all.json similarity index 100% rename from tests/results/44_1leadership_append_hidden_follower/makedict/all.json rename to tests/results/test_namespace/44_1leadership_append_hidden_follower/makedict/all.json diff --git a/tests/results/44_1leadership_append_hidden_follower/makedict/mandatories.json b/tests/results/test_namespace/44_1leadership_append_hidden_follower/makedict/mandatories.json similarity index 100% rename from tests/results/44_1leadership_append_hidden_follower/makedict/mandatories.json rename to tests/results/test_namespace/44_1leadership_append_hidden_follower/makedict/mandatories.json diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower/errors/all.json b/tests/results/test_namespace/44_4disabled_calcultion_follower/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower/errors/mandatories.json b/tests/results/test_namespace/44_4disabled_calcultion_follower/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/44_4disabled_calcultion_follower/file/all.env b/tests/results/test_namespace/44_4disabled_calcultion_follower/file/all.env similarity index 100% rename from tests/results/44_4disabled_calcultion_follower/file/all.env rename to tests/results/test_namespace/44_4disabled_calcultion_follower/file/all.env diff --git a/tests/results/44_4disabled_calcultion_follower/file/all_exclude.env b/tests/results/test_namespace/44_4disabled_calcultion_follower/file/all_exclude.env similarity index 100% rename from tests/results/44_4disabled_calcultion_follower/file/all_exclude.env rename to tests/results/test_namespace/44_4disabled_calcultion_follower/file/all_exclude.env diff --git a/tests/results/44_4disabled_calcultion_follower/file/mandatories.env b/tests/results/test_namespace/44_4disabled_calcultion_follower/file/mandatories.env similarity index 100% rename from tests/results/44_4disabled_calcultion_follower/file/mandatories.env rename to tests/results/test_namespace/44_4disabled_calcultion_follower/file/mandatories.env diff --git a/tests/results/44_4disabled_calcultion_follower/makedict/all.json b/tests/results/test_namespace/44_4disabled_calcultion_follower/makedict/all.json similarity index 100% rename from tests/results/44_4disabled_calcultion_follower/makedict/all.json rename to tests/results/test_namespace/44_4disabled_calcultion_follower/makedict/all.json diff --git a/tests/results/44_4disabled_calcultion_follower/makedict/mandatories.json b/tests/results/test_namespace/44_4disabled_calcultion_follower/makedict/mandatories.json similarity index 100% rename from tests/results/44_4disabled_calcultion_follower/makedict/mandatories.json rename to tests/results/test_namespace/44_4disabled_calcultion_follower/makedict/mandatories.json diff --git a/tests/results/test_namespace/44_4leadership_mandatory/errors/all.json b/tests/results/test_namespace/44_4leadership_mandatory/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/44_4leadership_mandatory/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_4leadership_mandatory/errors/mandatories.json b/tests/results/test_namespace/44_4leadership_mandatory/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/44_4leadership_mandatory/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/44_4leadership_mandatory/file/all.env b/tests/results/test_namespace/44_4leadership_mandatory/file/all.env similarity index 100% rename from tests/results/44_4leadership_mandatory/file/all.env rename to tests/results/test_namespace/44_4leadership_mandatory/file/all.env diff --git a/tests/results/44_4leadership_mandatory/file/all_exclude.env b/tests/results/test_namespace/44_4leadership_mandatory/file/all_exclude.env similarity index 100% rename from tests/results/44_4leadership_mandatory/file/all_exclude.env rename to tests/results/test_namespace/44_4leadership_mandatory/file/all_exclude.env diff --git a/tests/results/44_4leadership_mandatory/file/mandatories.env b/tests/results/test_namespace/44_4leadership_mandatory/file/mandatories.env similarity index 100% rename from tests/results/44_4leadership_mandatory/file/mandatories.env rename to tests/results/test_namespace/44_4leadership_mandatory/file/mandatories.env diff --git a/tests/results/44_4leadership_mandatory/makedict/all.json b/tests/results/test_namespace/44_4leadership_mandatory/makedict/all.json similarity index 100% rename from tests/results/44_4leadership_mandatory/makedict/all.json rename to tests/results/test_namespace/44_4leadership_mandatory/makedict/all.json diff --git a/tests/results/44_4leadership_mandatory/makedict/mandatories.json b/tests/results/test_namespace/44_4leadership_mandatory/makedict/mandatories.json similarity index 100% rename from tests/results/44_4leadership_mandatory/makedict/mandatories.json rename to tests/results/test_namespace/44_4leadership_mandatory/makedict/mandatories.json diff --git a/tests/results/test_namespace/44_4leadership_mandatory_follower/errors/all.json b/tests/results/test_namespace/44_4leadership_mandatory_follower/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/44_4leadership_mandatory_follower/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_4leadership_mandatory_follower/errors/mandatories.json b/tests/results/test_namespace/44_4leadership_mandatory_follower/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/44_4leadership_mandatory_follower/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/44_4leadership_mandatory_follower/file/all.env b/tests/results/test_namespace/44_4leadership_mandatory_follower/file/all.env similarity index 100% rename from tests/results/44_4leadership_mandatory_follower/file/all.env rename to tests/results/test_namespace/44_4leadership_mandatory_follower/file/all.env diff --git a/tests/results/44_4leadership_mandatory_follower/file/all_exclude.env b/tests/results/test_namespace/44_4leadership_mandatory_follower/file/all_exclude.env similarity index 100% rename from tests/results/44_4leadership_mandatory_follower/file/all_exclude.env rename to tests/results/test_namespace/44_4leadership_mandatory_follower/file/all_exclude.env diff --git a/tests/results/test_namespace/44_4leadership_mandatory_follower/file/mandatories.env b/tests/results/test_namespace/44_4leadership_mandatory_follower/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/44_4leadership_mandatory_follower/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/44_4leadership_mandatory_follower/makedict/all.json b/tests/results/test_namespace/44_4leadership_mandatory_follower/makedict/all.json similarity index 100% rename from tests/results/44_4leadership_mandatory_follower/makedict/all.json rename to tests/results/test_namespace/44_4leadership_mandatory_follower/makedict/all.json diff --git a/tests/results/44_4leadership_mandatory_follower/makedict/mandatories.json b/tests/results/test_namespace/44_4leadership_mandatory_follower/makedict/mandatories.json similarity index 100% rename from tests/results/44_4leadership_mandatory_follower/makedict/mandatories.json rename to tests/results/test_namespace/44_4leadership_mandatory_follower/makedict/mandatories.json diff --git a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/errors/all.json b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/errors/mandatories.json b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/44_5leadership_leader_hidden_calculation/file/all.env b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/file/all.env similarity index 100% rename from tests/results/44_5leadership_leader_hidden_calculation/file/all.env rename to tests/results/test_namespace/44_5leadership_leader_hidden_calculation/file/all.env diff --git a/tests/results/44_5leadership_leader_hidden_calculation/file/all_exclude.env b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/file/all_exclude.env similarity index 100% rename from tests/results/44_5leadership_leader_hidden_calculation/file/all_exclude.env rename to tests/results/test_namespace/44_5leadership_leader_hidden_calculation/file/all_exclude.env diff --git a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/file/mandatories.env b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/44_5leadership_leader_hidden_calculation/makedict/all.json b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/makedict/all.json similarity index 100% rename from tests/results/44_5leadership_leader_hidden_calculation/makedict/all.json rename to tests/results/test_namespace/44_5leadership_leader_hidden_calculation/makedict/all.json diff --git a/tests/results/44_5leadership_leader_hidden_calculation/makedict/mandatories.json b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/makedict/mandatories.json similarity index 100% rename from tests/results/44_5leadership_leader_hidden_calculation/makedict/mandatories.json rename to tests/results/test_namespace/44_5leadership_leader_hidden_calculation/makedict/mandatories.json diff --git a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/errors/all.json b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/44_6leadership_follower_disabled_calculation/errors/mandatories.json b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/errors/mandatories.json similarity index 100% rename from tests/results/44_6leadership_follower_disabled_calculation/errors/mandatories.json rename to tests/results/test_namespace/44_6leadership_follower_disabled_calculation/errors/mandatories.json diff --git a/tests/results/44_6leadership_follower_disabled_calculation/file/all.env b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/file/all.env similarity index 100% rename from tests/results/44_6leadership_follower_disabled_calculation/file/all.env rename to tests/results/test_namespace/44_6leadership_follower_disabled_calculation/file/all.env diff --git a/tests/results/44_6leadership_follower_disabled_calculation/file/all_exclude.env b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/file/all_exclude.env similarity index 100% rename from tests/results/44_6leadership_follower_disabled_calculation/file/all_exclude.env rename to tests/results/test_namespace/44_6leadership_follower_disabled_calculation/file/all_exclude.env diff --git a/tests/results/44_6leadership_follower_disabled_calculation/file/mandatories.env b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/file/mandatories.env similarity index 100% rename from tests/results/44_6leadership_follower_disabled_calculation/file/mandatories.env rename to tests/results/test_namespace/44_6leadership_follower_disabled_calculation/file/mandatories.env diff --git a/tests/results/44_6leadership_follower_disabled_calculation/makedict/all.json b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/makedict/all.json similarity index 100% rename from tests/results/44_6leadership_follower_disabled_calculation/makedict/all.json rename to tests/results/test_namespace/44_6leadership_follower_disabled_calculation/makedict/all.json diff --git a/tests/results/44_6leadership_follower_disabled_calculation/makedict/mandatories.json b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/makedict/mandatories.json similarity index 100% rename from tests/results/44_6leadership_follower_disabled_calculation/makedict/mandatories.json rename to tests/results/test_namespace/44_6leadership_follower_disabled_calculation/makedict/mandatories.json diff --git a/tests/results/test_namespace/44_9calculated_default_leadership_leader/errors/all.json b/tests/results/test_namespace/44_9calculated_default_leadership_leader/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/44_9calculated_default_leadership_leader/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_9calculated_default_leadership_leader/errors/mandatories.json b/tests/results/test_namespace/44_9calculated_default_leadership_leader/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/44_9calculated_default_leadership_leader/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/44_9calculated_default_leadership_leader/file/all.env b/tests/results/test_namespace/44_9calculated_default_leadership_leader/file/all.env similarity index 100% rename from tests/results/44_9calculated_default_leadership_leader/file/all.env rename to tests/results/test_namespace/44_9calculated_default_leadership_leader/file/all.env diff --git a/tests/results/44_9calculated_default_leadership_leader/file/all_exclude.env b/tests/results/test_namespace/44_9calculated_default_leadership_leader/file/all_exclude.env similarity index 100% rename from tests/results/44_9calculated_default_leadership_leader/file/all_exclude.env rename to tests/results/test_namespace/44_9calculated_default_leadership_leader/file/all_exclude.env diff --git a/tests/results/test_namespace/44_9calculated_default_leadership_leader/file/mandatories.env b/tests/results/test_namespace/44_9calculated_default_leadership_leader/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/44_9calculated_default_leadership_leader/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/44_9calculated_default_leadership_leader/makedict/all.json b/tests/results/test_namespace/44_9calculated_default_leadership_leader/makedict/all.json similarity index 100% rename from tests/results/44_9calculated_default_leadership_leader/makedict/all.json rename to tests/results/test_namespace/44_9calculated_default_leadership_leader/makedict/all.json diff --git a/tests/results/44_9calculated_default_leadership_leader/makedict/mandatories.json b/tests/results/test_namespace/44_9calculated_default_leadership_leader/makedict/mandatories.json similarity index 100% rename from tests/results/44_9calculated_default_leadership_leader/makedict/mandatories.json rename to tests/results/test_namespace/44_9calculated_default_leadership_leader/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic/errors/all.json b/tests/results/test_namespace/60_0family_dynamic/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic/file/all.env b/tests/results/test_namespace/60_0family_dynamic/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic/file/all.env rename to tests/results/test_namespace/60_0family_dynamic/file/all.env diff --git a/tests/results/60_0family_dynamic/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic/file/all_exclude.env diff --git a/tests/results/60_0family_dynamic/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic/file/mandatories.env rename to tests/results/test_namespace/60_0family_dynamic/file/mandatories.env diff --git a/tests/results/60_0family_dynamic/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic/makedict/all.json diff --git a/tests/results/60_0family_dynamic/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_1_0/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_0/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_1_0/file/all.env b/tests/results/test_namespace/60_0family_dynamic_1_0/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic_1_0/file/all.env rename to tests/results/test_namespace/60_0family_dynamic_1_0/file/all.env diff --git a/tests/results/60_0family_dynamic_1_0/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic_1_0/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic_1_0/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic_1_0/file/all_exclude.env diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic_1_0/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_0family_dynamic_1_0/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_1_0/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic_1_0/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic_1_0/makedict/all.json diff --git a/tests/results/60_0family_dynamic_1_0/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_0/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_1_0/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic_1_0/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_empty/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_empty/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_1_0_empty/file/all.env b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic_1_0_empty/file/all.env rename to tests/results/test_namespace/60_0family_dynamic_1_0_empty/file/all.env diff --git a/tests/results/60_0family_dynamic_1_0_empty/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic_1_0_empty/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic_1_0_empty/file/all_exclude.env diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_empty/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_0family_dynamic_1_0_empty/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic_1_0_empty/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic_1_0_empty/makedict/all.json diff --git a/tests/results/60_0family_dynamic_1_0_empty/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_1_0_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic_1_0_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_1_0_type/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_0_type/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_1_0_type/file/all.env b/tests/results/test_namespace/60_0family_dynamic_1_0_type/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic_1_0_type/file/all.env rename to tests/results/test_namespace/60_0family_dynamic_1_0_type/file/all.env diff --git a/tests/results/60_0family_dynamic_1_0_type/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic_1_0_type/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic_1_0_type/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic_1_0_type/file/all_exclude.env diff --git a/tests/results/60_0family_dynamic_1_0_type/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic_1_0_type/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic_1_0_type/file/mandatories.env rename to tests/results/test_namespace/60_0family_dynamic_1_0_type/file/mandatories.env diff --git a/tests/results/60_0family_dynamic_1_0_type/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_1_0_type/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic_1_0_type/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic_1_0_type/makedict/all.json diff --git a/tests/results/60_0family_dynamic_1_0_type/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_0_type/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_1_0_type/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic_1_0_type/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_1_0_type_empty/file/all.env b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic_1_0_type_empty/file/all.env rename to tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/file/all.env diff --git a/tests/results/60_0family_dynamic_1_0_type_empty/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic_1_0_type_empty/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/file/all_exclude.env diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_0family_dynamic_1_0_type_empty/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic_1_0_type_empty/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/makedict/all.json diff --git a/tests/results/60_0family_dynamic_1_0_type_empty/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_1_0_type_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_1_1/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_1/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_1/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_1/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_1_1/file/all.env b/tests/results/test_namespace/60_0family_dynamic_1_1/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic_1_1/file/all.env rename to tests/results/test_namespace/60_0family_dynamic_1_1/file/all.env diff --git a/tests/results/60_0family_dynamic_1_1/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic_1_1/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic_1_1/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic_1_1/file/all_exclude.env diff --git a/tests/results/60_0family_dynamic_1_1/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic_1_1/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic_1_1/file/mandatories.env rename to tests/results/test_namespace/60_0family_dynamic_1_1/file/mandatories.env diff --git a/tests/results/60_0family_dynamic_1_1/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_1_1/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic_1_1/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic_1_1/makedict/all.json diff --git a/tests/results/60_0family_dynamic_1_1/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_1/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_1_1/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic_1_1/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1_empty/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1_empty/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_1_1_empty/file/all.env b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic_1_1_empty/file/all.env rename to tests/results/test_namespace/60_0family_dynamic_1_1_empty/file/all.env diff --git a/tests/results/60_0family_dynamic_1_1_empty/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic_1_1_empty/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic_1_1_empty/file/all_exclude.env diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1_empty/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_0family_dynamic_1_1_empty/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic_1_1_empty/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic_1_1_empty/makedict/all.json diff --git a/tests/results/60_0family_dynamic_1_1_empty/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_1_1_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic_1_1_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic_empty/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_empty/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_empty/file/all.env b/tests/results/test_namespace/60_0family_dynamic_empty/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic_empty/file/all.env rename to tests/results/test_namespace/60_0family_dynamic_empty/file/all.env diff --git a/tests/results/60_0family_dynamic_empty/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic_empty/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic_empty/file/all_exclude.env diff --git a/tests/results/test_namespace/60_0family_dynamic_empty/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_0family_dynamic_empty/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_empty/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic_empty/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic_empty/makedict/all.json diff --git a/tests/results/60_0family_dynamic_empty/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_jinja_number/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_jinja_number/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_jinja_number/file/all.env b/tests/results/test_namespace/60_0family_dynamic_jinja_number/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic_jinja_number/file/all.env rename to tests/results/test_namespace/60_0family_dynamic_jinja_number/file/all.env diff --git a/tests/results/60_0family_dynamic_jinja_number/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic_jinja_number/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic_jinja_number/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic_jinja_number/file/all_exclude.env diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic_jinja_number/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_0family_dynamic_jinja_number/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_jinja_number/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic_jinja_number/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic_jinja_number/makedict/all.json diff --git a/tests/results/60_0family_dynamic_jinja_number/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_jinja_number/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_jinja_number/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic_jinja_number/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_jinja_number_empty/file/all.env b/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic_jinja_number_empty/file/all.env rename to tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/file/all.env diff --git a/tests/results/60_0family_dynamic_jinja_number_empty/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic_jinja_number_empty/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/file/all_exclude.env diff --git a/tests/results/60_0family_dynamic_jinja_number_empty/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic_jinja_number_empty/file/mandatories.env rename to tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/file/mandatories.env diff --git a/tests/results/60_0family_dynamic_jinja_number_empty/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic_jinja_number_empty/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/makedict/all.json diff --git a/tests/results/60_0family_dynamic_jinja_number_empty/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_jinja_number_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic_jinja_number_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_no_description/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_no_description/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_no_description/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_no_description/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_no_description/file/all.env b/tests/results/test_namespace/60_0family_dynamic_no_description/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic_no_description/file/all.env rename to tests/results/test_namespace/60_0family_dynamic_no_description/file/all.env diff --git a/tests/results/60_0family_dynamic_no_description/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic_no_description/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic_no_description/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic_no_description/file/all_exclude.env diff --git a/tests/results/60_0family_dynamic_no_description/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic_no_description/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic_no_description/file/mandatories.env rename to tests/results/test_namespace/60_0family_dynamic_no_description/file/mandatories.env diff --git a/tests/results/60_0family_dynamic_no_description/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_no_description/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic_no_description/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic_no_description/makedict/all.json diff --git a/tests/results/60_0family_dynamic_no_description/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_no_description/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_no_description/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic_no_description/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description_empty/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description_empty/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_no_description_empty/file/all.env b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic_no_description_empty/file/all.env rename to tests/results/test_namespace/60_0family_dynamic_no_description_empty/file/all.env diff --git a/tests/results/60_0family_dynamic_no_description_empty/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic_no_description_empty/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic_no_description_empty/file/all_exclude.env diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description_empty/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_0family_dynamic_no_description_empty/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic_no_description_empty/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic_no_description_empty/makedict/all.json diff --git a/tests/results/60_0family_dynamic_no_description_empty/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_no_description_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic_no_description_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic_static/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_static/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_static/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_static/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_static/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_static/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_static/file/all.env b/tests/results/test_namespace/60_0family_dynamic_static/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic_static/file/all.env rename to tests/results/test_namespace/60_0family_dynamic_static/file/all.env diff --git a/tests/results/60_0family_dynamic_static/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic_static/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic_static/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic_static/file/all_exclude.env diff --git a/tests/results/60_0family_dynamic_static/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic_static/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic_static/file/mandatories.env rename to tests/results/test_namespace/60_0family_dynamic_static/file/mandatories.env diff --git a/tests/results/60_0family_dynamic_static/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_static/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic_static/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic_static/makedict/all.json diff --git a/tests/results/60_0family_dynamic_static/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_static/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_static/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic_static/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic_test/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_test/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_test/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_test/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_test/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_test/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_test/file/all.env b/tests/results/test_namespace/60_0family_dynamic_test/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic_test/file/all.env rename to tests/results/test_namespace/60_0family_dynamic_test/file/all.env diff --git a/tests/results/60_0family_dynamic_test/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic_test/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic_test/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic_test/file/all_exclude.env diff --git a/tests/results/60_0family_dynamic_test/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic_test/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic_test/file/mandatories.env rename to tests/results/test_namespace/60_0family_dynamic_test/file/mandatories.env diff --git a/tests/results/60_0family_dynamic_test/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_test/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic_test/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic_test/makedict/all.json diff --git a/tests/results/60_0family_dynamic_test/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_test/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_test/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic_test/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_empty/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_variable_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_empty/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_variable_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_variable_empty/file/all.env b/tests/results/test_namespace/60_0family_dynamic_variable_empty/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic_variable_empty/file/all.env rename to tests/results/test_namespace/60_0family_dynamic_variable_empty/file/all.env diff --git a/tests/results/60_0family_dynamic_variable_empty/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic_variable_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic_variable_empty/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic_variable_empty/file/all_exclude.env diff --git a/tests/results/60_0family_dynamic_variable_empty/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic_variable_empty/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic_variable_empty/file/mandatories.env rename to tests/results/test_namespace/60_0family_dynamic_variable_empty/file/mandatories.env diff --git a/tests/results/60_0family_dynamic_variable_empty/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_variable_empty/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic_variable_empty/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic_variable_empty/makedict/all.json diff --git a/tests/results/60_0family_dynamic_variable_empty/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_variable_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_variable_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic_variable_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_variable_suffix/file/all.env b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic_variable_suffix/file/all.env rename to tests/results/test_namespace/60_0family_dynamic_variable_suffix/file/all.env diff --git a/tests/results/60_0family_dynamic_variable_suffix/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic_variable_suffix/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic_variable_suffix/file/all_exclude.env diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_0family_dynamic_variable_suffix/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic_variable_suffix/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic_variable_suffix/makedict/all.json diff --git a/tests/results/60_0family_dynamic_variable_suffix/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_variable_suffix/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic_variable_suffix/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_dynamic_variable_suffix_empty/file/all.env b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/file/all.env similarity index 100% rename from tests/results/60_0family_dynamic_variable_suffix_empty/file/all.env rename to tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/file/all.env diff --git a/tests/results/60_0family_dynamic_variable_suffix_empty/file/all_exclude.env b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_dynamic_variable_suffix_empty/file/all_exclude.env rename to tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/file/all_exclude.env diff --git a/tests/results/60_0family_dynamic_variable_suffix_empty/file/mandatories.env b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/file/mandatories.env similarity index 100% rename from tests/results/60_0family_dynamic_variable_suffix_empty/file/mandatories.env rename to tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/file/mandatories.env diff --git a/tests/results/60_0family_dynamic_variable_suffix_empty/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/makedict/all.json similarity index 100% rename from tests/results/60_0family_dynamic_variable_suffix_empty/makedict/all.json rename to tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/makedict/all.json diff --git a/tests/results/60_0family_dynamic_variable_suffix_empty/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_dynamic_variable_suffix_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_empty/errors/all.json b/tests/results/test_namespace/60_0family_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_empty/errors/mandatories.json b/tests/results/test_namespace/60_0family_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_empty/file/all.env b/tests/results/test_namespace/60_0family_empty/file/all.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_0family_empty/file/all.env @@ -0,0 +1 @@ + diff --git a/tests/results/test_namespace/60_0family_empty/file/all_exclude.env b/tests/results/test_namespace/60_0family_empty/file/all_exclude.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_0family_empty/file/all_exclude.env @@ -0,0 +1 @@ + diff --git a/tests/results/test_namespace/60_0family_empty/file/mandatories.env b/tests/results/test_namespace/60_0family_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_0family_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/test_namespace/60_0family_empty/makedict/all.json b/tests/results/test_namespace/60_0family_empty/makedict/all.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/60_0family_empty/makedict/all.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/60_0family_empty/makedict/mandatories.json b/tests/results/test_namespace/60_0family_empty/makedict/mandatories.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/test_namespace/60_0family_empty/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/60_0family_hidden/errors/all.json b/tests/results/test_namespace/60_0family_hidden/errors/all.json similarity index 100% rename from tests/results/60_0family_hidden/errors/all.json rename to tests/results/test_namespace/60_0family_hidden/errors/all.json diff --git a/tests/results/test_namespace/60_0family_hidden/errors/mandatories.json b/tests/results/test_namespace/60_0family_hidden/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_hidden/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_hidden/file/all.env b/tests/results/test_namespace/60_0family_hidden/file/all.env similarity index 100% rename from tests/results/60_0family_hidden/file/all.env rename to tests/results/test_namespace/60_0family_hidden/file/all.env diff --git a/tests/results/60_0family_hidden/file/all_exclude.env b/tests/results/test_namespace/60_0family_hidden/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_hidden/file/all_exclude.env rename to tests/results/test_namespace/60_0family_hidden/file/all_exclude.env diff --git a/tests/results/test_namespace/60_0family_hidden/file/mandatories.env b/tests/results/test_namespace/60_0family_hidden/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_0family_hidden/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_0family_hidden/makedict/all.json b/tests/results/test_namespace/60_0family_hidden/makedict/all.json similarity index 100% rename from tests/results/60_0family_hidden/makedict/all.json rename to tests/results/test_namespace/60_0family_hidden/makedict/all.json diff --git a/tests/results/60_0family_hidden/makedict/mandatories.json b/tests/results/test_namespace/60_0family_hidden/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_hidden/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_hidden/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_0family_mode/errors/all.json b/tests/results/test_namespace/60_0family_mode/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_mode/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_mode/errors/mandatories.json b/tests/results/test_namespace/60_0family_mode/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_mode/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_0family_mode/file/all.env b/tests/results/test_namespace/60_0family_mode/file/all.env similarity index 100% rename from tests/results/60_0family_mode/file/all.env rename to tests/results/test_namespace/60_0family_mode/file/all.env diff --git a/tests/results/60_0family_mode/file/all_exclude.env b/tests/results/test_namespace/60_0family_mode/file/all_exclude.env similarity index 100% rename from tests/results/60_0family_mode/file/all_exclude.env rename to tests/results/test_namespace/60_0family_mode/file/all_exclude.env diff --git a/tests/results/test_namespace/60_0family_mode/file/mandatories.env b/tests/results/test_namespace/60_0family_mode/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_0family_mode/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_0family_mode/makedict/all.json b/tests/results/test_namespace/60_0family_mode/makedict/all.json similarity index 100% rename from tests/results/60_0family_mode/makedict/all.json rename to tests/results/test_namespace/60_0family_mode/makedict/all.json diff --git a/tests/results/60_0family_mode/makedict/mandatories.json b/tests/results/test_namespace/60_0family_mode/makedict/mandatories.json similarity index 100% rename from tests/results/60_0family_mode/makedict/mandatories.json rename to tests/results/test_namespace/60_0family_mode/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_1family_dynamic_jinja/errors/all.json b/tests/results/test_namespace/60_1family_dynamic_jinja/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_1family_dynamic_jinja/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_1family_dynamic_jinja/errors/mandatories.json b/tests/results/test_namespace/60_1family_dynamic_jinja/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_1family_dynamic_jinja/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_1family_dynamic_jinja/file/all.env b/tests/results/test_namespace/60_1family_dynamic_jinja/file/all.env similarity index 100% rename from tests/results/60_1family_dynamic_jinja/file/all.env rename to tests/results/test_namespace/60_1family_dynamic_jinja/file/all.env diff --git a/tests/results/60_1family_dynamic_jinja/file/all_exclude.env b/tests/results/test_namespace/60_1family_dynamic_jinja/file/all_exclude.env similarity index 100% rename from tests/results/60_1family_dynamic_jinja/file/all_exclude.env rename to tests/results/test_namespace/60_1family_dynamic_jinja/file/all_exclude.env diff --git a/tests/results/test_namespace/60_1family_dynamic_jinja/file/mandatories.env b/tests/results/test_namespace/60_1family_dynamic_jinja/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_1family_dynamic_jinja/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_1family_dynamic_jinja/makedict/all.json b/tests/results/test_namespace/60_1family_dynamic_jinja/makedict/all.json similarity index 100% rename from tests/results/60_1family_dynamic_jinja/makedict/all.json rename to tests/results/test_namespace/60_1family_dynamic_jinja/makedict/all.json diff --git a/tests/results/60_1family_dynamic_jinja/makedict/mandatories.json b/tests/results/test_namespace/60_1family_dynamic_jinja/makedict/mandatories.json similarity index 100% rename from tests/results/60_1family_dynamic_jinja/makedict/mandatories.json rename to tests/results/test_namespace/60_1family_dynamic_jinja/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/errors/all.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/errors/mandatories.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group/file/all.env b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/file/all.env similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group/file/all.env rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/file/all.env diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group/file/all_exclude.env b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/file/all_exclude.env similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group/file/all_exclude.env rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/file/all_exclude.env diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group/file/mandatories.env b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/file/mandatories.env similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group/file/mandatories.env rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/file/mandatories.env diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group/makedict/all.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/makedict/all.json similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group/makedict/all.json rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/makedict/all.json diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group/makedict/mandatories.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/makedict/mandatories.json similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group/makedict/mandatories.json rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/errors/all.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/errors/mandatories.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_2/file/all.env b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/file/all.env similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_2/file/all.env rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/file/all.env diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_2/file/all_exclude.env b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/file/all_exclude.env similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_2/file/all_exclude.env rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/file/all_exclude.env diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/file/mandatories.env b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_2/makedict/all.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/makedict/all.json similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_2/makedict/all.json rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/makedict/all.json diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_2/makedict/mandatories.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/makedict/mandatories.json similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_2/makedict/mandatories.json rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/errors/all.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/errors/mandatories.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all.env b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all.env similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all.env rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all.env diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all_exclude.env b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all_exclude.env rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all_exclude.env diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/mandatories.env b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/all.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/all.json similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/all.json rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/all.json diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/mandatories.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/errors/all.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/errors/mandatories.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_empty/file/all.env b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/file/all.env similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_empty/file/all.env rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/file/all.env diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_empty/file/all_exclude.env b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_empty/file/all_exclude.env rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/file/all_exclude.env diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/file/mandatories.env b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/all.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/all.json similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/all.json rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/all.json diff --git a/tests/results/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/mandatories.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc/errors/all.json b/tests/results/test_namespace/60_2family_dynamic_outside_calc/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc/errors/mandatories.json b/tests/results/test_namespace/60_2family_dynamic_outside_calc/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_2family_dynamic_outside_calc/file/all.env b/tests/results/test_namespace/60_2family_dynamic_outside_calc/file/all.env similarity index 100% rename from tests/results/60_2family_dynamic_outside_calc/file/all.env rename to tests/results/test_namespace/60_2family_dynamic_outside_calc/file/all.env diff --git a/tests/results/60_2family_dynamic_outside_calc/file/all_exclude.env b/tests/results/test_namespace/60_2family_dynamic_outside_calc/file/all_exclude.env similarity index 100% rename from tests/results/60_2family_dynamic_outside_calc/file/all_exclude.env rename to tests/results/test_namespace/60_2family_dynamic_outside_calc/file/all_exclude.env diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc/file/mandatories.env b/tests/results/test_namespace/60_2family_dynamic_outside_calc/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_2family_dynamic_outside_calc/makedict/all.json b/tests/results/test_namespace/60_2family_dynamic_outside_calc/makedict/all.json similarity index 100% rename from tests/results/60_2family_dynamic_outside_calc/makedict/all.json rename to tests/results/test_namespace/60_2family_dynamic_outside_calc/makedict/all.json diff --git a/tests/results/60_2family_dynamic_outside_calc/makedict/mandatories.json b/tests/results/test_namespace/60_2family_dynamic_outside_calc/makedict/mandatories.json similarity index 100% rename from tests/results/60_2family_dynamic_outside_calc/makedict/mandatories.json rename to tests/results/test_namespace/60_2family_dynamic_outside_calc/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/errors/all.json b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/errors/mandatories.json b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_2family_dynamic_outside_calc_empty/file/all.env b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/file/all.env similarity index 100% rename from tests/results/60_2family_dynamic_outside_calc_empty/file/all.env rename to tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/file/all.env diff --git a/tests/results/60_2family_dynamic_outside_calc_empty/file/all_exclude.env b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_2family_dynamic_outside_calc_empty/file/all_exclude.env rename to tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/file/all_exclude.env diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/file/mandatories.env b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_2family_dynamic_outside_calc_empty/makedict/all.json b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/makedict/all.json similarity index 100% rename from tests/results/60_2family_dynamic_outside_calc_empty/makedict/all.json rename to tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/makedict/all.json diff --git a/tests/results/60_2family_dynamic_outside_calc_empty/makedict/mandatories.json b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_2family_dynamic_outside_calc_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc2/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc2/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc2/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc2/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_calc2/file/all.env b/tests/results/test_namespace/60_5family_dynamic_calc2/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_calc2/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_calc2/file/all.env diff --git a/tests/results/60_5family_dynamic_calc2/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_calc2/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_calc2/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_calc2/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_calc2/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_calc2/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_calc2/file/mandatories.env rename to tests/results/test_namespace/60_5family_dynamic_calc2/file/mandatories.env diff --git a/tests/results/60_5family_dynamic_calc2/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc2/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc2/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_calc2/makedict/all.json diff --git a/tests/results/60_5family_dynamic_calc2/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc2/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc2/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_calc2/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2_empty/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2_empty/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_calc2_empty/file/all.env b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_calc2_empty/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_calc2_empty/file/all.env diff --git a/tests/results/60_5family_dynamic_calc2_empty/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_calc2_empty/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_calc2_empty/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_calc2_empty/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_calc2_empty/file/mandatories.env rename to tests/results/test_namespace/60_5family_dynamic_calc2_empty/file/mandatories.env diff --git a/tests/results/60_5family_dynamic_calc2_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc2_empty/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_calc2_empty/makedict/all.json diff --git a/tests/results/60_5family_dynamic_calc2_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc2_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_calc2_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_calc_suffix/file/all.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix/file/all.env diff --git a/tests/results/60_5family_dynamic_calc_suffix/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_calc_suffix/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix/file/mandatories.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix/file/mandatories.env diff --git a/tests/results/60_5family_dynamic_calc_suffix/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix/makedict/all.json diff --git a/tests/results/60_5family_dynamic_calc_suffix/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_calc_suffix2/file/all.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix2/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix2/file/all.env diff --git a/tests/results/60_5family_dynamic_calc_suffix2/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix2/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix2/file/all_exclude.env diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_5family_dynamic_calc_suffix2/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix2/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix2/makedict/all.json diff --git a/tests/results/60_5family_dynamic_calc_suffix2/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix2/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix2/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_calc_suffix2_empty/file/all.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix2_empty/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/file/all.env diff --git a/tests/results/60_5family_dynamic_calc_suffix2_empty/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix2_empty/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/file/all_exclude.env diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_5family_dynamic_calc_suffix2_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix2_empty/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/makedict/all.json diff --git a/tests/results/60_5family_dynamic_calc_suffix2_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix2_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_calc_suffix_disabled/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_disabled/errors/all.json rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/errors/all.json diff --git a/tests/results/60_5family_dynamic_calc_suffix_disabled/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/errors/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_disabled/errors/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/errors/mandatories.json diff --git a/tests/results/60_5family_dynamic_calc_suffix_disabled/file/all.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_disabled/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/file/all.env diff --git a/tests/results/60_5family_dynamic_calc_suffix_disabled/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_disabled/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_calc_suffix_disabled/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_disabled/file/mandatories.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/file/mandatories.env diff --git a/tests/results/60_5family_dynamic_calc_suffix_disabled/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_disabled/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/makedict/all.json diff --git a/tests/results/60_5family_dynamic_calc_suffix_disabled/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_disabled/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_calc_suffix_empty/file/all.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_empty/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/file/all.env diff --git a/tests/results/60_5family_dynamic_calc_suffix_empty/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_empty/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_calc_suffix_empty/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_empty/file/mandatories.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/file/mandatories.env diff --git a/tests/results/60_5family_dynamic_calc_suffix_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_empty/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/makedict/all.json diff --git a/tests/results/60_5family_dynamic_calc_suffix_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_calc_suffix_param/file/all.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_param/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/file/all.env diff --git a/tests/results/60_5family_dynamic_calc_suffix_param/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_param/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/file/all_exclude.env diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_5family_dynamic_calc_suffix_param/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_param/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/makedict/all.json diff --git a/tests/results/60_5family_dynamic_calc_suffix_param/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_param/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_calc_suffix_param_empty/file/all.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_param_empty/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/file/all.env diff --git a/tests/results/60_5family_dynamic_calc_suffix_param_empty/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_param_empty/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/file/all_exclude.env diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_5family_dynamic_calc_suffix_param_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_param_empty/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/makedict/all.json diff --git a/tests/results/60_5family_dynamic_calc_suffix_param_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_suffix_param_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_calc_variable/file/all.env b/tests/results/test_namespace/60_5family_dynamic_calc_variable/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_variable/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_calc_variable/file/all.env diff --git a/tests/results/60_5family_dynamic_calc_variable/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_calc_variable/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_variable/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_calc_variable/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_calc_variable/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_calc_variable/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_variable/file/mandatories.env rename to tests/results/test_namespace/60_5family_dynamic_calc_variable/file/mandatories.env diff --git a/tests/results/60_5family_dynamic_calc_variable/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_variable/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_calc_variable/makedict/all.json diff --git a/tests/results/60_5family_dynamic_calc_variable/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_variable/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_calc_variable/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_calc_variable_empty/file/all.env b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_variable_empty/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/file/all.env diff --git a/tests/results/60_5family_dynamic_calc_variable_empty/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_variable_empty/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_calc_variable_empty/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_calc_variable_empty/file/mandatories.env rename to tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/file/mandatories.env diff --git a/tests/results/60_5family_dynamic_calc_variable_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_variable_empty/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/makedict/all.json diff --git a/tests/results/60_5family_dynamic_calc_variable_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_calc_variable_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_hidden_suffix/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_hidden_suffix/errors/all.json rename to tests/results/test_namespace/60_5family_dynamic_hidden_suffix/errors/all.json diff --git a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_hidden_suffix/file/all.env b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_hidden_suffix/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_hidden_suffix/file/all.env diff --git a/tests/results/60_5family_dynamic_hidden_suffix/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_hidden_suffix/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_hidden_suffix/file/all_exclude.env diff --git a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_5family_dynamic_hidden_suffix/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_hidden_suffix/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_hidden_suffix/makedict/all.json diff --git a/tests/results/60_5family_dynamic_hidden_suffix/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_hidden_suffix/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_hidden_suffix/makedict/mandatories.json diff --git a/tests/results/60_5family_dynamic_unknown_suffix/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/errors/all.json similarity index 100% rename from tests/results/60_5family_dynamic_unknown_suffix/errors/all.json rename to tests/results/test_namespace/60_5family_dynamic_unknown_suffix/errors/all.json diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_unknown_suffix/file/all.env b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_unknown_suffix/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_unknown_suffix/file/all.env diff --git a/tests/results/60_5family_dynamic_unknown_suffix/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_unknown_suffix/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_unknown_suffix/file/all_exclude.env diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_5family_dynamic_unknown_suffix/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_unknown_suffix/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_unknown_suffix/makedict/all.json diff --git a/tests/results/60_5family_dynamic_unknown_suffix/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_unknown_suffix/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_unknown_suffix/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_unknown_suffix_empty/file/all.env b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_unknown_suffix_empty/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/file/all.env diff --git a/tests/results/60_5family_dynamic_unknown_suffix_empty/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_unknown_suffix_empty/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/file/all_exclude.env diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_5family_dynamic_unknown_suffix_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_unknown_suffix_empty/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/makedict/all.json diff --git a/tests/results/60_5family_dynamic_unknown_suffix_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_unknown_suffix_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_variable_outside/file/all.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside/file/all.env diff --git a/tests/results/60_5family_dynamic_variable_outside/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside/file/all_exclude.env diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_5family_dynamic_variable_outside/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside/makedict/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_variable_outside2/file/all.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside2/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside2/file/all.env diff --git a/tests/results/60_5family_dynamic_variable_outside2/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside2/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside2/file/all_exclude.env diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_5family_dynamic_variable_outside2/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside2/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside2/makedict/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside2/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside2/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside2/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_variable_outside2_empty/file/all.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside2_empty/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/file/all.env diff --git a/tests/results/60_5family_dynamic_variable_outside2_empty/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside2_empty/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_variable_outside2_empty/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside2_empty/file/mandatories.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/file/mandatories.env diff --git a/tests/results/60_5family_dynamic_variable_outside2_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside2_empty/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/makedict/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside2_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside2_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_variable_outside_empty/file/all.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_empty/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/file/all.env diff --git a/tests/results/60_5family_dynamic_variable_outside_empty/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_empty/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_variable_outside_empty/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_empty/file/mandatories.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/file/mandatories.env diff --git a/tests/results/60_5family_dynamic_variable_outside_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_empty/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/makedict/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_variable_outside_jinja/file/all.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_jinja/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/file/all.env diff --git a/tests/results/60_5family_dynamic_variable_outside_jinja/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_jinja/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/file/all_exclude.env diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_5family_dynamic_variable_outside_jinja/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_jinja/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/makedict/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside_jinja/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_jinja/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_variable_outside_jinja_empty/file/all.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_jinja_empty/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/file/all.env diff --git a/tests/results/60_5family_dynamic_variable_outside_jinja_empty/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_jinja_empty/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/file/all_exclude.env diff --git a/tests/results/60_5family_dynamic_variable_outside_jinja_empty/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/file/mandatories.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_jinja_empty/file/mandatories.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/file/mandatories.env diff --git a/tests/results/60_5family_dynamic_variable_outside_jinja_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_jinja_empty/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/makedict/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside_jinja_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_jinja_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_variable_outside_sub_suffix/file/all.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_sub_suffix/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/file/all.env diff --git a/tests/results/60_5family_dynamic_variable_outside_sub_suffix/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_sub_suffix/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/file/all_exclude.env diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_5family_dynamic_variable_outside_sub_suffix/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_sub_suffix/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/makedict/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside_sub_suffix/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_sub_suffix/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_variable_outside_sub_suffix_empty/file/all.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_sub_suffix_empty/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/file/all.env diff --git a/tests/results/60_5family_dynamic_variable_outside_sub_suffix_empty/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_sub_suffix_empty/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/file/all_exclude.env diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_5family_dynamic_variable_outside_sub_suffix_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_sub_suffix_empty/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/makedict/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside_sub_suffix_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_sub_suffix_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_variable_outside_suffix/file/all.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_suffix/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/file/all.env diff --git a/tests/results/60_5family_dynamic_variable_outside_suffix/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_suffix/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/file/all_exclude.env diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_5family_dynamic_variable_outside_suffix/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_suffix/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/makedict/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside_suffix/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_suffix/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_5family_dynamic_variable_outside_suffix_empty/file/all.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/file/all.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_suffix_empty/file/all.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/file/all.env diff --git a/tests/results/60_5family_dynamic_variable_outside_suffix_empty/file/all_exclude.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_suffix_empty/file/all_exclude.env rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/file/all_exclude.env diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/file/mandatories.env b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_5family_dynamic_variable_outside_suffix_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/makedict/all.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_suffix_empty/makedict/all.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/makedict/all.json diff --git a/tests/results/60_5family_dynamic_variable_outside_suffix_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_5family_dynamic_variable_outside_suffix_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_6family_dynamic_inside/errors/all.json b/tests/results/test_namespace/60_6family_dynamic_inside/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_inside/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_inside/errors/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_inside/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_inside/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_6family_dynamic_inside/file/all.env b/tests/results/test_namespace/60_6family_dynamic_inside/file/all.env similarity index 100% rename from tests/results/60_6family_dynamic_inside/file/all.env rename to tests/results/test_namespace/60_6family_dynamic_inside/file/all.env diff --git a/tests/results/60_6family_dynamic_inside/file/all_exclude.env b/tests/results/test_namespace/60_6family_dynamic_inside/file/all_exclude.env similarity index 100% rename from tests/results/60_6family_dynamic_inside/file/all_exclude.env rename to tests/results/test_namespace/60_6family_dynamic_inside/file/all_exclude.env diff --git a/tests/results/test_namespace/60_6family_dynamic_inside/file/mandatories.env b/tests/results/test_namespace/60_6family_dynamic_inside/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_inside/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_6family_dynamic_inside/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_inside/makedict/all.json similarity index 100% rename from tests/results/60_6family_dynamic_inside/makedict/all.json rename to tests/results/test_namespace/60_6family_dynamic_inside/makedict/all.json diff --git a/tests/results/60_6family_dynamic_inside/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_inside/makedict/mandatories.json similarity index 100% rename from tests/results/60_6family_dynamic_inside/makedict/mandatories.json rename to tests/results/test_namespace/60_6family_dynamic_inside/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_6family_dynamic_inside_empty/errors/all.json b/tests/results/test_namespace/60_6family_dynamic_inside_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_inside_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_inside_empty/errors/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_inside_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_inside_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_6family_dynamic_inside_empty/file/all.env b/tests/results/test_namespace/60_6family_dynamic_inside_empty/file/all.env similarity index 100% rename from tests/results/60_6family_dynamic_inside_empty/file/all.env rename to tests/results/test_namespace/60_6family_dynamic_inside_empty/file/all.env diff --git a/tests/results/60_6family_dynamic_inside_empty/file/all_exclude.env b/tests/results/test_namespace/60_6family_dynamic_inside_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_6family_dynamic_inside_empty/file/all_exclude.env rename to tests/results/test_namespace/60_6family_dynamic_inside_empty/file/all_exclude.env diff --git a/tests/results/test_namespace/60_6family_dynamic_inside_empty/file/mandatories.env b/tests/results/test_namespace/60_6family_dynamic_inside_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_inside_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_6family_dynamic_inside_empty/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_inside_empty/makedict/all.json similarity index 100% rename from tests/results/60_6family_dynamic_inside_empty/makedict/all.json rename to tests/results/test_namespace/60_6family_dynamic_inside_empty/makedict/all.json diff --git a/tests/results/60_6family_dynamic_inside_empty/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_inside_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_6family_dynamic_inside_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_6family_dynamic_inside_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership/errors/all.json b/tests/results/test_namespace/60_6family_dynamic_leadership/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_leadership/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership/errors/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_leadership/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_leadership/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_6family_dynamic_leadership/file/all.env b/tests/results/test_namespace/60_6family_dynamic_leadership/file/all.env similarity index 100% rename from tests/results/60_6family_dynamic_leadership/file/all.env rename to tests/results/test_namespace/60_6family_dynamic_leadership/file/all.env diff --git a/tests/results/60_6family_dynamic_leadership/file/all_exclude.env b/tests/results/test_namespace/60_6family_dynamic_leadership/file/all_exclude.env similarity index 100% rename from tests/results/60_6family_dynamic_leadership/file/all_exclude.env rename to tests/results/test_namespace/60_6family_dynamic_leadership/file/all_exclude.env diff --git a/tests/results/60_6family_dynamic_leadership/file/mandatories.env b/tests/results/test_namespace/60_6family_dynamic_leadership/file/mandatories.env similarity index 100% rename from tests/results/60_6family_dynamic_leadership/file/mandatories.env rename to tests/results/test_namespace/60_6family_dynamic_leadership/file/mandatories.env diff --git a/tests/results/60_6family_dynamic_leadership/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_leadership/makedict/all.json similarity index 100% rename from tests/results/60_6family_dynamic_leadership/makedict/all.json rename to tests/results/test_namespace/60_6family_dynamic_leadership/makedict/all.json diff --git a/tests/results/60_6family_dynamic_leadership/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_leadership/makedict/mandatories.json similarity index 100% rename from tests/results/60_6family_dynamic_leadership/makedict/mandatories.json rename to tests/results/test_namespace/60_6family_dynamic_leadership/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership_empty/errors/all.json b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership_empty/errors/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_6family_dynamic_leadership_empty/file/all.env b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/file/all.env similarity index 100% rename from tests/results/60_6family_dynamic_leadership_empty/file/all.env rename to tests/results/test_namespace/60_6family_dynamic_leadership_empty/file/all.env diff --git a/tests/results/60_6family_dynamic_leadership_empty/file/all_exclude.env b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_6family_dynamic_leadership_empty/file/all_exclude.env rename to tests/results/test_namespace/60_6family_dynamic_leadership_empty/file/all_exclude.env diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership_empty/file/mandatories.env b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_6family_dynamic_leadership_empty/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/makedict/all.json similarity index 100% rename from tests/results/60_6family_dynamic_leadership_empty/makedict/all.json rename to tests/results/test_namespace/60_6family_dynamic_leadership_empty/makedict/all.json diff --git a/tests/results/60_6family_dynamic_leadership_empty/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_6family_dynamic_leadership_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_6family_dynamic_leadership_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/errors/all.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/errors/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_6family_dynamic_sub_dynamic/file/all.env b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/file/all.env similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic/file/all.env rename to tests/results/test_namespace/60_6family_dynamic_sub_dynamic/file/all.env diff --git a/tests/results/60_6family_dynamic_sub_dynamic/file/all_exclude.env b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/file/all_exclude.env similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic/file/all_exclude.env rename to tests/results/test_namespace/60_6family_dynamic_sub_dynamic/file/all_exclude.env diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/file/mandatories.env b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_6family_dynamic_sub_dynamic/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/makedict/all.json similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic/makedict/all.json rename to tests/results/test_namespace/60_6family_dynamic_sub_dynamic/makedict/all.json diff --git a/tests/results/60_6family_dynamic_sub_dynamic/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/makedict/mandatories.json similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic/makedict/mandatories.json rename to tests/results/test_namespace/60_6family_dynamic_sub_dynamic/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/errors/all.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/errors/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_6family_dynamic_sub_dynamic_1_0/file/all.env b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/file/all.env similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic_1_0/file/all.env rename to tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/file/all.env diff --git a/tests/results/60_6family_dynamic_sub_dynamic_1_0/file/all_exclude.env b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/file/all_exclude.env similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic_1_0/file/all_exclude.env rename to tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/file/all_exclude.env diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/file/mandatories.env b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_6family_dynamic_sub_dynamic_1_0/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/makedict/all.json similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic_1_0/makedict/all.json rename to tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/makedict/all.json diff --git a/tests/results/60_6family_dynamic_sub_dynamic_1_0/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/makedict/mandatories.json similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic_1_0/makedict/mandatories.json rename to tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/errors/all.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/errors/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_6family_dynamic_sub_dynamic_empty/file/all.env b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/file/all.env similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic_empty/file/all.env rename to tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/file/all.env diff --git a/tests/results/60_6family_dynamic_sub_dynamic_empty/file/all_exclude.env b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/file/all_exclude.env similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic_empty/file/all_exclude.env rename to tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/file/all_exclude.env diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/file/mandatories.env b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/60_6family_dynamic_sub_dynamic_empty/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/makedict/all.json similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic_empty/makedict/all.json rename to tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/makedict/all.json diff --git a/tests/results/60_6family_dynamic_sub_dynamic_empty/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/makedict/mandatories.json similarity index 100% rename from tests/results/60_6family_dynamic_sub_dynamic_empty/makedict/mandatories.json rename to tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/errors/all.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/errors/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/all.env b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/all.env new file mode 100644 index 0000000..126983e --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/all.env @@ -0,0 +1,21 @@ +ROUGAIL.VAR="val1,val2" +ROUGAIL.DYNVAL1.VAR="string1,string2,string3" +ROUGAIL.DYNVAL1.DYN_STRING1.VAR="string1" +ROUGAIL.DYNVAL1.DYN_STRING1.VAR_IDENTIFIER="string1" +ROUGAIL.DYNVAL1.DYN_STRING1.VAR_IDENTIFIERS="string1" +ROUGAIL.DYNVAL1.DYN_STRING2.VAR="string1" +ROUGAIL.DYNVAL1.DYN_STRING2.VAR_IDENTIFIER="string1" +ROUGAIL.DYNVAL1.DYN_STRING2.VAR_IDENTIFIERS="string1" +ROUGAIL.DYNVAL1.DYN_STRING3.VAR="string1" +ROUGAIL.DYNVAL1.DYN_STRING3.VAR_IDENTIFIER="string1" +ROUGAIL.DYNVAL1.DYN_STRING3.VAR_IDENTIFIERS="string1" +ROUGAIL.DYNVAL2.VAR="string1,string2,string3" +ROUGAIL.DYNVAL2.DYN_STRING1.VAR="string1" +ROUGAIL.DYNVAL2.DYN_STRING1.VAR_IDENTIFIER="string1" +ROUGAIL.DYNVAL2.DYN_STRING1.VAR_IDENTIFIERS="string1" +ROUGAIL.DYNVAL2.DYN_STRING2.VAR="string1" +ROUGAIL.DYNVAL2.DYN_STRING2.VAR_IDENTIFIER="string1" +ROUGAIL.DYNVAL2.DYN_STRING2.VAR_IDENTIFIERS="string1" +ROUGAIL.DYNVAL2.DYN_STRING3.VAR="string1" +ROUGAIL.DYNVAL2.DYN_STRING3.VAR_IDENTIFIER="string1" +ROUGAIL.DYNVAL2.DYN_STRING3.VAR_IDENTIFIERS="string1" diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/all_exclude.env b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/all_exclude.env new file mode 100644 index 0000000..458137a --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/all_exclude.env @@ -0,0 +1,18 @@ +ROUGAIL.DYNVAL1.DYN_STRING1.VAR="string1" +ROUGAIL.DYNVAL1.DYN_STRING1.VAR_IDENTIFIER="string1" +ROUGAIL.DYNVAL1.DYN_STRING1.VAR_IDENTIFIERS="string1" +ROUGAIL.DYNVAL1.DYN_STRING2.VAR="string1" +ROUGAIL.DYNVAL1.DYN_STRING2.VAR_IDENTIFIER="string1" +ROUGAIL.DYNVAL1.DYN_STRING2.VAR_IDENTIFIERS="string1" +ROUGAIL.DYNVAL1.DYN_STRING3.VAR="string1" +ROUGAIL.DYNVAL1.DYN_STRING3.VAR_IDENTIFIER="string1" +ROUGAIL.DYNVAL1.DYN_STRING3.VAR_IDENTIFIERS="string1" +ROUGAIL.DYNVAL2.DYN_STRING1.VAR="string1" +ROUGAIL.DYNVAL2.DYN_STRING1.VAR_IDENTIFIER="string1" +ROUGAIL.DYNVAL2.DYN_STRING1.VAR_IDENTIFIERS="string1" +ROUGAIL.DYNVAL2.DYN_STRING2.VAR="string1" +ROUGAIL.DYNVAL2.DYN_STRING2.VAR_IDENTIFIER="string1" +ROUGAIL.DYNVAL2.DYN_STRING2.VAR_IDENTIFIERS="string1" +ROUGAIL.DYNVAL2.DYN_STRING3.VAR="string1" +ROUGAIL.DYNVAL2.DYN_STRING3.VAR_IDENTIFIER="string1" +ROUGAIL.DYNVAL2.DYN_STRING3.VAR_IDENTIFIERS="string1" diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/mandatories.env b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/makedict/all.json new file mode 100644 index 0000000..ac826ec --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/makedict/all.json @@ -0,0 +1,34 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": [ + "string1", + "string2", + "string3" + ], + "rougail.dynval1.dyn_string1.var": "string1", + "rougail.dynval1.dyn_string1.var_identifier": "string1", + "rougail.dynval1.dyn_string1.var_identifiers": "string1", + "rougail.dynval1.dyn_string2.var": "string1", + "rougail.dynval1.dyn_string2.var_identifier": "string1", + "rougail.dynval1.dyn_string2.var_identifiers": "string1", + "rougail.dynval1.dyn_string3.var": "string1", + "rougail.dynval1.dyn_string3.var_identifier": "string1", + "rougail.dynval1.dyn_string3.var_identifiers": "string1", + "rougail.dynval2.var": [ + "string1", + "string2", + "string3" + ], + "rougail.dynval2.dyn_string1.var": "string1", + "rougail.dynval2.dyn_string1.var_identifier": "string1", + "rougail.dynval2.dyn_string1.var_identifiers": "string1", + "rougail.dynval2.dyn_string2.var": "string1", + "rougail.dynval2.dyn_string2.var_identifier": "string1", + "rougail.dynval2.dyn_string2.var_identifiers": "string1", + "rougail.dynval2.dyn_string3.var": "string1", + "rougail.dynval2.dyn_string3.var_identifier": "string1", + "rougail.dynval2.dyn_string3.var_identifiers": "string1" +} diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/makedict/mandatories.json new file mode 100644 index 0000000..95f96c8 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": [], + "rougail.dynval2.var": [] +} diff --git a/tests/results/test_namespace/60_9extra_dynamic/errors/all.json b/tests/results/test_namespace/60_9extra_dynamic/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_9extra_dynamic/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_9extra_dynamic/errors/mandatories.json b/tests/results/test_namespace/60_9extra_dynamic/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_9extra_dynamic/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_9extra_dynamic/file/all.env b/tests/results/test_namespace/60_9extra_dynamic/file/all.env similarity index 100% rename from tests/results/60_9extra_dynamic/file/all.env rename to tests/results/test_namespace/60_9extra_dynamic/file/all.env diff --git a/tests/results/60_9extra_dynamic/file/all_exclude.env b/tests/results/test_namespace/60_9extra_dynamic/file/all_exclude.env similarity index 100% rename from tests/results/60_9extra_dynamic/file/all_exclude.env rename to tests/results/test_namespace/60_9extra_dynamic/file/all_exclude.env diff --git a/tests/results/60_9extra_dynamic/file/mandatories.env b/tests/results/test_namespace/60_9extra_dynamic/file/mandatories.env similarity index 100% rename from tests/results/60_9extra_dynamic/file/mandatories.env rename to tests/results/test_namespace/60_9extra_dynamic/file/mandatories.env diff --git a/tests/results/60_9extra_dynamic/makedict/all.json b/tests/results/test_namespace/60_9extra_dynamic/makedict/all.json similarity index 100% rename from tests/results/60_9extra_dynamic/makedict/all.json rename to tests/results/test_namespace/60_9extra_dynamic/makedict/all.json diff --git a/tests/results/60_9extra_dynamic/makedict/mandatories.json b/tests/results/test_namespace/60_9extra_dynamic/makedict/mandatories.json similarity index 100% rename from tests/results/60_9extra_dynamic/makedict/mandatories.json rename to tests/results/test_namespace/60_9extra_dynamic/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_9extra_dynamic_extra/errors/all.json b/tests/results/test_namespace/60_9extra_dynamic_extra/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_9extra_dynamic_extra/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_9extra_dynamic_extra/errors/mandatories.json b/tests/results/test_namespace/60_9extra_dynamic_extra/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_9extra_dynamic_extra/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_9extra_dynamic_extra/file/all.env b/tests/results/test_namespace/60_9extra_dynamic_extra/file/all.env similarity index 100% rename from tests/results/60_9extra_dynamic_extra/file/all.env rename to tests/results/test_namespace/60_9extra_dynamic_extra/file/all.env diff --git a/tests/results/60_9extra_dynamic_extra/file/all_exclude.env b/tests/results/test_namespace/60_9extra_dynamic_extra/file/all_exclude.env similarity index 100% rename from tests/results/60_9extra_dynamic_extra/file/all_exclude.env rename to tests/results/test_namespace/60_9extra_dynamic_extra/file/all_exclude.env diff --git a/tests/results/60_9extra_dynamic_extra/file/mandatories.env b/tests/results/test_namespace/60_9extra_dynamic_extra/file/mandatories.env similarity index 100% rename from tests/results/60_9extra_dynamic_extra/file/mandatories.env rename to tests/results/test_namespace/60_9extra_dynamic_extra/file/mandatories.env diff --git a/tests/results/60_9extra_dynamic_extra/makedict/all.json b/tests/results/test_namespace/60_9extra_dynamic_extra/makedict/all.json similarity index 100% rename from tests/results/60_9extra_dynamic_extra/makedict/all.json rename to tests/results/test_namespace/60_9extra_dynamic_extra/makedict/all.json diff --git a/tests/results/60_9extra_dynamic_extra/makedict/mandatories.json b/tests/results/test_namespace/60_9extra_dynamic_extra/makedict/mandatories.json similarity index 100% rename from tests/results/60_9extra_dynamic_extra/makedict/mandatories.json rename to tests/results/test_namespace/60_9extra_dynamic_extra/makedict/mandatories.json diff --git a/tests/results/test_namespace/60_9family_dynamic_calc_both/errors/all.json b/tests/results/test_namespace/60_9family_dynamic_calc_both/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_9family_dynamic_calc_both/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_9family_dynamic_calc_both/errors/mandatories.json b/tests/results/test_namespace/60_9family_dynamic_calc_both/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/60_9family_dynamic_calc_both/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/60_9family_dynamic_calc_both/file/all.env b/tests/results/test_namespace/60_9family_dynamic_calc_both/file/all.env similarity index 100% rename from tests/results/60_9family_dynamic_calc_both/file/all.env rename to tests/results/test_namespace/60_9family_dynamic_calc_both/file/all.env diff --git a/tests/results/60_9family_dynamic_calc_both/file/all_exclude.env b/tests/results/test_namespace/60_9family_dynamic_calc_both/file/all_exclude.env similarity index 100% rename from tests/results/60_9family_dynamic_calc_both/file/all_exclude.env rename to tests/results/test_namespace/60_9family_dynamic_calc_both/file/all_exclude.env diff --git a/tests/results/60_9family_dynamic_calc_both/file/mandatories.env b/tests/results/test_namespace/60_9family_dynamic_calc_both/file/mandatories.env similarity index 100% rename from tests/results/60_9family_dynamic_calc_both/file/mandatories.env rename to tests/results/test_namespace/60_9family_dynamic_calc_both/file/mandatories.env diff --git a/tests/results/60_9family_dynamic_calc_both/makedict/all.json b/tests/results/test_namespace/60_9family_dynamic_calc_both/makedict/all.json similarity index 100% rename from tests/results/60_9family_dynamic_calc_both/makedict/all.json rename to tests/results/test_namespace/60_9family_dynamic_calc_both/makedict/all.json diff --git a/tests/results/60_9family_dynamic_calc_both/makedict/mandatories.json b/tests/results/test_namespace/60_9family_dynamic_calc_both/makedict/mandatories.json similarity index 100% rename from tests/results/60_9family_dynamic_calc_both/makedict/mandatories.json rename to tests/results/test_namespace/60_9family_dynamic_calc_both/makedict/mandatories.json diff --git a/tests/results/test_namespace/68_0family_leadership_mode/errors/all.json b/tests/results/test_namespace/68_0family_leadership_mode/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/68_0family_leadership_mode/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/68_0family_leadership_mode/errors/mandatories.json b/tests/results/test_namespace/68_0family_leadership_mode/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/test_namespace/68_0family_leadership_mode/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/68_0family_leadership_mode/file/all.env b/tests/results/test_namespace/68_0family_leadership_mode/file/all.env similarity index 100% rename from tests/results/68_0family_leadership_mode/file/all.env rename to tests/results/test_namespace/68_0family_leadership_mode/file/all.env diff --git a/tests/results/68_0family_leadership_mode/file/all_exclude.env b/tests/results/test_namespace/68_0family_leadership_mode/file/all_exclude.env similarity index 100% rename from tests/results/68_0family_leadership_mode/file/all_exclude.env rename to tests/results/test_namespace/68_0family_leadership_mode/file/all_exclude.env diff --git a/tests/results/test_namespace/68_0family_leadership_mode/file/mandatories.env b/tests/results/test_namespace/68_0family_leadership_mode/file/mandatories.env new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/results/test_namespace/68_0family_leadership_mode/file/mandatories.env @@ -0,0 +1 @@ + diff --git a/tests/results/68_0family_leadership_mode/makedict/all.json b/tests/results/test_namespace/68_0family_leadership_mode/makedict/all.json similarity index 100% rename from tests/results/68_0family_leadership_mode/makedict/all.json rename to tests/results/test_namespace/68_0family_leadership_mode/makedict/all.json diff --git a/tests/results/68_0family_leadership_mode/makedict/mandatories.json b/tests/results/test_namespace/68_0family_leadership_mode/makedict/mandatories.json similarity index 100% rename from tests/results/68_0family_leadership_mode/makedict/mandatories.json rename to tests/results/test_namespace/68_0family_leadership_mode/makedict/mandatories.json diff --git a/tests/test_load.py b/tests/test_load.py index 80bba14..61e7ee1 100644 --- a/tests/test_load.py +++ b/tests/test_load.py @@ -10,7 +10,6 @@ from json import load, dump from rougail_tests.utils import get_structures_list, get_rougail_config, get_values_for_config, config_to_dict - EXT = "env" ######################### @@ -27,7 +26,7 @@ excludes = [ ] test_ok = get_structures_list(excludes) -# test_ok = [Path('../rougail-tests/structures/60_9extra_dynamic')] +# test_ok = [Path('../rougail-tests/structures/60_6family_dynamic_sub_dynamic_empty2')] def idfn(fixture_value): @@ -54,24 +53,24 @@ def _test_dictionaries(test_dir, namespace, ext, *, level, need_exclude=False): rougail = Rougail(rougailconfig) config = rougail.run() ################################## - root_path = Path('tests') / 'results' / test_dir.name + root_path = Path('tests') / 'results' / dir_name / test_dir.name makedict = root_path / 'makedict' / f'{level}.json' filename = root_path / 'file' if need_exclude: filename = filename / f'{level}_exclude.{EXT}' else: filename = filename / f'{level}.{EXT}' - populate(filename, makedict, rougailconfig, level, need_exclude) + populate(filename, makedict, rougailconfig, level, need_exclude, namespace) load_dotenv(str(filename)) ################################## # loads variables in the tiramisu config generated_user_data = RougailUserData(config, rougailconfig=rougailconfig).run() errors = rougail.user_datas(generated_user_data) #expected output - with open(Path('tests') / 'results' / test_dir.name / 'makedict' / f'{level}.json') as json_file: + with open(Path('tests') / 'results' / dir_name / test_dir.name / 'makedict' / f'{level}.json') as json_file: expected = load(json_file) # here is the effective test - errors_file = Path('tests') / 'results' / test_dir.name / 'errors' / f'{level}.json' + errors_file = Path('tests') / 'results' / dir_name / test_dir.name / 'errors' / f'{level}.json' if not errors_file.is_file(): errors_file.parent.mkdir(parents=True, exist_ok=True) with open(errors_file, 'a') as json_file: @@ -87,11 +86,13 @@ def _test_dictionaries(test_dir, namespace, ext, *, level, need_exclude=False): config.property.read_only() config_dict = dict(config_to_dict(config.value.get())) assert expected == config_dict + ###################################### #teardown: set the original environement again os.environ = save.copy() + ###################################### -def populate(filename, makedict_file, rougailconfig, level, need_exclude): +def populate(filename, makedict_file, rougailconfig, level, need_exclude, namespace): if filename.is_file() and makedict_file.is_file(): return config = Rougail(rougailconfig).run() @@ -99,7 +100,9 @@ def populate(filename, makedict_file, rougailconfig, level, need_exclude): if not filename.is_file(): filename.parent.mkdir(parents=True, exist_ok=True) with filename.open('w') as fh: - fh.write('\n'.join(values_to_env(values)) + '\n') + ############################################## + fh.write('\n'.join(values_to_env(values, namespace)) + '\n') + ############################################## if not makedict_file.is_file(): makedict_file.parent.mkdir(parents=True, exist_ok=True) config.property.read_only() @@ -109,7 +112,8 @@ def populate(filename, makedict_file, rougailconfig, level, need_exclude): fh.write('\n') -def values_to_env(values): +############################################## +def values_to_env(values, namespace): def parse(root_path, values_, level=-1): level += 1 for key, value in values_.items(): @@ -131,13 +135,25 @@ def values_to_env(values): sub_val = val.get(k, "") if isinstance(sub_val, list): raise Exception("submulti is not allowed for environment user_datas") - yield (sub_root_path + '.' + k).upper() + '="' + ','.join([convert_str(val.get(k, "")) for val in value])+ '"' + ns = (sub_root_path + '.' + k).upper() + if not namespace: + ns = "ROUGAIL_" + ns + yield ns + '="' + ','.join([convert_str(val.get(k, "")) for val in value])+ '"' else: - yield sub_root_path.upper() + '="' + ','.join([convert_str(val) for val in value]) + '"' + ns = sub_root_path.upper() + if not namespace: + ns = "ROUGAIL_" + ns + yield ns + '="' + ','.join([convert_str(val) for val in value]) + '"' elif value is None or value == 'None': - yield sub_root_path.upper() + '=""' + ns = sub_root_path.upper() + if not namespace: + ns = "ROUGAIL_" + ns + yield ns + '=""' else: - yield sub_root_path.upper() + '="' + str(value) + '"' + ns = sub_root_path.upper() + if not namespace: + ns = "ROUGAIL_" + ns + yield ns + '="' + str(value) + '"' return list(parse(None, values)) @@ -147,18 +163,34 @@ def convert_str(val): if val is None: return "" return str(val) +############################################## def test_dictionaries_all(test_dir): "tests the output" - _test_dictionaries(test_dir, True, EXT, level='all') + _test_dictionaries(test_dir, False, EXT, level='all') def test_dictionaries_all_exclude(test_dir): "tests the output" - _test_dictionaries(test_dir, True, EXT, level='all', need_exclude=True) + _test_dictionaries(test_dir, False, EXT, level='all', need_exclude=True) def test_dictionaries_mandatories(test_dir): + "tests the output" + _test_dictionaries(test_dir, False, EXT, level='mandatories') + + +def test_dictionaries_namespace_all(test_dir): + "tests the output" + _test_dictionaries(test_dir, True, EXT, level='all') + + +def test_dictionaries_namespace_all_exclude(test_dir): + "tests the output" + _test_dictionaries(test_dir, True, EXT, level='all', need_exclude=True) + + +def test_dictionaries_namespace_mandatories(test_dir): "tests the output" _test_dictionaries(test_dir, True, EXT, level='mandatories')