From 2bc6664c832aa621c2da61f3558243e0a217c5efcca27315e2bd616245106759 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Tue, 7 Oct 2025 20:54:52 +0200 Subject: [PATCH] feat: add tests --- src/rougail/user_data_commandline/__init__.py | 3 + src/rougail/user_data_commandline/config.py | 33 +++ .../test_load.cpython-313-pytest-8.3.4.pyc | Bin 0 -> 11112 bytes .../test_namespace/00_0empty/errors/all.json | 4 + .../00_0empty/errors/mandatories.json | 4 + .../00_0empty/file/all.cmdline_opts | 1 + .../00_0empty/file/mandatories.cmdline_opts | 1 + .../00_0empty/makedict/all.json | 1 + .../00_0empty/makedict/mandatories.json | 1 + .../00_0no_variable/errors/all.json | 4 + .../00_0no_variable/errors/mandatories.json | 4 + .../00_0no_variable/file/all.cmdline_opts | 1 + .../file/mandatories.cmdline_opts | 1 + .../00_0no_variable/makedict/all.json | 1 + .../00_0no_variable/makedict/mandatories.json | 1 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 1 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 1 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../00_0version_underscore/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 4 + .../00_0version_underscore/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../00_1empty_variable/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../00_1empty_variable/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 4 + .../00_1empty_variable/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../00_2default_calculated/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 1 + .../00_2default_calculated/makedict/all.json | 8 + .../makedict/mandatories.json | 6 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 10 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 12 ++ .../makedict/mandatories.json | 12 ++ .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 15 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 9 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 5 + .../makedict/all.json | 10 + .../makedict/mandatories.json | 10 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 5 + .../makedict/mandatories.json | 5 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 5 + .../makedict/all.json | 10 + .../makedict/mandatories.json | 10 + .../00_4load_subfolder/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../00_4load_subfolder/file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 6 + .../00_4load_subfolder/makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../00_5load_notype/errors/all.json | 4 + .../00_5load_notype/errors/mandatories.json | 4 + .../00_5load_notype/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../00_5load_notype/makedict/all.json | 3 + .../00_5load_notype/makedict/mandatories.json | 3 + .../00_6boolean/errors/all.json | 4 + .../00_6boolean/errors/mandatories.json | 4 + .../00_6boolean/file/all.cmdline_opts | 8 + .../00_6boolean/file/mandatories.cmdline_opts | 1 + .../00_6boolean/makedict/all.json | 8 + .../00_6boolean/makedict/mandatories.json | 8 + .../00_6boolean_no_mandatory/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 3 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../test_namespace/00_6choice/errors/all.json | 4 + .../00_6choice/errors/mandatories.json | 4 + .../00_6choice/file/all.cmdline_opts | 13 ++ .../00_6choice/file/mandatories.cmdline_opts | 6 + .../00_6choice/makedict/all.json | 8 + .../00_6choice/makedict/mandatories.json | 8 + .../00_6choice_calculation/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../00_6choice_calculation/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../00_6choice_link/errors/all.json | 4 + .../00_6choice_link/errors/mandatories.json | 4 + .../00_6choice_link/file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 4 + .../00_6choice_link/makedict/all.json | 4 + .../00_6choice_link/makedict/mandatories.json | 4 + .../00_6choice_variable/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../00_6choice_variable/file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 1 + .../00_6choice_variable/makedict/all.json | 8 + .../makedict/mandatories.json | 8 + .../00_6choice_variable_link/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 10 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 9 + .../00_6choice_variable_link2/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 10 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 9 + .../test_namespace/00_6custom/errors/all.json | 4 + .../00_6custom/errors/mandatories.json | 4 + .../00_6custom/file/all.cmdline_opts | 6 + .../00_6custom/file/mandatories.cmdline_opts | 4 + .../00_6custom/makedict/all.json | 4 + .../00_6custom/makedict/mandatories.json | 4 + .../00_6domainname/errors/all.json | 4 + .../00_6domainname/errors/mandatories.json | 4 + .../00_6domainname/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../00_6domainname/makedict/all.json | 3 + .../00_6domainname/makedict/mandatories.json | 3 + .../00_6domainname_params/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../00_6domainname_params/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../test_namespace/00_6float/errors/all.json | 4 + .../00_6float/errors/mandatories.json | 4 + .../00_6float/file/all.cmdline_opts | 14 ++ .../00_6float/file/mandatories.cmdline_opts | 1 + .../00_6float/makedict/all.json | 8 + .../00_6float/makedict/mandatories.json | 8 + .../00_6integer/errors/all.json | 4 + .../00_6integer/errors/mandatories.json | 4 + .../00_6integer/file/all.cmdline_opts | 14 ++ .../00_6integer/file/mandatories.cmdline_opts | 1 + .../00_6integer/makedict/all.json | 8 + .../00_6integer/makedict/mandatories.json | 8 + .../test_namespace/00_6ip/errors/all.json | 4 + .../00_6ip/errors/mandatories.json | 4 + .../00_6ip/file/all.cmdline_opts | 8 + .../00_6ip/file/mandatories.cmdline_opts | 1 + .../test_namespace/00_6ip/makedict/all.json | 5 + .../00_6ip/makedict/mandatories.json | 5 + .../00_6network/errors/all.json | 4 + .../00_6network/errors/mandatories.json | 4 + .../00_6network/file/all.cmdline_opts | 8 + .../00_6network/file/mandatories.cmdline_opts | 1 + .../00_6network/makedict/all.json | 5 + .../00_6network/makedict/mandatories.json | 5 + .../test_namespace/00_6number/errors/all.json | 4 + .../00_6number/errors/mandatories.json | 4 + .../00_6number/file/all.cmdline_opts | 14 ++ .../00_6number/file/mandatories.cmdline_opts | 1 + .../00_6number/makedict/all.json | 8 + .../00_6number/makedict/mandatories.json | 8 + .../test_namespace/00_6port/errors/all.json | 4 + .../00_6port/errors/mandatories.json | 4 + .../00_6port/file/all.cmdline_opts | 8 + .../00_6port/file/mandatories.cmdline_opts | 4 + .../test_namespace/00_6port/makedict/all.json | 5 + .../00_6port/makedict/mandatories.json | 5 + .../test_namespace/00_6regexp/errors/all.json | 4 + .../00_6regexp/errors/mandatories.json | 4 + .../00_6regexp/file/all.cmdline_opts | 4 + .../00_6regexp/file/mandatories.cmdline_opts | 1 + .../00_6regexp/makedict/all.json | 3 + .../00_6regexp/makedict/mandatories.json | 3 + .../00_6regexp_link/errors/all.json | 4 + .../00_6regexp_link/errors/mandatories.json | 4 + .../00_6regexp_link/file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../00_6regexp_link/makedict/all.json | 4 + .../00_6regexp_link/makedict/mandatories.json | 4 + .../test_namespace/00_6secret/errors/all.json | 4 + .../00_6secret/errors/mandatories.json | 4 + .../00_6secret/file/all.cmdline_opts | 6 + .../00_6secret/file/mandatories.cmdline_opts | 4 + .../00_6secret/makedict/all.json | 4 + .../00_6secret/makedict/mandatories.json | 4 + .../00_6secret_param/errors/all.json | 4 + .../00_6secret_param/errors/mandatories.json | 4 + .../00_6secret_param/file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 4 + .../00_6secret_param/makedict/all.json | 5 + .../makedict/mandatories.json | 5 + .../test_namespace/00_6string/errors/all.json | 4 + .../00_6string/errors/mandatories.json | 4 + .../00_6string/file/all.cmdline_opts | 18 ++ .../00_6string/file/mandatories.cmdline_opts | 8 + .../00_6string/makedict/all.json | 10 + .../00_6string/makedict/mandatories.json | 10 + .../00_7choice_quote/errors/all.json | 4 + .../00_7choice_quote/errors/mandatories.json | 4 + .../00_7choice_quote/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../00_7choice_quote/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../test_namespace/00_7help/errors/all.json | 4 + .../00_7help/errors/mandatories.json | 4 + .../00_7help/file/all.cmdline_opts | 6 + .../00_7help/file/mandatories.cmdline_opts | 6 + .../test_namespace/00_7help/makedict/all.json | 4 + .../00_7help/makedict/mandatories.json | 4 + .../00_7help_quote/errors/all.json | 4 + .../00_7help_quote/errors/mandatories.json | 4 + .../00_7help_quote/file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 6 + .../00_7help_quote/makedict/all.json | 4 + .../00_7help_quote/makedict/mandatories.json | 4 + .../00_7help_sup/errors/all.json | 4 + .../00_7help_sup/errors/mandatories.json | 4 + .../00_7help_sup/file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 6 + .../00_7help_sup/makedict/all.json | 4 + .../00_7help_sup/makedict/mandatories.json | 4 + .../00_7value_doublequote/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../00_7value_doublequote/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../00_7value_doublequote2/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../00_7value_doublequote2/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../00_7value_doublequote3/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../00_7value_doublequote3/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../00_7value_quote/errors/all.json | 4 + .../00_7value_quote/errors/mandatories.json | 4 + .../00_7value_quote/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../00_7value_quote/makedict/all.json | 3 + .../00_7value_quote/makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../00_8calculation_namespace/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../test_namespace/00_8test/errors/all.json | 4 + .../00_8test/errors/mandatories.json | 4 + .../00_8test/file/all.cmdline_opts | 13 ++ .../00_8test/file/mandatories.cmdline_opts | 9 + .../test_namespace/00_8test/makedict/all.json | 11 + .../00_8test/makedict/mandatories.json | 11 + .../00_9choice_variable_multi/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 5 + .../makedict/all.json | 10 + .../makedict/mandatories.json | 7 + .../00_9choice_variables/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 1 + .../00_9choice_variables/makedict/all.json | 5 + .../makedict/mandatories.json | 5 + .../00_9default_calculation/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../00_9default_calculation/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 6 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 6 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 7 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 7 + .../makedict/mandatories.json | 7 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 10 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 12 ++ .../makedict/mandatories.json | 10 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../00_9default_integer/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../00_9default_integer/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../00_9default_integer/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../00_9default_number/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../00_9default_number/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../00_9default_number/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../test_namespace/00_9extra/errors/all.json | 4 + .../00_9extra/errors/mandatories.json | 4 + .../00_9extra/file/all.cmdline_opts | 6 + .../00_9extra/file/mandatories.cmdline_opts | 1 + .../00_9extra/makedict/all.json | 4 + .../00_9extra/makedict/mandatories.json | 4 + .../00_9extra_calculation/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 10 + .../file/mandatories.cmdline_opts | 1 + .../00_9extra_calculation/makedict/all.json | 6 + .../makedict/mandatories.json | 6 + .../00_9extra_ouside/errors/all.json | 4 + .../00_9extra_ouside/errors/mandatories.json | 4 + .../00_9extra_ouside/file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../00_9extra_ouside/makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../01_6boolean_multi/errors/all.json | 6 + .../01_6boolean_multi/errors/mandatories.json | 4 + .../01_6boolean_multi/file/all.cmdline_opts | 18 ++ .../file/mandatories.cmdline_opts | 1 + .../01_6boolean_multi/makedict/all.json | 26 +++ .../makedict/mandatories.json | 26 +++ .../01_6custom_multi/errors/all.json | 4 + .../01_6custom_multi/errors/mandatories.json | 4 + .../01_6custom_multi/file/all.cmdline_opts | 10 + .../file/mandatories.cmdline_opts | 6 + .../01_6custom_multi/makedict/all.json | 12 ++ .../makedict/mandatories.json | 10 + .../01_6float_multi/errors/all.json | 4 + .../01_6float_multi/errors/mandatories.json | 4 + .../01_6float_multi/file/all.cmdline_opts | 34 +++ .../file/mandatories.cmdline_opts | 1 + .../01_6float_multi/makedict/all.json | 42 ++++ .../01_6float_multi/makedict/mandatories.json | 26 +++ .../01_6integer_multi/errors/all.json | 4 + .../01_6integer_multi/errors/mandatories.json | 4 + .../01_6integer_multi/file/all.cmdline_opts | 34 +++ .../file/mandatories.cmdline_opts | 1 + .../01_6integer_multi/makedict/all.json | 42 ++++ .../makedict/mandatories.json | 26 +++ .../01_6string_empty/errors/all.json | 4 + .../01_6string_empty/errors/mandatories.json | 4 + .../01_6string_empty/file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 6 + .../01_6string_empty/makedict/all.json | 7 + .../makedict/mandatories.json | 7 + .../01_6string_multi/errors/all.json | 4 + .../01_6string_multi/errors/mandatories.json | 4 + .../01_6string_multi/file/all.cmdline_opts | 34 +++ .../file/mandatories.cmdline_opts | 14 ++ .../01_6string_multi/makedict/all.json | 42 ++++ .../makedict/mandatories.json | 32 +++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 7 + .../makedict/mandatories.json | 5 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 7 + .../makedict/mandatories.json | 5 + .../01_7value_multi_quote/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../01_7value_multi_quote/makedict/all.json | 7 + .../makedict/mandatories.json | 5 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 7 + .../makedict/mandatories.json | 7 + .../01_9choice_variable_multi/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 8 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../04_0type_param/errors/all.json | 4 + .../04_0type_param/errors/mandatories.json | 4 + .../04_0type_param/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../04_0type_param/makedict/all.json | 3 + .../04_0type_param/makedict/mandatories.json | 3 + .../04_0type_param_integer/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../04_0type_param_integer/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../04_1auto_save/errors/all.json | 4 + .../04_1auto_save/errors/mandatories.json | 4 + .../04_1auto_save/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../04_1auto_save/makedict/all.json | 3 + .../04_1auto_save/makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../04_1auto_save_and_hidden/errors/all.json | 8 + .../errors/mandatories.json | 6 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 6 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 5 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 6 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 5 + .../makedict/mandatories.json | 4 + .../errors/all.json | 8 + .../errors/mandatories.json | 6 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 5 + .../makedict/mandatories.json | 5 + .../errors/all.json | 6 + .../errors/mandatories.json | 6 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 5 + .../makedict/mandatories.json | 4 + .../errors/all.json | 8 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 5 + .../04_5disabled_calculation/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 5 + .../makedict/mandatories.json | 5 + .../errors/all.json | 6 + .../errors/mandatories.json | 6 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 5 + .../makedict/mandatories.json | 5 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 12 ++ .../file/mandatories.cmdline_opts | 10 + .../makedict/all.json | 13 ++ .../makedict/mandatories.json | 13 ++ .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 5 + .../makedict/mandatories.json | 5 + .../errors/all.json | 9 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 7 + .../makedict/mandatories.json | 7 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 5 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 4 + .../errors/all.json | 6 + .../errors/mandatories.json | 6 + .../file/all.cmdline_opts | 5 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 6 + .../errors/mandatories.json | 6 + .../file/all.cmdline_opts | 5 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 6 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 3 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 4 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 5 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 5 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 5 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 4 + .../errors/all.json | 8 + .../errors/mandatories.json | 6 + .../file/all.cmdline_opts | 5 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 5 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 7 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 8 + .../04_5hidden_calculation/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 1 + .../04_5hidden_calculation/makedict/all.json | 5 + .../makedict/mandatories.json | 5 + .../04_5hidden_calculation2/errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 1 + .../04_5hidden_calculation2/makedict/all.json | 5 + .../makedict/mandatories.json | 5 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 5 + .../makedict/mandatories.json | 5 + .../04_5validators/errors/all.json | 4 + .../04_5validators/errors/mandatories.json | 4 + .../04_5validators/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 4 + .../04_5validators/makedict/all.json | 3 + .../04_5validators/makedict/mandatories.json | 3 + .../04_5validators_differ/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../04_5validators_differ/makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../04_5validators_multi/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../04_5validators_multi/makedict/all.json | 7 + .../makedict/mandatories.json | 6 + .../04_5validators_multi2/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 5 + .../file/mandatories.cmdline_opts | 1 + .../04_5validators_multi2/makedict/all.json | 6 + .../makedict/mandatories.json | 6 + .../04_5validators_multi3/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../04_5validators_multi3/makedict/all.json | 5 + .../makedict/mandatories.json | 7 + .../05_0multi_not_uniq/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../05_0multi_not_uniq/file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../05_0multi_not_uniq/makedict/all.json | 7 + .../makedict/mandatories.json | 5 + .../05_0multi_uniq/errors/all.json | 4 + .../05_0multi_uniq/errors/mandatories.json | 4 + .../05_0multi_uniq/file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../05_0multi_uniq/makedict/all.json | 7 + .../05_0multi_uniq/makedict/mandatories.json | 5 + .../12_1auto_save_expert/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../12_1auto_save_expert/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_0redefine_description/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 6 + .../errors/mandatories.json | 6 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../errors/all.json | 6 + .../errors/mandatories.json | 6 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../16_3family_empty_at_ends/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_5exists_nonexists/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../16_5exists_nonexists/makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../16_5exists_redefine/errors/all.json | 6 + .../errors/mandatories.json | 4 + .../16_5exists_redefine/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../16_5exists_redefine/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_5redefine_calculation/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_5redefine_choice/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../16_5redefine_choice/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 4 + .../16_5redefine_choice/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_5redefine_default/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../16_5redefine_default/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_5redefine_family/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../16_5redefine_family/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 4 + .../16_5redefine_family/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_5redefine_help/errors/all.json | 4 + .../16_5redefine_help/errors/mandatories.json | 4 + .../16_5redefine_help/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 4 + .../16_5redefine_help/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_5redefine_hidden/errors/all.json | 6 + .../errors/mandatories.json | 4 + .../16_5redefine_hidden/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../16_5redefine_hidden/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_5redefine_multi/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../16_5redefine_multi/file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../16_5redefine_multi/makedict/all.json | 7 + .../makedict/mandatories.json | 5 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../16_5test_redefine/errors/all.json | 4 + .../16_5test_redefine/errors/mandatories.json | 4 + .../16_5test_redefine/file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 4 + .../16_5test_redefine/makedict/all.json | 5 + .../makedict/mandatories.json | 5 + .../16_6choice_redefine/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../16_6choice_redefine/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../16_6choice_redefine/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../16_6exists_family/errors/all.json | 4 + .../16_6exists_family/errors/mandatories.json | 4 + .../16_6exists_family/file/all.cmdline_opts | 1 + .../file/mandatories.cmdline_opts | 1 + .../16_6exists_family/makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../16exists_exists/errors/all.json | 4 + .../16exists_exists/errors/mandatories.json | 4 + .../16exists_exists/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 4 + .../16exists_exists/makedict/all.json | 3 + .../16exists_exists/makedict/mandatories.json | 3 + .../17_5redefine_leadership/errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../17_5redefine_leadership/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../20_0empty_family/errors/all.json | 4 + .../20_0empty_family/errors/mandatories.json | 4 + .../20_0empty_family/file/all.cmdline_opts | 1 + .../file/mandatories.cmdline_opts | 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.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 6 + .../20_0family_append/makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../20_0family_underscore/errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 14 ++ .../file/mandatories.cmdline_opts | 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.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../20_0multi_family/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../20_0multi_family_basic/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 4 + .../20_0multi_family_basic/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../20_0multi_family_expert/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../20_0multi_family_expert/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../20_0multi_family_order/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 10 + .../file/mandatories.cmdline_opts | 10 + .../20_0multi_family_order/makedict/all.json | 6 + .../makedict/mandatories.json | 6 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 5 + .../makedict/mandatories.json | 5 + .../20_1empty_subfamily/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../20_1empty_subfamily/file/all.cmdline_opts | 1 + .../file/mandatories.cmdline_opts | 1 + .../20_1empty_subfamily/makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 7 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 7 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 3 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 5 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 5 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 5 + .../makedict/mandatories.json | 5 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 5 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 8 + .../errors/mandatories.json | 6 + .../file/all.cmdline_opts | 5 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../40_0leadership/errors/all.json | 4 + .../40_0leadership/errors/mandatories.json | 4 + .../40_0leadership/file/all.cmdline_opts | 24 +++ .../file/mandatories.cmdline_opts | 24 +++ .../40_0leadership/makedict/all.json | 19 ++ .../40_0leadership/makedict/mandatories.json | 19 ++ .../40_0leadership_diff_name/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 24 +++ .../file/mandatories.cmdline_opts | 24 +++ .../makedict/all.json | 19 ++ .../makedict/mandatories.json | 19 ++ .../40_0leadership_empty/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 1 + .../file/mandatories.cmdline_opts | 1 + .../40_0leadership_empty/makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 24 +++ .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 19 ++ .../makedict/mandatories.json | 19 ++ .../errors/mandatories.json | 4 + .../file/mandatories.cmdline_opts | 1 + .../makedict/mandatories.json | 14 ++ .../errors/mandatories.json | 4 + .../file/mandatories.cmdline_opts | 1 + .../makedict/mandatories.json | 13 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 15 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 16 ++ .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 15 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 16 ++ .../makedict/mandatories.json | 12 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 26 +++ .../file/mandatories.cmdline_opts | 24 +++ .../makedict/all.json | 20 ++ .../makedict/mandatories.json | 20 ++ .../40_0leadership_reduce/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 11 + .../40_0leadership_reduce/makedict/all.json | 12 ++ .../makedict/mandatories.json | 16 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 33 +++ .../file/mandatories.cmdline_opts | 33 +++ .../makedict/all.json | 22 ++ .../makedict/mandatories.json | 22 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 15 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 16 ++ .../makedict/mandatories.json | 16 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 15 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 16 ++ .../makedict/mandatories.json | 16 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 15 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 16 ++ .../makedict/mandatories.json | 16 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 24 +++ .../file/mandatories.cmdline_opts | 14 ++ .../makedict/all.json | 19 ++ .../makedict/mandatories.json | 14 ++ .../errors/mandatories.json | 4 + .../file/mandatories.cmdline_opts | 1 + .../makedict/mandatories.json | 3 + .../40_8calculation_boolean/errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 7 + .../file/mandatories.cmdline_opts | 1 + .../40_8calculation_boolean/makedict/all.json | 9 + .../makedict/mandatories.json | 10 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 5 + .../file/mandatories.cmdline_opts | 3 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../40_8calculation_integer/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 7 + .../file/mandatories.cmdline_opts | 1 + .../40_8calculation_integer/makedict/all.json | 5 + .../makedict/mandatories.json | 5 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 10 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 8 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/mandatories.json | 4 + .../file/mandatories.cmdline_opts | 1 + .../makedict/mandatories.json | 16 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 28 +++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 24 +++ .../makedict/mandatories.json | 17 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 28 +++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 24 +++ .../makedict/mandatories.json | 17 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 19 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 21 ++ .../makedict/mandatories.json | 16 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 28 +++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 24 +++ .../makedict/mandatories.json | 18 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 26 +++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 20 ++ .../makedict/mandatories.json | 15 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 26 +++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 20 ++ .../makedict/mandatories.json | 15 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 28 +++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 24 +++ .../makedict/mandatories.json | 18 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 28 +++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 24 +++ .../makedict/mandatories.json | 18 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 28 +++ .../file/mandatories.cmdline_opts | 8 + .../makedict/all.json | 30 +++ .../makedict/mandatories.json | 22 ++ .../errors/mandatories.json | 4 + .../file/mandatories.cmdline_opts | 8 + .../makedict/mandatories.json | 28 +++ .../41_0choice_leader/errors/all.json | 4 + .../41_0choice_leader/errors/mandatories.json | 4 + .../41_0choice_leader/file/all.cmdline_opts | 15 ++ .../file/mandatories.cmdline_opts | 1 + .../41_0choice_leader/makedict/all.json | 16 ++ .../makedict/mandatories.json | 3 + .../44_0leadership_hidden/errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../44_0leadership_hidden/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 16 ++ .../file/mandatories.cmdline_opts | 5 + .../makedict/all.json | 17 ++ .../makedict/mandatories.json | 9 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 15 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 15 ++ .../makedict/mandatories.json | 11 + .../44_4leadership_mandatory/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 15 ++ .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 16 ++ .../makedict/mandatories.json | 16 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 15 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 16 ++ .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 17 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 17 ++ .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 8 + .../file/all.cmdline_opts | 17 ++ .../file/mandatories.cmdline_opts | 15 ++ .../makedict/all.json | 17 ++ .../makedict/mandatories.json | 14 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 15 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 16 ++ .../makedict/mandatories.json | 11 + .../60_0family_dynamic/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../60_0family_dynamic/file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 6 + .../60_0family_dynamic/makedict/all.json | 8 + .../makedict/mandatories.json | 8 + .../60_0family_dynamic_1_0/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 1 + .../60_0family_dynamic_1_0/makedict/all.json | 8 + .../makedict/mandatories.json | 8 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 8 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 3 + .../60_0family_dynamic_1_1/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 6 + .../60_0family_dynamic_1_1/makedict/all.json | 8 + .../makedict/mandatories.json | 8 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 3 + .../60_0family_dynamic_empty/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 12 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 10 + .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 13 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 10 + .../makedict/mandatories.json | 10 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 9 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 8 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 3 + .../60_0family_dynamic_static/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../60_0family_dynamic_test/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 9 + .../60_0family_dynamic_test/makedict/all.json | 8 + .../makedict/mandatories.json | 8 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 8 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 12 ++ .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 10 + .../makedict/mandatories.json | 10 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 4 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 8 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 5 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 8 + .../60_0family_empty/errors/all.json | 4 + .../60_0family_empty/errors/mandatories.json | 4 + .../60_0family_empty/file/all.cmdline_opts | 1 + .../file/mandatories.cmdline_opts | 1 + .../60_0family_empty/makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../60_0family_hidden/errors/all.json | 6 + .../60_0family_hidden/errors/mandatories.json | 4 + .../60_0family_hidden/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../60_0family_hidden/makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../60_0family_mode/errors/all.json | 4 + .../60_0family_mode/errors/mandatories.json | 4 + .../60_0family_mode/file/all.cmdline_opts | 4 + .../file/mandatories.cmdline_opts | 1 + .../60_0family_mode/makedict/all.json | 3 + .../60_0family_mode/makedict/mandatories.json | 3 + .../60_1family_dynamic_jinja/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 12 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 10 + .../makedict/mandatories.json | 8 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 9 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 9 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 9 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 4 + .../60_5family_dynamic_calc2/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 9 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 9 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 8 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 3 + .../errors/all.json | 6 + .../errors/mandatories.json | 6 + .../file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 3 + .../makedict/mandatories.json | 3 + .../errors/all.json | 7 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 7 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 7 + .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 4 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 9 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 9 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 17 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 19 ++ .../makedict/mandatories.json | 18 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 8 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 9 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 8 + .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 9 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 4 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 4 + .../errors/all.json | 6 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 10 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 6 + .../makedict/mandatories.json | 6 + .../file/all.cmdline_opts | 21 ++ .../makedict/all.json | 12 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 39 ++++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 24 +++ .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 13 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 13 ++ .../makedict/mandatories.json | 12 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 13 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 13 ++ .../makedict/mandatories.json | 12 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 13 ++ .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 13 ++ .../makedict/mandatories.json | 8 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 13 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 13 ++ .../makedict/mandatories.json | 12 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 13 ++ .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 13 ++ .../makedict/mandatories.json | 8 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 13 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 13 ++ .../makedict/mandatories.json | 12 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 13 ++ .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 13 ++ .../makedict/mandatories.json | 8 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 17 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 15 ++ .../makedict/mandatories.json | 14 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 17 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 15 ++ .../makedict/mandatories.json | 4 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 9 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 11 + .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 9 + .../makedict/mandatories.json | 4 + .../60_6family_dynamic_inside/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 21 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 14 ++ .../makedict/mandatories.json | 14 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 21 ++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 14 ++ .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 49 +++++ .../file/mandatories.cmdline_opts | 10 + .../makedict/all.json | 40 ++++ .../makedict/mandatories.json | 40 ++++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 49 +++++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 40 ++++ .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 35 +++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 26 +++ .../makedict/mandatories.json | 26 +++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 35 +++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 26 +++ .../makedict/mandatories.json | 26 +++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 13 ++ .../file/mandatories.cmdline_opts | 10 + .../makedict/all.json | 10 + .../makedict/mandatories.json | 10 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 35 +++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 26 +++ .../makedict/mandatories.json | 3 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 49 +++++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 34 +++ .../makedict/mandatories.json | 8 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 17 ++ .../file/mandatories.cmdline_opts | 10 + .../makedict/all.json | 15 ++ .../makedict/mandatories.json | 14 ++ .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 17 ++ .../file/mandatories.cmdline_opts | 10 + .../makedict/all.json | 15 ++ .../makedict/mandatories.json | 14 ++ .../60_9extra_dynamic/errors/all.json | 4 + .../60_9extra_dynamic/errors/mandatories.json | 4 + .../60_9extra_dynamic/file/all.cmdline_opts | 6 + .../file/mandatories.cmdline_opts | 4 + .../60_9extra_dynamic/makedict/all.json | 6 + .../makedict/mandatories.json | 6 + .../60_9extra_dynamic_extra/errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 10 + .../file/mandatories.cmdline_opts | 4 + .../60_9extra_dynamic_extra/makedict/all.json | 11 + .../makedict/mandatories.json | 9 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 8 + .../file/mandatories.cmdline_opts | 6 + .../makedict/all.json | 5 + .../makedict/mandatories.json | 5 + .../errors/all.json | 4 + .../errors/mandatories.json | 4 + .../file/all.cmdline_opts | 24 +++ .../file/mandatories.cmdline_opts | 1 + .../makedict/all.json | 19 ++ .../makedict/mandatories.json | 3 + tests/test_load.py | 204 ++++++++++++++++++ 1677 files changed, 10600 insertions(+) create mode 100644 src/rougail/user_data_commandline/config.py create mode 100644 tests/__pycache__/test_load.cpython-313-pytest-8.3.4.pyc create mode 100644 tests/results/test_namespace/00_0empty/errors/all.json create mode 100644 tests/results/test_namespace/00_0empty/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_0empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_0empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_0empty/makedict/all.json create mode 100644 tests/results/test_namespace/00_0empty/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_0no_variable/errors/all.json create mode 100644 tests/results/test_namespace/00_0no_variable/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_0no_variable/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_0no_variable/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_0no_variable/makedict/all.json create mode 100644 tests/results/test_namespace/00_0no_variable/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_0no_variable_default_version/errors/all.json create mode 100644 tests/results/test_namespace/00_0no_variable_default_version/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_0no_variable_default_version/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_0no_variable_default_version/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_0no_variable_default_version/makedict/all.json create mode 100644 tests/results/test_namespace/00_0no_variable_default_version/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_0no_variable_remove_version/errors/all.json create mode 100644 tests/results/test_namespace/00_0no_variable_remove_version/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_0no_variable_remove_version/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_0no_variable_remove_version/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_0no_variable_remove_version/makedict/all.json create mode 100644 tests/results/test_namespace/00_0no_variable_remove_version/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_0version_underscore/errors/all.json create mode 100644 tests/results/test_namespace/00_0version_underscore/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_0version_underscore/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_0version_underscore/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_0version_underscore/makedict/all.json create mode 100644 tests/results/test_namespace/00_0version_underscore/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_1empty_variable/errors/all.json create mode 100644 tests/results/test_namespace/00_1empty_variable/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_1empty_variable/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_1empty_variable/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_1empty_variable/makedict/all.json create mode 100644 tests/results/test_namespace/00_1empty_variable/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_2default_calculated/errors/all.json create mode 100644 tests/results/test_namespace/00_2default_calculated/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_2default_calculated/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_2default_calculated/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_2default_calculated/makedict/all.json create mode 100644 tests/results/test_namespace/00_2default_calculated/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_2default_calculated_multi/errors/all.json create mode 100644 tests/results/test_namespace/00_2default_calculated_multi/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_2default_calculated_multi/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_2default_calculated_multi/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_2default_calculated_multi/makedict/all.json create mode 100644 tests/results/test_namespace/00_2default_calculated_multi/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_2default_calculated_params_permissive/errors/all.json create mode 100644 tests/results/test_namespace/00_2default_calculated_params_permissive/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_2default_calculated_params_permissive/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_2default_calculated_params_permissive/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_2default_calculated_params_permissive/makedict/all.json create mode 100644 tests/results/test_namespace/00_2default_calculated_params_permissive/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_2default_calculated_variable/errors/all.json create mode 100644 tests/results/test_namespace/00_2default_calculated_variable/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_2default_calculated_variable/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_2default_calculated_variable/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_2default_calculated_variable/makedict/all.json create mode 100644 tests/results/test_namespace/00_2default_calculated_variable/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_description/errors/all.json create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_description/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_description/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_description/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_description/makedict/all.json create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_description/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/errors/all.json create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/makedict/all.json create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_transitive/errors/all.json create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_transitive/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_transitive/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_transitive/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_transitive/makedict/all.json create mode 100644 tests/results/test_namespace/00_2default_calculated_variable_transitive/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_4load_subfolder/errors/all.json create mode 100644 tests/results/test_namespace/00_4load_subfolder/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_4load_subfolder/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_4load_subfolder/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_4load_subfolder/makedict/all.json create mode 100644 tests/results/test_namespace/00_4load_subfolder/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_5load_notype/errors/all.json create mode 100644 tests/results/test_namespace/00_5load_notype/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_5load_notype/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_5load_notype/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_5load_notype/makedict/all.json create mode 100644 tests/results/test_namespace/00_5load_notype/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6boolean/errors/all.json create mode 100644 tests/results/test_namespace/00_6boolean/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6boolean/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6boolean/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6boolean/makedict/all.json create mode 100644 tests/results/test_namespace/00_6boolean/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6boolean_no_mandatory/errors/all.json create mode 100644 tests/results/test_namespace/00_6boolean_no_mandatory/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6boolean_no_mandatory/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6boolean_no_mandatory/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6boolean_no_mandatory/makedict/all.json create mode 100644 tests/results/test_namespace/00_6boolean_no_mandatory/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6choice/errors/all.json create mode 100644 tests/results/test_namespace/00_6choice/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6choice/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6choice/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6choice/makedict/all.json create mode 100644 tests/results/test_namespace/00_6choice/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6choice_calculation/errors/all.json create mode 100644 tests/results/test_namespace/00_6choice_calculation/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6choice_calculation/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6choice_calculation/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6choice_calculation/makedict/all.json create mode 100644 tests/results/test_namespace/00_6choice_calculation/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6choice_link/errors/all.json create mode 100644 tests/results/test_namespace/00_6choice_link/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6choice_link/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6choice_link/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6choice_link/makedict/all.json create mode 100644 tests/results/test_namespace/00_6choice_link/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6choice_variable/errors/all.json create mode 100644 tests/results/test_namespace/00_6choice_variable/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6choice_variable/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6choice_variable/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6choice_variable/makedict/all.json create mode 100644 tests/results/test_namespace/00_6choice_variable/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6choice_variable_link/errors/all.json create mode 100644 tests/results/test_namespace/00_6choice_variable_link/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6choice_variable_link/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6choice_variable_link/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6choice_variable_link/makedict/all.json create mode 100644 tests/results/test_namespace/00_6choice_variable_link/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6choice_variable_link2/errors/all.json create mode 100644 tests/results/test_namespace/00_6choice_variable_link2/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6choice_variable_link2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6choice_variable_link2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6choice_variable_link2/makedict/all.json create mode 100644 tests/results/test_namespace/00_6choice_variable_link2/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6custom/errors/all.json create mode 100644 tests/results/test_namespace/00_6custom/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6custom/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6custom/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6custom/makedict/all.json create mode 100644 tests/results/test_namespace/00_6custom/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6domainname/errors/all.json create mode 100644 tests/results/test_namespace/00_6domainname/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6domainname/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6domainname/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6domainname/makedict/all.json create mode 100644 tests/results/test_namespace/00_6domainname/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6domainname_params/errors/all.json create mode 100644 tests/results/test_namespace/00_6domainname_params/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6domainname_params/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6domainname_params/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6domainname_params/makedict/all.json create mode 100644 tests/results/test_namespace/00_6domainname_params/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6float/errors/all.json create mode 100644 tests/results/test_namespace/00_6float/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6float/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6float/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6float/makedict/all.json create mode 100644 tests/results/test_namespace/00_6float/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6integer/errors/all.json create mode 100644 tests/results/test_namespace/00_6integer/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6integer/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6integer/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6integer/makedict/all.json create mode 100644 tests/results/test_namespace/00_6integer/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6ip/errors/all.json create mode 100644 tests/results/test_namespace/00_6ip/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6ip/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6ip/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6ip/makedict/all.json create mode 100644 tests/results/test_namespace/00_6ip/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6network/errors/all.json create mode 100644 tests/results/test_namespace/00_6network/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6network/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6network/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6network/makedict/all.json create mode 100644 tests/results/test_namespace/00_6network/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6number/errors/all.json create mode 100644 tests/results/test_namespace/00_6number/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6number/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6number/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6number/makedict/all.json create mode 100644 tests/results/test_namespace/00_6number/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6port/errors/all.json create mode 100644 tests/results/test_namespace/00_6port/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6port/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6port/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6port/makedict/all.json create mode 100644 tests/results/test_namespace/00_6port/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6regexp/errors/all.json create mode 100644 tests/results/test_namespace/00_6regexp/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6regexp/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6regexp/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6regexp/makedict/all.json create mode 100644 tests/results/test_namespace/00_6regexp/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6regexp_link/errors/all.json create mode 100644 tests/results/test_namespace/00_6regexp_link/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6regexp_link/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6regexp_link/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6regexp_link/makedict/all.json create mode 100644 tests/results/test_namespace/00_6regexp_link/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6secret/errors/all.json create mode 100644 tests/results/test_namespace/00_6secret/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6secret/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6secret/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6secret/makedict/all.json create mode 100644 tests/results/test_namespace/00_6secret/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6secret_param/errors/all.json create mode 100644 tests/results/test_namespace/00_6secret_param/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6secret_param/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6secret_param/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6secret_param/makedict/all.json create mode 100644 tests/results/test_namespace/00_6secret_param/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_6string/errors/all.json create mode 100644 tests/results/test_namespace/00_6string/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_6string/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_6string/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_6string/makedict/all.json create mode 100644 tests/results/test_namespace/00_6string/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_7choice_quote/errors/all.json create mode 100644 tests/results/test_namespace/00_7choice_quote/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_7choice_quote/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_7choice_quote/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_7choice_quote/makedict/all.json create mode 100644 tests/results/test_namespace/00_7choice_quote/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_7help/errors/all.json create mode 100644 tests/results/test_namespace/00_7help/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_7help/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_7help/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_7help/makedict/all.json create mode 100644 tests/results/test_namespace/00_7help/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_7help_quote/errors/all.json create mode 100644 tests/results/test_namespace/00_7help_quote/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_7help_quote/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_7help_quote/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_7help_quote/makedict/all.json create mode 100644 tests/results/test_namespace/00_7help_quote/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_7help_sup/errors/all.json create mode 100644 tests/results/test_namespace/00_7help_sup/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_7help_sup/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_7help_sup/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_7help_sup/makedict/all.json create mode 100644 tests/results/test_namespace/00_7help_sup/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_7value_doublequote/errors/all.json create mode 100644 tests/results/test_namespace/00_7value_doublequote/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_7value_doublequote/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_7value_doublequote/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_7value_doublequote/makedict/all.json create mode 100644 tests/results/test_namespace/00_7value_doublequote/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_7value_doublequote2/errors/all.json create mode 100644 tests/results/test_namespace/00_7value_doublequote2/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_7value_doublequote2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_7value_doublequote2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_7value_doublequote2/makedict/all.json create mode 100644 tests/results/test_namespace/00_7value_doublequote2/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_7value_doublequote3/errors/all.json create mode 100644 tests/results/test_namespace/00_7value_doublequote3/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_7value_doublequote3/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_7value_doublequote3/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_7value_doublequote3/makedict/all.json create mode 100644 tests/results/test_namespace/00_7value_doublequote3/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_7value_quote/errors/all.json create mode 100644 tests/results/test_namespace/00_7value_quote/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_7value_quote/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_7value_quote/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_7value_quote/makedict/all.json create mode 100644 tests/results/test_namespace/00_7value_quote/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_8calculation_information/errors/all.json create mode 100644 tests/results/test_namespace/00_8calculation_information/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_8calculation_information/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_8calculation_information/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_8calculation_information/makedict/all.json create mode 100644 tests/results/test_namespace/00_8calculation_information/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_8calculation_namespace/errors/all.json create mode 100644 tests/results/test_namespace/00_8calculation_namespace/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_8calculation_namespace/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_8calculation_namespace/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_8calculation_namespace/makedict/all.json create mode 100644 tests/results/test_namespace/00_8calculation_namespace/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_8calculation_param_namespace/errors/all.json create mode 100644 tests/results/test_namespace/00_8calculation_param_namespace/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_8calculation_param_namespace/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_8calculation_param_namespace/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_8calculation_param_namespace/makedict/all.json create mode 100644 tests/results/test_namespace/00_8calculation_param_namespace/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_8test/errors/all.json create mode 100644 tests/results/test_namespace/00_8test/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_8test/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_8test/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_8test/makedict/all.json create mode 100644 tests/results/test_namespace/00_8test/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_9choice_variable_multi/errors/all.json create mode 100644 tests/results/test_namespace/00_9choice_variable_multi/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_9choice_variable_multi/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9choice_variable_multi/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9choice_variable_multi/makedict/all.json create mode 100644 tests/results/test_namespace/00_9choice_variable_multi/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_9choice_variables/errors/all.json create mode 100644 tests/results/test_namespace/00_9choice_variables/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_9choice_variables/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9choice_variables/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9choice_variables/makedict/all.json create mode 100644 tests/results/test_namespace/00_9choice_variables/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_9default_calculation/errors/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_9default_calculation/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation/makedict/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_9default_calculation_information/errors/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation_information/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_9default_calculation_information/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation_information/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation_information/makedict/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation_information/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_9default_calculation_information_other_variable/errors/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation_information_other_variable/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_9default_calculation_information_other_variable/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation_information_other_variable/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation_information_other_variable/makedict/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation_information_other_variable/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional/errors/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional/makedict/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional2/makedict/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional2/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional_default/errors/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional_default/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional_default/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional_default/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional_default/makedict/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation_multi_optional_default/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/00_9default_calculation_optional/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation_optional/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation_optional/makedict/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation_optional/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/00_9default_calculation_optional_exists/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation_optional_exists/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation_optional_exists/makedict/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation_optional_exists/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/00_9default_calculation_param_optional/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation_param_optional/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_calculation_param_optional/makedict/all.json create mode 100644 tests/results/test_namespace/00_9default_calculation_param_optional/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/00_9default_information_other_variable/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_information_other_variable/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_information_other_variable/makedict/all.json create mode 100644 tests/results/test_namespace/00_9default_information_other_variable/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_9default_information_other_variable2/errors/all.json create mode 100644 tests/results/test_namespace/00_9default_information_other_variable2/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_9default_information_other_variable2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_information_other_variable2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_information_other_variable2/makedict/all.json create mode 100644 tests/results/test_namespace/00_9default_information_other_variable2/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/00_9default_integer/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_integer/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_integer/makedict/all.json create mode 100644 tests/results/test_namespace/00_9default_integer/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_9default_number/errors/all.json create mode 100644 tests/results/test_namespace/00_9default_number/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_9default_number/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_number/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9default_number/makedict/all.json create mode 100644 tests/results/test_namespace/00_9default_number/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_9extra/errors/all.json create mode 100644 tests/results/test_namespace/00_9extra/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_9extra/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9extra/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9extra/makedict/all.json create mode 100644 tests/results/test_namespace/00_9extra/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/00_9extra_calculation/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9extra_calculation/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9extra_calculation/makedict/all.json create mode 100644 tests/results/test_namespace/00_9extra_calculation/makedict/mandatories.json create mode 100644 tests/results/test_namespace/00_9extra_ouside/errors/all.json create mode 100644 tests/results/test_namespace/00_9extra_ouside/errors/mandatories.json create mode 100644 tests/results/test_namespace/00_9extra_ouside/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/00_9extra_ouside/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/00_9extra_ouside/makedict/all.json create mode 100644 tests/results/test_namespace/00_9extra_ouside/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/01_6boolean_multi/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/01_6boolean_multi/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/01_6boolean_multi/makedict/all.json create mode 100644 tests/results/test_namespace/01_6boolean_multi/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/01_6custom_multi/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/01_6custom_multi/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/01_6custom_multi/makedict/all.json create mode 100644 tests/results/test_namespace/01_6custom_multi/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/01_6float_multi/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/01_6float_multi/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/01_6float_multi/makedict/all.json create mode 100644 tests/results/test_namespace/01_6float_multi/makedict/mandatories.json create mode 100644 tests/results/test_namespace/01_6integer_multi/errors/all.json create mode 100644 tests/results/test_namespace/01_6integer_multi/errors/mandatories.json create mode 100644 tests/results/test_namespace/01_6integer_multi/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/01_6integer_multi/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/01_6integer_multi/makedict/all.json create mode 100644 tests/results/test_namespace/01_6integer_multi/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/01_6string_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/01_6string_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/01_6string_empty/makedict/all.json create mode 100644 tests/results/test_namespace/01_6string_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/01_6string_multi/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/01_6string_multi/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/01_6string_multi/makedict/all.json create mode 100644 tests/results/test_namespace/01_6string_multi/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/01_7value_multi_doublequote/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/01_7value_multi_doublequote/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/01_7value_multi_doublequote/makedict/all.json create mode 100644 tests/results/test_namespace/01_7value_multi_doublequote/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/01_7value_multi_doublequote2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/01_7value_multi_doublequote2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/01_7value_multi_doublequote2/makedict/all.json create mode 100644 tests/results/test_namespace/01_7value_multi_doublequote2/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/01_7value_multi_quote/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/01_7value_multi_quote/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/01_7value_multi_quote/makedict/all.json create mode 100644 tests/results/test_namespace/01_7value_multi_quote/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/01_8calculation_information_multi/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/01_8calculation_information_multi/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/01_8calculation_information_multi/makedict/all.json create mode 100644 tests/results/test_namespace/01_8calculation_information_multi/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/01_9choice_variable_multi/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/01_9choice_variable_multi/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/01_9choice_variable_multi/makedict/all.json create mode 100644 tests/results/test_namespace/01_9choice_variable_multi/makedict/mandatories.json create mode 100644 tests/results/test_namespace/01_9choice_variable_optional/errors/all.json create mode 100644 tests/results/test_namespace/01_9choice_variable_optional/errors/mandatories.json create mode 100644 tests/results/test_namespace/01_9choice_variable_optional/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/01_9choice_variable_optional/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/01_9choice_variable_optional/makedict/all.json create mode 100644 tests/results/test_namespace/01_9choice_variable_optional/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/04_0type_param/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_0type_param/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_0type_param/makedict/all.json create mode 100644 tests/results/test_namespace/04_0type_param/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_0type_param_integer/errors/all.json create mode 100644 tests/results/test_namespace/04_0type_param_integer/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_0type_param_integer/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_0type_param_integer/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_0type_param_integer/makedict/all.json create mode 100644 tests/results/test_namespace/04_0type_param_integer/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/04_1auto_save/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_1auto_save/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_1auto_save/makedict/all.json create mode 100644 tests/results/test_namespace/04_1auto_save/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/04_1auto_save_and_calculated/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_1auto_save_and_calculated/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_1auto_save_and_calculated/makedict/all.json create mode 100644 tests/results/test_namespace/04_1auto_save_and_calculated/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/04_1auto_save_and_calculated_hidden/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_1auto_save_and_calculated_hidden/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_1auto_save_and_calculated_hidden/makedict/all.json create mode 100644 tests/results/test_namespace/04_1auto_save_and_calculated_hidden/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_1auto_save_and_hidden/errors/all.json create mode 100644 tests/results/test_namespace/04_1auto_save_and_hidden/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_1auto_save_and_hidden/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_1auto_save_and_hidden/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_1auto_save_and_hidden/makedict/all.json create mode 100644 tests/results/test_namespace/04_1auto_save_and_hidden/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden/errors/all.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden/makedict/all.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_2/errors/all.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_2/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_2/makedict/all.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_2/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_3/errors/all.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_3/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_3/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_3/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_3/makedict/all.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_3/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_4/errors/all.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_4/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_4/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_4/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_4/makedict/all.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_4/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_5/errors/all.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_5/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_5/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_5/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_5/makedict/all.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_5/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_6/errors/all.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_6/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_6/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_6/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_6/makedict/all.json create mode 100644 tests/results/test_namespace/04_1default_calculation_hidden_6/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/04_5disabled_calculation/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_boolean/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_boolean/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_boolean/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_boolean/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_boolean/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_boolean/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/04_5disabled_calculation_default/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_default/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_default/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_default/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_multi/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_multi/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_multi/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_multi/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_multi/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_multi/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_optional/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_optional/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_optional/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_optional/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_optional/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_optional/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_optional_default/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_optional_default/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_optional_default/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_optional_default/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_optional_default/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_optional_default/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable10/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable10/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable10/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable10/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable10/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable10/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable2/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable2/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable2/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable2/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable3/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable3/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable3/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable3/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable3/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable3/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable4/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable4/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable4/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable4/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable4/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable4/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable5/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable5/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable5/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable5/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable5/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable5/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable6/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable6/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable6/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable6/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable6/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable6/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable7/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable7/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable7/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable7/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable7/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable7/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable8/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable8/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable8/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable8/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable8/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable8/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable9/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable9/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable9/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable9/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable9/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable9/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable_multi/errors/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable_multi/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable_multi/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable_multi/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable_multi/makedict/all.json create mode 100644 tests/results/test_namespace/04_5disabled_calculation_variable_multi/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/04_5hidden_calculation/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5hidden_calculation/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5hidden_calculation/makedict/all.json create mode 100644 tests/results/test_namespace/04_5hidden_calculation/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5hidden_calculation2/errors/all.json create mode 100644 tests/results/test_namespace/04_5hidden_calculation2/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5hidden_calculation2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5hidden_calculation2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5hidden_calculation2/makedict/all.json create mode 100644 tests/results/test_namespace/04_5hidden_calculation2/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/04_5hidden_calculation_default_calculation/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5hidden_calculation_default_calculation/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5hidden_calculation_default_calculation/makedict/all.json create mode 100644 tests/results/test_namespace/04_5hidden_calculation_default_calculation/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5validators/errors/all.json create mode 100644 tests/results/test_namespace/04_5validators/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5validators/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5validators/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5validators/makedict/all.json create mode 100644 tests/results/test_namespace/04_5validators/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/04_5validators_differ/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5validators_differ/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5validators_differ/makedict/all.json create mode 100644 tests/results/test_namespace/04_5validators_differ/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/04_5validators_multi/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5validators_multi/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5validators_multi/makedict/all.json create mode 100644 tests/results/test_namespace/04_5validators_multi/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/04_5validators_multi2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5validators_multi2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5validators_multi2/makedict/all.json create mode 100644 tests/results/test_namespace/04_5validators_multi2/makedict/mandatories.json create mode 100644 tests/results/test_namespace/04_5validators_multi3/errors/all.json create mode 100644 tests/results/test_namespace/04_5validators_multi3/errors/mandatories.json create mode 100644 tests/results/test_namespace/04_5validators_multi3/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/04_5validators_multi3/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/04_5validators_multi3/makedict/all.json create mode 100644 tests/results/test_namespace/04_5validators_multi3/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/05_0multi_not_uniq/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/05_0multi_not_uniq/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/05_0multi_not_uniq/makedict/all.json create mode 100644 tests/results/test_namespace/05_0multi_not_uniq/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/05_0multi_uniq/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/05_0multi_uniq/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/05_0multi_uniq/makedict/all.json create mode 100644 tests/results/test_namespace/05_0multi_uniq/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/12_1auto_save_expert/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/12_1auto_save_expert/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/12_1auto_save_expert/makedict/all.json create mode 100644 tests/results/test_namespace/12_1auto_save_expert/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/16_0redefine_description/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_0redefine_description/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_0redefine_description/makedict/all.json create mode 100644 tests/results/test_namespace/16_0redefine_description/makedict/mandatories.json create mode 100644 tests/results/test_namespace/16_2family_redefine_calculation/errors/all.json create mode 100644 tests/results/test_namespace/16_2family_redefine_calculation/errors/mandatories.json create mode 100644 tests/results/test_namespace/16_2family_redefine_calculation/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_2family_redefine_calculation/file/mandatories.cmdline_opts 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 create mode 100644 tests/results/test_namespace/16_2family_redefine_disabled/errors/all.json create mode 100644 tests/results/test_namespace/16_2family_redefine_disabled/errors/mandatories.json create mode 100644 tests/results/test_namespace/16_2family_redefine_disabled/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_2family_redefine_disabled/file/mandatories.cmdline_opts 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_3family_empty_at_ends/errors/all.json create mode 100644 tests/results/test_namespace/16_3family_empty_at_ends/errors/mandatories.json create mode 100644 tests/results/test_namespace/16_3family_empty_at_ends/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_3family_empty_at_ends/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_3family_empty_at_ends/makedict/all.json create mode 100644 tests/results/test_namespace/16_3family_empty_at_ends/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 create mode 100644 tests/results/test_namespace/16_5exists_nonexists/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_5exists_nonexists/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_5exists_nonexists/makedict/all.json create mode 100644 tests/results/test_namespace/16_5exists_nonexists/makedict/mandatories.json create mode 100644 tests/results/test_namespace/16_5exists_redefine/errors/all.json create mode 100644 tests/results/test_namespace/16_5exists_redefine/errors/mandatories.json create mode 100644 tests/results/test_namespace/16_5exists_redefine/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_5exists_redefine/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_5exists_redefine/makedict/all.json create mode 100644 tests/results/test_namespace/16_5exists_redefine/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/16_5redefine_calculation/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_calculation/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_calculation/makedict/all.json create mode 100644 tests/results/test_namespace/16_5redefine_calculation/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/16_5redefine_choice/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_choice/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_choice/makedict/all.json create mode 100644 tests/results/test_namespace/16_5redefine_choice/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/16_5redefine_default/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_default/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_default/makedict/all.json create mode 100644 tests/results/test_namespace/16_5redefine_default/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/16_5redefine_default_calculation/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_default_calculation/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_default_calculation/makedict/all.json create mode 100644 tests/results/test_namespace/16_5redefine_default_calculation/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/16_5redefine_family/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_family/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_family/makedict/all.json create mode 100644 tests/results/test_namespace/16_5redefine_family/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/16_5redefine_help/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_help/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_help/makedict/all.json create mode 100644 tests/results/test_namespace/16_5redefine_help/makedict/mandatories.json create mode 100644 tests/results/test_namespace/16_5redefine_hidden/errors/all.json create mode 100644 tests/results/test_namespace/16_5redefine_hidden/errors/mandatories.json create mode 100644 tests/results/test_namespace/16_5redefine_hidden/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_hidden/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_hidden/makedict/all.json create mode 100644 tests/results/test_namespace/16_5redefine_hidden/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/16_5redefine_multi/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_multi/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_multi/makedict/all.json create mode 100644 tests/results/test_namespace/16_5redefine_multi/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/16_5redefine_remove_disable_calculation/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_remove_disable_calculation/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_5redefine_remove_disable_calculation/makedict/all.json create mode 100644 tests/results/test_namespace/16_5redefine_remove_disable_calculation/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/16_5test_redefine/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_5test_redefine/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_5test_redefine/makedict/all.json create mode 100644 tests/results/test_namespace/16_5test_redefine/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/16_6choice_redefine/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_6choice_redefine/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_6choice_redefine/makedict/all.json create mode 100644 tests/results/test_namespace/16_6choice_redefine/makedict/mandatories.json create mode 100644 tests/results/test_namespace/16_6exists_family/errors/all.json create mode 100644 tests/results/test_namespace/16_6exists_family/errors/mandatories.json create mode 100644 tests/results/test_namespace/16_6exists_family/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_6exists_family/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_6exists_family/makedict/all.json create mode 100644 tests/results/test_namespace/16_6exists_family/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/16_6exists_redefine_family/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16_6exists_redefine_family/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16_6exists_redefine_family/makedict/all.json create mode 100644 tests/results/test_namespace/16_6exists_redefine_family/makedict/mandatories.json create mode 100644 tests/results/test_namespace/16exists_exists/errors/all.json create mode 100644 tests/results/test_namespace/16exists_exists/errors/mandatories.json create mode 100644 tests/results/test_namespace/16exists_exists/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/16exists_exists/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/16exists_exists/makedict/all.json create mode 100644 tests/results/test_namespace/16exists_exists/makedict/mandatories.json create mode 100644 tests/results/test_namespace/17_5redefine_leadership/errors/all.json create mode 100644 tests/results/test_namespace/17_5redefine_leadership/errors/mandatories.json create mode 100644 tests/results/test_namespace/17_5redefine_leadership/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/17_5redefine_leadership/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/17_5redefine_leadership/makedict/all.json create mode 100644 tests/results/test_namespace/17_5redefine_leadership/makedict/mandatories.json 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.cmdline_opts create mode 100644 tests/results/test_namespace/20_0empty_family/file/mandatories.cmdline_opts 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 create mode 100644 tests/results/test_namespace/20_0family_append/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/20_0family_append/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/20_0family_append/makedict/all.json create mode 100644 tests/results/test_namespace/20_0family_append/makedict/mandatories.json create mode 100644 tests/results/test_namespace/20_0family_underscore/errors/all.json create mode 100644 tests/results/test_namespace/20_0family_underscore/errors/mandatories.json create mode 100644 tests/results/test_namespace/20_0family_underscore/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/20_0family_underscore/file/mandatories.cmdline_opts 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 create mode 100644 tests/results/test_namespace/20_0multi_family/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/20_0multi_family/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/20_0multi_family/makedict/all.json create mode 100644 tests/results/test_namespace/20_0multi_family/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/20_0multi_family_basic/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/20_0multi_family_basic/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/20_0multi_family_basic/makedict/all.json create mode 100644 tests/results/test_namespace/20_0multi_family_basic/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/20_0multi_family_expert/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/20_0multi_family_expert/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/20_0multi_family_expert/makedict/all.json create mode 100644 tests/results/test_namespace/20_0multi_family_expert/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/20_0multi_family_order/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/20_0multi_family_order/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/20_0multi_family_order/makedict/all.json create mode 100644 tests/results/test_namespace/20_0multi_family_order/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/20_0validators_differ_redefine/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/20_0validators_differ_redefine/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/20_0validators_differ_redefine/makedict/all.json create mode 100644 tests/results/test_namespace/20_0validators_differ_redefine/makedict/mandatories.json 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.cmdline_opts create mode 100644 tests/results/test_namespace/20_1empty_subfamily/file/mandatories.cmdline_opts 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_2family_looks_like_dynamic/errors/all.json create mode 100644 tests/results/test_namespace/20_2family_looks_like_dynamic/errors/mandatories.json create mode 100644 tests/results/test_namespace/20_2family_looks_like_dynamic/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/20_2family_looks_like_dynamic/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/20_2family_looks_like_dynamic/makedict/all.json create mode 100644 tests/results/test_namespace/20_2family_looks_like_dynamic/makedict/mandatories.json create mode 100644 tests/results/test_namespace/20_2family_looks_like_variable/errors/all.json create mode 100644 tests/results/test_namespace/20_2family_looks_like_variable/errors/mandatories.json create mode 100644 tests/results/test_namespace/20_2family_looks_like_variable/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/20_2family_looks_like_variable/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/20_2family_looks_like_variable/makedict/all.json create mode 100644 tests/results/test_namespace/20_2family_looks_like_variable/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 create mode 100644 tests/results/test_namespace/20_9default_information_parent/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/20_9default_information_parent/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/20_9default_information_parent/makedict/all.json create mode 100644 tests/results/test_namespace/20_9default_information_parent/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/24_0family_hidden_condition/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/24_0family_hidden_condition/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/24_0family_hidden_condition/makedict/all.json create mode 100644 tests/results/test_namespace/24_0family_hidden_condition/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_boolean/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_boolean/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_boolean/makedict/all.json create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_boolean/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_sub_family/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_sub_family/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_sub_family/makedict/all.json create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_sub_family/makedict/mandatories.json create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/errors/all.json create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/errors/mandatories.json create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/makedict/all.json create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/makedict/mandatories.json create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_with_variable/errors/all.json create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_with_variable/errors/mandatories.json create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_with_variable/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_with_variable/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_with_variable/makedict/all.json create mode 100644 tests/results/test_namespace/24_0family_hidden_condition_with_variable/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/makedict/all.json create mode 100644 tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/24_0family_mandatory_condition/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/24_0family_mandatory_condition/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/24_0family_mandatory_condition/makedict/all.json create mode 100644 tests/results/test_namespace/24_0family_mandatory_condition/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/24_0family_mandatory_condition_variable/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/24_0family_mandatory_condition_variable/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/24_0family_mandatory_condition_variable/makedict/all.json create mode 100644 tests/results/test_namespace/24_0family_mandatory_condition_variable/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/24_7validators_variable_optional/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/24_7validators_variable_optional/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/24_7validators_variable_optional/makedict/all.json create mode 100644 tests/results/test_namespace/24_7validators_variable_optional/makedict/mandatories.json create mode 100644 tests/results/test_namespace/24_family_disabled_var_hidden/errors/all.json create mode 100644 tests/results/test_namespace/24_family_disabled_var_hidden/errors/mandatories.json create mode 100644 tests/results/test_namespace/24_family_disabled_var_hidden/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/24_family_disabled_var_hidden/file/mandatories.cmdline_opts 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 create mode 100644 tests/results/test_namespace/40_0leadership/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership/makedict/all.json create mode 100644 tests/results/test_namespace/40_0leadership/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/40_0leadership_diff_name/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership_diff_name/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership_diff_name/makedict/all.json create mode 100644 tests/results/test_namespace/40_0leadership_diff_name/makedict/mandatories.json 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.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership_empty/file/mandatories.cmdline_opts 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 create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_calculation/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_calculation/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_calculation/makedict/all.json create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_calculation/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_submulti/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_submulti/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_submulti/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_value/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_value/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_value/makedict/all.json create mode 100644 tests/results/test_namespace/40_0leadership_follower_default_value/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_0leadership_leader_follower/errors/all.json create mode 100644 tests/results/test_namespace/40_0leadership_leader_follower/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_0leadership_leader_follower/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership_leader_follower/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership_leader_follower/makedict/all.json create mode 100644 tests/results/test_namespace/40_0leadership_leader_follower/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/40_0leadership_leader_not_multi/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership_leader_not_multi/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership_leader_not_multi/makedict/all.json create mode 100644 tests/results/test_namespace/40_0leadership_leader_not_multi/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_0leadership_reduce/errors/all.json create mode 100644 tests/results/test_namespace/40_0leadership_reduce/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_0leadership_reduce/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership_reduce/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_0leadership_reduce/makedict/all.json create mode 100644 tests/results/test_namespace/40_0leadership_reduce/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/40_1leadership_append_follower/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_1leadership_append_follower/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_1leadership_append_follower/makedict/all.json create mode 100644 tests/results/test_namespace/40_1leadership_append_follower/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/40_2leadership_calculation_index/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_2leadership_calculation_index/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_2leadership_calculation_index/makedict/all.json create mode 100644 tests/results/test_namespace/40_2leadership_calculation_index/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_2leadership_calculation_index_2/errors/all.json create mode 100644 tests/results/test_namespace/40_2leadership_calculation_index_2/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_2leadership_calculation_index_2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_2leadership_calculation_index_2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_2leadership_calculation_index_2/makedict/all.json create mode 100644 tests/results/test_namespace/40_2leadership_calculation_index_2/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/40_2leadership_calculation_param_index/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_2leadership_calculation_param_index/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_2leadership_calculation_param_index/makedict/all.json create mode 100644 tests/results/test_namespace/40_2leadership_calculation_param_index/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/40_2leadership_leader_calculation/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_2leadership_leader_calculation/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_2leadership_leader_calculation/makedict/all.json create mode 100644 tests/results/test_namespace/40_2leadership_leader_calculation/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/40_8calculation_boolean/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_8calculation_boolean/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_8calculation_boolean/makedict/all.json create mode 100644 tests/results/test_namespace/40_8calculation_boolean/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/40_8calculation_boolean_return_none/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_8calculation_boolean_return_none/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_8calculation_boolean_return_none/makedict/all.json create mode 100644 tests/results/test_namespace/40_8calculation_boolean_return_none/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/40_8calculation_integer/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_8calculation_integer/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_8calculation_integer/makedict/all.json create mode 100644 tests/results/test_namespace/40_8calculation_integer/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable/makedict/all.json create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable_parent/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable_parent/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable_parent/makedict/all.json create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable_parent/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable_parent2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable_parent2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable_parent2/makedict/all.json create mode 100644 tests/results/test_namespace/40_8calculation_multi_variable_parent2/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/errors/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/makedict/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/errors/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/makedict/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/errors/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/makedict/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower/errors/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower/makedict/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-follower/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/errors/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/makedict/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/errors/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/makedict/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader/errors/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader/makedict/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-outside-leader/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-variable/errors/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-variable/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-variable/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-variable/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-variable/makedict/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-variable/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/errors/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/makedict/all.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/makedict/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same/errors/mandatories.json create mode 100644 tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/41_0choice_leader/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/41_0choice_leader/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/41_0choice_leader/makedict/all.json create mode 100644 tests/results/test_namespace/41_0choice_leader/makedict/mandatories.json create mode 100644 tests/results/test_namespace/44_0leadership_hidden/errors/all.json create mode 100644 tests/results/test_namespace/44_0leadership_hidden/errors/mandatories.json create mode 100644 tests/results/test_namespace/44_0leadership_hidden/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/44_0leadership_hidden/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/44_0leadership_hidden/makedict/all.json create mode 100644 tests/results/test_namespace/44_0leadership_hidden/makedict/mandatories.json create mode 100644 tests/results/test_namespace/44_0leadership_leader_hidden/errors/all.json create mode 100644 tests/results/test_namespace/44_0leadership_leader_hidden/errors/mandatories.json create mode 100644 tests/results/test_namespace/44_0leadership_leader_hidden/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/44_0leadership_leader_hidden/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/44_0leadership_leader_hidden/makedict/all.json create mode 100644 tests/results/test_namespace/44_0leadership_leader_hidden/makedict/mandatories.json create mode 100644 tests/results/test_namespace/44_1leadership_append_hidden_follower/errors/all.json create mode 100644 tests/results/test_namespace/44_1leadership_append_hidden_follower/errors/mandatories.json create mode 100644 tests/results/test_namespace/44_1leadership_append_hidden_follower/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/44_1leadership_append_hidden_follower/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/44_1leadership_append_hidden_follower/makedict/all.json create mode 100644 tests/results/test_namespace/44_1leadership_append_hidden_follower/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/44_4disabled_calcultion_follower/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/44_4disabled_calcultion_follower/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/44_4disabled_calcultion_follower/makedict/all.json create mode 100644 tests/results/test_namespace/44_4disabled_calcultion_follower/makedict/mandatories.json create mode 100644 tests/results/test_namespace/44_4disabled_calcultion_follower_index/errors/all.json create mode 100644 tests/results/test_namespace/44_4disabled_calcultion_follower_index/errors/mandatories.json create mode 100644 tests/results/test_namespace/44_4disabled_calcultion_follower_index/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/44_4disabled_calcultion_follower_index/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/44_4disabled_calcultion_follower_index/makedict/all.json create mode 100644 tests/results/test_namespace/44_4disabled_calcultion_follower_index/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/44_4leadership_mandatory/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/44_4leadership_mandatory/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/44_4leadership_mandatory/makedict/all.json create mode 100644 tests/results/test_namespace/44_4leadership_mandatory/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/44_4leadership_mandatory_follower/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/44_4leadership_mandatory_follower/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/44_4leadership_mandatory_follower/makedict/all.json create mode 100644 tests/results/test_namespace/44_4leadership_mandatory_follower/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/44_5leadership_leader_hidden_calculation/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/44_5leadership_leader_hidden_calculation/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/44_5leadership_leader_hidden_calculation/makedict/all.json create mode 100644 tests/results/test_namespace/44_5leadership_leader_hidden_calculation/makedict/mandatories.json create mode 100644 tests/results/test_namespace/44_6leadership_follower_disabled_calculation/errors/all.json create mode 100644 tests/results/test_namespace/44_6leadership_follower_disabled_calculation/errors/mandatories.json create mode 100644 tests/results/test_namespace/44_6leadership_follower_disabled_calculation/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/44_6leadership_follower_disabled_calculation/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/44_6leadership_follower_disabled_calculation/makedict/all.json create mode 100644 tests/results/test_namespace/44_6leadership_follower_disabled_calculation/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/44_9calculated_default_leadership_leader/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/44_9calculated_default_leadership_leader/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/44_9calculated_default_leadership_leader/makedict/all.json create mode 100644 tests/results/test_namespace/44_9calculated_default_leadership_leader/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_dynamic/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_type/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_type/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_type/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_type/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_1/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_1/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_1/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_1/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_1_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_1_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_1_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_1_1_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_dynamic_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_empty/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_forbidden_char/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_forbidden_char/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_forbidden_char/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_forbidden_char/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_forbidden_char/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_forbidden_char/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_dynamic_jinja_number/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_jinja_number/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_jinja_number/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_jinja_number/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_dynamic_no_description/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_no_description/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_no_description/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_no_description/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_dynamic_no_description_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_no_description_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_no_description_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_no_description_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_dynamic_static/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_static/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_static/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_static/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_dynamic_test/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_test/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_test/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_test/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_upper_char/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_upper_char/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_upper_char/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_upper_char/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_upper_char/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_upper_char/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_empty/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_optional/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_optional/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_optional/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_optional/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_optional/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_optional/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_suffix/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_suffix/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_suffix/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_suffix/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/makedict/mandatories.json 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.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_empty/file/mandatories.cmdline_opts 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 create mode 100644 tests/results/test_namespace/60_0family_hidden/errors/all.json create mode 100644 tests/results/test_namespace/60_0family_hidden/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_0family_hidden/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_hidden/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_hidden/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_hidden/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_0family_mode/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_mode/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_0family_mode/makedict/all.json create mode 100644 tests/results/test_namespace/60_0family_mode/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_1family_dynamic_jinja/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_1family_dynamic_jinja/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_1family_dynamic_jinja/makedict/all.json create mode 100644 tests/results/test_namespace/60_1family_dynamic_jinja/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/makedict/all.json create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/makedict/all.json create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_2family_dynamic_outside_calc/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_2family_dynamic_outside_calc/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_2family_dynamic_outside_calc/makedict/all.json create mode 100644 tests/results/test_namespace/60_2family_dynamic_outside_calc/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc2/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc2/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc2_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc2_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc2_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc2_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix2/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix2/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_variable/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_variable/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_variable/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_variable/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_hidden_suffix/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_hidden_suffix/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_hidden_suffix/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_hidden_suffix/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_hidden_suffix/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_hidden_suffix/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_unknown_suffix/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_unknown_suffix/makedict/all.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside2/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside2/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/errors/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_6family_dynamic_inside/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_inside/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_inside/makedict/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_inside/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_6family_dynamic_inside_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_inside_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_inside_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_inside_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_6family_dynamic_leadership/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_leadership/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_leadership/makedict/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_leadership/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_6family_dynamic_leadership_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_leadership_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_leadership_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_leadership_empty/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic/makedict/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/makedict/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/errors/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/makedict/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/makedict/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/makedict/mandatories.json 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.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/mandatories.cmdline_opts 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_6family_dynamic_suffix_auto_multi/errors/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/makedict/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/makedict/mandatories.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/errors/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/errors/mandatories.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/makedict/all.json create mode 100644 tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/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 create mode 100644 tests/results/test_namespace/60_9extra_dynamic/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_9extra_dynamic/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_9extra_dynamic/makedict/all.json create mode 100644 tests/results/test_namespace/60_9extra_dynamic/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_9extra_dynamic_extra/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_9extra_dynamic_extra/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_9extra_dynamic_extra/makedict/all.json create mode 100644 tests/results/test_namespace/60_9extra_dynamic_extra/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/60_9family_dynamic_calc_both/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/60_9family_dynamic_calc_both/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/60_9family_dynamic_calc_both/makedict/all.json create mode 100644 tests/results/test_namespace/60_9family_dynamic_calc_both/makedict/mandatories.json 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 create mode 100644 tests/results/test_namespace/68_0family_leadership_mode/file/all.cmdline_opts create mode 100644 tests/results/test_namespace/68_0family_leadership_mode/file/mandatories.cmdline_opts create mode 100644 tests/results/test_namespace/68_0family_leadership_mode/makedict/all.json create mode 100644 tests/results/test_namespace/68_0family_leadership_mode/makedict/mandatories.json create mode 100644 tests/test_load.py diff --git a/src/rougail/user_data_commandline/__init__.py b/src/rougail/user_data_commandline/__init__.py index db74231..5e5ce9a 100644 --- a/src/rougail/user_data_commandline/__init__.py +++ b/src/rougail/user_data_commandline/__init__.py @@ -16,6 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . """ +from argparse import ArgumentError from tiramisu_cmdline_parser import TiramisuCmdlineParser from rougail.error import ExtentionError @@ -32,6 +33,7 @@ class RougailUserDataCommandline: *, rougailconfig: "RougailConfig" = None, arguments = None, + prog = None, **kwargs, ): # this is the tiramisu config object @@ -53,6 +55,7 @@ class RougailUserDataCommandline: self.warnings = [] self.parser = TiramisuCmdlineParser( self.config, + prog=prog, exit_on_error=False, **kwargs ) diff --git a/src/rougail/user_data_commandline/config.py b/src/rougail/user_data_commandline/config.py new file mode 100644 index 0000000..f54ad4d --- /dev/null +++ b/src/rougail/user_data_commandline/config.py @@ -0,0 +1,33 @@ +""" +Silique (https://www.silique.fr) +Copyright (C) 2025 + +This program is free software: you can redistribute it and/or modify it +under the terms of the GNU Lesser General Public License as published by the +Free Software Foundation, either version 3 of the License, or (at your +option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +details. + +You should have received a copy of the GNU Lesser General Public License +along with this program. If not, see . +""" + + +def get_rougail_config( + *, + backward_compatibility: bool = True, # pylint: disable=unused-argument +) -> dict: + """get rougail config for commandline""" + + return { + "name": "commandline", + "process": "user data", + "level": 55, + } + + +__all__ = ("get_rougail_config",) diff --git a/tests/__pycache__/test_load.cpython-313-pytest-8.3.4.pyc b/tests/__pycache__/test_load.cpython-313-pytest-8.3.4.pyc new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..198000e6b54e72c71a9d8b01754bbec2d75931ef74204d4af3a1293c75b8c07d GIT binary patch literal 11112 zcmcIKZEzdMb$h@8ID7*HKS1#7KvEDviJ&Qwv?PnNY1xuOiBy6kBF2;qLj*`60uS^a zAd&Par6+DeHJO+h#~oynCiK`-LsL)7G@gl)X&WbLQcr&22+BatOrn`8)A2u9RI5~f z+P8N+0HkTlcHNb@ySMxH?c4X>?!NaH8&<0cLHbSPPZ$2a8KHkCA8OKXRyJxWgkDA* z;;54dQ*x;p(h3?D4bfP~Dm{9vhaSyI!w`cRxlMc0IAp>mxlW%n4_UB9uIo-(hiup` z*YzhILr&}*s=`%6F6>jGe_0Y~>4`=MAaKqW!R&=(Z z59lHZH=Z@MBF?0K14JWd_8{DJmVtK5*~YU?ob{lVvw2XTG6dmf&dxak6zBAyFKciM zR|W8_8v(q_gShIm-af4Yid(rF=xgI@A#dmEAm7EgA@@yD{`&U_(1@Rs43qKMR2s*i zN`F3*xxNkBt9Z$@KqjNk|Ccj>hlTVctZ9BA5a`~Vsw))} zQbKo`n(hY6cXGIn!q1P3b}@4k?n zj&)D*X+AyMJrz#@QOQfO5}|3}b5|4?-8E6>bhko2$-{)pftfjpjz=eXTnk9+;7_nY zwt$Lecfs5wnwxTT(+0F4Nk5&8rV}y0R?-O*$(fj>pNZhev><8YQQ_095my0PSe;JB z0~G^~Jqw~s3GxDQ4VjgZNsY!aZh_AR_!BIUEufp`suu^Y4&-PzCS)Ij@fJQ7i-u#f z6Nz**HnFL@NCUkL{K;H@!$`P3UXsWd)kpdv@w$+%L#d)D^iRQF@1{aJPO}?YIW4ab zQEGn#&V`Vkqr0pyPJg;Sgg9N78KIy$=O!LfsJpE+R>nQ9Q$a#HbEVqbBge=vS{vew`!#Z_30h5Z%^adj6oLkf z{TQIkWHzQjd5dxeVZpJi$dn0OYJL{>e@7jw~P~k z%PC}0SI1l7M1_BKOIZ0$8FiavJ-~kd?D>_Jj0Ca@bbJ z9S!7HaqCtvjeUVUnP;T#{(6<39Zv?DZ5 z_M@D}y=pCFS7`~hscq$wb8=Ox991~p9&&x0T@yV7I_?U>yxUWdY|m|pbHTsrgBs9) zlFo%(T#Y(AXq$7~uMP^?Lr$)it2?Nb@7=B1Rxw_sSsq>1)iVF9xAXr@b;y3`1nj<= zP>s5~qHvmycdBy-_o}sW3HPr%RMSgw^&uGFtLdYaKF%{9P@#ekskL(1S~_bUfyOB4 ze#Jcd%5Z9}6@{wRHL27^;2NkH)vLmm%gRxwDbB+=K69!{TJ(viDvbiF99%;{(*UMJ;1sC4$_U;Nk7i za8Eq?!8Y|I1f3mJd&iHeHNf+PS}&KuANXD;_D zmDW!r_tGekdo$PanN#KdR8*Bl0aY!ZKpP$EZ2uqHIEB1u+@WfU0Y$)GVNna%I+JKX z+kz%3FWQS#?h`9$63);TfML;b?a04;446X?gwc%r-N%6Wfdb=aM4HZQR*g>(W8er7syF-9DLd0pVkLXwy0 z$#^0*Z&WSEfJ6l(V+2p7r(-<88%x$Q*uK_HKR|IQ@E%~MM9<*ll%$VgoW#PsJ(5V2 zP|Zyz<_*vgfXe7Kjbs2@S4PUjX2FXICof7=_oR31MpSrIZ81Pf`Rl7Q7 z<{t73?7#p^s{8zcWRK0x#3oY2&XuS0Ya}fIk!;_*!*nDf0Bce*crSoMbFTz*DPssL ziK8UDLH>43%sa^t2WJTwfQd;eX>ppzgdR+8K1uuJ*r>$JBxllzNGc{VT>AVlFflIC z-~sTMSgT;a<2auJNz8#$VBhBDNv4vl1We2kOe|C)jF|+H7I7kA&5~~VA~EtA(rJ2Z zW=`gL1WV5F1mP!uV^9MEELosCd_ElqGI&AKCz1dmNbaz3A(>7@Wzg_cB6&WNkd;6( zhK0yvj9>t4pd8bYR9Iotv@j*v24#-Lll+r}p^{4l0j4D)d?W=uzyS>F#i=>Th+~mx zILRl#Zz4K`iMu4}WT#Wog8%8Smpv89Sk_2wY!()nh+T>$Fbm+A+%pmb>s1IeZ0eMx z-}GaRIGId^XTXKVWHU+(kq^NqSxAlewJBhlqJ7{U^Dzw4iH1w8#@%F?QJmhG?n=)(g5D-h$G{jj9?Z?$1rlB&N9G9fDv zaGVS!IKBmE&;nYo_ASrms~=ey{)5?FWNf$fsH1N=xiFloY8C0WoA#Q86Mrx`ii~6F zl*q7GnWCvGSK|{+zJjq^G1=qbs80iG|MCr`o z(9{YvxayWJztpwt7pwMUFNjtB*WEvF`e~C`b?og9u_~AwJC{52bnfYiTqr75MHfy2 zZ`Pf)-$`e__|la^-CnV7Z?5aeTgH6dP~LfRQC~FI7R=3}xw&9wMKfDuTm{A>GM)m% zf(WzK*XbOo4Xj(8OM5cHnze0tZr$Qos?F4AdsZ!7K$WfimeIO+an0z-#MeE|nYr(E zFWL#U4Yw`G(vX=H&FuxcNBN(pdlnzfOqRZt$_>(5Y7@77Db4TDJr$z>qT*|n?peNA z8ePJ8lQw<*^z)|+bdyMfXj;~*YQOW9<;m9*uOte-e$m&T_Z`UB9n4o9S~yuWyOy34 z&8-ExPx+sx`xXx@Jy-fxDmO@LsZHGSr8K`o_f?Dnh>EXOx-ZwhiNAyd2K@Q%AcZW| z8;H``e+S!23+4U)FuK3ha{pd62>l(S_x?Qx@cA8U8?<}gF?#L`kHfzFWx)D{Bj{IV zOVFnMwbv44wQp-I!F}4dy%vtvibqUAvv$=)k=$kqHW^k~Q?T2xy3fQ>hCFTJT!slX zcna7MxhPa$n%UTMd zgbeDOTS7my+6t~h*}?w=ts&+?7=Ui)b_&5YDut@R1vZvl>#?hxo-^#^K7TyvMgLls z^A4e_kLFZJAFTc$mBCVgsNAP&7I3T-Fe(R!08e8XR;>j~0S>jLtT`(G)RH&BNg4}3_HsLPl{1~6f(M49|fe1v?Gt%iwfi;03`;;`b+k!%Pusb(`U4^j9E zgB~9x0L1LWqa+KF?29BLh7~?TvN6ac-DMn4#r$Uc4EeIEHoRiF5Q7SjlZ++Vmq_+B zWRhN)RH80Pn#l`_)dJyARAIEpb_yOOLr8WO{)A`XJb@Uv!Co-biH5p@p zX}ARn<_6K+phVTdka^L5)m~tlM5bvux-yz0wL`Zo-eq6j;$NiJ8EekgvBvm!tSm;p z$&@;7T5DcBclBIm|C+UBdEYI#L7karS1sOqI%H#SGsx;GSiGXeTd=f=mbM~OQ(ziJ zrm?`ZicD*^_j-Gd)Ej-`IuMx>qi=o?bH6oYdY3#_{~1kab%c)zET2V$Z3P@_Lo6I%BS1uEA53PGZ8cX&nxOYZz7@E}(7+ho4PH62uaQFMAl22Ma0k z0>vkxp(YHkOknU&gd?dGj-OA1=^75>OMq2=V^B1O%p^}oW)q0ce+^tfMu8xmTi!y* zB}lHNjSXFlq{MwPyBL^Ty zQioo3*P zLrZp9NX~g(nZOV|PW(kVsYI%GX#||eQEMw28-*L0umMsHEaw8$FHtXRMsyaSav08x zE%-{7!*+bfsmMPAY{jiNHmc%fQ8_>ja96kD=j> zKn=pEJTvySM?eXqz?)&XrQp6GXUMixd8-b?bAg$x%%_wgJ@A)00ii>lfjNxw9DfC0 zrjTi;J1)e)T?@03#G5O4V;(2RqMX!zmDf?Yf8aLRi88aQG;AfG&Ep@+=V;Fs?tRp( zgeOy5p*c$C^@n38W1fdGr5m&SoE4)8-$F)pRT0o=&H&GFiuN%?2g%AhJs_bRgqD}lS;{!0_GP_e1wAPLh)NQ$gK@KNikc!n}5 zn!AqF zPY2iwL^frN$2G&dw&(&qPEL6_ZP(Yxae}EN=bdn!RPYC34{lE!*yt)og+qi2&Pei* z?tvprL_@dG4f?osEfqX2>4Ty%u*!_Wl__{xKCT&=cvw40`OPEmQGgYLbP?`^Y`$jC zPDw)Z`-JrQX%a_c;{wYkQ!K=|zy^!55Nly${G~Wf@+A1kmLfXByr!#5qDPW^Y@QDA z$*%YQ2a?|=>A)(2M|e|QfM{4M!cW9x^9g=X0r5rI29xxW83@)zH|?lYdIo}hj{|*j zIPemLwaAYvBx8(+fF}tgNm}wvpHC(ek{$~)iFnFy!(lSQuxZ4}#+IbL7@Lz#G|37J zf?s27My(_oIs{1rVL9reWKBTG4D8EIQ%nn`WFYXQ0zV#@m45*s#N=NdR2XI~yP({- z;2t2UeRJlm=40Tn68<|9fY6{2TL4HQ2?F@@d&GWYtV_qvt!*+ldJ8@URiTI@kf{Y`%h(c*~m5K&Gtgm!>dgX7aN+Eo_M#p zEu(qY+m;zDwy=M5rO39wZhpm_9sFC{h7Ps1zpq6t?ROc}+?t_^9i18LyKNnrqeY+p z^{H2;vXPalSNY8G^|r3;)SKx-+kn_MaFgvSu)QMNyK-iY9awMiXLrBZTWC2TwjB7U zr`|TKec_9RfiwAmGizrjb5ndSIU`OzyCz&NoSn^|on7|@a@`YoUo^)?-?yT6|9{y~ zqrced%XVFF6FUdqqQuTYvGwuQ#>d~?y?0r=?(11;`^oMf?Y{249{h12?;BiW2Z82} zu3H^FE4$w5IPl#QKyK@<*LT0NJL}B`UkzlA5}MlHNEcfA@-2NgeVy6q>l0#N@U1~H z@TBNFw#pt`_W=a3%J=HURklZ-WF_(=U*30cjXikRiu?!fHULX*ccO-t;6+HW^4@5=VS+Fh*mWX_4Toi`kvw@NY+ogII0xr?4= z8Ox38z)eyuc>6?e-^#@Gp1gP9dPMX-CVC!wt6%hd?(N~isb|Df&*UP}+~idL)P-F9 zqIfDHdJ;FP6E`{<<0Fmx?Q$Nw-}=| zj3hVI28L{_DLPK(laqR?mQH4{x=B2Q(*`snz> zl5P@0_A$R^^cemNm=x^yuR?*rB2v6P4AvX`Gzh;0Ma8dy@Ye|d$$mmQ`XK{87@SLO z-$@k=jiRBkSlhUKMznVo>^-6#R5)+%&oTW)gX#I_igxF^*|sQr_$VTpd-eFq6`3vB8_j7_FfGwIZ*q=ke08YQ2OBiA%?lp8+=7@@5N zii)*J^*aW}!+-$40-$dZaJZadg|}!==D_mk8~aycdHV2YLOcFGU>=psw|w8o@t=94|vwNvn5fS}RAt219;JhHa;LI!`|#)9l|ZG3v7o9tKdUKCC?S1eEs% zcxegXnC$1n`LI%-Xiuxl$FQBg)e~&!BNABOFhCiV*e?Zf+y!IX}wzEh>41~#fS)RUAf G{r?4>F~czc literal 0 HcmV?d00001 diff --git a/tests/results/test_namespace/00_0empty/errors/all.json b/tests/results/test_namespace/00_0empty/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_0empty/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_0empty/errors/mandatories.json b/tests/results/test_namespace/00_0empty/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_0empty/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_0empty/file/all.cmdline_opts b/tests/results/test_namespace/00_0empty/file/all.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_0empty/file/all.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_0empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_0empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_0empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file 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..d31a3bc --- /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..d31a3bc --- /dev/null +++ b/tests/results/test_namespace/00_0empty/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/00_0no_variable/errors/all.json b/tests/results/test_namespace/00_0no_variable/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_0no_variable/errors/mandatories.json b/tests/results/test_namespace/00_0no_variable/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_0no_variable/file/all.cmdline_opts b/tests/results/test_namespace/00_0no_variable/file/all.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable/file/all.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_0no_variable/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_0no_variable/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_0no_variable/makedict/all.json b/tests/results/test_namespace/00_0no_variable/makedict/all.json new file mode 100644 index 0000000..d31a3bc --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable/makedict/all.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/00_0no_variable/makedict/mandatories.json b/tests/results/test_namespace/00_0no_variable/makedict/mandatories.json new file mode 100644 index 0000000..d31a3bc --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/00_0no_variable_default_version/errors/all.json b/tests/results/test_namespace/00_0no_variable_default_version/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable_default_version/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_0no_variable_default_version/errors/mandatories.json b/tests/results/test_namespace/00_0no_variable_default_version/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable_default_version/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_0no_variable_default_version/file/all.cmdline_opts b/tests/results/test_namespace/00_0no_variable_default_version/file/all.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable_default_version/file/all.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_0no_variable_default_version/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_0no_variable_default_version/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable_default_version/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_0no_variable_default_version/makedict/all.json b/tests/results/test_namespace/00_0no_variable_default_version/makedict/all.json new file mode 100644 index 0000000..d31a3bc --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable_default_version/makedict/all.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/00_0no_variable_default_version/makedict/mandatories.json b/tests/results/test_namespace/00_0no_variable_default_version/makedict/mandatories.json new file mode 100644 index 0000000..d31a3bc --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable_default_version/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/00_0no_variable_remove_version/errors/all.json b/tests/results/test_namespace/00_0no_variable_remove_version/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable_remove_version/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_0no_variable_remove_version/errors/mandatories.json b/tests/results/test_namespace/00_0no_variable_remove_version/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable_remove_version/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_0no_variable_remove_version/file/all.cmdline_opts b/tests/results/test_namespace/00_0no_variable_remove_version/file/all.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable_remove_version/file/all.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_0no_variable_remove_version/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_0no_variable_remove_version/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable_remove_version/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_0no_variable_remove_version/makedict/all.json b/tests/results/test_namespace/00_0no_variable_remove_version/makedict/all.json new file mode 100644 index 0000000..d31a3bc --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable_remove_version/makedict/all.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/00_0no_variable_remove_version/makedict/mandatories.json b/tests/results/test_namespace/00_0no_variable_remove_version/makedict/mandatories.json new file mode 100644 index 0000000..d31a3bc --- /dev/null +++ b/tests/results/test_namespace/00_0no_variable_remove_version/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/00_0version_underscore/errors/all.json b/tests/results/test_namespace/00_0version_underscore/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_0version_underscore/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_0version_underscore/errors/mandatories.json b/tests/results/test_namespace/00_0version_underscore/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_0version_underscore/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_0version_underscore/file/all.cmdline_opts b/tests/results/test_namespace/00_0version_underscore/file/all.cmdline_opts new file mode 100644 index 0000000..26dd1e1 --- /dev/null +++ b/tests/results/test_namespace/00_0version_underscore/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.version", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_0version_underscore/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_0version_underscore/file/mandatories.cmdline_opts new file mode 100644 index 0000000..26dd1e1 --- /dev/null +++ b/tests/results/test_namespace/00_0version_underscore/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.version", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_0version_underscore/makedict/all.json b/tests/results/test_namespace/00_0version_underscore/makedict/all.json new file mode 100644 index 0000000..278708a --- /dev/null +++ b/tests/results/test_namespace/00_0version_underscore/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.version": "string1" +} diff --git a/tests/results/test_namespace/00_0version_underscore/makedict/mandatories.json b/tests/results/test_namespace/00_0version_underscore/makedict/mandatories.json new file mode 100644 index 0000000..278708a --- /dev/null +++ b/tests/results/test_namespace/00_0version_underscore/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.version": "string1" +} diff --git a/tests/results/test_namespace/00_1empty_variable/errors/all.json b/tests/results/test_namespace/00_1empty_variable/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_1empty_variable/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_1empty_variable/errors/mandatories.json b/tests/results/test_namespace/00_1empty_variable/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_1empty_variable/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_1empty_variable/file/all.cmdline_opts b/tests/results/test_namespace/00_1empty_variable/file/all.cmdline_opts new file mode 100644 index 0000000..81fbd0e --- /dev/null +++ b/tests/results/test_namespace/00_1empty_variable/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.empty", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_1empty_variable/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_1empty_variable/file/mandatories.cmdline_opts new file mode 100644 index 0000000..81fbd0e --- /dev/null +++ b/tests/results/test_namespace/00_1empty_variable/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.empty", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_1empty_variable/makedict/all.json b/tests/results/test_namespace/00_1empty_variable/makedict/all.json new file mode 100644 index 0000000..3994496 --- /dev/null +++ b/tests/results/test_namespace/00_1empty_variable/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.empty": "string1" +} diff --git a/tests/results/test_namespace/00_1empty_variable/makedict/mandatories.json b/tests/results/test_namespace/00_1empty_variable/makedict/mandatories.json new file mode 100644 index 0000000..3994496 --- /dev/null +++ b/tests/results/test_namespace/00_1empty_variable/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.empty": "string1" +} diff --git a/tests/results/test_namespace/00_2default_calculated/errors/all.json b/tests/results/test_namespace/00_2default_calculated/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated/errors/mandatories.json b/tests/results/test_namespace/00_2default_calculated/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated/file/all.cmdline_opts b/tests/results/test_namespace/00_2default_calculated/file/all.cmdline_opts new file mode 100644 index 0000000..93576ee --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_2default_calculated/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated/makedict/all.json b/tests/results/test_namespace/00_2default_calculated/makedict/all.json new file mode 100644 index 0000000..3b8363f --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var1": "string1", + "rougail.var2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/00_2default_calculated/makedict/mandatories.json b/tests/results/test_namespace/00_2default_calculated/makedict/mandatories.json new file mode 100644 index 0000000..2c42a15 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated/makedict/mandatories.json @@ -0,0 +1,6 @@ +{ + "rougail.var1": "no", + "rougail.var2": [ + "no" + ] +} diff --git a/tests/results/test_namespace/00_2default_calculated_multi/errors/all.json b/tests/results/test_namespace/00_2default_calculated_multi/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_multi/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_multi/errors/mandatories.json b/tests/results/test_namespace/00_2default_calculated_multi/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_multi/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_multi/file/all.cmdline_opts b/tests/results/test_namespace/00_2default_calculated_multi/file/all.cmdline_opts new file mode 100644 index 0000000..fa5cf1b --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_multi/file/all.cmdline_opts @@ -0,0 +1,10 @@ +[ + "--rougail.var1", + "string1", + "string2", + "string3", + "--rougail.var2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_multi/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_2default_calculated_multi/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_multi/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_multi/makedict/all.json b/tests/results/test_namespace/00_2default_calculated_multi/makedict/all.json new file mode 100644 index 0000000..fdc23a0 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_multi/makedict/all.json @@ -0,0 +1,12 @@ +{ + "rougail.var1": [ + "string1", + "string2", + "string3" + ], + "rougail.var2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/00_2default_calculated_multi/makedict/mandatories.json b/tests/results/test_namespace/00_2default_calculated_multi/makedict/mandatories.json new file mode 100644 index 0000000..2ac2352 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_multi/makedict/mandatories.json @@ -0,0 +1,12 @@ +{ + "rougail.var1": [ + "no", + "yes", + "maybe" + ], + "rougail.var2": [ + "no", + "yes", + "maybe" + ] +} diff --git a/tests/results/test_namespace/00_2default_calculated_params_permissive/errors/all.json b/tests/results/test_namespace/00_2default_calculated_params_permissive/errors/all.json new file mode 100644 index 0000000..b0ae757 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_params_permissive/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.leadership.var1 string1 string2 string3 --rougail.leadership.var2 (0, 'string1') --rougail.leadership.var2 0 string1" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_params_permissive/errors/mandatories.json b/tests/results/test_namespace/00_2default_calculated_params_permissive/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_params_permissive/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_params_permissive/file/all.cmdline_opts b/tests/results/test_namespace/00_2default_calculated_params_permissive/file/all.cmdline_opts new file mode 100644 index 0000000..17b947c --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_params_permissive/file/all.cmdline_opts @@ -0,0 +1,15 @@ +[ + "--rougail.leadership.var1", + "string1", + "string2", + "string3", + "--rougail.leadership.var2", + "(0, 'string1')", + "", + "", + "--rougail.leadership.var2", + "0", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_params_permissive/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_2default_calculated_params_permissive/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_params_permissive/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_params_permissive/makedict/all.json b/tests/results/test_namespace/00_2default_calculated_params_permissive/makedict/all.json new file mode 100644 index 0000000..f59cef3 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_params_permissive/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.leadership.var1": [ + { + "rougail.leadership.var1": "a_value", + "rougail.leadership.var2": "a_value" + } + ], + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_2default_calculated_params_permissive/makedict/mandatories.json b/tests/results/test_namespace/00_2default_calculated_params_permissive/makedict/mandatories.json new file mode 100644 index 0000000..d3cd27e --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_params_permissive/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.leadership.var1": [ + { + "rougail.leadership.var1": "a_value", + "rougail.leadership.var2": "a_value" + } + ], + "rougail.var2": "a_value" +} diff --git a/tests/results/test_namespace/00_2default_calculated_variable/errors/all.json b/tests/results/test_namespace/00_2default_calculated_variable/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable/errors/mandatories.json b/tests/results/test_namespace/00_2default_calculated_variable/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable/file/all.cmdline_opts b/tests/results/test_namespace/00_2default_calculated_variable/file/all.cmdline_opts new file mode 100644 index 0000000..e87bfad --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "domain1.lan", + "domain2.lan", + "--rougail.var2", + "domain1.lan", + "domain2.lan" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_2default_calculated_variable/file/mandatories.cmdline_opts new file mode 100644 index 0000000..80138cf --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable/file/mandatories.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.var1", + "domain1.lan", + "domain2.lan" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable/makedict/all.json b/tests/results/test_namespace/00_2default_calculated_variable/makedict/all.json new file mode 100644 index 0000000..109f552 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable/makedict/all.json @@ -0,0 +1,10 @@ +{ + "rougail.var1": [ + "domain1.lan", + "domain2.lan" + ], + "rougail.var2": [ + "domain1.lan", + "domain2.lan" + ] +} diff --git a/tests/results/test_namespace/00_2default_calculated_variable/makedict/mandatories.json b/tests/results/test_namespace/00_2default_calculated_variable/makedict/mandatories.json new file mode 100644 index 0000000..109f552 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable/makedict/mandatories.json @@ -0,0 +1,10 @@ +{ + "rougail.var1": [ + "domain1.lan", + "domain2.lan" + ], + "rougail.var2": [ + "domain1.lan", + "domain2.lan" + ] +} diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description/errors/all.json b/tests/results/test_namespace/00_2default_calculated_variable_description/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_description/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description/errors/mandatories.json b/tests/results/test_namespace/00_2default_calculated_variable_description/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_description/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description/file/all.cmdline_opts b/tests/results/test_namespace/00_2default_calculated_variable_description/file/all.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_description/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_2default_calculated_variable_description/file/mandatories.cmdline_opts new file mode 100644 index 0000000..86a01a4 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_description/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var1", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description/makedict/all.json b/tests/results/test_namespace/00_2default_calculated_variable_description/makedict/all.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_description/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description/makedict/mandatories.json b/tests/results/test_namespace/00_2default_calculated_variable_description/makedict/mandatories.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_description/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/errors/all.json b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/errors/mandatories.json b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/file/all.cmdline_opts b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/file/all.cmdline_opts new file mode 100644 index 0000000..d69f768 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1", + "--rougail.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/file/mandatories.cmdline_opts new file mode 100644 index 0000000..dddc38d --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/makedict/all.json b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/makedict/all.json new file mode 100644 index 0000000..a6ea791 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1", + "rougail.var3": "string1" +} diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/makedict/mandatories.json b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/makedict/mandatories.json new file mode 100644 index 0000000..a6ea791 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1", + "rougail.var3": "string1" +} diff --git a/tests/results/test_namespace/00_2default_calculated_variable_transitive/errors/all.json b/tests/results/test_namespace/00_2default_calculated_variable_transitive/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_transitive/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable_transitive/errors/mandatories.json b/tests/results/test_namespace/00_2default_calculated_variable_transitive/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_transitive/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable_transitive/file/all.cmdline_opts b/tests/results/test_namespace/00_2default_calculated_variable_transitive/file/all.cmdline_opts new file mode 100644 index 0000000..e87bfad --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_transitive/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "domain1.lan", + "domain2.lan", + "--rougail.var2", + "domain1.lan", + "domain2.lan" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable_transitive/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_2default_calculated_variable_transitive/file/mandatories.cmdline_opts new file mode 100644 index 0000000..80138cf --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_transitive/file/mandatories.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.var1", + "domain1.lan", + "domain2.lan" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_2default_calculated_variable_transitive/makedict/all.json b/tests/results/test_namespace/00_2default_calculated_variable_transitive/makedict/all.json new file mode 100644 index 0000000..109f552 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_transitive/makedict/all.json @@ -0,0 +1,10 @@ +{ + "rougail.var1": [ + "domain1.lan", + "domain2.lan" + ], + "rougail.var2": [ + "domain1.lan", + "domain2.lan" + ] +} diff --git a/tests/results/test_namespace/00_2default_calculated_variable_transitive/makedict/mandatories.json b/tests/results/test_namespace/00_2default_calculated_variable_transitive/makedict/mandatories.json new file mode 100644 index 0000000..109f552 --- /dev/null +++ b/tests/results/test_namespace/00_2default_calculated_variable_transitive/makedict/mandatories.json @@ -0,0 +1,10 @@ +{ + "rougail.var1": [ + "domain1.lan", + "domain2.lan" + ], + "rougail.var2": [ + "domain1.lan", + "domain2.lan" + ] +} diff --git a/tests/results/test_namespace/00_4load_subfolder/errors/all.json b/tests/results/test_namespace/00_4load_subfolder/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_4load_subfolder/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_4load_subfolder/errors/mandatories.json b/tests/results/test_namespace/00_4load_subfolder/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_4load_subfolder/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_4load_subfolder/file/all.cmdline_opts b/tests/results/test_namespace/00_4load_subfolder/file/all.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/00_4load_subfolder/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_4load_subfolder/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_4load_subfolder/file/mandatories.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/00_4load_subfolder/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_4load_subfolder/makedict/all.json b/tests/results/test_namespace/00_4load_subfolder/makedict/all.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_4load_subfolder/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_4load_subfolder/makedict/mandatories.json b/tests/results/test_namespace/00_4load_subfolder/makedict/mandatories.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_4load_subfolder/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_5load_notype/errors/all.json b/tests/results/test_namespace/00_5load_notype/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_5load_notype/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_5load_notype/errors/mandatories.json b/tests/results/test_namespace/00_5load_notype/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_5load_notype/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_5load_notype/file/all.cmdline_opts b/tests/results/test_namespace/00_5load_notype/file/all.cmdline_opts new file mode 100644 index 0000000..fd1e4e1 --- /dev/null +++ b/tests/results/test_namespace/00_5load_notype/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.without_type", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_5load_notype/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_5load_notype/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_5load_notype/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_5load_notype/makedict/all.json b/tests/results/test_namespace/00_5load_notype/makedict/all.json new file mode 100644 index 0000000..3f90ceb --- /dev/null +++ b/tests/results/test_namespace/00_5load_notype/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.without_type": "string1" +} diff --git a/tests/results/test_namespace/00_5load_notype/makedict/mandatories.json b/tests/results/test_namespace/00_5load_notype/makedict/mandatories.json new file mode 100644 index 0000000..3b91f0e --- /dev/null +++ b/tests/results/test_namespace/00_5load_notype/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.without_type": "non" +} diff --git a/tests/results/test_namespace/00_6boolean/errors/all.json b/tests/results/test_namespace/00_6boolean/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6boolean/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6boolean/errors/mandatories.json b/tests/results/test_namespace/00_6boolean/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6boolean/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6boolean/file/all.cmdline_opts b/tests/results/test_namespace/00_6boolean/file/all.cmdline_opts new file mode 100644 index 0000000..a2df2d4 --- /dev/null +++ b/tests/results/test_namespace/00_6boolean/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "--rougail.var2", + "--rougail.var3", + "--rougail.var4", + "--rougail.var5", + "--rougail.var6" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6boolean/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6boolean/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_6boolean/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6boolean/makedict/all.json b/tests/results/test_namespace/00_6boolean/makedict/all.json new file mode 100644 index 0000000..69f3c93 --- /dev/null +++ b/tests/results/test_namespace/00_6boolean/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var1": true, + "rougail.var2": true, + "rougail.var3": true, + "rougail.var4": true, + "rougail.var5": true, + "rougail.var6": true +} diff --git a/tests/results/test_namespace/00_6boolean/makedict/mandatories.json b/tests/results/test_namespace/00_6boolean/makedict/mandatories.json new file mode 100644 index 0000000..f44145f --- /dev/null +++ b/tests/results/test_namespace/00_6boolean/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var1": true, + "rougail.var2": true, + "rougail.var3": true, + "rougail.var4": false, + "rougail.var5": false, + "rougail.var6": false +} diff --git a/tests/results/test_namespace/00_6boolean_no_mandatory/errors/all.json b/tests/results/test_namespace/00_6boolean_no_mandatory/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6boolean_no_mandatory/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6boolean_no_mandatory/errors/mandatories.json b/tests/results/test_namespace/00_6boolean_no_mandatory/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6boolean_no_mandatory/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6boolean_no_mandatory/file/all.cmdline_opts b/tests/results/test_namespace/00_6boolean_no_mandatory/file/all.cmdline_opts new file mode 100644 index 0000000..0030385 --- /dev/null +++ b/tests/results/test_namespace/00_6boolean_no_mandatory/file/all.cmdline_opts @@ -0,0 +1,3 @@ +[ + "--rougail.variable" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6boolean_no_mandatory/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6boolean_no_mandatory/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_6boolean_no_mandatory/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6boolean_no_mandatory/makedict/all.json b/tests/results/test_namespace/00_6boolean_no_mandatory/makedict/all.json new file mode 100644 index 0000000..84c29a8 --- /dev/null +++ b/tests/results/test_namespace/00_6boolean_no_mandatory/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": true +} diff --git a/tests/results/test_namespace/00_6boolean_no_mandatory/makedict/mandatories.json b/tests/results/test_namespace/00_6boolean_no_mandatory/makedict/mandatories.json new file mode 100644 index 0000000..84c29a8 --- /dev/null +++ b/tests/results/test_namespace/00_6boolean_no_mandatory/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": true +} diff --git a/tests/results/test_namespace/00_6choice/errors/all.json b/tests/results/test_namespace/00_6choice/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6choice/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice/errors/mandatories.json b/tests/results/test_namespace/00_6choice/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6choice/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice/file/all.cmdline_opts b/tests/results/test_namespace/00_6choice/file/all.cmdline_opts new file mode 100644 index 0000000..b66b234 --- /dev/null +++ b/tests/results/test_namespace/00_6choice/file/all.cmdline_opts @@ -0,0 +1,13 @@ +[ + "--rougail.var1", + "a", + "--rougail.var2", + "a", + "--rougail.var3", + "a", + "--rougail.var4", + "--rougail.var5", + "a", + "--rougail.var6", + "1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6choice/file/mandatories.cmdline_opts new file mode 100644 index 0000000..7d5ad2c --- /dev/null +++ b/tests/results/test_namespace/00_6choice/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "a", + "--rougail.var2", + "a" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice/makedict/all.json b/tests/results/test_namespace/00_6choice/makedict/all.json new file mode 100644 index 0000000..5346d0c --- /dev/null +++ b/tests/results/test_namespace/00_6choice/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var1": "a", + "rougail.var2": "a", + "rougail.var3": "a", + "rougail.var4": null, + "rougail.var5": "a", + "rougail.var6": 1 +} diff --git a/tests/results/test_namespace/00_6choice/makedict/mandatories.json b/tests/results/test_namespace/00_6choice/makedict/mandatories.json new file mode 100644 index 0000000..9504707 --- /dev/null +++ b/tests/results/test_namespace/00_6choice/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var1": "a", + "rougail.var2": "a", + "rougail.var3": null, + "rougail.var4": null, + "rougail.var5": "a", + "rougail.var6": 1 +} diff --git a/tests/results/test_namespace/00_6choice_calculation/errors/all.json b/tests/results/test_namespace/00_6choice_calculation/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6choice_calculation/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_calculation/errors/mandatories.json b/tests/results/test_namespace/00_6choice_calculation/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6choice_calculation/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_calculation/file/all.cmdline_opts b/tests/results/test_namespace/00_6choice_calculation/file/all.cmdline_opts new file mode 100644 index 0000000..8adf601 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_calculation/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var", + "0" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_calculation/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6choice_calculation/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_calculation/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_calculation/makedict/all.json b/tests/results/test_namespace/00_6choice_calculation/makedict/all.json new file mode 100644 index 0000000..52d0ce5 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_calculation/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.var": 0 +} diff --git a/tests/results/test_namespace/00_6choice_calculation/makedict/mandatories.json b/tests/results/test_namespace/00_6choice_calculation/makedict/mandatories.json new file mode 100644 index 0000000..55c6af3 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_calculation/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": 9 +} diff --git a/tests/results/test_namespace/00_6choice_link/errors/all.json b/tests/results/test_namespace/00_6choice_link/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6choice_link/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_link/errors/mandatories.json b/tests/results/test_namespace/00_6choice_link/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6choice_link/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_link/file/all.cmdline_opts b/tests/results/test_namespace/00_6choice_link/file/all.cmdline_opts new file mode 100644 index 0000000..7d5ad2c --- /dev/null +++ b/tests/results/test_namespace/00_6choice_link/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "a", + "--rougail.var2", + "a" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_link/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6choice_link/file/mandatories.cmdline_opts new file mode 100644 index 0000000..1deec30 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_link/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var1", + "a" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_link/makedict/all.json b/tests/results/test_namespace/00_6choice_link/makedict/all.json new file mode 100644 index 0000000..7a14e7c --- /dev/null +++ b/tests/results/test_namespace/00_6choice_link/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "a", + "rougail.var2": "a" +} diff --git a/tests/results/test_namespace/00_6choice_link/makedict/mandatories.json b/tests/results/test_namespace/00_6choice_link/makedict/mandatories.json new file mode 100644 index 0000000..7a14e7c --- /dev/null +++ b/tests/results/test_namespace/00_6choice_link/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "a", + "rougail.var2": "a" +} diff --git a/tests/results/test_namespace/00_6choice_variable/errors/all.json b/tests/results/test_namespace/00_6choice_variable/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable/errors/mandatories.json b/tests/results/test_namespace/00_6choice_variable/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable/file/all.cmdline_opts b/tests/results/test_namespace/00_6choice_variable/file/all.cmdline_opts new file mode 100644 index 0000000..6afbe4a --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "string1", + "string2", + "string3", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6choice_variable/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable/makedict/all.json b/tests/results/test_namespace/00_6choice_variable/makedict/all.json new file mode 100644 index 0000000..64a0056 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var1": [ + "string1", + "string2", + "string3" + ], + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_6choice_variable/makedict/mandatories.json b/tests/results/test_namespace/00_6choice_variable/makedict/mandatories.json new file mode 100644 index 0000000..aa429f8 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var1": [ + "a", + "b", + "c" + ], + "rougail.var2": "a" +} diff --git a/tests/results/test_namespace/00_6choice_variable_link/errors/all.json b/tests/results/test_namespace/00_6choice_variable_link/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable_link/errors/mandatories.json b/tests/results/test_namespace/00_6choice_variable_link/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable_link/file/all.cmdline_opts b/tests/results/test_namespace/00_6choice_variable_link/file/all.cmdline_opts new file mode 100644 index 0000000..f9ec667 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link/file/all.cmdline_opts @@ -0,0 +1,10 @@ +[ + "--rougail.var1", + "string1", + "string2", + "string3", + "--rougail.var2", + "string1", + "--rougail.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable_link/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6choice_variable_link/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable_link/makedict/all.json b/tests/results/test_namespace/00_6choice_variable_link/makedict/all.json new file mode 100644 index 0000000..beb8d3b --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "string1", + "string2", + "string3" + ], + "rougail.var2": "string1", + "rougail.var3": "string1" +} diff --git a/tests/results/test_namespace/00_6choice_variable_link/makedict/mandatories.json b/tests/results/test_namespace/00_6choice_variable_link/makedict/mandatories.json new file mode 100644 index 0000000..336f993 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "a", + "b", + "c" + ], + "rougail.var2": "a", + "rougail.var3": "a" +} diff --git a/tests/results/test_namespace/00_6choice_variable_link2/errors/all.json b/tests/results/test_namespace/00_6choice_variable_link2/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link2/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable_link2/errors/mandatories.json b/tests/results/test_namespace/00_6choice_variable_link2/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link2/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable_link2/file/all.cmdline_opts b/tests/results/test_namespace/00_6choice_variable_link2/file/all.cmdline_opts new file mode 100644 index 0000000..698fcb8 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link2/file/all.cmdline_opts @@ -0,0 +1,10 @@ +[ + "--rougail.var1", + "string1", + "string2", + "string3", + "--rougail.var2", + "string1", + "--rougail.family.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable_link2/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6choice_variable_link2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link2/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6choice_variable_link2/makedict/all.json b/tests/results/test_namespace/00_6choice_variable_link2/makedict/all.json new file mode 100644 index 0000000..cb5c319 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link2/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "string1", + "string2", + "string3" + ], + "rougail.var2": "string1", + "rougail.family.var3": "string1" +} diff --git a/tests/results/test_namespace/00_6choice_variable_link2/makedict/mandatories.json b/tests/results/test_namespace/00_6choice_variable_link2/makedict/mandatories.json new file mode 100644 index 0000000..91de073 --- /dev/null +++ b/tests/results/test_namespace/00_6choice_variable_link2/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "a", + "b", + "c" + ], + "rougail.var2": "a", + "rougail.family.var3": "a" +} diff --git a/tests/results/test_namespace/00_6custom/errors/all.json b/tests/results/test_namespace/00_6custom/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6custom/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6custom/errors/mandatories.json b/tests/results/test_namespace/00_6custom/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6custom/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6custom/file/all.cmdline_opts b/tests/results/test_namespace/00_6custom/file/all.cmdline_opts new file mode 100644 index 0000000..05b58d8 --- /dev/null +++ b/tests/results/test_namespace/00_6custom/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.custom1", + "string1", + "--rougail.custom2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6custom/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6custom/file/mandatories.cmdline_opts new file mode 100644 index 0000000..6dc3c4d --- /dev/null +++ b/tests/results/test_namespace/00_6custom/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.custom1", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6custom/makedict/all.json b/tests/results/test_namespace/00_6custom/makedict/all.json new file mode 100644 index 0000000..0a415cd --- /dev/null +++ b/tests/results/test_namespace/00_6custom/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.custom1": "string1", + "rougail.custom2": "string1" +} diff --git a/tests/results/test_namespace/00_6custom/makedict/mandatories.json b/tests/results/test_namespace/00_6custom/makedict/mandatories.json new file mode 100644 index 0000000..58e6502 --- /dev/null +++ b/tests/results/test_namespace/00_6custom/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.custom1": "string1", + "rougail.custom2": "value" +} diff --git a/tests/results/test_namespace/00_6domainname/errors/all.json b/tests/results/test_namespace/00_6domainname/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6domainname/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6domainname/errors/mandatories.json b/tests/results/test_namespace/00_6domainname/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6domainname/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6domainname/file/all.cmdline_opts b/tests/results/test_namespace/00_6domainname/file/all.cmdline_opts new file mode 100644 index 0000000..7d913af --- /dev/null +++ b/tests/results/test_namespace/00_6domainname/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "domain1.lan" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6domainname/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6domainname/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_6domainname/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6domainname/makedict/all.json b/tests/results/test_namespace/00_6domainname/makedict/all.json new file mode 100644 index 0000000..2d4666a --- /dev/null +++ b/tests/results/test_namespace/00_6domainname/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "domain1.lan" +} diff --git a/tests/results/test_namespace/00_6domainname/makedict/mandatories.json b/tests/results/test_namespace/00_6domainname/makedict/mandatories.json new file mode 100644 index 0000000..e683b9a --- /dev/null +++ b/tests/results/test_namespace/00_6domainname/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "my.domain.name" +} diff --git a/tests/results/test_namespace/00_6domainname_params/errors/all.json b/tests/results/test_namespace/00_6domainname_params/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6domainname_params/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6domainname_params/errors/mandatories.json b/tests/results/test_namespace/00_6domainname_params/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6domainname_params/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6domainname_params/file/all.cmdline_opts b/tests/results/test_namespace/00_6domainname_params/file/all.cmdline_opts new file mode 100644 index 0000000..7d913af --- /dev/null +++ b/tests/results/test_namespace/00_6domainname_params/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "domain1.lan" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6domainname_params/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6domainname_params/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_6domainname_params/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6domainname_params/makedict/all.json b/tests/results/test_namespace/00_6domainname_params/makedict/all.json new file mode 100644 index 0000000..2d4666a --- /dev/null +++ b/tests/results/test_namespace/00_6domainname_params/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "domain1.lan" +} diff --git a/tests/results/test_namespace/00_6domainname_params/makedict/mandatories.json b/tests/results/test_namespace/00_6domainname_params/makedict/mandatories.json new file mode 100644 index 0000000..e683b9a --- /dev/null +++ b/tests/results/test_namespace/00_6domainname_params/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "my.domain.name" +} diff --git a/tests/results/test_namespace/00_6float/errors/all.json b/tests/results/test_namespace/00_6float/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6float/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6float/errors/mandatories.json b/tests/results/test_namespace/00_6float/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6float/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6float/file/all.cmdline_opts b/tests/results/test_namespace/00_6float/file/all.cmdline_opts new file mode 100644 index 0000000..d79078b --- /dev/null +++ b/tests/results/test_namespace/00_6float/file/all.cmdline_opts @@ -0,0 +1,14 @@ +[ + "--rougail.var1", + "1.1", + "--rougail.var2", + "1.1", + "--rougail.var3", + "1.1", + "--rougail.var4", + "1.1", + "--rougail.var5", + "1.1", + "--rougail.var6", + "1.1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6float/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6float/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_6float/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6float/makedict/all.json b/tests/results/test_namespace/00_6float/makedict/all.json new file mode 100644 index 0000000..f1fa6f8 --- /dev/null +++ b/tests/results/test_namespace/00_6float/makedict/all.json @@ -0,0 +1,8 @@ +{ + "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_namespace/00_6float/makedict/mandatories.json b/tests/results/test_namespace/00_6float/makedict/mandatories.json new file mode 100644 index 0000000..727c5ff --- /dev/null +++ b/tests/results/test_namespace/00_6float/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var1": 0.0, + "rougail.var2": 0.0, + "rougail.var3": 0.0, + "rougail.var4": 10.1, + "rougail.var5": 10.1, + "rougail.var6": 10.1 +} diff --git a/tests/results/test_namespace/00_6integer/errors/all.json b/tests/results/test_namespace/00_6integer/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6integer/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6integer/errors/mandatories.json b/tests/results/test_namespace/00_6integer/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6integer/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6integer/file/all.cmdline_opts b/tests/results/test_namespace/00_6integer/file/all.cmdline_opts new file mode 100644 index 0000000..49696cf --- /dev/null +++ b/tests/results/test_namespace/00_6integer/file/all.cmdline_opts @@ -0,0 +1,14 @@ +[ + "--rougail.var1", + "1", + "--rougail.var2", + "1", + "--rougail.var3", + "1", + "--rougail.var4", + "1", + "--rougail.var5", + "1", + "--rougail.var6", + "1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6integer/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6integer/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_6integer/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6integer/makedict/all.json b/tests/results/test_namespace/00_6integer/makedict/all.json new file mode 100644 index 0000000..768c96a --- /dev/null +++ b/tests/results/test_namespace/00_6integer/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var1": 1, + "rougail.var2": 1, + "rougail.var3": 1, + "rougail.var4": 1, + "rougail.var5": 1, + "rougail.var6": 1 +} diff --git a/tests/results/test_namespace/00_6integer/makedict/mandatories.json b/tests/results/test_namespace/00_6integer/makedict/mandatories.json new file mode 100644 index 0000000..9e8b2fb --- /dev/null +++ b/tests/results/test_namespace/00_6integer/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var1": 0, + "rougail.var2": 0, + "rougail.var3": 0, + "rougail.var4": 10, + "rougail.var5": 10, + "rougail.var6": 10 +} diff --git a/tests/results/test_namespace/00_6ip/errors/all.json b/tests/results/test_namespace/00_6ip/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6ip/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6ip/errors/mandatories.json b/tests/results/test_namespace/00_6ip/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6ip/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6ip/file/all.cmdline_opts b/tests/results/test_namespace/00_6ip/file/all.cmdline_opts new file mode 100644 index 0000000..c8cbf0a --- /dev/null +++ b/tests/results/test_namespace/00_6ip/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "192.168.1.6", + "--rougail.var2", + "192.168.1.6/24", + "--rougail.var3", + "192.168.1.6/24" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6ip/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6ip/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_6ip/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6ip/makedict/all.json b/tests/results/test_namespace/00_6ip/makedict/all.json new file mode 100644 index 0000000..9417a35 --- /dev/null +++ b/tests/results/test_namespace/00_6ip/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": "192.168.1.6", + "rougail.var2": "192.168.1.6/24", + "rougail.var3": "192.168.1.6/24" +} diff --git a/tests/results/test_namespace/00_6ip/makedict/mandatories.json b/tests/results/test_namespace/00_6ip/makedict/mandatories.json new file mode 100644 index 0000000..a3eb88b --- /dev/null +++ b/tests/results/test_namespace/00_6ip/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": "1.1.1.1", + "rougail.var2": "1.1.1.1/24", + "rougail.var3": "1.1.1.1/24" +} diff --git a/tests/results/test_namespace/00_6network/errors/all.json b/tests/results/test_namespace/00_6network/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6network/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6network/errors/mandatories.json b/tests/results/test_namespace/00_6network/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6network/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6network/file/all.cmdline_opts b/tests/results/test_namespace/00_6network/file/all.cmdline_opts new file mode 100644 index 0000000..a7fec22 --- /dev/null +++ b/tests/results/test_namespace/00_6network/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "192.168.1.0", + "--rougail.var2", + "192.168.1.6/32", + "--rougail.var3", + "192.168.1.6/32" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6network/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6network/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_6network/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6network/makedict/all.json b/tests/results/test_namespace/00_6network/makedict/all.json new file mode 100644 index 0000000..3df3bf3 --- /dev/null +++ b/tests/results/test_namespace/00_6network/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": "192.168.1.0", + "rougail.var2": "192.168.1.6/32", + "rougail.var3": "192.168.1.6/32" +} diff --git a/tests/results/test_namespace/00_6network/makedict/mandatories.json b/tests/results/test_namespace/00_6network/makedict/mandatories.json new file mode 100644 index 0000000..934d6f5 --- /dev/null +++ b/tests/results/test_namespace/00_6network/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": "1.1.1.0", + "rougail.var2": "1.1.1.0/24", + "rougail.var3": "1.1.1.0/24" +} diff --git a/tests/results/test_namespace/00_6number/errors/all.json b/tests/results/test_namespace/00_6number/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6number/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6number/errors/mandatories.json b/tests/results/test_namespace/00_6number/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6number/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6number/file/all.cmdline_opts b/tests/results/test_namespace/00_6number/file/all.cmdline_opts new file mode 100644 index 0000000..49696cf --- /dev/null +++ b/tests/results/test_namespace/00_6number/file/all.cmdline_opts @@ -0,0 +1,14 @@ +[ + "--rougail.var1", + "1", + "--rougail.var2", + "1", + "--rougail.var3", + "1", + "--rougail.var4", + "1", + "--rougail.var5", + "1", + "--rougail.var6", + "1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6number/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6number/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_6number/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6number/makedict/all.json b/tests/results/test_namespace/00_6number/makedict/all.json new file mode 100644 index 0000000..768c96a --- /dev/null +++ b/tests/results/test_namespace/00_6number/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var1": 1, + "rougail.var2": 1, + "rougail.var3": 1, + "rougail.var4": 1, + "rougail.var5": 1, + "rougail.var6": 1 +} diff --git a/tests/results/test_namespace/00_6number/makedict/mandatories.json b/tests/results/test_namespace/00_6number/makedict/mandatories.json new file mode 100644 index 0000000..9e8b2fb --- /dev/null +++ b/tests/results/test_namespace/00_6number/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var1": 0, + "rougail.var2": 0, + "rougail.var3": 0, + "rougail.var4": 10, + "rougail.var5": 10, + "rougail.var6": 10 +} diff --git a/tests/results/test_namespace/00_6port/errors/all.json b/tests/results/test_namespace/00_6port/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6port/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6port/errors/mandatories.json b/tests/results/test_namespace/00_6port/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6port/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6port/file/all.cmdline_opts b/tests/results/test_namespace/00_6port/file/all.cmdline_opts new file mode 100644 index 0000000..a904656 --- /dev/null +++ b/tests/results/test_namespace/00_6port/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.variable1", + "80", + "--rougail.variable2", + "80", + "--rougail.variable3", + "80" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6port/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6port/file/mandatories.cmdline_opts new file mode 100644 index 0000000..ea27ffa --- /dev/null +++ b/tests/results/test_namespace/00_6port/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable1", + "80" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6port/makedict/all.json b/tests/results/test_namespace/00_6port/makedict/all.json new file mode 100644 index 0000000..e14ffae --- /dev/null +++ b/tests/results/test_namespace/00_6port/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.variable1": "80", + "rougail.variable2": "80", + "rougail.variable3": "80" +} diff --git a/tests/results/test_namespace/00_6port/makedict/mandatories.json b/tests/results/test_namespace/00_6port/makedict/mandatories.json new file mode 100644 index 0000000..022f565 --- /dev/null +++ b/tests/results/test_namespace/00_6port/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.variable1": "80", + "rougail.variable2": "8080", + "rougail.variable3": "8080" +} diff --git a/tests/results/test_namespace/00_6regexp/errors/all.json b/tests/results/test_namespace/00_6regexp/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6regexp/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6regexp/errors/mandatories.json b/tests/results/test_namespace/00_6regexp/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6regexp/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6regexp/file/all.cmdline_opts b/tests/results/test_namespace/00_6regexp/file/all.cmdline_opts new file mode 100644 index 0000000..ebbf834 --- /dev/null +++ b/tests/results/test_namespace/00_6regexp/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var", + "#b1b1b1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6regexp/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6regexp/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_6regexp/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6regexp/makedict/all.json b/tests/results/test_namespace/00_6regexp/makedict/all.json new file mode 100644 index 0000000..5a197f2 --- /dev/null +++ b/tests/results/test_namespace/00_6regexp/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.var": "#b1b1b1" +} diff --git a/tests/results/test_namespace/00_6regexp/makedict/mandatories.json b/tests/results/test_namespace/00_6regexp/makedict/mandatories.json new file mode 100644 index 0000000..fc853cf --- /dev/null +++ b/tests/results/test_namespace/00_6regexp/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": "#a1a1a1" +} diff --git a/tests/results/test_namespace/00_6regexp_link/errors/all.json b/tests/results/test_namespace/00_6regexp_link/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6regexp_link/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6regexp_link/errors/mandatories.json b/tests/results/test_namespace/00_6regexp_link/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6regexp_link/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6regexp_link/file/all.cmdline_opts b/tests/results/test_namespace/00_6regexp_link/file/all.cmdline_opts new file mode 100644 index 0000000..529d8fb --- /dev/null +++ b/tests/results/test_namespace/00_6regexp_link/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "#b1b1b1", + "--rougail.var2", + "#b2b1b1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6regexp_link/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6regexp_link/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_6regexp_link/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6regexp_link/makedict/all.json b/tests/results/test_namespace/00_6regexp_link/makedict/all.json new file mode 100644 index 0000000..1319b9d --- /dev/null +++ b/tests/results/test_namespace/00_6regexp_link/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "#b1b1b1", + "rougail.var2": "#b2b1b1" +} diff --git a/tests/results/test_namespace/00_6regexp_link/makedict/mandatories.json b/tests/results/test_namespace/00_6regexp_link/makedict/mandatories.json new file mode 100644 index 0000000..dfad622 --- /dev/null +++ b/tests/results/test_namespace/00_6regexp_link/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "#a1a1a1", + "rougail.var2": "#a1a1a1" +} diff --git a/tests/results/test_namespace/00_6secret/errors/all.json b/tests/results/test_namespace/00_6secret/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6secret/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6secret/errors/mandatories.json b/tests/results/test_namespace/00_6secret/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6secret/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6secret/file/all.cmdline_opts b/tests/results/test_namespace/00_6secret/file/all.cmdline_opts new file mode 100644 index 0000000..1ed07e4 --- /dev/null +++ b/tests/results/test_namespace/00_6secret/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.secret1", + "onE7vaLues_len1", + "--rougail.secret2", + "onE7vaLues_len1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6secret/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6secret/file/mandatories.cmdline_opts new file mode 100644 index 0000000..84340e1 --- /dev/null +++ b/tests/results/test_namespace/00_6secret/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.secret1", + "onE7vaLues_len1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6secret/makedict/all.json b/tests/results/test_namespace/00_6secret/makedict/all.json new file mode 100644 index 0000000..5d65549 --- /dev/null +++ b/tests/results/test_namespace/00_6secret/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.secret1": "onE7vaLues_len1", + "rougail.secret2": "onE7vaLues_len1" +} diff --git a/tests/results/test_namespace/00_6secret/makedict/mandatories.json b/tests/results/test_namespace/00_6secret/makedict/mandatories.json new file mode 100644 index 0000000..721e7c3 --- /dev/null +++ b/tests/results/test_namespace/00_6secret/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.secret1": "onE7vaLues_len1", + "rougail.secret2": "value" +} diff --git a/tests/results/test_namespace/00_6secret_param/errors/all.json b/tests/results/test_namespace/00_6secret_param/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6secret_param/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6secret_param/errors/mandatories.json b/tests/results/test_namespace/00_6secret_param/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6secret_param/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6secret_param/file/all.cmdline_opts b/tests/results/test_namespace/00_6secret_param/file/all.cmdline_opts new file mode 100644 index 0000000..64bd1cd --- /dev/null +++ b/tests/results/test_namespace/00_6secret_param/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.secret1", + "onE7vaLues_len1", + "--rougail.secret2", + "onE7vaLues", + "--rougail.secret3", + "onE7vaLues" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6secret_param/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6secret_param/file/mandatories.cmdline_opts new file mode 100644 index 0000000..84340e1 --- /dev/null +++ b/tests/results/test_namespace/00_6secret_param/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.secret1", + "onE7vaLues_len1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6secret_param/makedict/all.json b/tests/results/test_namespace/00_6secret_param/makedict/all.json new file mode 100644 index 0000000..32c1e37 --- /dev/null +++ b/tests/results/test_namespace/00_6secret_param/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.secret1": "onE7vaLues_len1", + "rougail.secret2": "onE7vaLues", + "rougail.secret3": "onE7vaLues" +} diff --git a/tests/results/test_namespace/00_6secret_param/makedict/mandatories.json b/tests/results/test_namespace/00_6secret_param/makedict/mandatories.json new file mode 100644 index 0000000..50fdad1 --- /dev/null +++ b/tests/results/test_namespace/00_6secret_param/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.secret1": "onE7vaLues_len1", + "rougail.secret2": "value", + "rougail.secret3": "value" +} diff --git a/tests/results/test_namespace/00_6string/errors/all.json b/tests/results/test_namespace/00_6string/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6string/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6string/errors/mandatories.json b/tests/results/test_namespace/00_6string/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_6string/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_6string/file/all.cmdline_opts b/tests/results/test_namespace/00_6string/file/all.cmdline_opts new file mode 100644 index 0000000..0a22751 --- /dev/null +++ b/tests/results/test_namespace/00_6string/file/all.cmdline_opts @@ -0,0 +1,18 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1", + "--rougail.var3", + "string1", + "--rougail.var4", + "string1", + "--rougail.var5", + "string1", + "--rougail.var6", + "string1", + "--rougail.var7", + "string1", + "--rougail.var8", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6string/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_6string/file/mandatories.cmdline_opts new file mode 100644 index 0000000..d69f768 --- /dev/null +++ b/tests/results/test_namespace/00_6string/file/mandatories.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1", + "--rougail.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_6string/makedict/all.json b/tests/results/test_namespace/00_6string/makedict/all.json new file mode 100644 index 0000000..3a475f7 --- /dev/null +++ b/tests/results/test_namespace/00_6string/makedict/all.json @@ -0,0 +1,10 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1", + "rougail.var3": "string1", + "rougail.var4": "string1", + "rougail.var5": "string1", + "rougail.var6": "string1", + "rougail.var7": "string1", + "rougail.var8": "string1" +} diff --git a/tests/results/test_namespace/00_6string/makedict/mandatories.json b/tests/results/test_namespace/00_6string/makedict/mandatories.json new file mode 100644 index 0000000..23a6f08 --- /dev/null +++ b/tests/results/test_namespace/00_6string/makedict/mandatories.json @@ -0,0 +1,10 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1", + "rougail.var3": "string1", + "rougail.var4": "value", + "rougail.var5": "value", + "rougail.var6": "value", + "rougail.var7": "8080", + "rougail.var8": "true" +} diff --git a/tests/results/test_namespace/00_7choice_quote/errors/all.json b/tests/results/test_namespace/00_7choice_quote/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_7choice_quote/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7choice_quote/errors/mandatories.json b/tests/results/test_namespace/00_7choice_quote/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_7choice_quote/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7choice_quote/file/all.cmdline_opts b/tests/results/test_namespace/00_7choice_quote/file/all.cmdline_opts new file mode 100644 index 0000000..8e05d31 --- /dev/null +++ b/tests/results/test_namespace/00_7choice_quote/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var", + "quote'" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_7choice_quote/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_7choice_quote/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_7choice_quote/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_7choice_quote/makedict/all.json b/tests/results/test_namespace/00_7choice_quote/makedict/all.json new file mode 100644 index 0000000..5161e6a --- /dev/null +++ b/tests/results/test_namespace/00_7choice_quote/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.var": "quote'" +} diff --git a/tests/results/test_namespace/00_7choice_quote/makedict/mandatories.json b/tests/results/test_namespace/00_7choice_quote/makedict/mandatories.json new file mode 100644 index 0000000..5161e6a --- /dev/null +++ b/tests/results/test_namespace/00_7choice_quote/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": "quote'" +} diff --git a/tests/results/test_namespace/00_7help/errors/all.json b/tests/results/test_namespace/00_7help/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_7help/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7help/errors/mandatories.json b/tests/results/test_namespace/00_7help/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_7help/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7help/file/all.cmdline_opts b/tests/results/test_namespace/00_7help/file/all.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/00_7help/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_7help/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_7help/file/mandatories.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/00_7help/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_7help/makedict/all.json b/tests/results/test_namespace/00_7help/makedict/all.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_7help/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_7help/makedict/mandatories.json b/tests/results/test_namespace/00_7help/makedict/mandatories.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_7help/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_7help_quote/errors/all.json b/tests/results/test_namespace/00_7help_quote/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_7help_quote/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7help_quote/errors/mandatories.json b/tests/results/test_namespace/00_7help_quote/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_7help_quote/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7help_quote/file/all.cmdline_opts b/tests/results/test_namespace/00_7help_quote/file/all.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/00_7help_quote/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_7help_quote/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_7help_quote/file/mandatories.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/00_7help_quote/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_7help_quote/makedict/all.json b/tests/results/test_namespace/00_7help_quote/makedict/all.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_7help_quote/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_7help_quote/makedict/mandatories.json b/tests/results/test_namespace/00_7help_quote/makedict/mandatories.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_7help_quote/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_7help_sup/errors/all.json b/tests/results/test_namespace/00_7help_sup/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_7help_sup/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7help_sup/errors/mandatories.json b/tests/results/test_namespace/00_7help_sup/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_7help_sup/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7help_sup/file/all.cmdline_opts b/tests/results/test_namespace/00_7help_sup/file/all.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/00_7help_sup/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_7help_sup/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_7help_sup/file/mandatories.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/00_7help_sup/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_7help_sup/makedict/all.json b/tests/results/test_namespace/00_7help_sup/makedict/all.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_7help_sup/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_7help_sup/makedict/mandatories.json b/tests/results/test_namespace/00_7help_sup/makedict/mandatories.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_7help_sup/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_7value_doublequote/errors/all.json b/tests/results/test_namespace/00_7value_doublequote/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_doublequote/errors/mandatories.json b/tests/results/test_namespace/00_7value_doublequote/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_doublequote/file/all.cmdline_opts b/tests/results/test_namespace/00_7value_doublequote/file/all.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_doublequote/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_7value_doublequote/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_doublequote/makedict/all.json b/tests/results/test_namespace/00_7value_doublequote/makedict/all.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/00_7value_doublequote/makedict/mandatories.json b/tests/results/test_namespace/00_7value_doublequote/makedict/mandatories.json new file mode 100644 index 0000000..0cb5677 --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "quote\"" +} diff --git a/tests/results/test_namespace/00_7value_doublequote2/errors/all.json b/tests/results/test_namespace/00_7value_doublequote2/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote2/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_doublequote2/errors/mandatories.json b/tests/results/test_namespace/00_7value_doublequote2/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote2/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_doublequote2/file/all.cmdline_opts b/tests/results/test_namespace/00_7value_doublequote2/file/all.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote2/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_doublequote2/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_7value_doublequote2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote2/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_doublequote2/makedict/all.json b/tests/results/test_namespace/00_7value_doublequote2/makedict/all.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote2/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/00_7value_doublequote2/makedict/mandatories.json b/tests/results/test_namespace/00_7value_doublequote2/makedict/mandatories.json new file mode 100644 index 0000000..7e098d4 --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote2/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "quote'\"" +} diff --git a/tests/results/test_namespace/00_7value_doublequote3/errors/all.json b/tests/results/test_namespace/00_7value_doublequote3/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote3/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_doublequote3/errors/mandatories.json b/tests/results/test_namespace/00_7value_doublequote3/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote3/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_doublequote3/file/all.cmdline_opts b/tests/results/test_namespace/00_7value_doublequote3/file/all.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote3/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_doublequote3/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_7value_doublequote3/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote3/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_doublequote3/makedict/all.json b/tests/results/test_namespace/00_7value_doublequote3/makedict/all.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote3/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/00_7value_doublequote3/makedict/mandatories.json b/tests/results/test_namespace/00_7value_doublequote3/makedict/mandatories.json new file mode 100644 index 0000000..0d27f4a --- /dev/null +++ b/tests/results/test_namespace/00_7value_doublequote3/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "quote\\\"\\'" +} diff --git a/tests/results/test_namespace/00_7value_quote/errors/all.json b/tests/results/test_namespace/00_7value_quote/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_7value_quote/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_quote/errors/mandatories.json b/tests/results/test_namespace/00_7value_quote/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_7value_quote/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_quote/file/all.cmdline_opts b/tests/results/test_namespace/00_7value_quote/file/all.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/00_7value_quote/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_quote/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_7value_quote/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_7value_quote/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_7value_quote/makedict/all.json b/tests/results/test_namespace/00_7value_quote/makedict/all.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/00_7value_quote/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/00_7value_quote/makedict/mandatories.json b/tests/results/test_namespace/00_7value_quote/makedict/mandatories.json new file mode 100644 index 0000000..92fddd2 --- /dev/null +++ b/tests/results/test_namespace/00_7value_quote/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "quote'" +} diff --git a/tests/results/test_namespace/00_8calculation_information/errors/all.json b/tests/results/test_namespace/00_8calculation_information/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_information/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_8calculation_information/errors/mandatories.json b/tests/results/test_namespace/00_8calculation_information/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_information/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_8calculation_information/file/all.cmdline_opts b/tests/results/test_namespace/00_8calculation_information/file/all.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_information/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_8calculation_information/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_8calculation_information/file/mandatories.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_information/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_8calculation_information/makedict/all.json b/tests/results/test_namespace/00_8calculation_information/makedict/all.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_information/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/00_8calculation_information/makedict/mandatories.json b/tests/results/test_namespace/00_8calculation_information/makedict/mandatories.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_information/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/00_8calculation_namespace/errors/all.json b/tests/results/test_namespace/00_8calculation_namespace/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_namespace/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_8calculation_namespace/errors/mandatories.json b/tests/results/test_namespace/00_8calculation_namespace/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_namespace/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_8calculation_namespace/file/all.cmdline_opts b/tests/results/test_namespace/00_8calculation_namespace/file/all.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_namespace/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_8calculation_namespace/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_8calculation_namespace/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_namespace/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_8calculation_namespace/makedict/all.json b/tests/results/test_namespace/00_8calculation_namespace/makedict/all.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_namespace/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/00_8calculation_namespace/makedict/mandatories.json b/tests/results/test_namespace/00_8calculation_namespace/makedict/mandatories.json new file mode 100644 index 0000000..fc2b1a5 --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_namespace/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "Rougail" +} diff --git a/tests/results/test_namespace/00_8calculation_param_namespace/errors/all.json b/tests/results/test_namespace/00_8calculation_param_namespace/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_param_namespace/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_8calculation_param_namespace/errors/mandatories.json b/tests/results/test_namespace/00_8calculation_param_namespace/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_param_namespace/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_8calculation_param_namespace/file/all.cmdline_opts b/tests/results/test_namespace/00_8calculation_param_namespace/file/all.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_param_namespace/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_8calculation_param_namespace/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_8calculation_param_namespace/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_param_namespace/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_8calculation_param_namespace/makedict/all.json b/tests/results/test_namespace/00_8calculation_param_namespace/makedict/all.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_param_namespace/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/00_8calculation_param_namespace/makedict/mandatories.json b/tests/results/test_namespace/00_8calculation_param_namespace/makedict/mandatories.json new file mode 100644 index 0000000..fc2b1a5 --- /dev/null +++ b/tests/results/test_namespace/00_8calculation_param_namespace/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "Rougail" +} diff --git a/tests/results/test_namespace/00_8test/errors/all.json b/tests/results/test_namespace/00_8test/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_8test/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_8test/errors/mandatories.json b/tests/results/test_namespace/00_8test/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_8test/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_8test/file/all.cmdline_opts b/tests/results/test_namespace/00_8test/file/all.cmdline_opts new file mode 100644 index 0000000..97fe58f --- /dev/null +++ b/tests/results/test_namespace/00_8test/file/all.cmdline_opts @@ -0,0 +1,13 @@ +[ + "--rougail.var1", + "test", + "--rougail.var2", + "test", + "--rougail.var3", + "test1", + "--rougail.var4", + "--rougail.no-var5", + "--rougail.var6", + "test1", + "test2" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_8test/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_8test/file/mandatories.cmdline_opts new file mode 100644 index 0000000..3d47c16 --- /dev/null +++ b/tests/results/test_namespace/00_8test/file/mandatories.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var1", + "test", + "--rougail.var3", + "test1", + "--rougail.var6", + "test1", + "test2" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_8test/makedict/all.json b/tests/results/test_namespace/00_8test/makedict/all.json new file mode 100644 index 0000000..97ecd3b --- /dev/null +++ b/tests/results/test_namespace/00_8test/makedict/all.json @@ -0,0 +1,11 @@ +{ + "rougail.var1": "test", + "rougail.var2": "test", + "rougail.var3": "test1", + "rougail.var4": null, + "rougail.var5": false, + "rougail.var6": [ + "test1", + "test2" + ] +} diff --git a/tests/results/test_namespace/00_8test/makedict/mandatories.json b/tests/results/test_namespace/00_8test/makedict/mandatories.json new file mode 100644 index 0000000..141fe1f --- /dev/null +++ b/tests/results/test_namespace/00_8test/makedict/mandatories.json @@ -0,0 +1,11 @@ +{ + "rougail.var1": "test", + "rougail.var2": "value", + "rougail.var3": "test1", + "rougail.var4": null, + "rougail.var5": true, + "rougail.var6": [ + "test1", + "test2" + ] +} diff --git a/tests/results/test_namespace/00_9choice_variable_multi/errors/all.json b/tests/results/test_namespace/00_9choice_variable_multi/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_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/00_9choice_variable_multi/errors/mandatories.json b/tests/results/test_namespace/00_9choice_variable_multi/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9choice_variable_multi/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9choice_variable_multi/file/all.cmdline_opts b/tests/results/test_namespace/00_9choice_variable_multi/file/all.cmdline_opts new file mode 100644 index 0000000..516ee52 --- /dev/null +++ b/tests/results/test_namespace/00_9choice_variable_multi/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.variable1", + "val1", + "val2", + "--rougail.variable2", + "val1", + "val2" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9choice_variable_multi/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9choice_variable_multi/file/mandatories.cmdline_opts new file mode 100644 index 0000000..d055b15 --- /dev/null +++ b/tests/results/test_namespace/00_9choice_variable_multi/file/mandatories.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.variable1", + "val1", + "val2" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9choice_variable_multi/makedict/all.json b/tests/results/test_namespace/00_9choice_variable_multi/makedict/all.json new file mode 100644 index 0000000..65e2fd5 --- /dev/null +++ b/tests/results/test_namespace/00_9choice_variable_multi/makedict/all.json @@ -0,0 +1,10 @@ +{ + "rougail.variable1": [ + "val1", + "val2" + ], + "rougail.variable2": [ + "val1", + "val2" + ] +} diff --git a/tests/results/test_namespace/00_9choice_variable_multi/makedict/mandatories.json b/tests/results/test_namespace/00_9choice_variable_multi/makedict/mandatories.json new file mode 100644 index 0000000..36d40cb --- /dev/null +++ b/tests/results/test_namespace/00_9choice_variable_multi/makedict/mandatories.json @@ -0,0 +1,7 @@ +{ + "rougail.variable1": [ + "val1", + "val2" + ], + "rougail.variable2": [] +} diff --git a/tests/results/test_namespace/00_9choice_variables/errors/all.json b/tests/results/test_namespace/00_9choice_variables/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9choice_variables/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9choice_variables/errors/mandatories.json b/tests/results/test_namespace/00_9choice_variables/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9choice_variables/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9choice_variables/file/all.cmdline_opts b/tests/results/test_namespace/00_9choice_variables/file/all.cmdline_opts new file mode 100644 index 0000000..66ab997 --- /dev/null +++ b/tests/results/test_namespace/00_9choice_variables/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.source_variable_1", + "string1", + "--rougail.source_variable_2", + "string1", + "--rougail.my_variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9choice_variables/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9choice_variables/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_9choice_variables/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9choice_variables/makedict/all.json b/tests/results/test_namespace/00_9choice_variables/makedict/all.json new file mode 100644 index 0000000..8331e7c --- /dev/null +++ b/tests/results/test_namespace/00_9choice_variables/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.source_variable_1": "string1", + "rougail.source_variable_2": "string1", + "rougail.my_variable": "string1" +} diff --git a/tests/results/test_namespace/00_9choice_variables/makedict/mandatories.json b/tests/results/test_namespace/00_9choice_variables/makedict/mandatories.json new file mode 100644 index 0000000..9e4fd84 --- /dev/null +++ b/tests/results/test_namespace/00_9choice_variables/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.source_variable_1": "val1", + "rougail.source_variable_2": "val2", + "rougail.my_variable": "val1" +} diff --git a/tests/results/test_namespace/00_9default_calculation/errors/all.json b/tests/results/test_namespace/00_9default_calculation/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation/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/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation/file/all.cmdline_opts b/tests/results/test_namespace/00_9default_calculation/file/all.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9default_calculation/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation/makedict/all.json b/tests/results/test_namespace/00_9default_calculation/makedict/all.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/00_9default_calculation/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation/makedict/mandatories.json new file mode 100644 index 0000000..75c178d --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string_1_True_None" +} diff --git a/tests/results/test_namespace/00_9default_calculation_information/errors/all.json b/tests/results/test_namespace/00_9default_calculation_information/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_information/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_information/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation_information/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_information/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_information/file/all.cmdline_opts b/tests/results/test_namespace/00_9default_calculation_information/file/all.cmdline_opts new file mode 100644 index 0000000..4c1d489 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_information/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_information/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9default_calculation_information/file/mandatories.cmdline_opts new file mode 100644 index 0000000..4c1d489 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_information/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_information/makedict/all.json b/tests/results/test_namespace/00_9default_calculation_information/makedict/all.json new file mode 100644 index 0000000..cd73b1b --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_information/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.var": "string1" +} diff --git a/tests/results/test_namespace/00_9default_calculation_information/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation_information/makedict/mandatories.json new file mode 100644 index 0000000..cd73b1b --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_information/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": "string1" +} diff --git a/tests/results/test_namespace/00_9default_calculation_information_other_variable/errors/all.json b/tests/results/test_namespace/00_9default_calculation_information_other_variable/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_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_calculation_information_other_variable/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation_information_other_variable/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_information_other_variable/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_information_other_variable/file/all.cmdline_opts b/tests/results/test_namespace/00_9default_calculation_information_other_variable/file/all.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_information_other_variable/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_information_other_variable/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9default_calculation_information_other_variable/file/mandatories.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_information_other_variable/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_information_other_variable/makedict/all.json b/tests/results/test_namespace/00_9default_calculation_information_other_variable/makedict/all.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_information_other_variable/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_9default_calculation_information_other_variable/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation_information_other_variable/makedict/mandatories.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_information_other_variable/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional/errors/all.json b/tests/results/test_namespace/00_9default_calculation_multi_optional/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_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_multi_optional/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation_multi_optional/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional/file/all.cmdline_opts b/tests/results/test_namespace/00_9default_calculation_multi_optional/file/all.cmdline_opts new file mode 100644 index 0000000..bfd8ec2 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.my_variable", + "string1", + "--rougail.my_calculated_variable", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9default_calculation_multi_optional/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional/makedict/all.json b/tests/results/test_namespace/00_9default_calculation_multi_optional/makedict/all.json new file mode 100644 index 0000000..58467e7 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.my_variable": "string1", + "rougail.my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation_multi_optional/makedict/mandatories.json new file mode 100644 index 0000000..ed46518 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional/makedict/mandatories.json @@ -0,0 +1,6 @@ +{ + "rougail.my_variable": "val1", + "rougail.my_calculated_variable": [ + "val1" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/00_9default_calculation_multi_optional2/file/all.cmdline_opts b/tests/results/test_namespace/00_9default_calculation_multi_optional2/file/all.cmdline_opts new file mode 100644 index 0000000..bfd8ec2 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional2/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.my_variable", + "string1", + "--rougail.my_calculated_variable", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional2/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9default_calculation_multi_optional2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional2/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional2/makedict/all.json b/tests/results/test_namespace/00_9default_calculation_multi_optional2/makedict/all.json new file mode 100644 index 0000000..58467e7 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional2/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.my_variable": "string1", + "rougail.my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional2/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation_multi_optional2/makedict/mandatories.json new file mode 100644 index 0000000..ed46518 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional2/makedict/mandatories.json @@ -0,0 +1,6 @@ +{ + "rougail.my_variable": "val1", + "rougail.my_calculated_variable": [ + "val1" + ] +} diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional_default/errors/all.json b/tests/results/test_namespace/00_9default_calculation_multi_optional_default/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional_default/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_optional_default/errors/mandatories.json b/tests/results/test_namespace/00_9default_calculation_multi_optional_default/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional_default/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional_default/file/all.cmdline_opts b/tests/results/test_namespace/00_9default_calculation_multi_optional_default/file/all.cmdline_opts new file mode 100644 index 0000000..bfd8ec2 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional_default/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.my_variable", + "string1", + "--rougail.my_calculated_variable", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional_default/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9default_calculation_multi_optional_default/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional_default/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional_default/makedict/all.json b/tests/results/test_namespace/00_9default_calculation_multi_optional_default/makedict/all.json new file mode 100644 index 0000000..58467e7 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional_default/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.my_variable": "string1", + "rougail.my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional_default/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation_multi_optional_default/makedict/mandatories.json new file mode 100644 index 0000000..0765a9e --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional_default/makedict/mandatories.json @@ -0,0 +1,7 @@ +{ + "rougail.my_variable": "val1", + "rougail.my_calculated_variable": [ + "val1", + "value" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/00_9default_calculation_optional/file/all.cmdline_opts b/tests/results/test_namespace/00_9default_calculation_optional/file/all.cmdline_opts new file mode 100644 index 0000000..54b446f --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_optional/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.my_calculated_variable", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_optional/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9default_calculation_optional/file/mandatories.cmdline_opts new file mode 100644 index 0000000..54b446f --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_optional/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.my_calculated_variable", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_optional/makedict/all.json b/tests/results/test_namespace/00_9default_calculation_optional/makedict/all.json new file mode 100644 index 0000000..2d52ce6 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_optional/makedict/all.json @@ -0,0 +1,7 @@ +{ + "rougail.my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/00_9default_calculation_optional/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation_optional/makedict/mandatories.json new file mode 100644 index 0000000..2d52ce6 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_optional/makedict/mandatories.json @@ -0,0 +1,7 @@ +{ + "rougail.my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/00_9default_calculation_optional_exists/file/all.cmdline_opts b/tests/results/test_namespace/00_9default_calculation_optional_exists/file/all.cmdline_opts new file mode 100644 index 0000000..252dc84 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_optional_exists/file/all.cmdline_opts @@ -0,0 +1,10 @@ +[ + "--rougail.my_variable", + "string1", + "string2", + "string3", + "--rougail.my_calculated_variable", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_optional_exists/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9default_calculation_optional_exists/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_optional_exists/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_optional_exists/makedict/all.json b/tests/results/test_namespace/00_9default_calculation_optional_exists/makedict/all.json new file mode 100644 index 0000000..c067409 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_optional_exists/makedict/all.json @@ -0,0 +1,12 @@ +{ + "rougail.my_variable": [ + "string1", + "string2", + "string3" + ], + "rougail.my_calculated_variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/00_9default_calculation_optional_exists/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation_optional_exists/makedict/mandatories.json new file mode 100644 index 0000000..6d844d8 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_optional_exists/makedict/mandatories.json @@ -0,0 +1,10 @@ +{ + "rougail.my_variable": [ + "val1", + "val2" + ], + "rougail.my_calculated_variable": [ + "val1", + "val2" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/00_9default_calculation_param_optional/file/all.cmdline_opts b/tests/results/test_namespace/00_9default_calculation_param_optional/file/all.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_param_optional/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_param_optional/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9default_calculation_param_optional/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_param_optional/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_calculation_param_optional/makedict/all.json b/tests/results/test_namespace/00_9default_calculation_param_optional/makedict/all.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_param_optional/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_9default_calculation_param_optional/makedict/mandatories.json b/tests/results/test_namespace/00_9default_calculation_param_optional/makedict/mandatories.json new file mode 100644 index 0000000..67e3971 --- /dev/null +++ b/tests/results/test_namespace/00_9default_calculation_param_optional/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "no", + "rougail.var2": "no" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/00_9default_information_other_variable/file/all.cmdline_opts b/tests/results/test_namespace/00_9default_information_other_variable/file/all.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/00_9default_information_other_variable/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_information_other_variable/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9default_information_other_variable/file/mandatories.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/00_9default_information_other_variable/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_information_other_variable/makedict/all.json b/tests/results/test_namespace/00_9default_information_other_variable/makedict/all.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_9default_information_other_variable/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_9default_information_other_variable/makedict/mandatories.json b/tests/results/test_namespace/00_9default_information_other_variable/makedict/mandatories.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_9default_information_other_variable/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_9default_information_other_variable2/errors/all.json b/tests/results/test_namespace/00_9default_information_other_variable2/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9default_information_other_variable2/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_variable2/errors/mandatories.json b/tests/results/test_namespace/00_9default_information_other_variable2/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9default_information_other_variable2/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_information_other_variable2/file/all.cmdline_opts b/tests/results/test_namespace/00_9default_information_other_variable2/file/all.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/00_9default_information_other_variable2/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_information_other_variable2/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9default_information_other_variable2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/00_9default_information_other_variable2/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_information_other_variable2/makedict/all.json b/tests/results/test_namespace/00_9default_information_other_variable2/makedict/all.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_9default_information_other_variable2/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/00_9default_information_other_variable2/makedict/mandatories.json b/tests/results/test_namespace/00_9default_information_other_variable2/makedict/mandatories.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/00_9default_information_other_variable2/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/00_9default_integer/file/all.cmdline_opts b/tests/results/test_namespace/00_9default_integer/file/all.cmdline_opts new file mode 100644 index 0000000..8adf601 --- /dev/null +++ b/tests/results/test_namespace/00_9default_integer/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var", + "0" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_integer/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9default_integer/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_9default_integer/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_integer/makedict/all.json b/tests/results/test_namespace/00_9default_integer/makedict/all.json new file mode 100644 index 0000000..52d0ce5 --- /dev/null +++ b/tests/results/test_namespace/00_9default_integer/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.var": 0 +} diff --git a/tests/results/test_namespace/00_9default_integer/makedict/mandatories.json b/tests/results/test_namespace/00_9default_integer/makedict/mandatories.json new file mode 100644 index 0000000..55c6af3 --- /dev/null +++ b/tests/results/test_namespace/00_9default_integer/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": 9 +} diff --git a/tests/results/test_namespace/00_9default_number/errors/all.json b/tests/results/test_namespace/00_9default_number/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9default_number/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_number/errors/mandatories.json b/tests/results/test_namespace/00_9default_number/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9default_number/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_number/file/all.cmdline_opts b/tests/results/test_namespace/00_9default_number/file/all.cmdline_opts new file mode 100644 index 0000000..8adf601 --- /dev/null +++ b/tests/results/test_namespace/00_9default_number/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var", + "0" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_number/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9default_number/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_9default_number/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9default_number/makedict/all.json b/tests/results/test_namespace/00_9default_number/makedict/all.json new file mode 100644 index 0000000..52d0ce5 --- /dev/null +++ b/tests/results/test_namespace/00_9default_number/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.var": 0 +} diff --git a/tests/results/test_namespace/00_9default_number/makedict/mandatories.json b/tests/results/test_namespace/00_9default_number/makedict/mandatories.json new file mode 100644 index 0000000..55c6af3 --- /dev/null +++ b/tests/results/test_namespace/00_9default_number/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": 9 +} 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..acba74c --- /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..acba74c --- /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/test_namespace/00_9extra/file/all.cmdline_opts b/tests/results/test_namespace/00_9extra/file/all.cmdline_opts new file mode 100644 index 0000000..6d1bfe0 --- /dev/null +++ b/tests/results/test_namespace/00_9extra/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.variable", + "string1", + "--extra.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9extra/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9extra/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_9extra/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9extra/makedict/all.json b/tests/results/test_namespace/00_9extra/makedict/all.json new file mode 100644 index 0000000..239d47d --- /dev/null +++ b/tests/results/test_namespace/00_9extra/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.variable": "string1", + "extra.variable": "string1" +} diff --git a/tests/results/test_namespace/00_9extra/makedict/mandatories.json b/tests/results/test_namespace/00_9extra/makedict/mandatories.json new file mode 100644 index 0000000..fa18ff4 --- /dev/null +++ b/tests/results/test_namespace/00_9extra/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.variable": "rougail", + "extra.variable": "no" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/00_9extra_calculation/file/all.cmdline_opts b/tests/results/test_namespace/00_9extra_calculation/file/all.cmdline_opts new file mode 100644 index 0000000..a8a03a4 --- /dev/null +++ b/tests/results/test_namespace/00_9extra_calculation/file/all.cmdline_opts @@ -0,0 +1,10 @@ +[ + "--rougail.variable", + "string1", + "--extra.variable1", + "string1", + "--extra.variable2", + "string1", + "--extra.variable3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9extra_calculation/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9extra_calculation/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_9extra_calculation/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9extra_calculation/makedict/all.json b/tests/results/test_namespace/00_9extra_calculation/makedict/all.json new file mode 100644 index 0000000..16d1738 --- /dev/null +++ b/tests/results/test_namespace/00_9extra_calculation/makedict/all.json @@ -0,0 +1,6 @@ +{ + "rougail.variable": "string1", + "extra.variable1": "string1", + "extra.variable2": "string1", + "extra.variable3": "string1" +} diff --git a/tests/results/test_namespace/00_9extra_calculation/makedict/mandatories.json b/tests/results/test_namespace/00_9extra_calculation/makedict/mandatories.json new file mode 100644 index 0000000..251d797 --- /dev/null +++ b/tests/results/test_namespace/00_9extra_calculation/makedict/mandatories.json @@ -0,0 +1,6 @@ +{ + "rougail.variable": "value", + "extra.variable1": "value", + "extra.variable2": "value", + "extra.variable3": "value" +} diff --git a/tests/results/test_namespace/00_9extra_ouside/errors/all.json b/tests/results/test_namespace/00_9extra_ouside/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9extra_ouside/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9extra_ouside/errors/mandatories.json b/tests/results/test_namespace/00_9extra_ouside/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/00_9extra_ouside/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/00_9extra_ouside/file/all.cmdline_opts b/tests/results/test_namespace/00_9extra_ouside/file/all.cmdline_opts new file mode 100644 index 0000000..6d1bfe0 --- /dev/null +++ b/tests/results/test_namespace/00_9extra_ouside/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.variable", + "string1", + "--extra.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9extra_ouside/file/mandatories.cmdline_opts b/tests/results/test_namespace/00_9extra_ouside/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/00_9extra_ouside/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/00_9extra_ouside/makedict/all.json b/tests/results/test_namespace/00_9extra_ouside/makedict/all.json new file mode 100644 index 0000000..239d47d --- /dev/null +++ b/tests/results/test_namespace/00_9extra_ouside/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.variable": "string1", + "extra.variable": "string1" +} diff --git a/tests/results/test_namespace/00_9extra_ouside/makedict/mandatories.json b/tests/results/test_namespace/00_9extra_ouside/makedict/mandatories.json new file mode 100644 index 0000000..db1cb03 --- /dev/null +++ b/tests/results/test_namespace/00_9extra_ouside/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.variable": "value in extra", + "extra.variable": "value in extra" +} 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..4125d42 --- /dev/null +++ b/tests/results/test_namespace/01_6boolean_multi/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: true true true true true true true true" + ], + "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..acba74c --- /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/test_namespace/01_6boolean_multi/file/all.cmdline_opts b/tests/results/test_namespace/01_6boolean_multi/file/all.cmdline_opts new file mode 100644 index 0000000..f784a37 --- /dev/null +++ b/tests/results/test_namespace/01_6boolean_multi/file/all.cmdline_opts @@ -0,0 +1,18 @@ +[ + "--rougail.var1", + "true", + "--rougail.var2", + "true", + "--rougail.var3", + "true", + "--rougail.var4", + "true", + "--rougail.var5", + "true", + "--rougail.var6", + "true", + "--rougail.var7", + "true", + "--rougail.var8", + "true" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_6boolean_multi/file/mandatories.cmdline_opts b/tests/results/test_namespace/01_6boolean_multi/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/01_6boolean_multi/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/01_6boolean_multi/makedict/all.json b/tests/results/test_namespace/01_6boolean_multi/makedict/all.json new file mode 100644 index 0000000..6b9acdb --- /dev/null +++ b/tests/results/test_namespace/01_6boolean_multi/makedict/all.json @@ -0,0 +1,26 @@ +{ + "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_namespace/01_6boolean_multi/makedict/mandatories.json b/tests/results/test_namespace/01_6boolean_multi/makedict/mandatories.json new file mode 100644 index 0000000..0d97ed5 --- /dev/null +++ b/tests/results/test_namespace/01_6boolean_multi/makedict/mandatories.json @@ -0,0 +1,26 @@ +{ + "rougail.var1": [ + true + ], + "rougail.var2": [ + true + ], + "rougail.var3": [ + true + ], + "rougail.var4": [ + false + ], + "rougail.var5": [ + false + ], + "rougail.var6": [ + false + ], + "rougail.var7": [ + true + ], + "rougail.var8": [ + true + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/01_6custom_multi/file/all.cmdline_opts b/tests/results/test_namespace/01_6custom_multi/file/all.cmdline_opts new file mode 100644 index 0000000..3617898 --- /dev/null +++ b/tests/results/test_namespace/01_6custom_multi/file/all.cmdline_opts @@ -0,0 +1,10 @@ +[ + "--rougail.custom1", + "string1", + "string2", + "string3", + "--rougail.custom2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_6custom_multi/file/mandatories.cmdline_opts b/tests/results/test_namespace/01_6custom_multi/file/mandatories.cmdline_opts new file mode 100644 index 0000000..5244bd3 --- /dev/null +++ b/tests/results/test_namespace/01_6custom_multi/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.custom1", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_6custom_multi/makedict/all.json b/tests/results/test_namespace/01_6custom_multi/makedict/all.json new file mode 100644 index 0000000..fad0202 --- /dev/null +++ b/tests/results/test_namespace/01_6custom_multi/makedict/all.json @@ -0,0 +1,12 @@ +{ + "rougail.custom1": [ + "string1", + "string2", + "string3" + ], + "rougail.custom2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/01_6custom_multi/makedict/mandatories.json b/tests/results/test_namespace/01_6custom_multi/makedict/mandatories.json new file mode 100644 index 0000000..0afc009 --- /dev/null +++ b/tests/results/test_namespace/01_6custom_multi/makedict/mandatories.json @@ -0,0 +1,10 @@ +{ + "rougail.custom1": [ + "string1", + "string2", + "string3" + ], + "rougail.custom2": [ + "value" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/01_6float_multi/file/all.cmdline_opts b/tests/results/test_namespace/01_6float_multi/file/all.cmdline_opts new file mode 100644 index 0000000..672abe2 --- /dev/null +++ b/tests/results/test_namespace/01_6float_multi/file/all.cmdline_opts @@ -0,0 +1,34 @@ +[ + "--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" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_6float_multi/file/mandatories.cmdline_opts b/tests/results/test_namespace/01_6float_multi/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/01_6float_multi/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/01_6float_multi/makedict/all.json b/tests/results/test_namespace/01_6float_multi/makedict/all.json new file mode 100644 index 0000000..67f5b2d --- /dev/null +++ b/tests/results/test_namespace/01_6float_multi/makedict/all.json @@ -0,0 +1,42 @@ +{ + "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_namespace/01_6float_multi/makedict/mandatories.json b/tests/results/test_namespace/01_6float_multi/makedict/mandatories.json new file mode 100644 index 0000000..3426269 --- /dev/null +++ b/tests/results/test_namespace/01_6float_multi/makedict/mandatories.json @@ -0,0 +1,26 @@ +{ + "rougail.var1": [ + 0.0 + ], + "rougail.var2": [ + 0.0 + ], + "rougail.var3": [ + 0.0 + ], + "rougail.var4": [ + 10.1 + ], + "rougail.var5": [ + 10.1 + ], + "rougail.var6": [ + 10.1 + ], + "rougail.var7": [ + 0.0 + ], + "rougail.var8": [ + 0.0 + ] +} diff --git a/tests/results/test_namespace/01_6integer_multi/errors/all.json b/tests/results/test_namespace/01_6integer_multi/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/01_6integer_multi/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_6integer_multi/errors/mandatories.json b/tests/results/test_namespace/01_6integer_multi/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/01_6integer_multi/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_6integer_multi/file/all.cmdline_opts b/tests/results/test_namespace/01_6integer_multi/file/all.cmdline_opts new file mode 100644 index 0000000..7a59038 --- /dev/null +++ b/tests/results/test_namespace/01_6integer_multi/file/all.cmdline_opts @@ -0,0 +1,34 @@ +[ + "--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" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_6integer_multi/file/mandatories.cmdline_opts b/tests/results/test_namespace/01_6integer_multi/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/01_6integer_multi/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/01_6integer_multi/makedict/all.json b/tests/results/test_namespace/01_6integer_multi/makedict/all.json new file mode 100644 index 0000000..76d6560 --- /dev/null +++ b/tests/results/test_namespace/01_6integer_multi/makedict/all.json @@ -0,0 +1,42 @@ +{ + "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_namespace/01_6integer_multi/makedict/mandatories.json b/tests/results/test_namespace/01_6integer_multi/makedict/mandatories.json new file mode 100644 index 0000000..559876b --- /dev/null +++ b/tests/results/test_namespace/01_6integer_multi/makedict/mandatories.json @@ -0,0 +1,26 @@ +{ + "rougail.var1": [ + 0 + ], + "rougail.var2": [ + 0 + ], + "rougail.var3": [ + 0 + ], + "rougail.var4": [ + 10 + ], + "rougail.var5": [ + 10 + ], + "rougail.var6": [ + 10 + ], + "rougail.var7": [ + 0 + ], + "rougail.var8": [ + 0 + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/01_6string_empty/file/all.cmdline_opts b/tests/results/test_namespace/01_6string_empty/file/all.cmdline_opts new file mode 100644 index 0000000..293609f --- /dev/null +++ b/tests/results/test_namespace/01_6string_empty/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_6string_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/01_6string_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..293609f --- /dev/null +++ b/tests/results/test_namespace/01_6string_empty/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_6string_empty/makedict/all.json b/tests/results/test_namespace/01_6string_empty/makedict/all.json new file mode 100644 index 0000000..c7ef239 --- /dev/null +++ b/tests/results/test_namespace/01_6string_empty/makedict/all.json @@ -0,0 +1,7 @@ +{ + "rougail.var1": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/01_6string_empty/makedict/mandatories.json b/tests/results/test_namespace/01_6string_empty/makedict/mandatories.json new file mode 100644 index 0000000..c7ef239 --- /dev/null +++ b/tests/results/test_namespace/01_6string_empty/makedict/mandatories.json @@ -0,0 +1,7 @@ +{ + "rougail.var1": [ + "string1", + "string2", + "string3" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/01_6string_multi/file/all.cmdline_opts b/tests/results/test_namespace/01_6string_multi/file/all.cmdline_opts new file mode 100644 index 0000000..520098b --- /dev/null +++ b/tests/results/test_namespace/01_6string_multi/file/all.cmdline_opts @@ -0,0 +1,34 @@ +[ + "--rougail.var1", + "string1", + "string2", + "string3", + "--rougail.var2", + "string1", + "string2", + "string3", + "--rougail.var3", + "string1", + "string2", + "string3", + "--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" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_6string_multi/file/mandatories.cmdline_opts b/tests/results/test_namespace/01_6string_multi/file/mandatories.cmdline_opts new file mode 100644 index 0000000..b5762b6 --- /dev/null +++ b/tests/results/test_namespace/01_6string_multi/file/mandatories.cmdline_opts @@ -0,0 +1,14 @@ +[ + "--rougail.var1", + "string1", + "string2", + "string3", + "--rougail.var2", + "string1", + "string2", + "string3", + "--rougail.var3", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_6string_multi/makedict/all.json b/tests/results/test_namespace/01_6string_multi/makedict/all.json new file mode 100644 index 0000000..0e3ba14 --- /dev/null +++ b/tests/results/test_namespace/01_6string_multi/makedict/all.json @@ -0,0 +1,42 @@ +{ + "rougail.var1": [ + "string1", + "string2", + "string3" + ], + "rougail.var2": [ + "string1", + "string2", + "string3" + ], + "rougail.var3": [ + "string1", + "string2", + "string3" + ], + "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_namespace/01_6string_multi/makedict/mandatories.json b/tests/results/test_namespace/01_6string_multi/makedict/mandatories.json new file mode 100644 index 0000000..e2d8e08 --- /dev/null +++ b/tests/results/test_namespace/01_6string_multi/makedict/mandatories.json @@ -0,0 +1,32 @@ +{ + "rougail.var1": [ + "string1", + "string2", + "string3" + ], + "rougail.var2": [ + "string1", + "string2", + "string3" + ], + "rougail.var3": [ + "string1", + "string2", + "string3" + ], + "rougail.var4": [ + "value" + ], + "rougail.var5": [ + "value" + ], + "rougail.var6": [ + "value" + ], + "rougail.var7": [ + "value" + ], + "rougail.var8": [ + "value" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/01_7value_multi_doublequote/file/all.cmdline_opts b/tests/results/test_namespace/01_7value_multi_doublequote/file/all.cmdline_opts new file mode 100644 index 0000000..ae13636 --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_doublequote/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.variable", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_7value_multi_doublequote/file/mandatories.cmdline_opts b/tests/results/test_namespace/01_7value_multi_doublequote/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_doublequote/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/01_7value_multi_doublequote/makedict/all.json b/tests/results/test_namespace/01_7value_multi_doublequote/makedict/all.json new file mode 100644 index 0000000..ab28c20 --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_doublequote/makedict/all.json @@ -0,0 +1,7 @@ +{ + "rougail.variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/01_7value_multi_doublequote/makedict/mandatories.json b/tests/results/test_namespace/01_7value_multi_doublequote/makedict/mandatories.json new file mode 100644 index 0000000..57e7c09 --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_doublequote/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.variable": [ + "quote\"" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/01_7value_multi_doublequote2/file/all.cmdline_opts b/tests/results/test_namespace/01_7value_multi_doublequote2/file/all.cmdline_opts new file mode 100644 index 0000000..ae13636 --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_doublequote2/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.variable", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_7value_multi_doublequote2/file/mandatories.cmdline_opts b/tests/results/test_namespace/01_7value_multi_doublequote2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_doublequote2/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/01_7value_multi_doublequote2/makedict/all.json b/tests/results/test_namespace/01_7value_multi_doublequote2/makedict/all.json new file mode 100644 index 0000000..ab28c20 --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_doublequote2/makedict/all.json @@ -0,0 +1,7 @@ +{ + "rougail.variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/01_7value_multi_doublequote2/makedict/mandatories.json b/tests/results/test_namespace/01_7value_multi_doublequote2/makedict/mandatories.json new file mode 100644 index 0000000..109926d --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_doublequote2/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.variable": [ + "quote'\"" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/01_7value_multi_quote/file/all.cmdline_opts b/tests/results/test_namespace/01_7value_multi_quote/file/all.cmdline_opts new file mode 100644 index 0000000..ae13636 --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_quote/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.variable", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_7value_multi_quote/file/mandatories.cmdline_opts b/tests/results/test_namespace/01_7value_multi_quote/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_quote/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/01_7value_multi_quote/makedict/all.json b/tests/results/test_namespace/01_7value_multi_quote/makedict/all.json new file mode 100644 index 0000000..ab28c20 --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_quote/makedict/all.json @@ -0,0 +1,7 @@ +{ + "rougail.variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/01_7value_multi_quote/makedict/mandatories.json b/tests/results/test_namespace/01_7value_multi_quote/makedict/mandatories.json new file mode 100644 index 0000000..be19141 --- /dev/null +++ b/tests/results/test_namespace/01_7value_multi_quote/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.variable": [ + "quote'" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/01_8calculation_information_multi/file/all.cmdline_opts b/tests/results/test_namespace/01_8calculation_information_multi/file/all.cmdline_opts new file mode 100644 index 0000000..ae13636 --- /dev/null +++ b/tests/results/test_namespace/01_8calculation_information_multi/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.variable", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_8calculation_information_multi/file/mandatories.cmdline_opts b/tests/results/test_namespace/01_8calculation_information_multi/file/mandatories.cmdline_opts new file mode 100644 index 0000000..ae13636 --- /dev/null +++ b/tests/results/test_namespace/01_8calculation_information_multi/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.variable", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_8calculation_information_multi/makedict/all.json b/tests/results/test_namespace/01_8calculation_information_multi/makedict/all.json new file mode 100644 index 0000000..ab28c20 --- /dev/null +++ b/tests/results/test_namespace/01_8calculation_information_multi/makedict/all.json @@ -0,0 +1,7 @@ +{ + "rougail.variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/01_8calculation_information_multi/makedict/mandatories.json b/tests/results/test_namespace/01_8calculation_information_multi/makedict/mandatories.json new file mode 100644 index 0000000..ab28c20 --- /dev/null +++ b/tests/results/test_namespace/01_8calculation_information_multi/makedict/mandatories.json @@ -0,0 +1,7 @@ +{ + "rougail.variable": [ + "string1", + "string2", + "string3" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/01_9choice_variable_multi/file/all.cmdline_opts b/tests/results/test_namespace/01_9choice_variable_multi/file/all.cmdline_opts new file mode 100644 index 0000000..b160030 --- /dev/null +++ b/tests/results/test_namespace/01_9choice_variable_multi/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.variable1", + "string1", + "string2", + "string3", + "--rougail.variable2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_9choice_variable_multi/file/mandatories.cmdline_opts b/tests/results/test_namespace/01_9choice_variable_multi/file/mandatories.cmdline_opts new file mode 100644 index 0000000..626b9d3 --- /dev/null +++ b/tests/results/test_namespace/01_9choice_variable_multi/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable2", + "a" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_9choice_variable_multi/makedict/all.json b/tests/results/test_namespace/01_9choice_variable_multi/makedict/all.json new file mode 100644 index 0000000..ef69a2b --- /dev/null +++ b/tests/results/test_namespace/01_9choice_variable_multi/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.variable1": [ + "string1", + "string2", + "string3" + ], + "rougail.variable2": "string1" +} diff --git a/tests/results/test_namespace/01_9choice_variable_multi/makedict/mandatories.json b/tests/results/test_namespace/01_9choice_variable_multi/makedict/mandatories.json new file mode 100644 index 0000000..13dc90d --- /dev/null +++ b/tests/results/test_namespace/01_9choice_variable_multi/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.variable1": [ + "a", + "b", + "c" + ], + "rougail.variable2": "a" +} diff --git a/tests/results/test_namespace/01_9choice_variable_optional/errors/all.json b/tests/results/test_namespace/01_9choice_variable_optional/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/01_9choice_variable_optional/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_optional/errors/mandatories.json b/tests/results/test_namespace/01_9choice_variable_optional/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/01_9choice_variable_optional/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/01_9choice_variable_optional/file/all.cmdline_opts b/tests/results/test_namespace/01_9choice_variable_optional/file/all.cmdline_opts new file mode 100644 index 0000000..3caa098 --- /dev/null +++ b/tests/results/test_namespace/01_9choice_variable_optional/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "a" +] \ No newline at end of file diff --git a/tests/results/test_namespace/01_9choice_variable_optional/file/mandatories.cmdline_opts b/tests/results/test_namespace/01_9choice_variable_optional/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/01_9choice_variable_optional/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/01_9choice_variable_optional/makedict/all.json b/tests/results/test_namespace/01_9choice_variable_optional/makedict/all.json new file mode 100644 index 0000000..a7a1edd --- /dev/null +++ b/tests/results/test_namespace/01_9choice_variable_optional/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "a" +} diff --git a/tests/results/test_namespace/01_9choice_variable_optional/makedict/mandatories.json b/tests/results/test_namespace/01_9choice_variable_optional/makedict/mandatories.json new file mode 100644 index 0000000..9750ee2 --- /dev/null +++ b/tests/results/test_namespace/01_9choice_variable_optional/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "c" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/04_0type_param/file/all.cmdline_opts b/tests/results/test_namespace/04_0type_param/file/all.cmdline_opts new file mode 100644 index 0000000..9da6ee5 --- /dev/null +++ b/tests/results/test_namespace/04_0type_param/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.int", + "1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_0type_param/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_0type_param/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/04_0type_param/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/04_0type_param/makedict/all.json b/tests/results/test_namespace/04_0type_param/makedict/all.json new file mode 100644 index 0000000..051944c --- /dev/null +++ b/tests/results/test_namespace/04_0type_param/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.int": 1 +} diff --git a/tests/results/test_namespace/04_0type_param/makedict/mandatories.json b/tests/results/test_namespace/04_0type_param/makedict/mandatories.json new file mode 100644 index 0000000..a609e2d --- /dev/null +++ b/tests/results/test_namespace/04_0type_param/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.int": 10 +} diff --git a/tests/results/test_namespace/04_0type_param_integer/errors/all.json b/tests/results/test_namespace/04_0type_param_integer/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/04_0type_param_integer/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_integer/errors/mandatories.json b/tests/results/test_namespace/04_0type_param_integer/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/04_0type_param_integer/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_0type_param_integer/file/all.cmdline_opts b/tests/results/test_namespace/04_0type_param_integer/file/all.cmdline_opts new file mode 100644 index 0000000..9da6ee5 --- /dev/null +++ b/tests/results/test_namespace/04_0type_param_integer/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.int", + "1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_0type_param_integer/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_0type_param_integer/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/04_0type_param_integer/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/04_0type_param_integer/makedict/all.json b/tests/results/test_namespace/04_0type_param_integer/makedict/all.json new file mode 100644 index 0000000..051944c --- /dev/null +++ b/tests/results/test_namespace/04_0type_param_integer/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.int": 1 +} diff --git a/tests/results/test_namespace/04_0type_param_integer/makedict/mandatories.json b/tests/results/test_namespace/04_0type_param_integer/makedict/mandatories.json new file mode 100644 index 0000000..a609e2d --- /dev/null +++ b/tests/results/test_namespace/04_0type_param_integer/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.int": 10 +} 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..acba74c --- /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..acba74c --- /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/test_namespace/04_1auto_save/file/all.cmdline_opts b/tests/results/test_namespace/04_1auto_save/file/all.cmdline_opts new file mode 100644 index 0000000..cf01adf --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "no" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1auto_save/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_1auto_save/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1auto_save/makedict/all.json b/tests/results/test_namespace/04_1auto_save/makedict/all.json new file mode 100644 index 0000000..5cfa5f5 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "no" +} diff --git a/tests/results/test_namespace/04_1auto_save/makedict/mandatories.json b/tests/results/test_namespace/04_1auto_save/makedict/mandatories.json new file mode 100644 index 0000000..5cfa5f5 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "no" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/04_1auto_save_and_calculated/file/all.cmdline_opts b/tests/results/test_namespace/04_1auto_save_and_calculated/file/all.cmdline_opts new file mode 100644 index 0000000..3ba9ee2 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_calculated/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "no" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_1auto_save_and_calculated/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_calculated/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated/makedict/all.json b/tests/results/test_namespace/04_1auto_save_and_calculated/makedict/all.json new file mode 100644 index 0000000..3019e2f --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_calculated/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "no" +} diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated/makedict/mandatories.json b/tests/results/test_namespace/04_1auto_save_and_calculated/makedict/mandatories.json new file mode 100644 index 0000000..67e3971 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_calculated/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "no", + "rougail.var2": "no" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/04_1auto_save_and_calculated_hidden/file/all.cmdline_opts b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/file/all.cmdline_opts new file mode 100644 index 0000000..46dbc98 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "yes" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/makedict/all.json b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/makedict/all.json new file mode 100644 index 0000000..6860cb7 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "yes" +} diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/makedict/mandatories.json b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/makedict/mandatories.json new file mode 100644 index 0000000..e920129 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "no", + "rougail.var2": "yes" +} diff --git a/tests/results/test_namespace/04_1auto_save_and_hidden/errors/all.json b/tests/results/test_namespace/04_1auto_save_and_hidden/errors/all.json new file mode 100644 index 0000000..625ca6d --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_hidden/errors/all.json @@ -0,0 +1,8 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.var yes" + ], + "warnings": [ + "variable \"rougail.var\" (autosave variable) is hidden, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file 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..b3382dc --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_hidden/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.var\" (autosave variable) is hidden, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1auto_save_and_hidden/file/all.cmdline_opts b/tests/results/test_namespace/04_1auto_save_and_hidden/file/all.cmdline_opts new file mode 100644 index 0000000..1d0dee2 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_hidden/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var", + "yes" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1auto_save_and_hidden/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_1auto_save_and_hidden/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_hidden/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1auto_save_and_hidden/makedict/all.json b/tests/results/test_namespace/04_1auto_save_and_hidden/makedict/all.json new file mode 100644 index 0000000..9a42f02 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_hidden/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.var": "yes" +} diff --git a/tests/results/test_namespace/04_1auto_save_and_hidden/makedict/mandatories.json b/tests/results/test_namespace/04_1auto_save_and_hidden/makedict/mandatories.json new file mode 100644 index 0000000..9a42f02 --- /dev/null +++ b/tests/results/test_namespace/04_1auto_save_and_hidden/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": "yes" +} 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..acba74c --- /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/test_namespace/04_1default_calculation_hidden/errors/mandatories.json b/tests/results/test_namespace/04_1default_calculation_hidden/errors/mandatories.json new file mode 100644 index 0000000..5dbe2d7 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.var2\" (a second variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden/file/all.cmdline_opts b/tests/results/test_namespace/04_1default_calculation_hidden/file/all.cmdline_opts new file mode 100644 index 0000000..d69f768 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1", + "--rougail.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_1default_calculation_hidden/file/mandatories.cmdline_opts new file mode 100644 index 0000000..b9cd75f --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden/makedict/all.json b/tests/results/test_namespace/04_1default_calculation_hidden/makedict/all.json new file mode 100644 index 0000000..a6ea791 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1", + "rougail.var3": "string1" +} diff --git a/tests/results/test_namespace/04_1default_calculation_hidden/makedict/mandatories.json b/tests/results/test_namespace/04_1default_calculation_hidden/makedict/mandatories.json new file mode 100644 index 0000000..2cde355 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "value", + "rougail.var3": "value" +} 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..acba74c --- /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/test_namespace/04_1default_calculation_hidden_2/errors/mandatories.json b/tests/results/test_namespace/04_1default_calculation_hidden_2/errors/mandatories.json new file mode 100644 index 0000000..5dbe2d7 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_2/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.var2\" (a second variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_2/file/all.cmdline_opts b/tests/results/test_namespace/04_1default_calculation_hidden_2/file/all.cmdline_opts new file mode 100644 index 0000000..d69f768 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_2/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1", + "--rougail.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_2/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_1default_calculation_hidden_2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..b2b1dba --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_2/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var2", + "string1", + "--rougail.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_2/makedict/all.json b/tests/results/test_namespace/04_1default_calculation_hidden_2/makedict/all.json new file mode 100644 index 0000000..a6ea791 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_2/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1", + "rougail.var3": "string1" +} diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_2/makedict/mandatories.json b/tests/results/test_namespace/04_1default_calculation_hidden_2/makedict/mandatories.json new file mode 100644 index 0000000..844d81e --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_2/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "value", + "rougail.var3": "string1" +} diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_3/errors/all.json b/tests/results/test_namespace/04_1default_calculation_hidden_3/errors/all.json new file mode 100644 index 0000000..ba24738 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_3/errors/all.json @@ -0,0 +1,8 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.var1 string1" + ], + "warnings": [ + "variable \"rougail.var2\" (a second variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_3/errors/mandatories.json b/tests/results/test_namespace/04_1default_calculation_hidden_3/errors/mandatories.json new file mode 100644 index 0000000..5dbe2d7 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_3/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.var2\" (a second variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_3/file/all.cmdline_opts b/tests/results/test_namespace/04_1default_calculation_hidden_3/file/all.cmdline_opts new file mode 100644 index 0000000..d69f768 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_3/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1", + "--rougail.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_3/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_1default_calculation_hidden_3/file/mandatories.cmdline_opts new file mode 100644 index 0000000..b9cd75f --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_3/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_3/makedict/all.json b/tests/results/test_namespace/04_1default_calculation_hidden_3/makedict/all.json new file mode 100644 index 0000000..844d81e --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_3/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "value", + "rougail.var3": "string1" +} diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_3/makedict/mandatories.json b/tests/results/test_namespace/04_1default_calculation_hidden_3/makedict/mandatories.json new file mode 100644 index 0000000..2cde355 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_3/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "value", + "rougail.var3": "value" +} diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_4/errors/all.json b/tests/results/test_namespace/04_1default_calculation_hidden_4/errors/all.json new file mode 100644 index 0000000..3d1a3e0 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_4/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.var1 string1" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_4/errors/mandatories.json b/tests/results/test_namespace/04_1default_calculation_hidden_4/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_4/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_4/file/all.cmdline_opts b/tests/results/test_namespace/04_1default_calculation_hidden_4/file/all.cmdline_opts new file mode 100644 index 0000000..d69f768 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_4/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1", + "--rougail.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_4/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_1default_calculation_hidden_4/file/mandatories.cmdline_opts new file mode 100644 index 0000000..b9cd75f --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_4/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_4/makedict/all.json b/tests/results/test_namespace/04_1default_calculation_hidden_4/makedict/all.json new file mode 100644 index 0000000..ef1693e --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_4/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": "value", + "rougail.var2": "string1", + "rougail.var3": "string1" +} diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_4/makedict/mandatories.json b/tests/results/test_namespace/04_1default_calculation_hidden_4/makedict/mandatories.json new file mode 100644 index 0000000..2a30c9e --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_4/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": "value", + "rougail.var2": "string1", + "rougail.var3": "value" +} diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_5/errors/all.json b/tests/results/test_namespace/04_1default_calculation_hidden_5/errors/all.json new file mode 100644 index 0000000..afc0ac0 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_5/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.var2 string1" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_5/errors/mandatories.json b/tests/results/test_namespace/04_1default_calculation_hidden_5/errors/mandatories.json new file mode 100644 index 0000000..5eae543 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_5/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.var3\" (a third variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_5/file/all.cmdline_opts b/tests/results/test_namespace/04_1default_calculation_hidden_5/file/all.cmdline_opts new file mode 100644 index 0000000..d69f768 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_5/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1", + "--rougail.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_5/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_1default_calculation_hidden_5/file/mandatories.cmdline_opts new file mode 100644 index 0000000..deb771a --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_5/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_5/makedict/all.json b/tests/results/test_namespace/04_1default_calculation_hidden_5/makedict/all.json new file mode 100644 index 0000000..a6ea791 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_5/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1", + "rougail.var3": "string1" +} diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_5/makedict/mandatories.json b/tests/results/test_namespace/04_1default_calculation_hidden_5/makedict/mandatories.json new file mode 100644 index 0000000..d7e1ba4 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_5/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "value", + "rougail.var2": "value" +} diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_6/errors/all.json b/tests/results/test_namespace/04_1default_calculation_hidden_6/errors/all.json new file mode 100644 index 0000000..2069fb6 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_6/errors/all.json @@ -0,0 +1,8 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.var2 string1" + ], + "warnings": [ + "variable \"rougail.var3\" (a third variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_6/errors/mandatories.json b/tests/results/test_namespace/04_1default_calculation_hidden_6/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_6/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_6/file/all.cmdline_opts b/tests/results/test_namespace/04_1default_calculation_hidden_6/file/all.cmdline_opts new file mode 100644 index 0000000..d69f768 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_6/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1", + "--rougail.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_6/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_1default_calculation_hidden_6/file/mandatories.cmdline_opts new file mode 100644 index 0000000..deb771a --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_6/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_6/makedict/all.json b/tests/results/test_namespace/04_1default_calculation_hidden_6/makedict/all.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_6/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_6/makedict/mandatories.json b/tests/results/test_namespace/04_1default_calculation_hidden_6/makedict/mandatories.json new file mode 100644 index 0000000..cede597 --- /dev/null +++ b/tests/results/test_namespace/04_1default_calculation_hidden_6/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": "value", + "rougail.var2": "value", + "rougail.var3": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/04_5disabled_calculation/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation/file/all.cmdline_opts new file mode 100644 index 0000000..5df8a8c --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.condition", + "string1", + "--rougail.variable1", + "string1", + "--rougail.variable2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation/file/mandatories.cmdline_opts new file mode 100644 index 0000000..3024779 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.variable1", + "string1", + "--rougail.variable2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation/makedict/all.json new file mode 100644 index 0000000..6d919de --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.condition": "string1", + "rougail.variable1": "string1", + "rougail.variable2": "string1" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation/makedict/mandatories.json new file mode 100644 index 0000000..7b5960e --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.condition": "no", + "rougail.variable1": "string1", + "rougail.variable2": "string1" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_boolean/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_boolean/errors/all.json new file mode 100644 index 0000000..f743334 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_boolean/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.variable2\" (a seconde variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_boolean/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_boolean/errors/mandatories.json new file mode 100644 index 0000000..f743334 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_boolean/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.variable2\" (a seconde variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_boolean/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_boolean/file/all.cmdline_opts new file mode 100644 index 0000000..5df8a8c --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_boolean/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.condition", + "string1", + "--rougail.variable1", + "string1", + "--rougail.variable2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_boolean/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_boolean/file/mandatories.cmdline_opts new file mode 100644 index 0000000..3024779 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_boolean/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.variable1", + "string1", + "--rougail.variable2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_boolean/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_boolean/makedict/all.json new file mode 100644 index 0000000..f160890 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_boolean/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": "string1", + "rougail.variable1": "string1" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_boolean/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_boolean/makedict/mandatories.json new file mode 100644 index 0000000..79aeca3 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_boolean/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": "no", + "rougail.variable1": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/04_5disabled_calculation_default/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_default/file/all.cmdline_opts new file mode 100644 index 0000000..32d45ad --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_default/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.condition", + "string1", + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_default/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_default/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_default/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_default/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_default/makedict/all.json new file mode 100644 index 0000000..9adb965 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_default/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.condition": "string1", + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_default/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_default/makedict/mandatories.json new file mode 100644 index 0000000..68057ad --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_default/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.condition": "no", + "rougail.var1": "no", + "rougail.var2": "no" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_multi/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_multi/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_multi/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_multi/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_multi/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_multi/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_multi/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_multi/file/all.cmdline_opts new file mode 100644 index 0000000..0997242 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_multi/file/all.cmdline_opts @@ -0,0 +1,12 @@ +[ + "--rougail.condition", + "string1", + "--rougail.variable1", + "string1", + "string2", + "string3", + "--rougail.variable2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_multi/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_multi/file/mandatories.cmdline_opts new file mode 100644 index 0000000..315fec1 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_multi/file/mandatories.cmdline_opts @@ -0,0 +1,10 @@ +[ + "--rougail.variable1", + "string1", + "string2", + "string3", + "--rougail.variable2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_multi/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_multi/makedict/all.json new file mode 100644 index 0000000..e52b070 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_multi/makedict/all.json @@ -0,0 +1,13 @@ +{ + "rougail.condition": "string1", + "rougail.variable1": [ + "string1", + "string2", + "string3" + ], + "rougail.variable2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_multi/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_multi/makedict/mandatories.json new file mode 100644 index 0000000..f78c0b4 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_multi/makedict/mandatories.json @@ -0,0 +1,13 @@ +{ + "rougail.condition": "no", + "rougail.variable1": [ + "string1", + "string2", + "string3" + ], + "rougail.variable2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_optional/errors/all.json new file mode 100644 index 0000000..3d1a3e0 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_optional/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.var1 string1" + ], + "warnings": [] +} \ No newline at end of file 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..acba74c --- /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/test_namespace/04_5disabled_calculation_optional/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_optional/file/all.cmdline_opts new file mode 100644 index 0000000..32d45ad --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_optional/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.condition", + "string1", + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_optional/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_optional/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_optional/makedict/all.json new file mode 100644 index 0000000..c4a248e --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_optional/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.condition": "string1", + "rougail.var1": null, + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_optional/makedict/mandatories.json new file mode 100644 index 0000000..e42b9f6 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_optional/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.condition": "no", + "rougail.var1": null, + "rougail.var2": null +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional_default/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_optional_default/errors/all.json new file mode 100644 index 0000000..2840b2e --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_optional_default/errors/all.json @@ -0,0 +1,9 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.var2 string1" + ], + "warnings": [ + "variable \"rougail.var3\" (a second variable) is hidden, it will be ignored when loading from Commandline", + "variable \"rougail.var4\" (a forth variable) is hidden, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional_default/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_optional_default/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_optional_default/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional_default/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_optional_default/file/all.cmdline_opts new file mode 100644 index 0000000..efeeb52 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_optional_default/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.condition", + "--rougail.var1", + "string1", + "--rougail.var2", + "string1", + "--rougail.var3", + "string1", + "--rougail.var4", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional_default/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_optional_default/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_optional_default/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional_default/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_optional_default/makedict/all.json new file mode 100644 index 0000000..e853d6d --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_optional_default/makedict/all.json @@ -0,0 +1,7 @@ +{ + "rougail.condition": true, + "rougail.var1": "string1", + "rougail.var2": null, + "rougail.var3": null, + "rougail.var4": null +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional_default/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_optional_default/makedict/mandatories.json new file mode 100644 index 0000000..6517281 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_optional_default/makedict/mandatories.json @@ -0,0 +1,7 @@ +{ + "rougail.condition": false, + "rougail.var1": null, + "rougail.var2": null, + "rougail.var3": null, + "rougail.var4": null +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable/errors/all.json new file mode 100644 index 0000000..fb1c3d6 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file 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..acba74c --- /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/test_namespace/04_5disabled_calculation_variable/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable/file/all.cmdline_opts new file mode 100644 index 0000000..af6fb88 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable/file/all.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.condition", + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable/file/mandatories.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable/makedict/all.json new file mode 100644 index 0000000..b09e61d --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": true +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable/makedict/mandatories.json new file mode 100644 index 0000000..7697c8e --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": false, + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable10/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable10/errors/all.json new file mode 100644 index 0000000..fb1c3d6 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable10/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable10/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable10/errors/mandatories.json new file mode 100644 index 0000000..fb1c3d6 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable10/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable10/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable10/file/all.cmdline_opts new file mode 100644 index 0000000..af6fb88 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable10/file/all.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.condition", + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable10/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable10/file/mandatories.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable10/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable10/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable10/makedict/all.json new file mode 100644 index 0000000..b09e61d --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable10/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": true +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable10/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable10/makedict/mandatories.json new file mode 100644 index 0000000..b09e61d --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable10/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": true +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable2/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable2/errors/all.json new file mode 100644 index 0000000..fb1c3d6 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable2/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable2/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable2/errors/mandatories.json new file mode 100644 index 0000000..fb1c3d6 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable2/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable2/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable2/file/all.cmdline_opts new file mode 100644 index 0000000..af6fb88 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable2/file/all.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.condition", + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable2/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable2/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable2/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable2/makedict/all.json new file mode 100644 index 0000000..b09e61d --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable2/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": true +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable2/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable2/makedict/mandatories.json new file mode 100644 index 0000000..b09e61d --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable2/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": true +} 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..acba74c --- /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/test_namespace/04_5disabled_calculation_variable3/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable3/errors/mandatories.json new file mode 100644 index 0000000..fb1c3d6 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable3/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable3/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable3/file/all.cmdline_opts new file mode 100644 index 0000000..0644399 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable3/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.condition", + "string1", + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable3/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable3/file/mandatories.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable3/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable3/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable3/makedict/all.json new file mode 100644 index 0000000..29d379b --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable3/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": "string1", + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable3/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable3/makedict/mandatories.json new file mode 100644 index 0000000..127bcd6 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable3/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": "yes" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable4/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable4/errors/all.json new file mode 100644 index 0000000..fb1c3d6 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable4/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file 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..acba74c --- /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/test_namespace/04_5disabled_calculation_variable4/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable4/file/all.cmdline_opts new file mode 100644 index 0000000..0644399 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable4/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.condition", + "string1", + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable4/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable4/file/mandatories.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable4/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable4/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable4/makedict/all.json new file mode 100644 index 0000000..d213522 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable4/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": "string1" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable4/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable4/makedict/mandatories.json new file mode 100644 index 0000000..446a5ac --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable4/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": "yes", + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable5/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable5/errors/all.json new file mode 100644 index 0000000..f242d14 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable5/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.condition" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable5/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable5/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable5/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable5/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable5/file/all.cmdline_opts new file mode 100644 index 0000000..af6fb88 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable5/file/all.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.condition", + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable5/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable5/file/mandatories.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable5/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable5/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable5/makedict/all.json new file mode 100644 index 0000000..7697c8e --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable5/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": false, + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable5/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable5/makedict/mandatories.json new file mode 100644 index 0000000..7697c8e --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable5/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": false, + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable6/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable6/errors/all.json new file mode 100644 index 0000000..5e673a5 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable6/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.condition\" (a condition) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable6/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable6/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable6/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable6/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable6/file/all.cmdline_opts new file mode 100644 index 0000000..af6fb88 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable6/file/all.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.condition", + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable6/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable6/file/mandatories.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable6/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable6/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable6/makedict/all.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable6/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable6/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable6/makedict/mandatories.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable6/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable7/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable7/errors/all.json new file mode 100644 index 0000000..fb1c3d6 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable7/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable7/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable7/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable7/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable7/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable7/file/all.cmdline_opts new file mode 100644 index 0000000..af6fb88 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable7/file/all.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.condition", + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable7/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable7/file/mandatories.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable7/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable7/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable7/makedict/all.json new file mode 100644 index 0000000..b09e61d --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable7/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": true +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable7/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable7/makedict/mandatories.json new file mode 100644 index 0000000..7697c8e --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable7/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": false, + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable8/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable8/errors/all.json new file mode 100644 index 0000000..c9fa0d7 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable8/errors/all.json @@ -0,0 +1,8 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.condition" + ], + "warnings": [ + "variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable8/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable8/errors/mandatories.json new file mode 100644 index 0000000..fb1c3d6 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable8/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable8/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable8/file/all.cmdline_opts new file mode 100644 index 0000000..af6fb88 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable8/file/all.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.condition", + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable8/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable8/file/mandatories.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable8/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable8/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable8/makedict/all.json new file mode 100644 index 0000000..b09e61d --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable8/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": true +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable8/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable8/makedict/mandatories.json new file mode 100644 index 0000000..b09e61d --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable8/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": true +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable9/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable9/errors/all.json new file mode 100644 index 0000000..5e673a5 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable9/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.condition\" (a condition) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable9/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable9/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable9/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable9/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable9/file/all.cmdline_opts new file mode 100644 index 0000000..af6fb88 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable9/file/all.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.condition", + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable9/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable9/file/mandatories.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable9/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable9/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable9/makedict/all.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable9/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable9/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable9/makedict/mandatories.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable9/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_multi/errors/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable_multi/errors/all.json new file mode 100644 index 0000000..fb1c3d6 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_multi/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_multi/errors/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable_multi/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_multi/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_multi/file/all.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable_multi/file/all.cmdline_opts new file mode 100644 index 0000000..8460e19 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_multi/file/all.cmdline_opts @@ -0,0 +1,7 @@ +[ + "--rougail.condition", + "--rougail.variable", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_multi/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5disabled_calculation_variable_multi/file/mandatories.cmdline_opts new file mode 100644 index 0000000..ae13636 --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_multi/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.variable", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_multi/makedict/all.json b/tests/results/test_namespace/04_5disabled_calculation_variable_multi/makedict/all.json new file mode 100644 index 0000000..b09e61d --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_multi/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": true +} diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_multi/makedict/mandatories.json b/tests/results/test_namespace/04_5disabled_calculation_variable_multi/makedict/mandatories.json new file mode 100644 index 0000000..4be96db --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_multi/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.condition": false, + "rougail.variable": [ + "string1", + "string2", + "string3" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/04_5hidden_calculation/file/all.cmdline_opts b/tests/results/test_namespace/04_5hidden_calculation/file/all.cmdline_opts new file mode 100644 index 0000000..32d45ad --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.condition", + "string1", + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5hidden_calculation/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5hidden_calculation/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5hidden_calculation/makedict/all.json b/tests/results/test_namespace/04_5hidden_calculation/makedict/all.json new file mode 100644 index 0000000..9adb965 --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.condition": "string1", + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/04_5hidden_calculation/makedict/mandatories.json b/tests/results/test_namespace/04_5hidden_calculation/makedict/mandatories.json new file mode 100644 index 0000000..68057ad --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.condition": "no", + "rougail.var1": "no", + "rougail.var2": "no" +} diff --git a/tests/results/test_namespace/04_5hidden_calculation2/errors/all.json b/tests/results/test_namespace/04_5hidden_calculation2/errors/all.json new file mode 100644 index 0000000..6b27628 --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation2/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.var1 string1 --rougail.var2 string1" + ], + "warnings": [] +} \ No newline at end of file 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..acba74c --- /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/test_namespace/04_5hidden_calculation2/file/all.cmdline_opts b/tests/results/test_namespace/04_5hidden_calculation2/file/all.cmdline_opts new file mode 100644 index 0000000..32d45ad --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation2/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.condition", + "string1", + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5hidden_calculation2/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5hidden_calculation2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation2/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5hidden_calculation2/makedict/all.json b/tests/results/test_namespace/04_5hidden_calculation2/makedict/all.json new file mode 100644 index 0000000..9adb965 --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation2/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.condition": "string1", + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/04_5hidden_calculation2/makedict/mandatories.json b/tests/results/test_namespace/04_5hidden_calculation2/makedict/mandatories.json new file mode 100644 index 0000000..68057ad --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation2/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.condition": "no", + "rougail.var1": "no", + "rougail.var2": "no" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/04_5hidden_calculation_default_calculation/file/all.cmdline_opts b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/file/all.cmdline_opts new file mode 100644 index 0000000..32d45ad --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.condition", + "string1", + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5hidden_calculation_default_calculation/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5hidden_calculation_default_calculation/makedict/all.json b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/makedict/all.json new file mode 100644 index 0000000..9adb965 --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.condition": "string1", + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/04_5hidden_calculation_default_calculation/makedict/mandatories.json b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/makedict/mandatories.json new file mode 100644 index 0000000..68057ad --- /dev/null +++ b/tests/results/test_namespace/04_5hidden_calculation_default_calculation/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.condition": "no", + "rougail.var1": "no", + "rougail.var2": "no" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/04_5validators/file/all.cmdline_opts b/tests/results/test_namespace/04_5validators/file/all.cmdline_opts new file mode 100644 index 0000000..9da6ee5 --- /dev/null +++ b/tests/results/test_namespace/04_5validators/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.int", + "1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5validators/file/mandatories.cmdline_opts new file mode 100644 index 0000000..9da6ee5 --- /dev/null +++ b/tests/results/test_namespace/04_5validators/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.int", + "1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators/makedict/all.json b/tests/results/test_namespace/04_5validators/makedict/all.json new file mode 100644 index 0000000..051944c --- /dev/null +++ b/tests/results/test_namespace/04_5validators/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.int": 1 +} diff --git a/tests/results/test_namespace/04_5validators/makedict/mandatories.json b/tests/results/test_namespace/04_5validators/makedict/mandatories.json new file mode 100644 index 0000000..051944c --- /dev/null +++ b/tests/results/test_namespace/04_5validators/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.int": 1 +} 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..acba74c --- /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..acba74c --- /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/test_namespace/04_5validators_differ/file/all.cmdline_opts b/tests/results/test_namespace/04_5validators_differ/file/all.cmdline_opts new file mode 100644 index 0000000..cfeeca3 --- /dev/null +++ b/tests/results/test_namespace/04_5validators_differ/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "another_value", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators_differ/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5validators_differ/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/04_5validators_differ/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators_differ/makedict/all.json b/tests/results/test_namespace/04_5validators_differ/makedict/all.json new file mode 100644 index 0000000..5e774f0 --- /dev/null +++ b/tests/results/test_namespace/04_5validators_differ/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "another_value", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/04_5validators_differ/makedict/mandatories.json b/tests/results/test_namespace/04_5validators_differ/makedict/mandatories.json new file mode 100644 index 0000000..38acf8d --- /dev/null +++ b/tests/results/test_namespace/04_5validators_differ/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "oui", + "rougail.var2": "no" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/04_5validators_multi/file/all.cmdline_opts b/tests/results/test_namespace/04_5validators_multi/file/all.cmdline_opts new file mode 100644 index 0000000..293609f --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators_multi/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5validators_multi/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators_multi/makedict/all.json b/tests/results/test_namespace/04_5validators_multi/makedict/all.json new file mode 100644 index 0000000..c7ef239 --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi/makedict/all.json @@ -0,0 +1,7 @@ +{ + "rougail.var1": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/04_5validators_multi/makedict/mandatories.json b/tests/results/test_namespace/04_5validators_multi/makedict/mandatories.json new file mode 100644 index 0000000..f5c9f5a --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi/makedict/mandatories.json @@ -0,0 +1,6 @@ +{ + "rougail.var1": [ + "no", + "yes" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/04_5validators_multi2/file/all.cmdline_opts b/tests/results/test_namespace/04_5validators_multi2/file/all.cmdline_opts new file mode 100644 index 0000000..a90b7ba --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi2/file/all.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.var1", + "val1", + "val2" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators_multi2/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5validators_multi2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi2/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators_multi2/makedict/all.json b/tests/results/test_namespace/04_5validators_multi2/makedict/all.json new file mode 100644 index 0000000..aca456a --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi2/makedict/all.json @@ -0,0 +1,6 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ] +} diff --git a/tests/results/test_namespace/04_5validators_multi2/makedict/mandatories.json b/tests/results/test_namespace/04_5validators_multi2/makedict/mandatories.json new file mode 100644 index 0000000..f5c9f5a --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi2/makedict/mandatories.json @@ -0,0 +1,6 @@ +{ + "rougail.var1": [ + "no", + "yes" + ] +} diff --git a/tests/results/test_namespace/04_5validators_multi3/errors/all.json b/tests/results/test_namespace/04_5validators_multi3/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi3/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators_multi3/errors/mandatories.json b/tests/results/test_namespace/04_5validators_multi3/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi3/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators_multi3/file/all.cmdline_opts b/tests/results/test_namespace/04_5validators_multi3/file/all.cmdline_opts new file mode 100644 index 0000000..601aabe --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi3/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var1", + "0" +] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators_multi3/file/mandatories.cmdline_opts b/tests/results/test_namespace/04_5validators_multi3/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi3/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/04_5validators_multi3/makedict/all.json b/tests/results/test_namespace/04_5validators_multi3/makedict/all.json new file mode 100644 index 0000000..ff324b6 --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi3/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": [ + 0 + ] +} diff --git a/tests/results/test_namespace/04_5validators_multi3/makedict/mandatories.json b/tests/results/test_namespace/04_5validators_multi3/makedict/mandatories.json new file mode 100644 index 0000000..c801303 --- /dev/null +++ b/tests/results/test_namespace/04_5validators_multi3/makedict/mandatories.json @@ -0,0 +1,7 @@ +{ + "rougail.var1": [ + 0, + 1, + 2 + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/05_0multi_not_uniq/file/all.cmdline_opts b/tests/results/test_namespace/05_0multi_not_uniq/file/all.cmdline_opts new file mode 100644 index 0000000..293609f --- /dev/null +++ b/tests/results/test_namespace/05_0multi_not_uniq/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/05_0multi_not_uniq/file/mandatories.cmdline_opts b/tests/results/test_namespace/05_0multi_not_uniq/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/05_0multi_not_uniq/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/05_0multi_not_uniq/makedict/all.json b/tests/results/test_namespace/05_0multi_not_uniq/makedict/all.json new file mode 100644 index 0000000..c7ef239 --- /dev/null +++ b/tests/results/test_namespace/05_0multi_not_uniq/makedict/all.json @@ -0,0 +1,7 @@ +{ + "rougail.var1": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/05_0multi_not_uniq/makedict/mandatories.json b/tests/results/test_namespace/05_0multi_not_uniq/makedict/mandatories.json new file mode 100644 index 0000000..db3467e --- /dev/null +++ b/tests/results/test_namespace/05_0multi_not_uniq/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": [ + "non" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/05_0multi_uniq/file/all.cmdline_opts b/tests/results/test_namespace/05_0multi_uniq/file/all.cmdline_opts new file mode 100644 index 0000000..ae13636 --- /dev/null +++ b/tests/results/test_namespace/05_0multi_uniq/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.variable", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/05_0multi_uniq/file/mandatories.cmdline_opts b/tests/results/test_namespace/05_0multi_uniq/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/05_0multi_uniq/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/05_0multi_uniq/makedict/all.json b/tests/results/test_namespace/05_0multi_uniq/makedict/all.json new file mode 100644 index 0000000..ab28c20 --- /dev/null +++ b/tests/results/test_namespace/05_0multi_uniq/makedict/all.json @@ -0,0 +1,7 @@ +{ + "rougail.variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/05_0multi_uniq/makedict/mandatories.json b/tests/results/test_namespace/05_0multi_uniq/makedict/mandatories.json new file mode 100644 index 0000000..4c7144e --- /dev/null +++ b/tests/results/test_namespace/05_0multi_uniq/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.variable": [ + "non" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/12_1auto_save_expert/file/all.cmdline_opts b/tests/results/test_namespace/12_1auto_save_expert/file/all.cmdline_opts new file mode 100644 index 0000000..42ed1c8 --- /dev/null +++ b/tests/results/test_namespace/12_1auto_save_expert/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var", + "no" +] \ No newline at end of file diff --git a/tests/results/test_namespace/12_1auto_save_expert/file/mandatories.cmdline_opts b/tests/results/test_namespace/12_1auto_save_expert/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/12_1auto_save_expert/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/12_1auto_save_expert/makedict/all.json b/tests/results/test_namespace/12_1auto_save_expert/makedict/all.json new file mode 100644 index 0000000..427c336 --- /dev/null +++ b/tests/results/test_namespace/12_1auto_save_expert/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.var": "no" +} diff --git a/tests/results/test_namespace/12_1auto_save_expert/makedict/mandatories.json b/tests/results/test_namespace/12_1auto_save_expert/makedict/mandatories.json new file mode 100644 index 0000000..427c336 --- /dev/null +++ b/tests/results/test_namespace/12_1auto_save_expert/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": "no" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/16_0redefine_description/file/all.cmdline_opts b/tests/results/test_namespace/16_0redefine_description/file/all.cmdline_opts new file mode 100644 index 0000000..4c1d489 --- /dev/null +++ b/tests/results/test_namespace/16_0redefine_description/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_0redefine_description/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_0redefine_description/file/mandatories.cmdline_opts new file mode 100644 index 0000000..4c1d489 --- /dev/null +++ b/tests/results/test_namespace/16_0redefine_description/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_0redefine_description/makedict/all.json b/tests/results/test_namespace/16_0redefine_description/makedict/all.json new file mode 100644 index 0000000..cd73b1b --- /dev/null +++ b/tests/results/test_namespace/16_0redefine_description/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.var": "string1" +} diff --git a/tests/results/test_namespace/16_0redefine_description/makedict/mandatories.json b/tests/results/test_namespace/16_0redefine_description/makedict/mandatories.json new file mode 100644 index 0000000..cd73b1b --- /dev/null +++ b/tests/results/test_namespace/16_0redefine_description/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": "string1" +} diff --git a/tests/results/test_namespace/16_2family_redefine_calculation/errors/all.json b/tests/results/test_namespace/16_2family_redefine_calculation/errors/all.json new file mode 100644 index 0000000..f15e84b --- /dev/null +++ b/tests/results/test_namespace/16_2family_redefine_calculation/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "family \"rougail.family\" is disabled, \"rougail.family.var1\" will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_2family_redefine_calculation/errors/mandatories.json b/tests/results/test_namespace/16_2family_redefine_calculation/errors/mandatories.json new file mode 100644 index 0000000..f15e84b --- /dev/null +++ b/tests/results/test_namespace/16_2family_redefine_calculation/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "family \"rougail.family\" is disabled, \"rougail.family.var1\" will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_2family_redefine_calculation/file/all.cmdline_opts b/tests/results/test_namespace/16_2family_redefine_calculation/file/all.cmdline_opts new file mode 100644 index 0000000..be43ffa --- /dev/null +++ b/tests/results/test_namespace/16_2family_redefine_calculation/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.var1", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_2family_redefine_calculation/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_2family_redefine_calculation/file/mandatories.cmdline_opts new file mode 100644 index 0000000..be43ffa --- /dev/null +++ b/tests/results/test_namespace/16_2family_redefine_calculation/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.var1", + "string1" +] \ No newline at end of file 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..d31a3bc --- /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..d31a3bc --- /dev/null +++ b/tests/results/test_namespace/16_2family_redefine_calculation/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/16_2family_redefine_disabled/errors/all.json b/tests/results/test_namespace/16_2family_redefine_disabled/errors/all.json new file mode 100644 index 0000000..f15e84b --- /dev/null +++ b/tests/results/test_namespace/16_2family_redefine_disabled/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "family \"rougail.family\" is disabled, \"rougail.family.var1\" will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_2family_redefine_disabled/errors/mandatories.json b/tests/results/test_namespace/16_2family_redefine_disabled/errors/mandatories.json new file mode 100644 index 0000000..f15e84b --- /dev/null +++ b/tests/results/test_namespace/16_2family_redefine_disabled/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "family \"rougail.family\" is disabled, \"rougail.family.var1\" will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_2family_redefine_disabled/file/all.cmdline_opts b/tests/results/test_namespace/16_2family_redefine_disabled/file/all.cmdline_opts new file mode 100644 index 0000000..be43ffa --- /dev/null +++ b/tests/results/test_namespace/16_2family_redefine_disabled/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.var1", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_2family_redefine_disabled/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_2family_redefine_disabled/file/mandatories.cmdline_opts new file mode 100644 index 0000000..be43ffa --- /dev/null +++ b/tests/results/test_namespace/16_2family_redefine_disabled/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.var1", + "string1" +] \ No newline at end of file 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..d31a3bc --- /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..d31a3bc --- /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_3family_empty_at_ends/errors/all.json b/tests/results/test_namespace/16_3family_empty_at_ends/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/16_3family_empty_at_ends/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_3family_empty_at_ends/errors/mandatories.json b/tests/results/test_namespace/16_3family_empty_at_ends/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/16_3family_empty_at_ends/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_3family_empty_at_ends/file/all.cmdline_opts b/tests/results/test_namespace/16_3family_empty_at_ends/file/all.cmdline_opts new file mode 100644 index 0000000..be43ffa --- /dev/null +++ b/tests/results/test_namespace/16_3family_empty_at_ends/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.var1", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_3family_empty_at_ends/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_3family_empty_at_ends/file/mandatories.cmdline_opts new file mode 100644 index 0000000..be43ffa --- /dev/null +++ b/tests/results/test_namespace/16_3family_empty_at_ends/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.var1", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_3family_empty_at_ends/makedict/all.json b/tests/results/test_namespace/16_3family_empty_at_ends/makedict/all.json new file mode 100644 index 0000000..6819c10 --- /dev/null +++ b/tests/results/test_namespace/16_3family_empty_at_ends/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.family.var1": "string1" +} diff --git a/tests/results/test_namespace/16_3family_empty_at_ends/makedict/mandatories.json b/tests/results/test_namespace/16_3family_empty_at_ends/makedict/mandatories.json new file mode 100644 index 0000000..6819c10 --- /dev/null +++ b/tests/results/test_namespace/16_3family_empty_at_ends/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.family.var1": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/16_5exists_nonexists/file/all.cmdline_opts b/tests/results/test_namespace/16_5exists_nonexists/file/all.cmdline_opts new file mode 100644 index 0000000..d4d49a6 --- /dev/null +++ b/tests/results/test_namespace/16_5exists_nonexists/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5exists_nonexists/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_5exists_nonexists/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/16_5exists_nonexists/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5exists_nonexists/makedict/all.json b/tests/results/test_namespace/16_5exists_nonexists/makedict/all.json new file mode 100644 index 0000000..d372e2c --- /dev/null +++ b/tests/results/test_namespace/16_5exists_nonexists/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/16_5exists_nonexists/makedict/mandatories.json b/tests/results/test_namespace/16_5exists_nonexists/makedict/mandatories.json new file mode 100644 index 0000000..e920129 --- /dev/null +++ b/tests/results/test_namespace/16_5exists_nonexists/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "no", + "rougail.var2": "yes" +} diff --git a/tests/results/test_namespace/16_5exists_redefine/errors/all.json b/tests/results/test_namespace/16_5exists_redefine/errors/all.json new file mode 100644 index 0000000..3d1a3e0 --- /dev/null +++ b/tests/results/test_namespace/16_5exists_redefine/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.var1 string1" + ], + "warnings": [] +} \ No newline at end of file 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..acba74c --- /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/test_namespace/16_5exists_redefine/file/all.cmdline_opts b/tests/results/test_namespace/16_5exists_redefine/file/all.cmdline_opts new file mode 100644 index 0000000..86a01a4 --- /dev/null +++ b/tests/results/test_namespace/16_5exists_redefine/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var1", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5exists_redefine/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_5exists_redefine/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/16_5exists_redefine/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5exists_redefine/makedict/all.json b/tests/results/test_namespace/16_5exists_redefine/makedict/all.json new file mode 100644 index 0000000..c99af60 --- /dev/null +++ b/tests/results/test_namespace/16_5exists_redefine/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.var1": "yes" +} diff --git a/tests/results/test_namespace/16_5exists_redefine/makedict/mandatories.json b/tests/results/test_namespace/16_5exists_redefine/makedict/mandatories.json new file mode 100644 index 0000000..c99af60 --- /dev/null +++ b/tests/results/test_namespace/16_5exists_redefine/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var1": "yes" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/16_5redefine_calculation/file/all.cmdline_opts b/tests/results/test_namespace/16_5redefine_calculation/file/all.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_calculation/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_calculation/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_5redefine_calculation/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_calculation/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_calculation/makedict/all.json b/tests/results/test_namespace/16_5redefine_calculation/makedict/all.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_calculation/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/16_5redefine_calculation/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_calculation/makedict/mandatories.json new file mode 100644 index 0000000..524cfb9 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_calculation/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "yes" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/16_5redefine_choice/file/all.cmdline_opts b/tests/results/test_namespace/16_5redefine_choice/file/all.cmdline_opts new file mode 100644 index 0000000..3caa098 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_choice/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "a" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_choice/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_5redefine_choice/file/mandatories.cmdline_opts new file mode 100644 index 0000000..3caa098 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_choice/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "a" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_choice/makedict/all.json b/tests/results/test_namespace/16_5redefine_choice/makedict/all.json new file mode 100644 index 0000000..a7a1edd --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_choice/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "a" +} diff --git a/tests/results/test_namespace/16_5redefine_choice/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_choice/makedict/mandatories.json new file mode 100644 index 0000000..a7a1edd --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_choice/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "a" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/16_5redefine_default/file/all.cmdline_opts b/tests/results/test_namespace/16_5redefine_default/file/all.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_default/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_default/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_5redefine_default/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_default/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_default/makedict/all.json b/tests/results/test_namespace/16_5redefine_default/makedict/all.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_default/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/16_5redefine_default/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_default/makedict/mandatories.json new file mode 100644 index 0000000..524cfb9 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_default/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "yes" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/16_5redefine_default_calculation/file/all.cmdline_opts b/tests/results/test_namespace/16_5redefine_default_calculation/file/all.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_default_calculation/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_default_calculation/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_5redefine_default_calculation/file/mandatories.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_default_calculation/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_default_calculation/makedict/all.json b/tests/results/test_namespace/16_5redefine_default_calculation/makedict/all.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_default_calculation/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/16_5redefine_default_calculation/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_default_calculation/makedict/mandatories.json new file mode 100644 index 0000000..aba2182 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_default_calculation/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/16_5redefine_family/file/all.cmdline_opts b/tests/results/test_namespace/16_5redefine_family/file/all.cmdline_opts new file mode 100644 index 0000000..d132e62 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_family/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_family/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_5redefine_family/file/mandatories.cmdline_opts new file mode 100644 index 0000000..d132e62 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_family/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_family/makedict/all.json b/tests/results/test_namespace/16_5redefine_family/makedict/all.json new file mode 100644 index 0000000..0e455f3 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_family/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.family.variable": "string1" +} diff --git a/tests/results/test_namespace/16_5redefine_family/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_family/makedict/mandatories.json new file mode 100644 index 0000000..0e455f3 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_family/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.family.variable": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/16_5redefine_help/file/all.cmdline_opts b/tests/results/test_namespace/16_5redefine_help/file/all.cmdline_opts new file mode 100644 index 0000000..d132e62 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_help/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_help/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_5redefine_help/file/mandatories.cmdline_opts new file mode 100644 index 0000000..d132e62 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_help/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_help/makedict/all.json b/tests/results/test_namespace/16_5redefine_help/makedict/all.json new file mode 100644 index 0000000..0e455f3 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_help/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.family.variable": "string1" +} diff --git a/tests/results/test_namespace/16_5redefine_help/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_help/makedict/mandatories.json new file mode 100644 index 0000000..0e455f3 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_help/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.family.variable": "string1" +} diff --git a/tests/results/test_namespace/16_5redefine_hidden/errors/all.json b/tests/results/test_namespace/16_5redefine_hidden/errors/all.json new file mode 100644 index 0000000..e211313 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_hidden/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.variable string1" + ], + "warnings": [] +} \ No newline at end of file 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..acba74c --- /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/test_namespace/16_5redefine_hidden/file/all.cmdline_opts b/tests/results/test_namespace/16_5redefine_hidden/file/all.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_hidden/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_hidden/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_5redefine_hidden/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_hidden/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_hidden/makedict/all.json b/tests/results/test_namespace/16_5redefine_hidden/makedict/all.json new file mode 100644 index 0000000..5cfa5f5 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_hidden/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "no" +} diff --git a/tests/results/test_namespace/16_5redefine_hidden/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_hidden/makedict/mandatories.json new file mode 100644 index 0000000..5cfa5f5 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_hidden/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "no" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/16_5redefine_multi/file/all.cmdline_opts b/tests/results/test_namespace/16_5redefine_multi/file/all.cmdline_opts new file mode 100644 index 0000000..ae13636 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_multi/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.variable", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_multi/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_5redefine_multi/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_multi/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_multi/makedict/all.json b/tests/results/test_namespace/16_5redefine_multi/makedict/all.json new file mode 100644 index 0000000..ab28c20 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_multi/makedict/all.json @@ -0,0 +1,7 @@ +{ + "rougail.variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/16_5redefine_multi/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_multi/makedict/mandatories.json new file mode 100644 index 0000000..4c7144e --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_multi/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.variable": [ + "non" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/16_5redefine_remove_disable_calculation/file/all.cmdline_opts b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/file/all.cmdline_opts new file mode 100644 index 0000000..0644399 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.condition", + "string1", + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_remove_disable_calculation/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/file/mandatories.cmdline_opts new file mode 100644 index 0000000..cf11913 --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5redefine_remove_disable_calculation/makedict/all.json b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/makedict/all.json new file mode 100644 index 0000000..29d379b --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": "string1", + "rougail.variable": "string1" +} diff --git a/tests/results/test_namespace/16_5redefine_remove_disable_calculation/makedict/mandatories.json b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/makedict/mandatories.json new file mode 100644 index 0000000..1dbe0cb --- /dev/null +++ b/tests/results/test_namespace/16_5redefine_remove_disable_calculation/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": "no", + "rougail.variable": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/16_5test_redefine/file/all.cmdline_opts b/tests/results/test_namespace/16_5test_redefine/file/all.cmdline_opts new file mode 100644 index 0000000..ab1ebc8 --- /dev/null +++ b/tests/results/test_namespace/16_5test_redefine/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "test1", + "--rougail.var2", + "test1", + "--rougail.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5test_redefine/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_5test_redefine/file/mandatories.cmdline_opts new file mode 100644 index 0000000..deb771a --- /dev/null +++ b/tests/results/test_namespace/16_5test_redefine/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_5test_redefine/makedict/all.json b/tests/results/test_namespace/16_5test_redefine/makedict/all.json new file mode 100644 index 0000000..6e064ef --- /dev/null +++ b/tests/results/test_namespace/16_5test_redefine/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": "test1", + "rougail.var2": "test1", + "rougail.var3": "string1" +} diff --git a/tests/results/test_namespace/16_5test_redefine/makedict/mandatories.json b/tests/results/test_namespace/16_5test_redefine/makedict/mandatories.json new file mode 100644 index 0000000..919077a --- /dev/null +++ b/tests/results/test_namespace/16_5test_redefine/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": "no", + "rougail.var2": "non", + "rougail.var3": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/16_6choice_redefine/file/all.cmdline_opts b/tests/results/test_namespace/16_6choice_redefine/file/all.cmdline_opts new file mode 100644 index 0000000..9b3d995 --- /dev/null +++ b/tests/results/test_namespace/16_6choice_redefine/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var", + "a" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_6choice_redefine/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_6choice_redefine/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/16_6choice_redefine/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/16_6choice_redefine/makedict/all.json b/tests/results/test_namespace/16_6choice_redefine/makedict/all.json new file mode 100644 index 0000000..93d0ce7 --- /dev/null +++ b/tests/results/test_namespace/16_6choice_redefine/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.var": "a" +} diff --git a/tests/results/test_namespace/16_6choice_redefine/makedict/mandatories.json b/tests/results/test_namespace/16_6choice_redefine/makedict/mandatories.json new file mode 100644 index 0000000..7ec1e47 --- /dev/null +++ b/tests/results/test_namespace/16_6choice_redefine/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": "c" +} diff --git a/tests/results/test_namespace/16_6exists_family/errors/all.json b/tests/results/test_namespace/16_6exists_family/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/16_6exists_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_family/errors/mandatories.json b/tests/results/test_namespace/16_6exists_family/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/16_6exists_family/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/16_6exists_family/file/all.cmdline_opts b/tests/results/test_namespace/16_6exists_family/file/all.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/16_6exists_family/file/all.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/16_6exists_family/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_6exists_family/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/16_6exists_family/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/16_6exists_family/makedict/all.json b/tests/results/test_namespace/16_6exists_family/makedict/all.json new file mode 100644 index 0000000..d31a3bc --- /dev/null +++ b/tests/results/test_namespace/16_6exists_family/makedict/all.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/16_6exists_family/makedict/mandatories.json b/tests/results/test_namespace/16_6exists_family/makedict/mandatories.json new file mode 100644 index 0000000..d31a3bc --- /dev/null +++ b/tests/results/test_namespace/16_6exists_family/makedict/mandatories.json @@ -0,0 +1 @@ +{} 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..acba74c --- /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..acba74c --- /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/test_namespace/16_6exists_redefine_family/file/all.cmdline_opts b/tests/results/test_namespace/16_6exists_redefine_family/file/all.cmdline_opts new file mode 100644 index 0000000..418e036 --- /dev/null +++ b/tests/results/test_namespace/16_6exists_redefine_family/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.family1.variable1", + "string1", + "--rougail.family2.variable2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_6exists_redefine_family/file/mandatories.cmdline_opts b/tests/results/test_namespace/16_6exists_redefine_family/file/mandatories.cmdline_opts new file mode 100644 index 0000000..418e036 --- /dev/null +++ b/tests/results/test_namespace/16_6exists_redefine_family/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.family1.variable1", + "string1", + "--rougail.family2.variable2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16_6exists_redefine_family/makedict/all.json b/tests/results/test_namespace/16_6exists_redefine_family/makedict/all.json new file mode 100644 index 0000000..9c58f9e --- /dev/null +++ b/tests/results/test_namespace/16_6exists_redefine_family/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.family1.variable1": "string1", + "rougail.family2.variable2": "string1" +} diff --git a/tests/results/test_namespace/16_6exists_redefine_family/makedict/mandatories.json b/tests/results/test_namespace/16_6exists_redefine_family/makedict/mandatories.json new file mode 100644 index 0000000..9c58f9e --- /dev/null +++ b/tests/results/test_namespace/16_6exists_redefine_family/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.family1.variable1": "string1", + "rougail.family2.variable2": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/16exists_exists/file/all.cmdline_opts b/tests/results/test_namespace/16exists_exists/file/all.cmdline_opts new file mode 100644 index 0000000..4c1d489 --- /dev/null +++ b/tests/results/test_namespace/16exists_exists/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16exists_exists/file/mandatories.cmdline_opts b/tests/results/test_namespace/16exists_exists/file/mandatories.cmdline_opts new file mode 100644 index 0000000..4c1d489 --- /dev/null +++ b/tests/results/test_namespace/16exists_exists/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/16exists_exists/makedict/all.json b/tests/results/test_namespace/16exists_exists/makedict/all.json new file mode 100644 index 0000000..cd73b1b --- /dev/null +++ b/tests/results/test_namespace/16exists_exists/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.var": "string1" +} diff --git a/tests/results/test_namespace/16exists_exists/makedict/mandatories.json b/tests/results/test_namespace/16exists_exists/makedict/mandatories.json new file mode 100644 index 0000000..cd73b1b --- /dev/null +++ b/tests/results/test_namespace/16exists_exists/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": "string1" +} diff --git a/tests/results/test_namespace/17_5redefine_leadership/errors/all.json b/tests/results/test_namespace/17_5redefine_leadership/errors/all.json new file mode 100644 index 0000000..50350c5 --- /dev/null +++ b/tests/results/test_namespace/17_5redefine_leadership/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.leader.leader string1 string2 string3" + ], + "warnings": [] +} \ No newline at end of file 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..acba74c --- /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/test_namespace/17_5redefine_leadership/file/all.cmdline_opts b/tests/results/test_namespace/17_5redefine_leadership/file/all.cmdline_opts new file mode 100644 index 0000000..08271e5 --- /dev/null +++ b/tests/results/test_namespace/17_5redefine_leadership/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/17_5redefine_leadership/file/mandatories.cmdline_opts b/tests/results/test_namespace/17_5redefine_leadership/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/17_5redefine_leadership/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/17_5redefine_leadership/makedict/all.json b/tests/results/test_namespace/17_5redefine_leadership/makedict/all.json new file mode 100644 index 0000000..2aa2c23 --- /dev/null +++ b/tests/results/test_namespace/17_5redefine_leadership/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.leader.leader": [] +} diff --git a/tests/results/test_namespace/17_5redefine_leadership/makedict/mandatories.json b/tests/results/test_namespace/17_5redefine_leadership/makedict/mandatories.json new file mode 100644 index 0000000..2aa2c23 --- /dev/null +++ b/tests/results/test_namespace/17_5redefine_leadership/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.leader.leader": [] +} 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..acba74c --- /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..acba74c --- /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.cmdline_opts b/tests/results/test_namespace/20_0empty_family/file/all.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/20_0empty_family/file/all.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/20_0empty_family/file/mandatories.cmdline_opts b/tests/results/test_namespace/20_0empty_family/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/20_0empty_family/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file 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..d31a3bc --- /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..d31a3bc --- /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..acba74c --- /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..acba74c --- /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/test_namespace/20_0family_append/file/all.cmdline_opts b/tests/results/test_namespace/20_0family_append/file/all.cmdline_opts new file mode 100644 index 0000000..f967711 --- /dev/null +++ b/tests/results/test_namespace/20_0family_append/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.family.var1", + "string1", + "--rougail.family.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/20_0family_append/file/mandatories.cmdline_opts b/tests/results/test_namespace/20_0family_append/file/mandatories.cmdline_opts new file mode 100644 index 0000000..f967711 --- /dev/null +++ b/tests/results/test_namespace/20_0family_append/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.family.var1", + "string1", + "--rougail.family.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/20_0family_append/makedict/all.json b/tests/results/test_namespace/20_0family_append/makedict/all.json new file mode 100644 index 0000000..ffaf646 --- /dev/null +++ b/tests/results/test_namespace/20_0family_append/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.family.var1": "string1", + "rougail.family.var2": "string1" +} diff --git a/tests/results/test_namespace/20_0family_append/makedict/mandatories.json b/tests/results/test_namespace/20_0family_append/makedict/mandatories.json new file mode 100644 index 0000000..ffaf646 --- /dev/null +++ b/tests/results/test_namespace/20_0family_append/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.family.var1": "string1", + "rougail.family.var2": "string1" +} diff --git a/tests/results/test_namespace/20_0family_underscore/errors/all.json b/tests/results/test_namespace/20_0family_underscore/errors/all.json new file mode 100644 index 0000000..e59aade --- /dev/null +++ b/tests/results/test_namespace/20_0family_underscore/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --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" + ], + "warnings": [] +} \ No newline at end of file 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..acba74c --- /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/test_namespace/20_0family_underscore/file/all.cmdline_opts b/tests/results/test_namespace/20_0family_underscore/file/all.cmdline_opts new file mode 100644 index 0000000..5097ff2 --- /dev/null +++ b/tests/results/test_namespace/20_0family_underscore/file/all.cmdline_opts @@ -0,0 +1,14 @@ +[ + "--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" +] \ No newline at end of file diff --git a/tests/results/test_namespace/20_0family_underscore/file/mandatories.cmdline_opts b/tests/results/test_namespace/20_0family_underscore/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/20_0family_underscore/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file 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..d31a3bc --- /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..d31a3bc --- /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..acba74c --- /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..acba74c --- /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/test_namespace/20_0multi_family/file/all.cmdline_opts b/tests/results/test_namespace/20_0multi_family/file/all.cmdline_opts new file mode 100644 index 0000000..809a019 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.subfamily.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/20_0multi_family/file/mandatories.cmdline_opts b/tests/results/test_namespace/20_0multi_family/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/20_0multi_family/makedict/all.json b/tests/results/test_namespace/20_0multi_family/makedict/all.json new file mode 100644 index 0000000..1d94b61 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.family.subfamily.variable": "string1" +} diff --git a/tests/results/test_namespace/20_0multi_family/makedict/mandatories.json b/tests/results/test_namespace/20_0multi_family/makedict/mandatories.json new file mode 100644 index 0000000..5317928 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.family.subfamily.variable": null +} 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..acba74c --- /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..acba74c --- /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/test_namespace/20_0multi_family_basic/file/all.cmdline_opts b/tests/results/test_namespace/20_0multi_family_basic/file/all.cmdline_opts new file mode 100644 index 0000000..809a019 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_basic/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.subfamily.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/20_0multi_family_basic/file/mandatories.cmdline_opts b/tests/results/test_namespace/20_0multi_family_basic/file/mandatories.cmdline_opts new file mode 100644 index 0000000..809a019 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_basic/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.subfamily.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/20_0multi_family_basic/makedict/all.json b/tests/results/test_namespace/20_0multi_family_basic/makedict/all.json new file mode 100644 index 0000000..1d94b61 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_basic/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.family.subfamily.variable": "string1" +} diff --git a/tests/results/test_namespace/20_0multi_family_basic/makedict/mandatories.json b/tests/results/test_namespace/20_0multi_family_basic/makedict/mandatories.json new file mode 100644 index 0000000..1d94b61 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_basic/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.family.subfamily.variable": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/20_0multi_family_expert/file/all.cmdline_opts b/tests/results/test_namespace/20_0multi_family_expert/file/all.cmdline_opts new file mode 100644 index 0000000..809a019 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_expert/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.subfamily.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/20_0multi_family_expert/file/mandatories.cmdline_opts b/tests/results/test_namespace/20_0multi_family_expert/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_expert/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/20_0multi_family_expert/makedict/all.json b/tests/results/test_namespace/20_0multi_family_expert/makedict/all.json new file mode 100644 index 0000000..1d94b61 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_expert/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.family.subfamily.variable": "string1" +} diff --git a/tests/results/test_namespace/20_0multi_family_expert/makedict/mandatories.json b/tests/results/test_namespace/20_0multi_family_expert/makedict/mandatories.json new file mode 100644 index 0000000..5317928 --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_expert/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.family.subfamily.variable": null +} 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..acba74c --- /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..acba74c --- /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/test_namespace/20_0multi_family_order/file/all.cmdline_opts b/tests/results/test_namespace/20_0multi_family_order/file/all.cmdline_opts new file mode 100644 index 0000000..ea4437a --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_order/file/all.cmdline_opts @@ -0,0 +1,10 @@ +[ + "--rougail.variable", + "string1", + "--rougail.family.variable1", + "string1", + "--rougail.family.subfamily.variable", + "string1", + "--rougail.family.variable2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/20_0multi_family_order/file/mandatories.cmdline_opts b/tests/results/test_namespace/20_0multi_family_order/file/mandatories.cmdline_opts new file mode 100644 index 0000000..ea4437a --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_order/file/mandatories.cmdline_opts @@ -0,0 +1,10 @@ +[ + "--rougail.variable", + "string1", + "--rougail.family.variable1", + "string1", + "--rougail.family.subfamily.variable", + "string1", + "--rougail.family.variable2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/20_0multi_family_order/makedict/all.json b/tests/results/test_namespace/20_0multi_family_order/makedict/all.json new file mode 100644 index 0000000..50009ee --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_order/makedict/all.json @@ -0,0 +1,6 @@ +{ + "rougail.variable": "string1", + "rougail.family.variable1": "string1", + "rougail.family.subfamily.variable": "string1", + "rougail.family.variable2": "string1" +} diff --git a/tests/results/test_namespace/20_0multi_family_order/makedict/mandatories.json b/tests/results/test_namespace/20_0multi_family_order/makedict/mandatories.json new file mode 100644 index 0000000..50009ee --- /dev/null +++ b/tests/results/test_namespace/20_0multi_family_order/makedict/mandatories.json @@ -0,0 +1,6 @@ +{ + "rougail.variable": "string1", + "rougail.family.variable1": "string1", + "rougail.family.subfamily.variable": "string1", + "rougail.family.variable2": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/20_0validators_differ_redefine/file/all.cmdline_opts b/tests/results/test_namespace/20_0validators_differ_redefine/file/all.cmdline_opts new file mode 100644 index 0000000..77b0767 --- /dev/null +++ b/tests/results/test_namespace/20_0validators_differ_redefine/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2", + "string1", + "--rougail.var3", + "yes" +] \ No newline at end of file diff --git a/tests/results/test_namespace/20_0validators_differ_redefine/file/mandatories.cmdline_opts b/tests/results/test_namespace/20_0validators_differ_redefine/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/20_0validators_differ_redefine/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/20_0validators_differ_redefine/makedict/all.json b/tests/results/test_namespace/20_0validators_differ_redefine/makedict/all.json new file mode 100644 index 0000000..40f1f01 --- /dev/null +++ b/tests/results/test_namespace/20_0validators_differ_redefine/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1", + "rougail.var3": "yes" +} diff --git a/tests/results/test_namespace/20_0validators_differ_redefine/makedict/mandatories.json b/tests/results/test_namespace/20_0validators_differ_redefine/makedict/mandatories.json new file mode 100644 index 0000000..2537c0d --- /dev/null +++ b/tests/results/test_namespace/20_0validators_differ_redefine/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.var1": "no", + "rougail.var2": "no", + "rougail.var3": "yes" +} 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..acba74c --- /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..acba74c --- /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.cmdline_opts b/tests/results/test_namespace/20_1empty_subfamily/file/all.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/20_1empty_subfamily/file/all.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/20_1empty_subfamily/file/mandatories.cmdline_opts b/tests/results/test_namespace/20_1empty_subfamily/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/20_1empty_subfamily/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file 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..d31a3bc --- /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..d31a3bc --- /dev/null +++ b/tests/results/test_namespace/20_1empty_subfamily/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/20_2family_looks_like_dynamic/errors/all.json b/tests/results/test_namespace/20_2family_looks_like_dynamic/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/20_2family_looks_like_dynamic/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_2family_looks_like_dynamic/errors/mandatories.json b/tests/results/test_namespace/20_2family_looks_like_dynamic/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/20_2family_looks_like_dynamic/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_2family_looks_like_dynamic/file/all.cmdline_opts b/tests/results/test_namespace/20_2family_looks_like_dynamic/file/all.cmdline_opts new file mode 100644 index 0000000..92dd8d5 --- /dev/null +++ b/tests/results/test_namespace/20_2family_looks_like_dynamic/file/all.cmdline_opts @@ -0,0 +1,7 @@ +[ + "--rougail.my_family.dynamic", + "string1", + "string2", + "string3", + "--rougail.my_family.var" +] \ No newline at end of file diff --git a/tests/results/test_namespace/20_2family_looks_like_dynamic/file/mandatories.cmdline_opts b/tests/results/test_namespace/20_2family_looks_like_dynamic/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/20_2family_looks_like_dynamic/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/20_2family_looks_like_dynamic/makedict/all.json b/tests/results/test_namespace/20_2family_looks_like_dynamic/makedict/all.json new file mode 100644 index 0000000..aa7e6a2 --- /dev/null +++ b/tests/results/test_namespace/20_2family_looks_like_dynamic/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.my_family.dynamic": [ + "string1", + "string2", + "string3" + ], + "rougail.my_family.var": true +} diff --git a/tests/results/test_namespace/20_2family_looks_like_dynamic/makedict/mandatories.json b/tests/results/test_namespace/20_2family_looks_like_dynamic/makedict/mandatories.json new file mode 100644 index 0000000..d6cc130 --- /dev/null +++ b/tests/results/test_namespace/20_2family_looks_like_dynamic/makedict/mandatories.json @@ -0,0 +1,7 @@ +{ + "rougail.my_family.dynamic": [ + "val1", + "val2" + ], + "rougail.my_family.var": true +} diff --git a/tests/results/test_namespace/20_2family_looks_like_variable/errors/all.json b/tests/results/test_namespace/20_2family_looks_like_variable/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/20_2family_looks_like_variable/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_2family_looks_like_variable/errors/mandatories.json b/tests/results/test_namespace/20_2family_looks_like_variable/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/20_2family_looks_like_variable/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/20_2family_looks_like_variable/file/all.cmdline_opts b/tests/results/test_namespace/20_2family_looks_like_variable/file/all.cmdline_opts new file mode 100644 index 0000000..bbf5cb5 --- /dev/null +++ b/tests/results/test_namespace/20_2family_looks_like_variable/file/all.cmdline_opts @@ -0,0 +1,3 @@ +[ + "--rougail.my_family.default" +] \ No newline at end of file diff --git a/tests/results/test_namespace/20_2family_looks_like_variable/file/mandatories.cmdline_opts b/tests/results/test_namespace/20_2family_looks_like_variable/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/20_2family_looks_like_variable/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/20_2family_looks_like_variable/makedict/all.json b/tests/results/test_namespace/20_2family_looks_like_variable/makedict/all.json new file mode 100644 index 0000000..bff5807 --- /dev/null +++ b/tests/results/test_namespace/20_2family_looks_like_variable/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.my_family.default": true +} diff --git a/tests/results/test_namespace/20_2family_looks_like_variable/makedict/mandatories.json b/tests/results/test_namespace/20_2family_looks_like_variable/makedict/mandatories.json new file mode 100644 index 0000000..bff5807 --- /dev/null +++ b/tests/results/test_namespace/20_2family_looks_like_variable/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.my_family.default": true +} 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..acba74c --- /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..acba74c --- /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/test_namespace/20_9default_information_parent/file/all.cmdline_opts b/tests/results/test_namespace/20_9default_information_parent/file/all.cmdline_opts new file mode 100644 index 0000000..f967711 --- /dev/null +++ b/tests/results/test_namespace/20_9default_information_parent/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.family.var1", + "string1", + "--rougail.family.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/20_9default_information_parent/file/mandatories.cmdline_opts b/tests/results/test_namespace/20_9default_information_parent/file/mandatories.cmdline_opts new file mode 100644 index 0000000..f967711 --- /dev/null +++ b/tests/results/test_namespace/20_9default_information_parent/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.family.var1", + "string1", + "--rougail.family.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/20_9default_information_parent/makedict/all.json b/tests/results/test_namespace/20_9default_information_parent/makedict/all.json new file mode 100644 index 0000000..ffaf646 --- /dev/null +++ b/tests/results/test_namespace/20_9default_information_parent/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.family.var1": "string1", + "rougail.family.var2": "string1" +} diff --git a/tests/results/test_namespace/20_9default_information_parent/makedict/mandatories.json b/tests/results/test_namespace/20_9default_information_parent/makedict/mandatories.json new file mode 100644 index 0000000..ffaf646 --- /dev/null +++ b/tests/results/test_namespace/20_9default_information_parent/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.family.var1": "string1", + "rougail.family.var2": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/24_0family_hidden_condition/file/all.cmdline_opts b/tests/results/test_namespace/24_0family_hidden_condition/file/all.cmdline_opts new file mode 100644 index 0000000..85fac41 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.condition", + "string1", + "--rougail.family.var1", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition/file/mandatories.cmdline_opts b/tests/results/test_namespace/24_0family_hidden_condition/file/mandatories.cmdline_opts new file mode 100644 index 0000000..be43ffa --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.var1", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition/makedict/all.json b/tests/results/test_namespace/24_0family_hidden_condition/makedict/all.json new file mode 100644 index 0000000..db2d9f6 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": "string1", + "rougail.family.var1": "string1" +} diff --git a/tests/results/test_namespace/24_0family_hidden_condition/makedict/mandatories.json b/tests/results/test_namespace/24_0family_hidden_condition/makedict/mandatories.json new file mode 100644 index 0000000..40b5555 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": "no", + "rougail.family.var1": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/24_0family_hidden_condition_boolean/file/all.cmdline_opts b/tests/results/test_namespace/24_0family_hidden_condition_boolean/file/all.cmdline_opts new file mode 100644 index 0000000..596b792 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_boolean/file/all.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.condition", + "--rougail.family.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition_boolean/file/mandatories.cmdline_opts b/tests/results/test_namespace/24_0family_hidden_condition_boolean/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_boolean/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition_boolean/makedict/all.json b/tests/results/test_namespace/24_0family_hidden_condition_boolean/makedict/all.json new file mode 100644 index 0000000..8d58dce --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_boolean/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": true, + "rougail.family.variable": "string1" +} diff --git a/tests/results/test_namespace/24_0family_hidden_condition_boolean/makedict/mandatories.json b/tests/results/test_namespace/24_0family_hidden_condition_boolean/makedict/mandatories.json new file mode 100644 index 0000000..fad7eb9 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_boolean/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": false, + "rougail.family.variable": null +} 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..acba74c --- /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..acba74c --- /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/test_namespace/24_0family_hidden_condition_sub_family/file/all.cmdline_opts b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/file/all.cmdline_opts new file mode 100644 index 0000000..826737f --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.condition", + "string1", + "--rougail.family.subfamily.var1", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition_sub_family/file/mandatories.cmdline_opts b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/file/mandatories.cmdline_opts new file mode 100644 index 0000000..3560d33 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.subfamily.var1", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition_sub_family/makedict/all.json b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/makedict/all.json new file mode 100644 index 0000000..a446fea --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": "string1", + "rougail.family.subfamily.var1": "string1" +} diff --git a/tests/results/test_namespace/24_0family_hidden_condition_sub_family/makedict/mandatories.json b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/makedict/mandatories.json new file mode 100644 index 0000000..f970fd4 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_sub_family/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": "no", + "rougail.family.subfamily.var1": "string1" +} diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..b8731ac --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.family.subfamily.var1 string1" + ], + "warnings": [] +} \ No newline at end of file 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..acba74c --- /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/test_namespace/24_0family_hidden_condition_variable_sub_family/file/all.cmdline_opts b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/file/all.cmdline_opts new file mode 100644 index 0000000..9cf4db4 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/file/all.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.condition", + "--rougail.family.subfamily.var1", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/file/mandatories.cmdline_opts b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..060385f --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": true, + "rougail.family.subfamily.var1": null +} diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..060385f --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": true, + "rougail.family.subfamily.var1": null +} diff --git a/tests/results/test_namespace/24_0family_hidden_condition_with_variable/errors/all.json b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/errors/all.json new file mode 100644 index 0000000..88cd314 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.family.variable string1" + ], + "warnings": [] +} \ No newline at end of file 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..acba74c --- /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/test_namespace/24_0family_hidden_condition_with_variable/file/all.cmdline_opts b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/file/all.cmdline_opts new file mode 100644 index 0000000..9cd92f5 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.condition1", + "--rougail.condition2", + "--rougail.family.variable", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition_with_variable/file/mandatories.cmdline_opts b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_condition_with_variable/makedict/all.json b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/makedict/all.json new file mode 100644 index 0000000..72b8081 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.condition1": true, + "rougail.condition2": true, + "rougail.family.variable": null +} diff --git a/tests/results/test_namespace/24_0family_hidden_condition_with_variable/makedict/mandatories.json b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/makedict/mandatories.json new file mode 100644 index 0000000..630dfab --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_condition_with_variable/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.condition1": false, + "rougail.condition2": false, + "rougail.family.variable": null +} 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..acba74c --- /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..acba74c --- /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/test_namespace/24_0family_hidden_param_condition_sub_family/file/all.cmdline_opts b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/file/all.cmdline_opts new file mode 100644 index 0000000..18b18f1 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.condition", + "string1", + "--rougail.family.sub_family.var1", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/file/mandatories.cmdline_opts b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/file/mandatories.cmdline_opts new file mode 100644 index 0000000..5dc97a8 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.sub_family.var1", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..2751f47 --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": "string1", + "rougail.family.sub_family.var1": "string1" +} diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..1735fbf --- /dev/null +++ b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": "no", + "rougail.family.sub_family.var1": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/24_0family_mandatory_condition/file/all.cmdline_opts b/tests/results/test_namespace/24_0family_mandatory_condition/file/all.cmdline_opts new file mode 100644 index 0000000..c77307d --- /dev/null +++ b/tests/results/test_namespace/24_0family_mandatory_condition/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.condition", + "string1", + "--rougail.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_mandatory_condition/file/mandatories.cmdline_opts b/tests/results/test_namespace/24_0family_mandatory_condition/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/24_0family_mandatory_condition/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_mandatory_condition/makedict/all.json b/tests/results/test_namespace/24_0family_mandatory_condition/makedict/all.json new file mode 100644 index 0000000..5a866c6 --- /dev/null +++ b/tests/results/test_namespace/24_0family_mandatory_condition/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": "string1", + "rougail.var": "string1" +} diff --git a/tests/results/test_namespace/24_0family_mandatory_condition/makedict/mandatories.json b/tests/results/test_namespace/24_0family_mandatory_condition/makedict/mandatories.json new file mode 100644 index 0000000..7761f9c --- /dev/null +++ b/tests/results/test_namespace/24_0family_mandatory_condition/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": "no", + "rougail.var": null +} 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..acba74c --- /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..acba74c --- /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/test_namespace/24_0family_mandatory_condition_variable/file/all.cmdline_opts b/tests/results/test_namespace/24_0family_mandatory_condition_variable/file/all.cmdline_opts new file mode 100644 index 0000000..9dc295a --- /dev/null +++ b/tests/results/test_namespace/24_0family_mandatory_condition_variable/file/all.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.condition", + "--rougail.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_mandatory_condition_variable/file/mandatories.cmdline_opts b/tests/results/test_namespace/24_0family_mandatory_condition_variable/file/mandatories.cmdline_opts new file mode 100644 index 0000000..4c1d489 --- /dev/null +++ b/tests/results/test_namespace/24_0family_mandatory_condition_variable/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/24_0family_mandatory_condition_variable/makedict/all.json b/tests/results/test_namespace/24_0family_mandatory_condition_variable/makedict/all.json new file mode 100644 index 0000000..e10f6a9 --- /dev/null +++ b/tests/results/test_namespace/24_0family_mandatory_condition_variable/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": true, + "rougail.var": "string1" +} diff --git a/tests/results/test_namespace/24_0family_mandatory_condition_variable/makedict/mandatories.json b/tests/results/test_namespace/24_0family_mandatory_condition_variable/makedict/mandatories.json new file mode 100644 index 0000000..e10f6a9 --- /dev/null +++ b/tests/results/test_namespace/24_0family_mandatory_condition_variable/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": true, + "rougail.var": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/24_7validators_variable_optional/file/all.cmdline_opts b/tests/results/test_namespace/24_7validators_variable_optional/file/all.cmdline_opts new file mode 100644 index 0000000..c94bff1 --- /dev/null +++ b/tests/results/test_namespace/24_7validators_variable_optional/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.general.int", + "5", + "--rougail.general.int2", + "1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/24_7validators_variable_optional/file/mandatories.cmdline_opts b/tests/results/test_namespace/24_7validators_variable_optional/file/mandatories.cmdline_opts new file mode 100644 index 0000000..8f2f61c --- /dev/null +++ b/tests/results/test_namespace/24_7validators_variable_optional/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.general.int", + "5" +] \ No newline at end of file diff --git a/tests/results/test_namespace/24_7validators_variable_optional/makedict/all.json b/tests/results/test_namespace/24_7validators_variable_optional/makedict/all.json new file mode 100644 index 0000000..c63bc19 --- /dev/null +++ b/tests/results/test_namespace/24_7validators_variable_optional/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.general.int": 5, + "rougail.general.int2": 1 +} diff --git a/tests/results/test_namespace/24_7validators_variable_optional/makedict/mandatories.json b/tests/results/test_namespace/24_7validators_variable_optional/makedict/mandatories.json new file mode 100644 index 0000000..c63bc19 --- /dev/null +++ b/tests/results/test_namespace/24_7validators_variable_optional/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.general.int": 5, + "rougail.general.int2": 1 +} diff --git a/tests/results/test_namespace/24_family_disabled_var_hidden/errors/all.json b/tests/results/test_namespace/24_family_disabled_var_hidden/errors/all.json new file mode 100644 index 0000000..55a5068 --- /dev/null +++ b/tests/results/test_namespace/24_family_disabled_var_hidden/errors/all.json @@ -0,0 +1,8 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.family.var2 string1" + ], + "warnings": [ + "family \"rougail.family\" is disabled, \"rougail.family.var1\" (A description) will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_family_disabled_var_hidden/errors/mandatories.json b/tests/results/test_namespace/24_family_disabled_var_hidden/errors/mandatories.json new file mode 100644 index 0000000..efe2691 --- /dev/null +++ b/tests/results/test_namespace/24_family_disabled_var_hidden/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.family.var2 string1" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/24_family_disabled_var_hidden/file/all.cmdline_opts b/tests/results/test_namespace/24_family_disabled_var_hidden/file/all.cmdline_opts new file mode 100644 index 0000000..a29b368 --- /dev/null +++ b/tests/results/test_namespace/24_family_disabled_var_hidden/file/all.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.family.var1", + "--rougail.family.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/24_family_disabled_var_hidden/file/mandatories.cmdline_opts b/tests/results/test_namespace/24_family_disabled_var_hidden/file/mandatories.cmdline_opts new file mode 100644 index 0000000..17aef73 --- /dev/null +++ b/tests/results/test_namespace/24_family_disabled_var_hidden/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.var2", + "string1" +] \ No newline at end of file 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..d31a3bc --- /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..d31a3bc --- /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..acba74c --- /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..acba74c --- /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/test_namespace/40_0leadership/file/all.cmdline_opts b/tests/results/test_namespace/40_0leadership/file/all.cmdline_opts new file mode 100644 index 0000000..fdac857 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership/file/all.cmdline_opts @@ -0,0 +1,24 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower1", + "2", + "string3", + "--rougail.leader.follower2", + "0", + "string1", + "--rougail.leader.follower2", + "1", + "string2", + "--rougail.leader.follower2", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_0leadership/file/mandatories.cmdline_opts new file mode 100644 index 0000000..fdac857 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership/file/mandatories.cmdline_opts @@ -0,0 +1,24 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower1", + "2", + "string3", + "--rougail.leader.follower2", + "0", + "string1", + "--rougail.leader.follower2", + "1", + "string2", + "--rougail.leader.follower2", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership/makedict/all.json b/tests/results/test_namespace/40_0leadership/makedict/all.json new file mode 100644 index 0000000..ca0b2cd --- /dev/null +++ b/tests/results/test_namespace/40_0leadership/makedict/all.json @@ -0,0 +1,19 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "string1", + "rougail.leader.follower2": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "string2", + "rougail.leader.follower2": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "string3", + "rougail.leader.follower2": "string3" + } + ] +} diff --git a/tests/results/test_namespace/40_0leadership/makedict/mandatories.json b/tests/results/test_namespace/40_0leadership/makedict/mandatories.json new file mode 100644 index 0000000..ca0b2cd --- /dev/null +++ b/tests/results/test_namespace/40_0leadership/makedict/mandatories.json @@ -0,0 +1,19 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "string1", + "rougail.leader.follower2": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "string2", + "rougail.leader.follower2": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "string3", + "rougail.leader.follower2": "string3" + } + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/40_0leadership_diff_name/file/all.cmdline_opts b/tests/results/test_namespace/40_0leadership_diff_name/file/all.cmdline_opts new file mode 100644 index 0000000..9fc677b --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_diff_name/file/all.cmdline_opts @@ -0,0 +1,24 @@ +[ + "--rougail.leadership.leader", + "string1", + "string2", + "string3", + "--rougail.leadership.follower1", + "0", + "string1", + "--rougail.leadership.follower1", + "1", + "string2", + "--rougail.leadership.follower1", + "2", + "string3", + "--rougail.leadership.follower2", + "0", + "string1", + "--rougail.leadership.follower2", + "1", + "string2", + "--rougail.leadership.follower2", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_diff_name/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_0leadership_diff_name/file/mandatories.cmdline_opts new file mode 100644 index 0000000..9fc677b --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_diff_name/file/mandatories.cmdline_opts @@ -0,0 +1,24 @@ +[ + "--rougail.leadership.leader", + "string1", + "string2", + "string3", + "--rougail.leadership.follower1", + "0", + "string1", + "--rougail.leadership.follower1", + "1", + "string2", + "--rougail.leadership.follower1", + "2", + "string3", + "--rougail.leadership.follower2", + "0", + "string1", + "--rougail.leadership.follower2", + "1", + "string2", + "--rougail.leadership.follower2", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_diff_name/makedict/all.json b/tests/results/test_namespace/40_0leadership_diff_name/makedict/all.json new file mode 100644 index 0000000..51511de --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_diff_name/makedict/all.json @@ -0,0 +1,19 @@ +{ + "rougail.leadership.leader": [ + { + "rougail.leadership.leader": "string1", + "rougail.leadership.follower1": "string1", + "rougail.leadership.follower2": "string1" + }, + { + "rougail.leadership.leader": "string2", + "rougail.leadership.follower1": "string2", + "rougail.leadership.follower2": "string2" + }, + { + "rougail.leadership.leader": "string3", + "rougail.leadership.follower1": "string3", + "rougail.leadership.follower2": "string3" + } + ] +} diff --git a/tests/results/test_namespace/40_0leadership_diff_name/makedict/mandatories.json b/tests/results/test_namespace/40_0leadership_diff_name/makedict/mandatories.json new file mode 100644 index 0000000..51511de --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_diff_name/makedict/mandatories.json @@ -0,0 +1,19 @@ +{ + "rougail.leadership.leader": [ + { + "rougail.leadership.leader": "string1", + "rougail.leadership.follower1": "string1", + "rougail.leadership.follower2": "string1" + }, + { + "rougail.leadership.leader": "string2", + "rougail.leadership.follower1": "string2", + "rougail.leadership.follower2": "string2" + }, + { + "rougail.leadership.leader": "string3", + "rougail.leadership.follower1": "string3", + "rougail.leadership.follower2": "string3" + } + ] +} 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..acba74c --- /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..acba74c --- /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.cmdline_opts b/tests/results/test_namespace/40_0leadership_empty/file/all.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_empty/file/all.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_0leadership_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file 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..d31a3bc --- /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..d31a3bc --- /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..acba74c --- /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..acba74c --- /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/test_namespace/40_0leadership_follower_default_calculation/file/all.cmdline_opts b/tests/results/test_namespace/40_0leadership_follower_default_calculation/file/all.cmdline_opts new file mode 100644 index 0000000..fdac857 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_calculation/file/all.cmdline_opts @@ -0,0 +1,24 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower1", + "2", + "string3", + "--rougail.leader.follower2", + "0", + "string1", + "--rougail.leader.follower2", + "1", + "string2", + "--rougail.leader.follower2", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_follower_default_calculation/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_0leadership_follower_default_calculation/file/mandatories.cmdline_opts new file mode 100644 index 0000000..08271e5 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_calculation/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_follower_default_calculation/makedict/all.json b/tests/results/test_namespace/40_0leadership_follower_default_calculation/makedict/all.json new file mode 100644 index 0000000..ca0b2cd --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_calculation/makedict/all.json @@ -0,0 +1,19 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "string1", + "rougail.leader.follower2": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "string2", + "rougail.leader.follower2": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "string3", + "rougail.leader.follower2": "string3" + } + ] +} diff --git a/tests/results/test_namespace/40_0leadership_follower_default_calculation/makedict/mandatories.json b/tests/results/test_namespace/40_0leadership_follower_default_calculation/makedict/mandatories.json new file mode 100644 index 0000000..869ce88 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_calculation/makedict/mandatories.json @@ -0,0 +1,19 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "value", + "rougail.leader.follower2": "value" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "value", + "rougail.leader.follower2": "value" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "value", + "rougail.leader.follower2": "value" + } + ] +} diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti/errors/mandatories.json b/tests/results/test_namespace/40_0leadership_follower_default_submulti/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_0leadership_follower_default_submulti/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti/makedict/mandatories.json b/tests/results/test_namespace/40_0leadership_follower_default_submulti/makedict/mandatories.json new file mode 100644 index 0000000..56f3ec2 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti/makedict/mandatories.json @@ -0,0 +1,14 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "leader", + "rougail.leader.follower1": [ + "value" + ], + "rougail.leader.follower2": [ + "value1", + "value2" + ] + } + ] +} diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation/errors/mandatories.json b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation/makedict/mandatories.json b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation/makedict/mandatories.json new file mode 100644 index 0000000..6ab4843 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation/makedict/mandatories.json @@ -0,0 +1,13 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "leader", + "rougail.leader.follower1": [ + "value" + ], + "rougail.leader.follower2": [ + "value" + ] + } + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/40_0leadership_follower_default_value/file/all.cmdline_opts b/tests/results/test_namespace/40_0leadership_follower_default_value/file/all.cmdline_opts new file mode 100644 index 0000000..04e542d --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_value/file/all.cmdline_opts @@ -0,0 +1,15 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower1", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_follower_default_value/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_0leadership_follower_default_value/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_value/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_follower_default_value/makedict/all.json b/tests/results/test_namespace/40_0leadership_follower_default_value/makedict/all.json new file mode 100644 index 0000000..0b87e16 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_value/makedict/all.json @@ -0,0 +1,16 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "string3" + } + ] +} diff --git a/tests/results/test_namespace/40_0leadership_follower_default_value/makedict/mandatories.json b/tests/results/test_namespace/40_0leadership_follower_default_value/makedict/mandatories.json new file mode 100644 index 0000000..2aa2c23 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_follower_default_value/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.leader.leader": [] +} diff --git a/tests/results/test_namespace/40_0leadership_leader_follower/errors/all.json b/tests/results/test_namespace/40_0leadership_leader_follower/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_leader_follower/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_follower/errors/mandatories.json b/tests/results/test_namespace/40_0leadership_leader_follower/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_leader_follower/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_leader_follower/file/all.cmdline_opts b/tests/results/test_namespace/40_0leadership_leader_follower/file/all.cmdline_opts new file mode 100644 index 0000000..95af4ec --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_leader_follower/file/all.cmdline_opts @@ -0,0 +1,15 @@ +[ + "--rougail.leadership.leader", + "string1", + "string2", + "string3", + "--rougail.leadership.follower", + "0", + "string1", + "--rougail.leadership.follower", + "1", + "string2", + "--rougail.leadership.follower", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_leader_follower/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_0leadership_leader_follower/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_leader_follower/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_leader_follower/makedict/all.json b/tests/results/test_namespace/40_0leadership_leader_follower/makedict/all.json new file mode 100644 index 0000000..3aadf07 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_leader_follower/makedict/all.json @@ -0,0 +1,16 @@ +{ + "rougail.leadership.leader": [ + { + "rougail.leadership.leader": "string1", + "rougail.leadership.follower": "string1" + }, + { + "rougail.leadership.leader": "string2", + "rougail.leadership.follower": "string2" + }, + { + "rougail.leadership.leader": "string3", + "rougail.leadership.follower": "string3" + } + ] +} diff --git a/tests/results/test_namespace/40_0leadership_leader_follower/makedict/mandatories.json b/tests/results/test_namespace/40_0leadership_leader_follower/makedict/mandatories.json new file mode 100644 index 0000000..14198ba --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_leader_follower/makedict/mandatories.json @@ -0,0 +1,12 @@ +{ + "rougail.leadership.leader": [ + { + "rougail.leadership.leader": "value1", + "rougail.leadership.follower": "value1" + }, + { + "rougail.leadership.leader": "value2", + "rougail.leadership.follower": "value2" + } + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/40_0leadership_leader_not_multi/file/all.cmdline_opts b/tests/results/test_namespace/40_0leadership_leader_not_multi/file/all.cmdline_opts new file mode 100644 index 0000000..b09cb6b --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_leader_not_multi/file/all.cmdline_opts @@ -0,0 +1,26 @@ +[ + "--rougail.general.mode_conteneur_actif", + "string1", + "--rougail.general1.leader.leader", + "string1", + "string2", + "string3", + "--rougail.general1.leader.follower1", + "0", + "string1", + "--rougail.general1.leader.follower1", + "1", + "string2", + "--rougail.general1.leader.follower1", + "2", + "string3", + "--rougail.general1.leader.follower2", + "0", + "string1", + "--rougail.general1.leader.follower2", + "1", + "string2", + "--rougail.general1.leader.follower2", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_leader_not_multi/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_0leadership_leader_not_multi/file/mandatories.cmdline_opts new file mode 100644 index 0000000..c5a9d74 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_leader_not_multi/file/mandatories.cmdline_opts @@ -0,0 +1,24 @@ +[ + "--rougail.general1.leader.leader", + "string1", + "string2", + "string3", + "--rougail.general1.leader.follower1", + "0", + "string1", + "--rougail.general1.leader.follower1", + "1", + "string2", + "--rougail.general1.leader.follower1", + "2", + "string3", + "--rougail.general1.leader.follower2", + "0", + "string1", + "--rougail.general1.leader.follower2", + "1", + "string2", + "--rougail.general1.leader.follower2", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_leader_not_multi/makedict/all.json b/tests/results/test_namespace/40_0leadership_leader_not_multi/makedict/all.json new file mode 100644 index 0000000..4dccd68 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_leader_not_multi/makedict/all.json @@ -0,0 +1,20 @@ +{ + "rougail.general.mode_conteneur_actif": "string1", + "rougail.general1.leader.leader": [ + { + "rougail.general1.leader.leader": "string1", + "rougail.general1.leader.follower1": "string1", + "rougail.general1.leader.follower2": "string1" + }, + { + "rougail.general1.leader.leader": "string2", + "rougail.general1.leader.follower1": "string2", + "rougail.general1.leader.follower2": "string2" + }, + { + "rougail.general1.leader.leader": "string3", + "rougail.general1.leader.follower1": "string3", + "rougail.general1.leader.follower2": "string3" + } + ] +} diff --git a/tests/results/test_namespace/40_0leadership_leader_not_multi/makedict/mandatories.json b/tests/results/test_namespace/40_0leadership_leader_not_multi/makedict/mandatories.json new file mode 100644 index 0000000..2110534 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_leader_not_multi/makedict/mandatories.json @@ -0,0 +1,20 @@ +{ + "rougail.general.mode_conteneur_actif": "non", + "rougail.general1.leader.leader": [ + { + "rougail.general1.leader.leader": "string1", + "rougail.general1.leader.follower1": "string1", + "rougail.general1.leader.follower2": "string1" + }, + { + "rougail.general1.leader.leader": "string2", + "rougail.general1.leader.follower1": "string2", + "rougail.general1.leader.follower2": "string2" + }, + { + "rougail.general1.leader.leader": "string3", + "rougail.general1.leader.follower1": "string3", + "rougail.general1.leader.follower2": "string3" + } + ] +} diff --git a/tests/results/test_namespace/40_0leadership_reduce/errors/all.json b/tests/results/test_namespace/40_0leadership_reduce/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_reduce/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_reduce/errors/mandatories.json b/tests/results/test_namespace/40_0leadership_reduce/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_reduce/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_reduce/file/all.cmdline_opts b/tests/results/test_namespace/40_0leadership_reduce/file/all.cmdline_opts new file mode 100644 index 0000000..165f63e --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_reduce/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.leadership.leader", + "val1", + "val2", + "--rougail.leadership.follower", + "0", + "string1", + "--rougail.leadership.follower", + "1", + "string2" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_reduce/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_0leadership_reduce/file/mandatories.cmdline_opts new file mode 100644 index 0000000..e3004ba --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_reduce/file/mandatories.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.leadership.follower", + "0", + "string1", + "--rougail.leadership.follower", + "1", + "string2", + "--rougail.leadership.follower", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_0leadership_reduce/makedict/all.json b/tests/results/test_namespace/40_0leadership_reduce/makedict/all.json new file mode 100644 index 0000000..2aabe48 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_reduce/makedict/all.json @@ -0,0 +1,12 @@ +{ + "rougail.leadership.leader": [ + { + "rougail.leadership.leader": "val1", + "rougail.leadership.follower": "string1" + }, + { + "rougail.leadership.leader": "val2", + "rougail.leadership.follower": "string2" + } + ] +} diff --git a/tests/results/test_namespace/40_0leadership_reduce/makedict/mandatories.json b/tests/results/test_namespace/40_0leadership_reduce/makedict/mandatories.json new file mode 100644 index 0000000..b933893 --- /dev/null +++ b/tests/results/test_namespace/40_0leadership_reduce/makedict/mandatories.json @@ -0,0 +1,16 @@ +{ + "rougail.leadership.leader": [ + { + "rougail.leadership.leader": "value_1", + "rougail.leadership.follower": "string1" + }, + { + "rougail.leadership.leader": "value_2", + "rougail.leadership.follower": "string2" + }, + { + "rougail.leadership.leader": "value_3", + "rougail.leadership.follower": "string3" + } + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/40_1leadership_append_follower/file/all.cmdline_opts b/tests/results/test_namespace/40_1leadership_append_follower/file/all.cmdline_opts new file mode 100644 index 0000000..30096ef --- /dev/null +++ b/tests/results/test_namespace/40_1leadership_append_follower/file/all.cmdline_opts @@ -0,0 +1,33 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower1", + "2", + "string3", + "--rougail.leader.follower2", + "0", + "string1", + "--rougail.leader.follower2", + "1", + "string2", + "--rougail.leader.follower2", + "2", + "string3", + "--rougail.leader.follower3", + "0", + "string1", + "--rougail.leader.follower3", + "1", + "string2", + "--rougail.leader.follower3", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_1leadership_append_follower/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_1leadership_append_follower/file/mandatories.cmdline_opts new file mode 100644 index 0000000..30096ef --- /dev/null +++ b/tests/results/test_namespace/40_1leadership_append_follower/file/mandatories.cmdline_opts @@ -0,0 +1,33 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower1", + "2", + "string3", + "--rougail.leader.follower2", + "0", + "string1", + "--rougail.leader.follower2", + "1", + "string2", + "--rougail.leader.follower2", + "2", + "string3", + "--rougail.leader.follower3", + "0", + "string1", + "--rougail.leader.follower3", + "1", + "string2", + "--rougail.leader.follower3", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_1leadership_append_follower/makedict/all.json b/tests/results/test_namespace/40_1leadership_append_follower/makedict/all.json new file mode 100644 index 0000000..2e66e2e --- /dev/null +++ b/tests/results/test_namespace/40_1leadership_append_follower/makedict/all.json @@ -0,0 +1,22 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "string1", + "rougail.leader.follower2": "string1", + "rougail.leader.follower3": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "string2", + "rougail.leader.follower2": "string2", + "rougail.leader.follower3": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "string3", + "rougail.leader.follower2": "string3", + "rougail.leader.follower3": "string3" + } + ] +} diff --git a/tests/results/test_namespace/40_1leadership_append_follower/makedict/mandatories.json b/tests/results/test_namespace/40_1leadership_append_follower/makedict/mandatories.json new file mode 100644 index 0000000..2e66e2e --- /dev/null +++ b/tests/results/test_namespace/40_1leadership_append_follower/makedict/mandatories.json @@ -0,0 +1,22 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "string1", + "rougail.leader.follower2": "string1", + "rougail.leader.follower3": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "string2", + "rougail.leader.follower2": "string2", + "rougail.leader.follower3": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "string3", + "rougail.leader.follower2": "string3", + "rougail.leader.follower3": "string3" + } + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/40_2leadership_calculation_index/file/all.cmdline_opts b/tests/results/test_namespace/40_2leadership_calculation_index/file/all.cmdline_opts new file mode 100644 index 0000000..a28e6e5 --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_index/file/all.cmdline_opts @@ -0,0 +1,15 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "1", + "--rougail.leader.follower1", + "1", + "2", + "--rougail.leader.follower1", + "2", + "3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_2leadership_calculation_index/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_2leadership_calculation_index/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_index/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_2leadership_calculation_index/makedict/all.json b/tests/results/test_namespace/40_2leadership_calculation_index/makedict/all.json new file mode 100644 index 0000000..27f2f16 --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_index/makedict/all.json @@ -0,0 +1,16 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": 1 + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": 2 + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": 3 + } + ] +} diff --git a/tests/results/test_namespace/40_2leadership_calculation_index/makedict/mandatories.json b/tests/results/test_namespace/40_2leadership_calculation_index/makedict/mandatories.json new file mode 100644 index 0000000..2b3473c --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_index/makedict/mandatories.json @@ -0,0 +1,16 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "a", + "rougail.leader.follower1": 0 + }, + { + "rougail.leader.leader": "b", + "rougail.leader.follower1": 1 + }, + { + "rougail.leader.leader": "c", + "rougail.leader.follower1": 2 + } + ] +} diff --git a/tests/results/test_namespace/40_2leadership_calculation_index_2/errors/all.json b/tests/results/test_namespace/40_2leadership_calculation_index_2/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_index_2/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_2/errors/mandatories.json b/tests/results/test_namespace/40_2leadership_calculation_index_2/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_index_2/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_2leadership_calculation_index_2/file/all.cmdline_opts b/tests/results/test_namespace/40_2leadership_calculation_index_2/file/all.cmdline_opts new file mode 100644 index 0000000..a28e6e5 --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_index_2/file/all.cmdline_opts @@ -0,0 +1,15 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "1", + "--rougail.leader.follower1", + "1", + "2", + "--rougail.leader.follower1", + "2", + "3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_2leadership_calculation_index_2/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_2leadership_calculation_index_2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_index_2/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_2leadership_calculation_index_2/makedict/all.json b/tests/results/test_namespace/40_2leadership_calculation_index_2/makedict/all.json new file mode 100644 index 0000000..27f2f16 --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_index_2/makedict/all.json @@ -0,0 +1,16 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": 1 + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": 2 + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": 3 + } + ] +} diff --git a/tests/results/test_namespace/40_2leadership_calculation_index_2/makedict/mandatories.json b/tests/results/test_namespace/40_2leadership_calculation_index_2/makedict/mandatories.json new file mode 100644 index 0000000..2b3473c --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_index_2/makedict/mandatories.json @@ -0,0 +1,16 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "a", + "rougail.leader.follower1": 0 + }, + { + "rougail.leader.leader": "b", + "rougail.leader.follower1": 1 + }, + { + "rougail.leader.leader": "c", + "rougail.leader.follower1": 2 + } + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/40_2leadership_calculation_param_index/file/all.cmdline_opts b/tests/results/test_namespace/40_2leadership_calculation_param_index/file/all.cmdline_opts new file mode 100644 index 0000000..a28e6e5 --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index/file/all.cmdline_opts @@ -0,0 +1,15 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "1", + "--rougail.leader.follower1", + "1", + "2", + "--rougail.leader.follower1", + "2", + "3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_2leadership_calculation_param_index/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index/makedict/all.json b/tests/results/test_namespace/40_2leadership_calculation_param_index/makedict/all.json new file mode 100644 index 0000000..27f2f16 --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index/makedict/all.json @@ -0,0 +1,16 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": 1 + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": 2 + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": 3 + } + ] +} diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index/makedict/mandatories.json b/tests/results/test_namespace/40_2leadership_calculation_param_index/makedict/mandatories.json new file mode 100644 index 0000000..2b3473c --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index/makedict/mandatories.json @@ -0,0 +1,16 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "a", + "rougail.leader.follower1": 0 + }, + { + "rougail.leader.leader": "b", + "rougail.leader.follower1": 1 + }, + { + "rougail.leader.leader": "c", + "rougail.leader.follower1": 2 + } + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/40_2leadership_leader_calculation/file/all.cmdline_opts b/tests/results/test_namespace/40_2leadership_leader_calculation/file/all.cmdline_opts new file mode 100644 index 0000000..fdac857 --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_leader_calculation/file/all.cmdline_opts @@ -0,0 +1,24 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower1", + "2", + "string3", + "--rougail.leader.follower2", + "0", + "string1", + "--rougail.leader.follower2", + "1", + "string2", + "--rougail.leader.follower2", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_2leadership_leader_calculation/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_2leadership_leader_calculation/file/mandatories.cmdline_opts new file mode 100644 index 0000000..06668b6 --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_leader_calculation/file/mandatories.cmdline_opts @@ -0,0 +1,14 @@ +[ + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower2", + "0", + "string1", + "--rougail.leader.follower2", + "1", + "string2" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_2leadership_leader_calculation/makedict/all.json b/tests/results/test_namespace/40_2leadership_leader_calculation/makedict/all.json new file mode 100644 index 0000000..ca0b2cd --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_leader_calculation/makedict/all.json @@ -0,0 +1,19 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "string1", + "rougail.leader.follower2": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "string2", + "rougail.leader.follower2": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "string3", + "rougail.leader.follower2": "string3" + } + ] +} diff --git a/tests/results/test_namespace/40_2leadership_leader_calculation/makedict/mandatories.json b/tests/results/test_namespace/40_2leadership_leader_calculation/makedict/mandatories.json new file mode 100644 index 0000000..c46bce9 --- /dev/null +++ b/tests/results/test_namespace/40_2leadership_leader_calculation/makedict/mandatories.json @@ -0,0 +1,14 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "val1", + "rougail.leader.follower1": "string1", + "rougail.leader.follower2": "string1" + }, + { + "rougail.leader.leader": "val2", + "rougail.leader.follower1": "string2", + "rougail.leader.follower2": "string2" + } + ] +} diff --git a/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory/errors/mandatories.json b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory/makedict/mandatories.json b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory/makedict/mandatories.json new file mode 100644 index 0000000..cb8b9bb --- /dev/null +++ b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.leadership.leader": [] +} 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..09be406 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_boolean/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: true true" + ], + "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..acba74c --- /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/test_namespace/40_8calculation_boolean/file/all.cmdline_opts b/tests/results/test_namespace/40_8calculation_boolean/file/all.cmdline_opts new file mode 100644 index 0000000..3abe856 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_boolean/file/all.cmdline_opts @@ -0,0 +1,7 @@ +[ + "--rougail.bool", + "--rougail.multi1", + "true", + "--rougail.multi2", + "true" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_boolean/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_8calculation_boolean/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_boolean/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_boolean/makedict/all.json b/tests/results/test_namespace/40_8calculation_boolean/makedict/all.json new file mode 100644 index 0000000..a47d929 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_boolean/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.bool": true, + "rougail.multi1": [ + true + ], + "rougail.multi2": [ + true + ] +} diff --git a/tests/results/test_namespace/40_8calculation_boolean/makedict/mandatories.json b/tests/results/test_namespace/40_8calculation_boolean/makedict/mandatories.json new file mode 100644 index 0000000..2f8a785 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_boolean/makedict/mandatories.json @@ -0,0 +1,10 @@ +{ + "rougail.bool": false, + "rougail.multi1": [ + false + ], + "rougail.multi2": [ + true, + false + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/40_8calculation_boolean_return_none/file/all.cmdline_opts b/tests/results/test_namespace/40_8calculation_boolean_return_none/file/all.cmdline_opts new file mode 100644 index 0000000..615c855 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_boolean_return_none/file/all.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.var1", + "string1", + "--rougail.var2" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_boolean_return_none/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_8calculation_boolean_return_none/file/mandatories.cmdline_opts new file mode 100644 index 0000000..8dc057f --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_boolean_return_none/file/mandatories.cmdline_opts @@ -0,0 +1,3 @@ +[ + "--rougail.var2" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_boolean_return_none/makedict/all.json b/tests/results/test_namespace/40_8calculation_boolean_return_none/makedict/all.json new file mode 100644 index 0000000..579b1ab --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_boolean_return_none/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": true +} diff --git a/tests/results/test_namespace/40_8calculation_boolean_return_none/makedict/mandatories.json b/tests/results/test_namespace/40_8calculation_boolean_return_none/makedict/mandatories.json new file mode 100644 index 0000000..1a07235 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_boolean_return_none/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "yes", + "rougail.var2": true +} 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..acba74c --- /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..acba74c --- /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/test_namespace/40_8calculation_integer/file/all.cmdline_opts b/tests/results/test_namespace/40_8calculation_integer/file/all.cmdline_opts new file mode 100644 index 0000000..66fec6c --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_integer/file/all.cmdline_opts @@ -0,0 +1,7 @@ +[ + "--rougail.bool", + "--rougail.int1", + "1", + "--rougail.int2", + "1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_integer/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_8calculation_integer/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_integer/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_integer/makedict/all.json b/tests/results/test_namespace/40_8calculation_integer/makedict/all.json new file mode 100644 index 0000000..6c66123 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_integer/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.bool": true, + "rougail.int1": 1, + "rougail.int2": 1 +} diff --git a/tests/results/test_namespace/40_8calculation_integer/makedict/mandatories.json b/tests/results/test_namespace/40_8calculation_integer/makedict/mandatories.json new file mode 100644 index 0000000..cfdfb60 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_integer/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.bool": false, + "rougail.int1": 2, + "rougail.int2": 3 +} 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..acba74c --- /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..acba74c --- /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/test_namespace/40_8calculation_multi_variable/file/all.cmdline_opts b/tests/results/test_namespace/40_8calculation_multi_variable/file/all.cmdline_opts new file mode 100644 index 0000000..55df30a --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable/file/all.cmdline_opts @@ -0,0 +1,10 @@ +[ + "--rougail.var", + "string1", + "string2", + "string3", + "--rougail.var2", + "string1", + "--rougail.var3", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_multi_variable/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_8calculation_multi_variable/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_multi_variable/makedict/all.json b/tests/results/test_namespace/40_8calculation_multi_variable/makedict/all.json new file mode 100644 index 0000000..6c5bca5 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var": [ + "string1", + "string2", + "string3" + ], + "rougail.var2": "string1", + "rougail.var3": "string1" +} diff --git a/tests/results/test_namespace/40_8calculation_multi_variable/makedict/mandatories.json b/tests/results/test_namespace/40_8calculation_multi_variable/makedict/mandatories.json new file mode 100644 index 0000000..9071d84 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "no", + "yes" + ], + "rougail.var2": "no", + "rougail.var3": "yes" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/40_8calculation_multi_variable_parent/file/all.cmdline_opts b/tests/results/test_namespace/40_8calculation_multi_variable_parent/file/all.cmdline_opts new file mode 100644 index 0000000..ee23fa1 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var", + "string1", + "--rougail.fam1.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_8calculation_multi_variable_parent/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent/makedict/all.json b/tests/results/test_namespace/40_8calculation_multi_variable_parent/makedict/all.json new file mode 100644 index 0000000..ce4701e --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var": "string1", + "rougail.fam1.var": "string1" +} diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent/makedict/mandatories.json b/tests/results/test_namespace/40_8calculation_multi_variable_parent/makedict/mandatories.json new file mode 100644 index 0000000..c0e5045 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var": "no", + "rougail.fam1.var": "no" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/40_8calculation_multi_variable_parent2/file/all.cmdline_opts b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/file/all.cmdline_opts new file mode 100644 index 0000000..162339e --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.fam1.var", + "string1", + "--rougail.fam2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent2/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent2/makedict/all.json b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/makedict/all.json new file mode 100644 index 0000000..a4f6d99 --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.fam1.var": "string1", + "rougail.fam2.var": "string1" +} diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent2/makedict/mandatories.json b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/makedict/mandatories.json new file mode 100644 index 0000000..fea35aa --- /dev/null +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent2/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.fam1.var": "no", + "rougail.fam2.var": "no" +} diff --git a/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside/errors/mandatories.json b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside/makedict/mandatories.json b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside/makedict/mandatories.json new file mode 100644 index 0000000..6947f26 --- /dev/null +++ b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside/makedict/mandatories.json @@ -0,0 +1,16 @@ +{ + "rougail.leadership.leader": [ + { + "rougail.leadership.leader": "value1", + "rougail.leadership.follower": [ + "value1" + ] + }, + { + "rougail.leadership.leader": "value2", + "rougail.leadership.follower": [ + "value2" + ] + } + ] +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/errors/all.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/errors/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/file/all.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/file/all.cmdline_opts new file mode 100644 index 0000000..3fdacf8 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/file/all.cmdline_opts @@ -0,0 +1,28 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower1", + "2", + "string3", + "--rougail.leader.follower2", + "0", + "string1", + "--rougail.leader.follower2", + "1", + "string2", + "--rougail.leader.follower2", + "2", + "string3", + "--rougail.calculate", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/makedict/all.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/makedict/all.json new file mode 100644 index 0000000..c6a7fff --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/makedict/all.json @@ -0,0 +1,24 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "string1", + "rougail.leader.follower2": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "string2", + "rougail.leader.follower2": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "string3", + "rougail.leader.follower2": "string3" + } + ], + "rougail.calculate": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/makedict/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/makedict/mandatories.json new file mode 100644 index 0000000..6459e3b --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first/makedict/mandatories.json @@ -0,0 +1,17 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "value1", + "rougail.leader.follower1": "val11", + "rougail.leader.follower2": "val21" + }, + { + "rougail.leader.leader": "value2", + "rougail.leader.follower1": "val11", + "rougail.leader.follower2": "val21" + } + ], + "rougail.calculate": [ + "val11" + ] +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/errors/all.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/errors/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/file/all.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/file/all.cmdline_opts new file mode 100644 index 0000000..3fdacf8 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/file/all.cmdline_opts @@ -0,0 +1,28 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower1", + "2", + "string3", + "--rougail.leader.follower2", + "0", + "string1", + "--rougail.leader.follower2", + "1", + "string2", + "--rougail.leader.follower2", + "2", + "string3", + "--rougail.calculate", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/makedict/all.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/makedict/all.json new file mode 100644 index 0000000..c6a7fff --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/makedict/all.json @@ -0,0 +1,24 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "string1", + "rougail.leader.follower2": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "string2", + "rougail.leader.follower2": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "string3", + "rougail.leader.follower2": "string3" + } + ], + "rougail.calculate": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/makedict/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/makedict/mandatories.json new file mode 100644 index 0000000..6459e3b --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last/makedict/mandatories.json @@ -0,0 +1,17 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "value1", + "rougail.leader.follower1": "val11", + "rougail.leader.follower2": "val21" + }, + { + "rougail.leader.leader": "value2", + "rougail.leader.follower1": "val11", + "rougail.leader.follower2": "val21" + } + ], + "rougail.calculate": [ + "val11" + ] +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/errors/all.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/errors/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/file/all.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/file/all.cmdline_opts new file mode 100644 index 0000000..f7033bc --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/file/all.cmdline_opts @@ -0,0 +1,19 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower", + "0", + "string1", + "--rougail.leader.follower", + "1", + "string2", + "--rougail.leader.follower", + "2", + "string3", + "--rougail.variable", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/makedict/all.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/makedict/all.json new file mode 100644 index 0000000..0536ff9 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/makedict/all.json @@ -0,0 +1,21 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower": "string3" + } + ], + "rougail.variable": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/makedict/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/makedict/mandatories.json new file mode 100644 index 0000000..59122d4 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory/makedict/mandatories.json @@ -0,0 +1,16 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "a", + "rougail.leader.follower": null + }, + { + "rougail.leader.leader": "b", + "rougail.leader.follower": null + } + ], + "rougail.variable": [ + null, + null + ] +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower/errors/all.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower/errors/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower/file/all.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-outside-follower/file/all.cmdline_opts new file mode 100644 index 0000000..3fdacf8 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower/file/all.cmdline_opts @@ -0,0 +1,28 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower1", + "2", + "string3", + "--rougail.leader.follower2", + "0", + "string1", + "--rougail.leader.follower2", + "1", + "string2", + "--rougail.leader.follower2", + "2", + "string3", + "--rougail.calculate", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-outside-follower/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower/makedict/all.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower/makedict/all.json new file mode 100644 index 0000000..c6a7fff --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower/makedict/all.json @@ -0,0 +1,24 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "string1", + "rougail.leader.follower2": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "string2", + "rougail.leader.follower2": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "string3", + "rougail.leader.follower2": "string3" + } + ], + "rougail.calculate": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower/makedict/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower/makedict/mandatories.json new file mode 100644 index 0000000..e06fd3e --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower/makedict/mandatories.json @@ -0,0 +1,18 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "value1", + "rougail.leader.follower1": "val11", + "rougail.leader.follower2": "val21" + }, + { + "rougail.leader.leader": "value2", + "rougail.leader.follower1": "val11", + "rougail.leader.follower2": "val21" + } + ], + "rougail.calculate": [ + "val11", + "val11" + ] +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/errors/all.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/errors/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/file/all.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/file/all.cmdline_opts new file mode 100644 index 0000000..dca69fb --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/file/all.cmdline_opts @@ -0,0 +1,26 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower1", + "2", + "string3", + "--rougail.leader.follower2", + "0", + "string1", + "--rougail.leader.follower2", + "1", + "string2", + "--rougail.leader.follower2", + "2", + "string3", + "--rougail.calculate", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/makedict/all.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/makedict/all.json new file mode 100644 index 0000000..b034c3a --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/makedict/all.json @@ -0,0 +1,20 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "string1", + "rougail.leader.follower2": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "string2", + "rougail.leader.follower2": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "string3", + "rougail.leader.follower2": "string3" + } + ], + "rougail.calculate": "string1" +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/makedict/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/makedict/mandatories.json new file mode 100644 index 0000000..36d8a36 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first/makedict/mandatories.json @@ -0,0 +1,15 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "value1", + "rougail.leader.follower1": "val11", + "rougail.leader.follower2": "val21" + }, + { + "rougail.leader.leader": "value2", + "rougail.leader.follower1": "val11", + "rougail.leader.follower2": "val21" + } + ], + "rougail.calculate": "value1" +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/errors/all.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/errors/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/file/all.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/file/all.cmdline_opts new file mode 100644 index 0000000..dca69fb --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/file/all.cmdline_opts @@ -0,0 +1,26 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower1", + "2", + "string3", + "--rougail.leader.follower2", + "0", + "string1", + "--rougail.leader.follower2", + "1", + "string2", + "--rougail.leader.follower2", + "2", + "string3", + "--rougail.calculate", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/makedict/all.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/makedict/all.json new file mode 100644 index 0000000..b034c3a --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/makedict/all.json @@ -0,0 +1,20 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "string1", + "rougail.leader.follower2": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "string2", + "rougail.leader.follower2": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "string3", + "rougail.leader.follower2": "string3" + } + ], + "rougail.calculate": "string1" +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/makedict/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/makedict/mandatories.json new file mode 100644 index 0000000..33b8ef0 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last/makedict/mandatories.json @@ -0,0 +1,15 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "value1", + "rougail.leader.follower1": "val11", + "rougail.leader.follower2": "val21" + }, + { + "rougail.leader.leader": "value2", + "rougail.leader.follower1": "val11", + "rougail.leader.follower2": "val21" + } + ], + "rougail.calculate": "value2" +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader/errors/all.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader/errors/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader/file/all.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-outside-leader/file/all.cmdline_opts new file mode 100644 index 0000000..3fdacf8 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader/file/all.cmdline_opts @@ -0,0 +1,28 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower1", + "2", + "string3", + "--rougail.leader.follower2", + "0", + "string1", + "--rougail.leader.follower2", + "1", + "string2", + "--rougail.leader.follower2", + "2", + "string3", + "--rougail.calculate", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-outside-leader/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader/makedict/all.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader/makedict/all.json new file mode 100644 index 0000000..c6a7fff --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader/makedict/all.json @@ -0,0 +1,24 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "string1", + "rougail.leader.follower2": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "string2", + "rougail.leader.follower2": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "string3", + "rougail.leader.follower2": "string3" + } + ], + "rougail.calculate": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader/makedict/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader/makedict/mandatories.json new file mode 100644 index 0000000..a279588 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader/makedict/mandatories.json @@ -0,0 +1,18 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "value1", + "rougail.leader.follower1": "val11", + "rougail.leader.follower2": "val21" + }, + { + "rougail.leader.leader": "value2", + "rougail.leader.follower1": "val11", + "rougail.leader.follower2": "val21" + } + ], + "rougail.calculate": [ + "value1", + "value2" + ] +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable/errors/all.json b/tests/results/test_namespace/40_9leadership-calculation-variable/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable/errors/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-variable/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable/file/all.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-variable/file/all.cmdline_opts new file mode 100644 index 0000000..552ce96 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable/file/all.cmdline_opts @@ -0,0 +1,28 @@ +[ + "--rougail.calculate", + "string1", + "string2", + "string3", + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower1", + "2", + "string3", + "--rougail.leader.follower2", + "0", + "string1", + "--rougail.leader.follower2", + "1", + "string2", + "--rougail.leader.follower2", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-variable/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable/makedict/all.json b/tests/results/test_namespace/40_9leadership-calculation-variable/makedict/all.json new file mode 100644 index 0000000..4badf32 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable/makedict/all.json @@ -0,0 +1,24 @@ +{ + "rougail.calculate": [ + "string1", + "string2", + "string3" + ], + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "string1", + "rougail.leader.follower2": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "string2", + "rougail.leader.follower2": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "string3", + "rougail.leader.follower2": "string3" + } + ] +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable/makedict/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-variable/makedict/mandatories.json new file mode 100644 index 0000000..d4009ef --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable/makedict/mandatories.json @@ -0,0 +1,18 @@ +{ + "rougail.calculate": [ + "value1", + "value2" + ], + "rougail.leader.leader": [ + { + "rougail.leader.leader": "value1", + "rougail.leader.follower1": "val11", + "rougail.leader.follower2": "val21" + }, + { + "rougail.leader.leader": "value2", + "rougail.leader.follower1": "val11", + "rougail.leader.follower2": "val21" + } + ] +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/errors/all.json b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/errors/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/file/all.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/file/all.cmdline_opts new file mode 100644 index 0000000..a1d4f1b --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/file/all.cmdline_opts @@ -0,0 +1,28 @@ +[ + "--rougail.leadership_1.leader", + "string1", + "string2", + "string3", + "--rougail.leadership_1.follower", + "0", + "string1", + "--rougail.leadership_1.follower", + "1", + "string2", + "--rougail.leadership_1.follower", + "2", + "string3", + "--rougail.leadership_2.leader", + "string1", + "string2", + "string3", + "--rougail.leadership_2.follower", + "0", + "string1", + "--rougail.leadership_2.follower", + "1", + "string2", + "--rougail.leadership_2.follower", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/file/mandatories.cmdline_opts new file mode 100644 index 0000000..6872536 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/file/mandatories.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.leadership_1.follower", + "0", + "string1", + "--rougail.leadership_1.follower", + "1", + "string2" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/makedict/all.json b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/makedict/all.json new file mode 100644 index 0000000..1e6ed66 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/makedict/all.json @@ -0,0 +1,30 @@ +{ + "rougail.leadership_1.leader": [ + { + "rougail.leadership_1.leader": "string1", + "rougail.leadership_1.follower": "string1" + }, + { + "rougail.leadership_1.leader": "string2", + "rougail.leadership_1.follower": "string2" + }, + { + "rougail.leadership_1.leader": "string3", + "rougail.leadership_1.follower": "string3" + } + ], + "rougail.leadership_2.leader": [ + { + "rougail.leadership_2.leader": "string1", + "rougail.leadership_2.follower": "string1" + }, + { + "rougail.leadership_2.leader": "string2", + "rougail.leadership_2.follower": "string2" + }, + { + "rougail.leadership_2.leader": "string3", + "rougail.leadership_2.follower": "string3" + } + ] +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/makedict/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/makedict/mandatories.json new file mode 100644 index 0000000..2e37a26 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower/makedict/mandatories.json @@ -0,0 +1,22 @@ +{ + "rougail.leadership_1.leader": [ + { + "rougail.leadership_1.leader": "value1", + "rougail.leadership_1.follower": "string1" + }, + { + "rougail.leadership_1.leader": "value2", + "rougail.leadership_1.follower": "string2" + } + ], + "rougail.leadership_2.leader": [ + { + "rougail.leadership_2.leader": "string1", + "rougail.leadership_2.follower": "val" + }, + { + "rougail.leadership_2.leader": "string2", + "rougail.leadership_2.follower": "val" + } + ] +} diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same/errors/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same/file/mandatories.cmdline_opts b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same/file/mandatories.cmdline_opts new file mode 100644 index 0000000..6872536 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same/file/mandatories.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.leadership_1.follower", + "0", + "string1", + "--rougail.leadership_1.follower", + "1", + "string2" +] \ No newline at end of file diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same/makedict/mandatories.json b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same/makedict/mandatories.json new file mode 100644 index 0000000..fc9aac5 --- /dev/null +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same/makedict/mandatories.json @@ -0,0 +1,28 @@ +{ + "rougail.leadership_1.leader": [ + { + "rougail.leadership_1.leader": "value1", + "rougail.leadership_1.follower": "string1" + }, + { + "rougail.leadership_1.leader": "value2", + "rougail.leadership_1.follower": "string2" + } + ], + "rougail.leadership_2.leader": [ + { + "rougail.leadership_2.leader": "value1", + "rougail.leadership_2.follower": [ + "value1", + "value2" + ] + }, + { + "rougail.leadership_2.leader": "value2", + "rougail.leadership_2.follower": [ + "value1", + "value2" + ] + } + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/41_0choice_leader/file/all.cmdline_opts b/tests/results/test_namespace/41_0choice_leader/file/all.cmdline_opts new file mode 100644 index 0000000..26c2e5f --- /dev/null +++ b/tests/results/test_namespace/41_0choice_leader/file/all.cmdline_opts @@ -0,0 +1,15 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "a", + "--rougail.leader.follower1", + "1", + "b", + "--rougail.leader.follower1", + "2", + "c" +] \ No newline at end of file diff --git a/tests/results/test_namespace/41_0choice_leader/file/mandatories.cmdline_opts b/tests/results/test_namespace/41_0choice_leader/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/41_0choice_leader/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/41_0choice_leader/makedict/all.json b/tests/results/test_namespace/41_0choice_leader/makedict/all.json new file mode 100644 index 0000000..5185cd3 --- /dev/null +++ b/tests/results/test_namespace/41_0choice_leader/makedict/all.json @@ -0,0 +1,16 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "a" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "b" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "c" + } + ] +} diff --git a/tests/results/test_namespace/41_0choice_leader/makedict/mandatories.json b/tests/results/test_namespace/41_0choice_leader/makedict/mandatories.json new file mode 100644 index 0000000..2aa2c23 --- /dev/null +++ b/tests/results/test_namespace/41_0choice_leader/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.leader.leader": [] +} diff --git a/tests/results/test_namespace/44_0leadership_hidden/errors/all.json b/tests/results/test_namespace/44_0leadership_hidden/errors/all.json new file mode 100644 index 0000000..50350c5 --- /dev/null +++ b/tests/results/test_namespace/44_0leadership_hidden/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.leader.leader string1 string2 string3" + ], + "warnings": [] +} \ No newline at end of file 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..acba74c --- /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/test_namespace/44_0leadership_hidden/file/all.cmdline_opts b/tests/results/test_namespace/44_0leadership_hidden/file/all.cmdline_opts new file mode 100644 index 0000000..08271e5 --- /dev/null +++ b/tests/results/test_namespace/44_0leadership_hidden/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/44_0leadership_hidden/file/mandatories.cmdline_opts b/tests/results/test_namespace/44_0leadership_hidden/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/44_0leadership_hidden/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/44_0leadership_hidden/makedict/all.json b/tests/results/test_namespace/44_0leadership_hidden/makedict/all.json new file mode 100644 index 0000000..2aa2c23 --- /dev/null +++ b/tests/results/test_namespace/44_0leadership_hidden/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.leader.leader": [] +} diff --git a/tests/results/test_namespace/44_0leadership_hidden/makedict/mandatories.json b/tests/results/test_namespace/44_0leadership_hidden/makedict/mandatories.json new file mode 100644 index 0000000..2aa2c23 --- /dev/null +++ b/tests/results/test_namespace/44_0leadership_hidden/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.leader.leader": [] +} diff --git a/tests/results/test_namespace/44_0leadership_leader_hidden/errors/all.json b/tests/results/test_namespace/44_0leadership_leader_hidden/errors/all.json new file mode 100644 index 0000000..50350c5 --- /dev/null +++ b/tests/results/test_namespace/44_0leadership_leader_hidden/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.leader.leader string1 string2 string3" + ], + "warnings": [] +} \ No newline at end of file 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..acba74c --- /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/test_namespace/44_0leadership_leader_hidden/file/all.cmdline_opts b/tests/results/test_namespace/44_0leadership_leader_hidden/file/all.cmdline_opts new file mode 100644 index 0000000..08271e5 --- /dev/null +++ b/tests/results/test_namespace/44_0leadership_leader_hidden/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/44_0leadership_leader_hidden/file/mandatories.cmdline_opts b/tests/results/test_namespace/44_0leadership_leader_hidden/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/44_0leadership_leader_hidden/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/44_0leadership_leader_hidden/makedict/all.json b/tests/results/test_namespace/44_0leadership_leader_hidden/makedict/all.json new file mode 100644 index 0000000..2aa2c23 --- /dev/null +++ b/tests/results/test_namespace/44_0leadership_leader_hidden/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.leader.leader": [] +} diff --git a/tests/results/test_namespace/44_0leadership_leader_hidden/makedict/mandatories.json b/tests/results/test_namespace/44_0leadership_leader_hidden/makedict/mandatories.json new file mode 100644 index 0000000..2aa2c23 --- /dev/null +++ b/tests/results/test_namespace/44_0leadership_leader_hidden/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.leader.leader": [] +} diff --git a/tests/results/test_namespace/44_1leadership_append_hidden_follower/errors/all.json b/tests/results/test_namespace/44_1leadership_append_hidden_follower/errors/all.json new file mode 100644 index 0000000..50350c5 --- /dev/null +++ b/tests/results/test_namespace/44_1leadership_append_hidden_follower/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.leader.leader string1 string2 string3" + ], + "warnings": [] +} \ No newline at end of file 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..acba74c --- /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/test_namespace/44_1leadership_append_hidden_follower/file/all.cmdline_opts b/tests/results/test_namespace/44_1leadership_append_hidden_follower/file/all.cmdline_opts new file mode 100644 index 0000000..08271e5 --- /dev/null +++ b/tests/results/test_namespace/44_1leadership_append_hidden_follower/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/44_1leadership_append_hidden_follower/file/mandatories.cmdline_opts b/tests/results/test_namespace/44_1leadership_append_hidden_follower/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/44_1leadership_append_hidden_follower/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/44_1leadership_append_hidden_follower/makedict/all.json b/tests/results/test_namespace/44_1leadership_append_hidden_follower/makedict/all.json new file mode 100644 index 0000000..2aa2c23 --- /dev/null +++ b/tests/results/test_namespace/44_1leadership_append_hidden_follower/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.leader.leader": [] +} diff --git a/tests/results/test_namespace/44_1leadership_append_hidden_follower/makedict/mandatories.json b/tests/results/test_namespace/44_1leadership_append_hidden_follower/makedict/mandatories.json new file mode 100644 index 0000000..2aa2c23 --- /dev/null +++ b/tests/results/test_namespace/44_1leadership_append_hidden_follower/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.leader.leader": [] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/44_4disabled_calcultion_follower/file/all.cmdline_opts b/tests/results/test_namespace/44_4disabled_calcultion_follower/file/all.cmdline_opts new file mode 100644 index 0000000..d7e72c8 --- /dev/null +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower/file/all.cmdline_opts @@ -0,0 +1,16 @@ +[ + "--rougail.condition", + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower", + "0", + "string1", + "--rougail.leader.follower", + "1", + "string2", + "--rougail.leader.follower", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower/file/mandatories.cmdline_opts b/tests/results/test_namespace/44_4disabled_calcultion_follower/file/mandatories.cmdline_opts new file mode 100644 index 0000000..2c85fbc --- /dev/null +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower/file/mandatories.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.leader.follower", + "0", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower/makedict/all.json b/tests/results/test_namespace/44_4disabled_calcultion_follower/makedict/all.json new file mode 100644 index 0000000..36b7eb4 --- /dev/null +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower/makedict/all.json @@ -0,0 +1,17 @@ +{ + "rougail.condition": true, + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower": "string3" + } + ] +} diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower/makedict/mandatories.json b/tests/results/test_namespace/44_4disabled_calcultion_follower/makedict/mandatories.json new file mode 100644 index 0000000..d9a20f0 --- /dev/null +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.condition": true, + "rougail.leader.leader": [ + { + "rougail.leader.leader": "a", + "rougail.leader.follower": "string1" + } + ] +} diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower_index/errors/all.json b/tests/results/test_namespace/44_4disabled_calcultion_follower_index/errors/all.json new file mode 100644 index 0000000..6e4988b --- /dev/null +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower_index/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.leadership.follower\" (a follower) at index \"0\" is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower_index/errors/mandatories.json b/tests/results/test_namespace/44_4disabled_calcultion_follower_index/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower_index/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower_index/file/all.cmdline_opts b/tests/results/test_namespace/44_4disabled_calcultion_follower_index/file/all.cmdline_opts new file mode 100644 index 0000000..95af4ec --- /dev/null +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower_index/file/all.cmdline_opts @@ -0,0 +1,15 @@ +[ + "--rougail.leadership.leader", + "string1", + "string2", + "string3", + "--rougail.leadership.follower", + "0", + "string1", + "--rougail.leadership.follower", + "1", + "string2", + "--rougail.leadership.follower", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower_index/file/mandatories.cmdline_opts b/tests/results/test_namespace/44_4disabled_calcultion_follower_index/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower_index/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower_index/makedict/all.json b/tests/results/test_namespace/44_4disabled_calcultion_follower_index/makedict/all.json new file mode 100644 index 0000000..7c788ee --- /dev/null +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower_index/makedict/all.json @@ -0,0 +1,15 @@ +{ + "rougail.leadership.leader": [ + { + "rougail.leadership.leader": "string1" + }, + { + "rougail.leadership.leader": "string2", + "rougail.leadership.follower": "string2" + }, + { + "rougail.leadership.leader": "string3", + "rougail.leadership.follower": "string3" + } + ] +} diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower_index/makedict/mandatories.json b/tests/results/test_namespace/44_4disabled_calcultion_follower_index/makedict/mandatories.json new file mode 100644 index 0000000..e92a0e0 --- /dev/null +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower_index/makedict/mandatories.json @@ -0,0 +1,11 @@ +{ + "rougail.leadership.leader": [ + { + "rougail.leadership.leader": "a" + }, + { + "rougail.leadership.leader": "b", + "rougail.leadership.follower": "value" + } + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/44_4leadership_mandatory/file/all.cmdline_opts b/tests/results/test_namespace/44_4leadership_mandatory/file/all.cmdline_opts new file mode 100644 index 0000000..04e542d --- /dev/null +++ b/tests/results/test_namespace/44_4leadership_mandatory/file/all.cmdline_opts @@ -0,0 +1,15 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower1", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/44_4leadership_mandatory/file/mandatories.cmdline_opts b/tests/results/test_namespace/44_4leadership_mandatory/file/mandatories.cmdline_opts new file mode 100644 index 0000000..08271e5 --- /dev/null +++ b/tests/results/test_namespace/44_4leadership_mandatory/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/44_4leadership_mandatory/makedict/all.json b/tests/results/test_namespace/44_4leadership_mandatory/makedict/all.json new file mode 100644 index 0000000..0b87e16 --- /dev/null +++ b/tests/results/test_namespace/44_4leadership_mandatory/makedict/all.json @@ -0,0 +1,16 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "string3" + } + ] +} diff --git a/tests/results/test_namespace/44_4leadership_mandatory/makedict/mandatories.json b/tests/results/test_namespace/44_4leadership_mandatory/makedict/mandatories.json new file mode 100644 index 0000000..49c6b93 --- /dev/null +++ b/tests/results/test_namespace/44_4leadership_mandatory/makedict/mandatories.json @@ -0,0 +1,16 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": null + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": null + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": null + } + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/44_4leadership_mandatory_follower/file/all.cmdline_opts b/tests/results/test_namespace/44_4leadership_mandatory_follower/file/all.cmdline_opts new file mode 100644 index 0000000..b304114 --- /dev/null +++ b/tests/results/test_namespace/44_4leadership_mandatory_follower/file/all.cmdline_opts @@ -0,0 +1,15 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower", + "0", + "string1", + "--rougail.leader.follower", + "1", + "string2", + "--rougail.leader.follower", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/44_4leadership_mandatory_follower/file/mandatories.cmdline_opts b/tests/results/test_namespace/44_4leadership_mandatory_follower/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/44_4leadership_mandatory_follower/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/44_4leadership_mandatory_follower/makedict/all.json b/tests/results/test_namespace/44_4leadership_mandatory_follower/makedict/all.json new file mode 100644 index 0000000..b36e936 --- /dev/null +++ b/tests/results/test_namespace/44_4leadership_mandatory_follower/makedict/all.json @@ -0,0 +1,16 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower": "string3" + } + ] +} diff --git a/tests/results/test_namespace/44_4leadership_mandatory_follower/makedict/mandatories.json b/tests/results/test_namespace/44_4leadership_mandatory_follower/makedict/mandatories.json new file mode 100644 index 0000000..2aa2c23 --- /dev/null +++ b/tests/results/test_namespace/44_4leadership_mandatory_follower/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.leader.leader": [] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/44_5leadership_leader_hidden_calculation/file/all.cmdline_opts b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/file/all.cmdline_opts new file mode 100644 index 0000000..1f537be --- /dev/null +++ b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/file/all.cmdline_opts @@ -0,0 +1,17 @@ +[ + "--rougail.condition", + "string1", + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower", + "0", + "string1", + "--rougail.leader.follower", + "1", + "string2", + "--rougail.leader.follower", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/file/mandatories.cmdline_opts b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/makedict/all.json b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/makedict/all.json new file mode 100644 index 0000000..036b46f --- /dev/null +++ b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/makedict/all.json @@ -0,0 +1,17 @@ +{ + "rougail.condition": "string1", + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower": "string3" + } + ] +} diff --git a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/makedict/mandatories.json b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/makedict/mandatories.json new file mode 100644 index 0000000..3aebf37 --- /dev/null +++ b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": "no", + "rougail.leader.leader": [] +} 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..acba74c --- /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/test_namespace/44_6leadership_follower_disabled_calculation/errors/mandatories.json b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/errors/mandatories.json new file mode 100644 index 0000000..e261b69 --- /dev/null +++ b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/errors/mandatories.json @@ -0,0 +1,8 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.leader.follower\" (a follower) at index \"0\" is disabled, it will be ignored when loading from Commandline", + "variable \"rougail.leader.follower\" (a follower) at index \"1\" is disabled, it will be ignored when loading from Commandline", + "variable \"rougail.leader.follower\" (a follower) at index \"2\" is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/file/all.cmdline_opts b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/file/all.cmdline_opts new file mode 100644 index 0000000..1f537be --- /dev/null +++ b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/file/all.cmdline_opts @@ -0,0 +1,17 @@ +[ + "--rougail.condition", + "string1", + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower", + "0", + "string1", + "--rougail.leader.follower", + "1", + "string2", + "--rougail.leader.follower", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/file/mandatories.cmdline_opts b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/file/mandatories.cmdline_opts new file mode 100644 index 0000000..b304114 --- /dev/null +++ b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/file/mandatories.cmdline_opts @@ -0,0 +1,15 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower", + "0", + "string1", + "--rougail.leader.follower", + "1", + "string2", + "--rougail.leader.follower", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/makedict/all.json b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/makedict/all.json new file mode 100644 index 0000000..036b46f --- /dev/null +++ b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/makedict/all.json @@ -0,0 +1,17 @@ +{ + "rougail.condition": "string1", + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower": "string3" + } + ] +} diff --git a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/makedict/mandatories.json b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/makedict/mandatories.json new file mode 100644 index 0000000..43f36ed --- /dev/null +++ b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation/makedict/mandatories.json @@ -0,0 +1,14 @@ +{ + "rougail.condition": "yes", + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1" + }, + { + "rougail.leader.leader": "string2" + }, + { + "rougail.leader.leader": "string3" + } + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/44_9calculated_default_leadership_leader/file/all.cmdline_opts b/tests/results/test_namespace/44_9calculated_default_leadership_leader/file/all.cmdline_opts new file mode 100644 index 0000000..b304114 --- /dev/null +++ b/tests/results/test_namespace/44_9calculated_default_leadership_leader/file/all.cmdline_opts @@ -0,0 +1,15 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower", + "0", + "string1", + "--rougail.leader.follower", + "1", + "string2", + "--rougail.leader.follower", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/44_9calculated_default_leadership_leader/file/mandatories.cmdline_opts b/tests/results/test_namespace/44_9calculated_default_leadership_leader/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/44_9calculated_default_leadership_leader/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/44_9calculated_default_leadership_leader/makedict/all.json b/tests/results/test_namespace/44_9calculated_default_leadership_leader/makedict/all.json new file mode 100644 index 0000000..b36e936 --- /dev/null +++ b/tests/results/test_namespace/44_9calculated_default_leadership_leader/makedict/all.json @@ -0,0 +1,16 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower": "string3" + } + ] +} diff --git a/tests/results/test_namespace/44_9calculated_default_leadership_leader/makedict/mandatories.json b/tests/results/test_namespace/44_9calculated_default_leadership_leader/makedict/mandatories.json new file mode 100644 index 0000000..0fed9fc --- /dev/null +++ b/tests/results/test_namespace/44_9calculated_default_leadership_leader/makedict/mandatories.json @@ -0,0 +1,11 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "a" + }, + { + "rougail.leader.leader": "b", + "rougail.leader.follower": "b" + } + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_dynamic/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic/file/all.cmdline_opts new file mode 100644 index 0000000..f9e605f --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic/file/mandatories.cmdline_opts new file mode 100644 index 0000000..73cda0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic/makedict/all.json new file mode 100644 index 0000000..964d10e --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic/makedict/mandatories.json new file mode 100644 index 0000000..964d10e --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_dynamic_1_0/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_1_0/file/all.cmdline_opts new file mode 100644 index 0000000..399c70f --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.vardyn", + "string1", + "--rougail.dynval2.vardyn", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_1_0/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_1_0/makedict/all.json new file mode 100644 index 0000000..7c0ba1c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.vardyn": "string1", + "rougail.dynval2.vardyn": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_0/makedict/mandatories.json new file mode 100644 index 0000000..067f16d --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.vardyn": null, + "rougail.dynval2.vardyn": null +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_dynamic_1_0_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/file/all.cmdline_opts new file mode 100644 index 0000000..399c70f --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.vardyn", + "string1", + "--rougail.dynval2.vardyn", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_empty/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/makedict/all.json new file mode 100644 index 0000000..7c0ba1c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.vardyn": "string1", + "rougail.dynval2.vardyn": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_empty/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/makedict/mandatories.json new file mode 100644 index 0000000..896cfe0 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": [] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_dynamic_1_0_type/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_1_0_type/file/all.cmdline_opts new file mode 100644 index 0000000..399c70f --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.vardyn", + "string1", + "--rougail.dynval2.vardyn", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_1_0_type/file/mandatories.cmdline_opts new file mode 100644 index 0000000..378d681 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.dynval1.vardyn", + "string1", + "--rougail.dynval2.vardyn", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_1_0_type/makedict/all.json new file mode 100644 index 0000000..7c0ba1c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.vardyn": "string1", + "rougail.dynval2.vardyn": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_0_type/makedict/mandatories.json new file mode 100644 index 0000000..7c0ba1c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.vardyn": "string1", + "rougail.dynval2.vardyn": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_dynamic_1_0_type_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/file/all.cmdline_opts new file mode 100644 index 0000000..399c70f --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.vardyn", + "string1", + "--rougail.dynval2.vardyn", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..7c0ba1c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.vardyn": "string1", + "rougail.dynval2.vardyn": "string1" +} diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..896cfe0 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": [] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_dynamic_1_1/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_1_1/file/all.cmdline_opts new file mode 100644 index 0000000..399c70f --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_1/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.vardyn", + "string1", + "--rougail.dynval2.vardyn", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_1_1/file/mandatories.cmdline_opts new file mode 100644 index 0000000..378d681 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_1/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.dynval1.vardyn", + "string1", + "--rougail.dynval2.vardyn", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_1_1/makedict/all.json new file mode 100644 index 0000000..7c0ba1c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_1/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.vardyn": "string1", + "rougail.dynval2.vardyn": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_1/makedict/mandatories.json new file mode 100644 index 0000000..7c0ba1c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_1/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.vardyn": "string1", + "rougail.dynval2.vardyn": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_dynamic_1_1_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/file/all.cmdline_opts new file mode 100644 index 0000000..399c70f --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.vardyn", + "string1", + "--rougail.dynval2.vardyn", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1_empty/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/makedict/all.json new file mode 100644 index 0000000..7c0ba1c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.vardyn": "string1", + "rougail.dynval2.vardyn": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1_empty/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/makedict/mandatories.json new file mode 100644 index 0000000..896cfe0 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_1_1_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": [] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_dynamic_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_empty/file/all.cmdline_opts new file mode 100644 index 0000000..848bc56 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_empty/file/all.cmdline_opts @@ -0,0 +1,12 @@ +[ + "--rougail.var", + "string1", + "string2", + "string3", + "--rougail.dynstring1.var", + "string1", + "--rougail.dynstring2.var", + "string1", + "--rougail.dynstring3.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_empty/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_empty/makedict/all.json new file mode 100644 index 0000000..3d606d0 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_empty/makedict/all.json @@ -0,0 +1,10 @@ +{ + "rougail.var": [ + "string1", + "string2", + "string3" + ], + "rougail.dynstring1.var": "string1", + "rougail.dynstring2.var": "string1", + "rougail.dynstring3.var": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_empty/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_empty/makedict/mandatories.json new file mode 100644 index 0000000..896cfe0 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": [] +} diff --git a/tests/results/test_namespace/60_0family_dynamic_forbidden_char/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_forbidden_char/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_forbidden_char/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_forbidden_char/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_forbidden_char/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_forbidden_char/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_forbidden_char/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_forbidden_char/file/all.cmdline_opts new file mode 100644 index 0000000..a317e5e --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_forbidden_char/file/all.cmdline_opts @@ -0,0 +1,13 @@ +[ + "--rougail.var", + "val.1", + "val.2", + "--rougail.dynval_1.var1", + "string1", + "--rougail.dynval_1.var2", + "string1", + "--rougail.dynval_2.var1", + "string1", + "--rougail.dynval_2.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_forbidden_char/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_forbidden_char/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_forbidden_char/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_forbidden_char/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_forbidden_char/makedict/all.json new file mode 100644 index 0000000..1041fe9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_forbidden_char/makedict/all.json @@ -0,0 +1,10 @@ +{ + "rougail.var": [ + "val.1", + "val.2" + ], + "rougail.dynval_1.var1": "string1", + "rougail.dynval_1.var2": "string1", + "rougail.dynval_2.var1": "string1", + "rougail.dynval_2.var2": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_forbidden_char/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_forbidden_char/makedict/mandatories.json new file mode 100644 index 0000000..24b29ed --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_forbidden_char/makedict/mandatories.json @@ -0,0 +1,10 @@ +{ + "rougail.var": [ + "val.1", + "val.2" + ], + "rougail.dynval_1.var1": "val.1", + "rougail.dynval_1.var2": "val.1", + "rougail.dynval_2.var1": "val.2", + "rougail.dynval_2.var2": "val.2" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_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_integer_empty/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_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_dynamic_jinja_integer_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/file/all.cmdline_opts new file mode 100644 index 0000000..346af10 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var", + "1", + "2", + "--rougail.dyn1.var", + "string1", + "--rougail.dyn2.var", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..b9cd75f --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/makedict/all.json new file mode 100644 index 0000000..cf10cd5 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var": [ + 1, + 2 + ], + "rougail.dyn1.var": "string1", + "rougail.dyn2.var": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/makedict/mandatories.json new file mode 100644 index 0000000..96371b5 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var": [], + "rougail.var2": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_dynamic_jinja_number/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_jinja_number/file/all.cmdline_opts new file mode 100644 index 0000000..346af10 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var", + "1", + "2", + "--rougail.dyn1.var", + "string1", + "--rougail.dyn2.var", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_jinja_number/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_jinja_number/makedict/all.json new file mode 100644 index 0000000..cf10cd5 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var": [ + 1, + 2 + ], + "rougail.dyn1.var": "string1", + "rougail.dyn2.var": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_jinja_number/makedict/mandatories.json new file mode 100644 index 0000000..5614366 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.var": [ + 1, + 2 + ], + "rougail.dyn1.var": "val", + "rougail.dyn2.var": "val", + "rougail.var2": "val" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_dynamic_no_description/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_no_description/file/all.cmdline_opts new file mode 100644 index 0000000..f9e605f --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_no_description/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_no_description/file/mandatories.cmdline_opts new file mode 100644 index 0000000..73cda0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_no_description/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_no_description/makedict/all.json new file mode 100644 index 0000000..964d10e --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_no_description/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_no_description/makedict/mandatories.json new file mode 100644 index 0000000..964d10e --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_no_description/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_dynamic_no_description_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/file/all.cmdline_opts new file mode 100644 index 0000000..f9e605f --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description_empty/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/makedict/all.json new file mode 100644 index 0000000..964d10e --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description_empty/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/makedict/mandatories.json new file mode 100644 index 0000000..896cfe0 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_no_description_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": [] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_dynamic_static/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_static/file/all.cmdline_opts new file mode 100644 index 0000000..73cda0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_static/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_static/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_static/file/mandatories.cmdline_opts new file mode 100644 index 0000000..73cda0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_static/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_static/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_static/makedict/all.json new file mode 100644 index 0000000..3e7362b --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_static/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_static/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_static/makedict/mandatories.json new file mode 100644 index 0000000..3e7362b --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_static/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_dynamic_test/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_test/file/all.cmdline_opts new file mode 100644 index 0000000..f9e605f --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_test/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_test/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_test/file/mandatories.cmdline_opts new file mode 100644 index 0000000..f9e605f --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_test/file/mandatories.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_test/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_test/makedict/all.json new file mode 100644 index 0000000..964d10e --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_test/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_test/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_test/makedict/mandatories.json new file mode 100644 index 0000000..964d10e --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_test/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_upper_char/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_upper_char/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_upper_char/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_upper_char/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_upper_char/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_upper_char/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_upper_char/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_upper_char/file/all.cmdline_opts new file mode 100644 index 0000000..61fa59c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_upper_char/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "Val1", + "VAL2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_upper_char/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_upper_char/file/mandatories.cmdline_opts new file mode 100644 index 0000000..73cda0a --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_upper_char/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_upper_char/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_upper_char/makedict/all.json new file mode 100644 index 0000000..0381777 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_upper_char/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "Val1", + "VAL2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_upper_char/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_upper_char/makedict/mandatories.json new file mode 100644 index 0000000..0381777 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_upper_char/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "Val1", + "VAL2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_dynamic_variable_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_variable_empty/file/all.cmdline_opts new file mode 100644 index 0000000..848bc56 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_empty/file/all.cmdline_opts @@ -0,0 +1,12 @@ +[ + "--rougail.var", + "string1", + "string2", + "string3", + "--rougail.dynstring1.var", + "string1", + "--rougail.dynstring2.var", + "string1", + "--rougail.dynstring3.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_variable_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..4ff6bf1 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_empty/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_empty/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_variable_empty/makedict/all.json new file mode 100644 index 0000000..3d606d0 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_empty/makedict/all.json @@ -0,0 +1,10 @@ +{ + "rougail.var": [ + "string1", + "string2", + "string3" + ], + "rougail.dynstring1.var": "string1", + "rougail.dynstring2.var": "string1", + "rougail.dynstring3.var": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_empty/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_variable_empty/makedict/mandatories.json new file mode 100644 index 0000000..6148338 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_empty/makedict/mandatories.json @@ -0,0 +1,10 @@ +{ + "rougail.var": [ + "string1", + "string2", + "string3" + ], + "rougail.dynstring1.var": "val", + "rougail.dynstring2.var": "val", + "rougail.dynstring3.var": "val" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_optional/errors/all.json b/tests/results/test_namespace/60_0family_dynamic_variable_optional/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_optional/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_optional/errors/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_variable_optional/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_optional/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_optional/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_variable_optional/file/all.cmdline_opts new file mode 100644 index 0000000..030e068 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_optional/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.dyna.var", + "string1", + "--rougail.dynb.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_optional/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_variable_optional/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_optional/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_optional/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_variable_optional/makedict/all.json new file mode 100644 index 0000000..ca56744 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_optional/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.dyna.var": "string1", + "rougail.dynb.var": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_optional/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_variable_optional/makedict/mandatories.json new file mode 100644 index 0000000..d0a4584 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_optional/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.dyna.var": "val", + "rougail.dynb.var": "val" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_dynamic_variable_suffix/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/file/all.cmdline_opts new file mode 100644 index 0000000..f9e605f --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/makedict/all.json new file mode 100644 index 0000000..964d10e --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/makedict/mandatories.json new file mode 100644 index 0000000..05be273 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "a value", + "rougail.dynval2.var": "a value" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_dynamic_variable_suffix_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/file/all.cmdline_opts new file mode 100644 index 0000000..f9e605f --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..d9612e0 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/file/mandatories.cmdline_opts @@ -0,0 +1,5 @@ +[ + "--rougail.var", + "val1", + "val2" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/makedict/all.json b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/makedict/all.json new file mode 100644 index 0000000..964d10e --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/makedict/mandatories.json b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/makedict/mandatories.json new file mode 100644 index 0000000..05be273 --- /dev/null +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "a value", + "rougail.dynval2.var": "a value" +} 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..acba74c --- /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..acba74c --- /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.cmdline_opts b/tests/results/test_namespace/60_0family_empty/file/all.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_empty/file/all.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file 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..d31a3bc --- /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..d31a3bc --- /dev/null +++ b/tests/results/test_namespace/60_0family_empty/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/test_namespace/60_0family_hidden/errors/all.json b/tests/results/test_namespace/60_0family_hidden/errors/all.json new file mode 100644 index 0000000..5195115 --- /dev/null +++ b/tests/results/test_namespace/60_0family_hidden/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.family.var string1" + ], + "warnings": [] +} \ No newline at end of file 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..acba74c --- /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/test_namespace/60_0family_hidden/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_hidden/file/all.cmdline_opts new file mode 100644 index 0000000..87022eb --- /dev/null +++ b/tests/results/test_namespace/60_0family_hidden/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_hidden/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_hidden/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_hidden/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_hidden/makedict/all.json b/tests/results/test_namespace/60_0family_hidden/makedict/all.json new file mode 100644 index 0000000..237838a --- /dev/null +++ b/tests/results/test_namespace/60_0family_hidden/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.family.var": null +} diff --git a/tests/results/test_namespace/60_0family_hidden/makedict/mandatories.json b/tests/results/test_namespace/60_0family_hidden/makedict/mandatories.json new file mode 100644 index 0000000..237838a --- /dev/null +++ b/tests/results/test_namespace/60_0family_hidden/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.family.var": null +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_0family_mode/file/all.cmdline_opts b/tests/results/test_namespace/60_0family_mode/file/all.cmdline_opts new file mode 100644 index 0000000..87022eb --- /dev/null +++ b/tests/results/test_namespace/60_0family_mode/file/all.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.family.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_mode/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_0family_mode/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_0family_mode/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_0family_mode/makedict/all.json b/tests/results/test_namespace/60_0family_mode/makedict/all.json new file mode 100644 index 0000000..227a3bf --- /dev/null +++ b/tests/results/test_namespace/60_0family_mode/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.family.var": "string1" +} diff --git a/tests/results/test_namespace/60_0family_mode/makedict/mandatories.json b/tests/results/test_namespace/60_0family_mode/makedict/mandatories.json new file mode 100644 index 0000000..ee3deeb --- /dev/null +++ b/tests/results/test_namespace/60_0family_mode/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.family.var": "non" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_1family_dynamic_jinja/file/all.cmdline_opts b/tests/results/test_namespace/60_1family_dynamic_jinja/file/all.cmdline_opts new file mode 100644 index 0000000..0cf6b0a --- /dev/null +++ b/tests/results/test_namespace/60_1family_dynamic_jinja/file/all.cmdline_opts @@ -0,0 +1,12 @@ +[ + "--rougail.var", + "string1", + "string2", + "string3", + "--rougail.dyn1.var", + "string1", + "--rougail.dyn2.var", + "string1", + "--rougail.dyn3.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_1family_dynamic_jinja/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_1family_dynamic_jinja/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_1family_dynamic_jinja/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_1family_dynamic_jinja/makedict/all.json b/tests/results/test_namespace/60_1family_dynamic_jinja/makedict/all.json new file mode 100644 index 0000000..deb2844 --- /dev/null +++ b/tests/results/test_namespace/60_1family_dynamic_jinja/makedict/all.json @@ -0,0 +1,10 @@ +{ + "rougail.var": [ + "string1", + "string2", + "string3" + ], + "rougail.dyn1.var": "string1", + "rougail.dyn2.var": "string1", + "rougail.dyn3.var": "string1" +} diff --git a/tests/results/test_namespace/60_1family_dynamic_jinja/makedict/mandatories.json b/tests/results/test_namespace/60_1family_dynamic_jinja/makedict/mandatories.json new file mode 100644 index 0000000..0c9d7ef --- /dev/null +++ b/tests/results/test_namespace/60_1family_dynamic_jinja/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dyn1.var": "val", + "rougail.dyn2.var": "val" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_2family_dynamic_jinja_fill_sub_group/file/all.cmdline_opts b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/file/all.cmdline_opts new file mode 100644 index 0000000..ace50e9 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var1", + "val1", + "val2", + "--rougail.dynval1.family.var", + "string1", + "--rougail.dynval2.family.var", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/file/mandatories.cmdline_opts new file mode 100644 index 0000000..ac70e73 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.dynval1.family.var", + "string1", + "--rougail.dynval2.family.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..66b7556 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.family.var": "string1", + "rougail.dynval2.family.var": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..66b7556 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.family.var": "string1", + "rougail.dynval2.family.var": "string1", + "rougail.var2": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/file/all.cmdline_opts b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/file/all.cmdline_opts new file mode 100644 index 0000000..bf62479 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.family.var", + "string1", + "--rougail.dynval2.family.var", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..8aa589d --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.family.var": "string1", + "rougail.dynval2.family.var": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..2f5d36d --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.family.var": "val1", + "rougail.dynval2.family.var": "val2", + "rougail.var2": "val1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all.cmdline_opts new file mode 100644 index 0000000..bf62479 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.family.var", + "string1", + "--rougail.dynval2.family.var", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..8aa589d --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.family.var": "string1", + "rougail.dynval2.family.var": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..44efff7 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var": [], + "rougail.var2": null +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/file/all.cmdline_opts new file mode 100644 index 0000000..ace50e9 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var1", + "val1", + "val2", + "--rougail.dynval1.family.var", + "string1", + "--rougail.dynval2.family.var", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..66b7556 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.family.var": "string1", + "rougail.dynval2.family.var": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..a5dae62 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": [], + "rougail.var2": null +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_2family_dynamic_outside_calc/file/all.cmdline_opts b/tests/results/test_namespace/60_2family_dynamic_outside_calc/file/all.cmdline_opts new file mode 100644 index 0000000..0779646 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var1", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1", + "--rougail.newvar", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_2family_dynamic_outside_calc/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc/makedict/all.json b/tests/results/test_namespace/60_2family_dynamic_outside_calc/makedict/all.json new file mode 100644 index 0000000..aa87dd0 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1", + "rougail.newvar": "string1" +} diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc/makedict/mandatories.json b/tests/results/test_namespace/60_2family_dynamic_outside_calc/makedict/mandatories.json new file mode 100644 index 0000000..ebe8198 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "val", + "rougail.dynval2.var": "val", + "rougail.newvar": "val" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_2family_dynamic_outside_calc_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/file/all.cmdline_opts new file mode 100644 index 0000000..0779646 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var1", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1", + "--rougail.newvar", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/makedict/all.json b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/makedict/all.json new file mode 100644 index 0000000..aa87dd0 --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1", + "rougail.newvar": "string1" +} diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/makedict/mandatories.json b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/makedict/mandatories.json new file mode 100644 index 0000000..81d10ff --- /dev/null +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": [], + "rougail.newvar": null +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_calc2/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc2/file/all.cmdline_opts new file mode 100644 index 0000000..c78df06 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc2/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.var2", + "string1", + "--rougail.dynval1.vardyn", + "string1", + "--rougail.dynval2.vardyn", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..b9cd75f --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc2/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc2/makedict/all.json new file mode 100644 index 0000000..6ef3c16 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc2/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.var2": "string1", + "rougail.dynval1.vardyn": "string1", + "rougail.dynval2.vardyn": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc2/makedict/mandatories.json new file mode 100644 index 0000000..b491fea --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc2/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.var2": "string1", + "rougail.dynval1.vardyn": "val", + "rougail.dynval2.vardyn": "val" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_calc2_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/file/all.cmdline_opts new file mode 100644 index 0000000..c78df06 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.var2", + "string1", + "--rougail.dynval1.vardyn", + "string1", + "--rougail.dynval2.vardyn", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..b9cd75f --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/makedict/all.json new file mode 100644 index 0000000..6ef3c16 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.var2": "string1", + "rougail.dynval1.vardyn": "string1", + "rougail.dynval2.vardyn": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/makedict/mandatories.json new file mode 100644 index 0000000..96371b5 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc2_empty/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var": [], + "rougail.var2": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_calc_suffix/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/file/all.cmdline_opts new file mode 100644 index 0000000..999e373 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var1", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/file/mandatories.cmdline_opts new file mode 100644 index 0000000..73cda0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/makedict/all.json new file mode 100644 index 0000000..62f7841 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/makedict/mandatories.json new file mode 100644 index 0000000..62f7841 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1", + "rougail.var2": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_calc_suffix2/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/file/all.cmdline_opts new file mode 100644 index 0000000..f9e605f --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/makedict/all.json new file mode 100644 index 0000000..964d10e --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/makedict/mandatories.json new file mode 100644 index 0000000..080540d --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "val1", + "rougail.dynval2.var": "val2" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_calc_suffix2_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/file/all.cmdline_opts new file mode 100644 index 0000000..f9e605f --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/makedict/all.json new file mode 100644 index 0000000..964d10e --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/makedict/mandatories.json new file mode 100644 index 0000000..896cfe0 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": [] +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/errors/all.json new file mode 100644 index 0000000..05c64bd --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.dynval1.var\" (A dynamic variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/errors/mandatories.json new file mode 100644 index 0000000..05c64bd --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/errors/mandatories.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.dynval1.var\" (A dynamic variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/file/all.cmdline_opts new file mode 100644 index 0000000..73cda0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/file/mandatories.cmdline_opts new file mode 100644 index 0000000..73cda0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/makedict/all.json new file mode 100644 index 0000000..121f790 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.dynval2.var": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/makedict/mandatories.json new file mode 100644 index 0000000..121f790 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.dynval2.var": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/errors/all.json new file mode 100644 index 0000000..e3fa121 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/errors/all.json @@ -0,0 +1,7 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.dynval1.var\" (A dynamic variable) is disabled, it will be ignored when loading from Commandline", + "variable \"rougail.dynval2.var\" (A dynamic variable) is disabled, it will be ignored when loading from Commandline" + ] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/errors/mandatories.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_disabled2/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/file/all.cmdline_opts new file mode 100644 index 0000000..999e373 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var1", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..b9cd75f --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/makedict/all.json new file mode 100644 index 0000000..f8ce77e --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/makedict/all.json @@ -0,0 +1,7 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/makedict/mandatories.json new file mode 100644 index 0000000..a53e20b --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": [], + "rougail.var2": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_calc_suffix_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/file/all.cmdline_opts new file mode 100644 index 0000000..999e373 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var1", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..b9cd75f --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/makedict/all.json new file mode 100644 index 0000000..62f7841 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/makedict/mandatories.json new file mode 100644 index 0000000..a53e20b --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": [], + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/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_2/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/errors/mandatories.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_2/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/file/all.cmdline_opts new file mode 100644 index 0000000..9a803e4 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "val1", + "--rougail.dynval1.var", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..b9cd75f --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/makedict/all.json new file mode 100644 index 0000000..f09424a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/makedict/all.json @@ -0,0 +1,7 @@ +{ + "rougail.var1": [ + "val1" + ], + "rougail.dynval1.var": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/makedict/mandatories.json new file mode 100644 index 0000000..a53e20b --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": [], + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/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_3/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/errors/mandatories.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_3/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/file/all.cmdline_opts new file mode 100644 index 0000000..7654b59 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var2", + "string1", + "--rougail.var1", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/file/mandatories.cmdline_opts new file mode 100644 index 0000000..b9cd75f --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/makedict/all.json new file mode 100644 index 0000000..00f23fc --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var2": "string1", + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/makedict/mandatories.json new file mode 100644 index 0000000..f47e2b4 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var2": "string1", + "rougail.var1": [] +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/errors/all.json new file mode 100644 index 0000000..1b00dca --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.dynval1.var string1 --rougail.dynval2.var string1" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/errors/mandatories.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_hidden/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/file/all.cmdline_opts new file mode 100644 index 0000000..999e373 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var1", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/makedict/all.json new file mode 100644 index 0000000..636e3e8 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "a value", + "rougail.dynval2.var": "a value", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/makedict/mandatories.json new file mode 100644 index 0000000..1d1dc5d --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "a value", + "rougail.dynval2.var": "a value", + "rougail.var2": "a value" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/errors/all.json new file mode 100644 index 0000000..79e6640 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.dynval1.var --rougail.dynval2.var" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/errors/mandatories.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_hidden_boolean/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/file/all.cmdline_opts new file mode 100644 index 0000000..d1d7a70 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var1", + "val1", + "val2", + "--rougail.dynval1.var", + "--rougail.dynval2.var", + "--rougail.var2" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/makedict/all.json new file mode 100644 index 0000000..43113e7 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.var": true, + "rougail.dynval2.var": true, + "rougail.var2": true +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/makedict/mandatories.json new file mode 100644 index 0000000..43113e7 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.var": true, + "rougail.dynval2.var": true, + "rougail.var2": true +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/errors/all.json new file mode 100644 index 0000000..fb4e854 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.dynval1.var string1 string2 string3 --rougail.dynval2.var string1 string2 string3" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/errors/mandatories.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_hidden_multi/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/file/all.cmdline_opts new file mode 100644 index 0000000..97f5433 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/file/all.cmdline_opts @@ -0,0 +1,17 @@ +[ + "--rougail.var1", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "string2", + "string3", + "--rougail.dynval2.var", + "string1", + "string2", + "string3", + "--rougail.var2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/makedict/all.json new file mode 100644 index 0000000..14977bc --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/makedict/all.json @@ -0,0 +1,19 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.var": [ + "a value", + "a second value" + ], + "rougail.dynval2.var": [ + "a value", + "a second value" + ], + "rougail.var2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/makedict/mandatories.json new file mode 100644 index 0000000..8a9f4fa --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi/makedict/mandatories.json @@ -0,0 +1,18 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.var": [ + "a value", + "a second value" + ], + "rougail.dynval2.var": [ + "a value", + "a second value" + ], + "rougail.var2": [ + "a value", + "a second value" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_calc_suffix_param/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/file/all.cmdline_opts new file mode 100644 index 0000000..f9e605f --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/makedict/all.json new file mode 100644 index 0000000..964d10e --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/makedict/mandatories.json new file mode 100644 index 0000000..080540d --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "val1", + "rougail.dynval2.var": "val2" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_calc_suffix_param_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/file/all.cmdline_opts new file mode 100644 index 0000000..f9e605f --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/file/all.cmdline_opts @@ -0,0 +1,9 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..964d10e --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/makedict/all.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1" +} diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..896cfe0 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": [] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_calc_variable/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_variable/file/all.cmdline_opts new file mode 100644 index 0000000..999e373 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var1", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_variable/file/mandatories.cmdline_opts new file mode 100644 index 0000000..73cda0a --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable/makedict/all.json new file mode 100644 index 0000000..62f7841 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable/makedict/mandatories.json new file mode 100644 index 0000000..62f7841 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1", + "rougail.var2": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_calc_variable_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/file/all.cmdline_opts new file mode 100644 index 0000000..999e373 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var1", + "val1", + "val2", + "--rougail.dynval1.var", + "string1", + "--rougail.dynval2.var", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..b9cd75f --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/makedict/all.json new file mode 100644 index 0000000..62f7841 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.var": "string1", + "rougail.dynval2.var": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/makedict/mandatories.json new file mode 100644 index 0000000..a53e20b --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": [], + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/errors/all.json new file mode 100644 index 0000000..29471ec --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "unrecognized arguments: --rougail.dynval2.var string1 --rougail.dynval2.family.var string1" + ], + "warnings": [] +} \ No newline at end of file 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..acba74c --- /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/test_namespace/60_5family_dynamic_hidden_suffix/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/file/all.cmdline_opts new file mode 100644 index 0000000..8ad86b7 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/file/all.cmdline_opts @@ -0,0 +1,10 @@ +[ + "--rougail.dynval1.var", + "string1", + "--rougail.dynval1.family.var", + "string1", + "--rougail.dynval2.var", + "string1", + "--rougail.dynval2.family.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/makedict/all.json new file mode 100644 index 0000000..14202ee --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/makedict/all.json @@ -0,0 +1,6 @@ +{ + "rougail.dynval1.var": "string1", + "rougail.dynval1.family.var": "string1", + "rougail.dynval2.var": null, + "rougail.dynval2.family.var": null +} diff --git a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/makedict/mandatories.json new file mode 100644 index 0000000..9407381 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix/makedict/mandatories.json @@ -0,0 +1,6 @@ +{ + "rougail.dynval1.var": null, + "rougail.dynval1.family.var": null, + "rougail.dynval2.var": null, + "rougail.dynval2.family.var": null +} diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/file/all.cmdline_opts new file mode 100644 index 0000000..98fb953 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/file/all.cmdline_opts @@ -0,0 +1,21 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.val1_dyn.var1", + "string1", + "--rougail.val1_dyn.var2", + "string1", + "--rougail.val1_dyn.var3", + "string1", + "--rougail.val1_dyn.var4", + "string1", + "--rougail.val2_dyn.var1", + "string1", + "--rougail.val2_dyn.var2", + "string1", + "--rougail.val2_dyn.var3", + "string1", + "--rougail.val2_dyn.var4", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/makedict/all.json new file mode 100644 index 0000000..98f4ded --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix/makedict/all.json @@ -0,0 +1,12 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.val1_dyn.var1": "string1", + "rougail.val1_dyn.var2": "string1", + "rougail.val1_dyn.var3": "string1", + "rougail.val2_dyn.var1": "string1", + "rougail.val2_dyn.var2": "string1", + "rougail.val2_dyn.var3": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_unknown_suffix_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/file/all.cmdline_opts new file mode 100644 index 0000000..8546895 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/file/all.cmdline_opts @@ -0,0 +1,39 @@ +[ + "--rougail.var", + "val1", + "val2", + "val3", + "val4", + "--rougail.val1_dyn.var1", + "string1", + "--rougail.val1_dyn.var2", + "string1", + "--rougail.val1_dyn.var3", + "string1", + "--rougail.val1_dyn.var4", + "string1", + "--rougail.val2_dyn.var1", + "string1", + "--rougail.val2_dyn.var2", + "string1", + "--rougail.val2_dyn.var3", + "string1", + "--rougail.val2_dyn.var4", + "string1", + "--rougail.val3_dyn.var1", + "string1", + "--rougail.val3_dyn.var2", + "string1", + "--rougail.val3_dyn.var3", + "string1", + "--rougail.val3_dyn.var4", + "string1", + "--rougail.val4_dyn.var1", + "string1", + "--rougail.val4_dyn.var2", + "string1", + "--rougail.val4_dyn.var3", + "string1", + "--rougail.val4_dyn.var4", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/makedict/all.json new file mode 100644 index 0000000..4bf8583 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/makedict/all.json @@ -0,0 +1,24 @@ +{ + "rougail.var": [ + "val1", + "val2", + "val3", + "val4" + ], + "rougail.val1_dyn.var1": "string1", + "rougail.val1_dyn.var2": "string1", + "rougail.val1_dyn.var3": "string1", + "rougail.val1_dyn.var4": "string1", + "rougail.val2_dyn.var1": "string1", + "rougail.val2_dyn.var2": "string1", + "rougail.val2_dyn.var3": "string1", + "rougail.val2_dyn.var4": "string1", + "rougail.val3_dyn.var1": "string1", + "rougail.val3_dyn.var2": "string1", + "rougail.val3_dyn.var3": "string1", + "rougail.val3_dyn.var4": "string1", + "rougail.val4_dyn.var1": "string1", + "rougail.val4_dyn.var2": "string1", + "rougail.val4_dyn.var3": "string1", + "rougail.val4_dyn.var4": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/makedict/mandatories.json new file mode 100644 index 0000000..896cfe0 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": [] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_variable_outside/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside/file/all.cmdline_opts new file mode 100644 index 0000000..3049411 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside/file/all.cmdline_opts @@ -0,0 +1,13 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.my_dyn_family_val1.var", + "string1", + "--rougail.my_dyn_family_val2.var", + "string1", + "--rougail.var2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside/makedict/all.json new file mode 100644 index 0000000..bb99855 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside/makedict/all.json @@ -0,0 +1,13 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.my_dyn_family_val1.var": "string1", + "rougail.my_dyn_family_val2.var": "string1", + "rougail.var2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside/makedict/mandatories.json new file mode 100644 index 0000000..44a9b80 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside/makedict/mandatories.json @@ -0,0 +1,12 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.my_dyn_family_val1.var": "val1", + "rougail.my_dyn_family_val2.var": "val2", + "rougail.var2": [ + "val1", + "val2" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_variable_outside2/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/file/all.cmdline_opts new file mode 100644 index 0000000..64a26b6 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/file/all.cmdline_opts @@ -0,0 +1,13 @@ +[ + "--rougail.var2", + "string1", + "string2", + "string3", + "--rougail.var", + "val1", + "val2", + "--rougail.my_dyn_family_val1.var", + "string1", + "--rougail.my_dyn_family_val2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/makedict/all.json new file mode 100644 index 0000000..6b72dae --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/makedict/all.json @@ -0,0 +1,13 @@ +{ + "rougail.var2": [ + "string1", + "string2", + "string3" + ], + "rougail.var": [ + "val1", + "val2" + ], + "rougail.my_dyn_family_val1.var": "string1", + "rougail.my_dyn_family_val2.var": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/makedict/mandatories.json new file mode 100644 index 0000000..7ad3fc3 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2/makedict/mandatories.json @@ -0,0 +1,12 @@ +{ + "rougail.var2": [ + "val1", + "val2" + ], + "rougail.var": [ + "val1", + "val2" + ], + "rougail.my_dyn_family_val1.var": "val1", + "rougail.my_dyn_family_val2.var": "val2" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_variable_outside2_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/file/all.cmdline_opts new file mode 100644 index 0000000..64a26b6 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/file/all.cmdline_opts @@ -0,0 +1,13 @@ +[ + "--rougail.var2", + "string1", + "string2", + "string3", + "--rougail.var", + "val1", + "val2", + "--rougail.my_dyn_family_val1.var", + "string1", + "--rougail.my_dyn_family_val2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..60f48f2 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/makedict/all.json new file mode 100644 index 0000000..6b72dae --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/makedict/all.json @@ -0,0 +1,13 @@ +{ + "rougail.var2": [ + "string1", + "string2", + "string3" + ], + "rougail.var": [ + "val1", + "val2" + ], + "rougail.my_dyn_family_val1.var": "string1", + "rougail.my_dyn_family_val2.var": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/makedict/mandatories.json new file mode 100644 index 0000000..f202728 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var2": [ + "string1", + "string2", + "string3" + ], + "rougail.var": [] +} diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/errors/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_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_5family_dynamic_variable_outside_1_0/errors/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/errors/mandatories.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_1_0/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/file/all.cmdline_opts new file mode 100644 index 0000000..3049411 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/file/all.cmdline_opts @@ -0,0 +1,13 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.my_dyn_family_val1.var", + "string1", + "--rougail.my_dyn_family_val2.var", + "string1", + "--rougail.var2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/makedict/all.json new file mode 100644 index 0000000..bb99855 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/makedict/all.json @@ -0,0 +1,13 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.my_dyn_family_val1.var": "string1", + "rougail.my_dyn_family_val2.var": "string1", + "rougail.var2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/makedict/mandatories.json new file mode 100644 index 0000000..44a9b80 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0/makedict/mandatories.json @@ -0,0 +1,12 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.my_dyn_family_val1.var": "val1", + "rougail.my_dyn_family_val2.var": "val2", + "rougail.var2": [ + "val1", + "val2" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_variable_outside_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/file/all.cmdline_opts new file mode 100644 index 0000000..3049411 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/file/all.cmdline_opts @@ -0,0 +1,13 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.my_dyn_family_val1.var", + "string1", + "--rougail.my_dyn_family_val2.var", + "string1", + "--rougail.var2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..60f48f2 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/makedict/all.json new file mode 100644 index 0000000..bb99855 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/makedict/all.json @@ -0,0 +1,13 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.my_dyn_family_val1.var": "string1", + "rougail.my_dyn_family_val2.var": "string1", + "rougail.var2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/makedict/mandatories.json new file mode 100644 index 0000000..29d9351 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [], + "rougail.var2": [ + "string1", + "string2", + "string3" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_variable_outside_jinja/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/file/all.cmdline_opts new file mode 100644 index 0000000..3049411 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/file/all.cmdline_opts @@ -0,0 +1,13 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.my_dyn_family_val1.var", + "string1", + "--rougail.my_dyn_family_val2.var", + "string1", + "--rougail.var2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/makedict/all.json new file mode 100644 index 0000000..bb99855 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/makedict/all.json @@ -0,0 +1,13 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.my_dyn_family_val1.var": "string1", + "rougail.my_dyn_family_val2.var": "string1", + "rougail.var2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/makedict/mandatories.json new file mode 100644 index 0000000..44a9b80 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja/makedict/mandatories.json @@ -0,0 +1,12 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.my_dyn_family_val1.var": "val1", + "rougail.my_dyn_family_val2.var": "val2", + "rougail.var2": [ + "val1", + "val2" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/file/all.cmdline_opts new file mode 100644 index 0000000..3049411 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/file/all.cmdline_opts @@ -0,0 +1,13 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.my_dyn_family_val1.var", + "string1", + "--rougail.my_dyn_family_val2.var", + "string1", + "--rougail.var2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..60f48f2 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..bb99855 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/makedict/all.json @@ -0,0 +1,13 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.my_dyn_family_val1.var": "string1", + "rougail.my_dyn_family_val2.var": "string1", + "rougail.var2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..29d9351 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty/makedict/mandatories.json @@ -0,0 +1,8 @@ +{ + "rougail.var": [], + "rougail.var2": [ + "string1", + "string2", + "string3" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/file/all.cmdline_opts new file mode 100644 index 0000000..ebb6145 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/file/all.cmdline_opts @@ -0,0 +1,17 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.my_dyn_family_val1.subdyn_val1.var", + "string1", + "--rougail.my_dyn_family_val1.subdyn_val2.var", + "string1", + "--rougail.my_dyn_family_val2.subdyn_val1.var", + "string1", + "--rougail.my_dyn_family_val2.subdyn_val2.var", + "string1", + "--rougail.var2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..324b9cd --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/makedict/all.json @@ -0,0 +1,15 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.my_dyn_family_val1.subdyn_val1.var": "string1", + "rougail.my_dyn_family_val1.subdyn_val2.var": "string1", + "rougail.my_dyn_family_val2.subdyn_val1.var": "string1", + "rougail.my_dyn_family_val2.subdyn_val2.var": "string1", + "rougail.var2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..6b54d8c --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix/makedict/mandatories.json @@ -0,0 +1,14 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.my_dyn_family_val1.subdyn_val1.var": "val1", + "rougail.my_dyn_family_val1.subdyn_val2.var": "val2", + "rougail.my_dyn_family_val2.subdyn_val1.var": "val1", + "rougail.my_dyn_family_val2.subdyn_val2.var": "val2", + "rougail.var2": [ + "val1", + "val2" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/file/all.cmdline_opts new file mode 100644 index 0000000..ebb6145 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/file/all.cmdline_opts @@ -0,0 +1,17 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.my_dyn_family_val1.subdyn_val1.var", + "string1", + "--rougail.my_dyn_family_val1.subdyn_val2.var", + "string1", + "--rougail.my_dyn_family_val2.subdyn_val1.var", + "string1", + "--rougail.my_dyn_family_val2.subdyn_val2.var", + "string1", + "--rougail.var2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..324b9cd --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/makedict/all.json @@ -0,0 +1,15 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.my_dyn_family_val1.subdyn_val1.var": "string1", + "rougail.my_dyn_family_val1.subdyn_val2.var": "string1", + "rougail.my_dyn_family_val2.subdyn_val1.var": "string1", + "rougail.my_dyn_family_val2.subdyn_val2.var": "string1", + "rougail.var2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..2c41c48 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var": [], + "rougail.var2": [] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_variable_outside_suffix/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/file/all.cmdline_opts new file mode 100644 index 0000000..c3aac93 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dyn_val1.var", + "string1", + "--rougail.dyn_val2.var", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/makedict/all.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/makedict/all.json new file mode 100644 index 0000000..25ffd46 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dyn_val1.var": "string1", + "rougail.dyn_val2.var": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/makedict/mandatories.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/makedict/mandatories.json new file mode 100644 index 0000000..5c8668f --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dyn_val1.var": "val1", + "rougail.dyn_val2.var": "val2", + "rougail.var2": "val1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/file/all.cmdline_opts new file mode 100644 index 0000000..c3aac93 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/file/all.cmdline_opts @@ -0,0 +1,11 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dyn_val1.var", + "string1", + "--rougail.dyn_val2.var", + "string1", + "--rougail.var2", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..25ffd46 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/makedict/all.json @@ -0,0 +1,9 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dyn_val1.var": "string1", + "rougail.dyn_val2.var": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..44efff7 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var": [], + "rougail.var2": null +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_6family_dynamic_inside/file/all.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_inside/file/all.cmdline_opts new file mode 100644 index 0000000..98fb953 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_inside/file/all.cmdline_opts @@ -0,0 +1,21 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.val1_dyn.var1", + "string1", + "--rougail.val1_dyn.var2", + "string1", + "--rougail.val1_dyn.var3", + "string1", + "--rougail.val1_dyn.var4", + "string1", + "--rougail.val2_dyn.var1", + "string1", + "--rougail.val2_dyn.var2", + "string1", + "--rougail.val2_dyn.var3", + "string1", + "--rougail.val2_dyn.var4", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_inside/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_inside/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_inside/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_inside/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_inside/makedict/all.json new file mode 100644 index 0000000..f712847 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_inside/makedict/all.json @@ -0,0 +1,14 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.val1_dyn.var1": "string1", + "rougail.val1_dyn.var2": "string1", + "rougail.val1_dyn.var3": "string1", + "rougail.val1_dyn.var4": "string1", + "rougail.val2_dyn.var1": "string1", + "rougail.val2_dyn.var2": "string1", + "rougail.val2_dyn.var3": "string1", + "rougail.val2_dyn.var4": "string1" +} diff --git a/tests/results/test_namespace/60_6family_dynamic_inside/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_inside/makedict/mandatories.json new file mode 100644 index 0000000..4c419e2 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_inside/makedict/mandatories.json @@ -0,0 +1,14 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.val1_dyn.var1": "val1", + "rougail.val1_dyn.var2": "val1", + "rougail.val1_dyn.var3": "val1", + "rougail.val1_dyn.var4": "val1", + "rougail.val2_dyn.var1": "val2", + "rougail.val2_dyn.var2": "val2", + "rougail.val2_dyn.var3": "val2", + "rougail.val2_dyn.var4": "val1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_6family_dynamic_inside_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_inside_empty/file/all.cmdline_opts new file mode 100644 index 0000000..98fb953 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_inside_empty/file/all.cmdline_opts @@ -0,0 +1,21 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.val1_dyn.var1", + "string1", + "--rougail.val1_dyn.var2", + "string1", + "--rougail.val1_dyn.var3", + "string1", + "--rougail.val1_dyn.var4", + "string1", + "--rougail.val2_dyn.var1", + "string1", + "--rougail.val2_dyn.var2", + "string1", + "--rougail.val2_dyn.var3", + "string1", + "--rougail.val2_dyn.var4", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_inside_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_inside_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_inside_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_inside_empty/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_inside_empty/makedict/all.json new file mode 100644 index 0000000..f712847 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_inside_empty/makedict/all.json @@ -0,0 +1,14 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.val1_dyn.var1": "string1", + "rougail.val1_dyn.var2": "string1", + "rougail.val1_dyn.var3": "string1", + "rougail.val1_dyn.var4": "string1", + "rougail.val2_dyn.var1": "string1", + "rougail.val2_dyn.var2": "string1", + "rougail.val2_dyn.var3": "string1", + "rougail.val2_dyn.var4": "string1" +} diff --git a/tests/results/test_namespace/60_6family_dynamic_inside_empty/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_inside_empty/makedict/mandatories.json new file mode 100644 index 0000000..896cfe0 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_inside_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": [] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_6family_dynamic_leadership/file/all.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_leadership/file/all.cmdline_opts new file mode 100644 index 0000000..398f07e --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_leadership/file/all.cmdline_opts @@ -0,0 +1,49 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.leadership.leader", + "string1", + "string2", + "string3", + "--rougail.dynval1.leadership.follower1", + "0", + "string1", + "--rougail.dynval1.leadership.follower1", + "1", + "string2", + "--rougail.dynval1.leadership.follower1", + "2", + "string3", + "--rougail.dynval1.leadership.follower2", + "0", + "string1", + "--rougail.dynval1.leadership.follower2", + "1", + "string2", + "--rougail.dynval1.leadership.follower2", + "2", + "string3", + "--rougail.dynval2.leadership.leader", + "string1", + "string2", + "string3", + "--rougail.dynval2.leadership.follower1", + "0", + "string1", + "--rougail.dynval2.leadership.follower1", + "1", + "string2", + "--rougail.dynval2.leadership.follower1", + "2", + "string3", + "--rougail.dynval2.leadership.follower2", + "0", + "string1", + "--rougail.dynval2.leadership.follower2", + "1", + "string2", + "--rougail.dynval2.leadership.follower2", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_leadership/file/mandatories.cmdline_opts new file mode 100644 index 0000000..638b2c8 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_leadership/file/mandatories.cmdline_opts @@ -0,0 +1,10 @@ +[ + "--rougail.dynval1.leadership.leader", + "string1", + "string2", + "string3", + "--rougail.dynval2.leadership.leader", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_leadership/makedict/all.json new file mode 100644 index 0000000..ea414ec --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_leadership/makedict/all.json @@ -0,0 +1,40 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.leadership.leader": [ + { + "rougail.dynval1.leadership.leader": "string1", + "rougail.dynval1.leadership.follower1": "string1", + "rougail.dynval1.leadership.follower2": "string1" + }, + { + "rougail.dynval1.leadership.leader": "string2", + "rougail.dynval1.leadership.follower1": "string2", + "rougail.dynval1.leadership.follower2": "string2" + }, + { + "rougail.dynval1.leadership.leader": "string3", + "rougail.dynval1.leadership.follower1": "string3", + "rougail.dynval1.leadership.follower2": "string3" + } + ], + "rougail.dynval2.leadership.leader": [ + { + "rougail.dynval2.leadership.leader": "string1", + "rougail.dynval2.leadership.follower1": "string1", + "rougail.dynval2.leadership.follower2": "string1" + }, + { + "rougail.dynval2.leadership.leader": "string2", + "rougail.dynval2.leadership.follower1": "string2", + "rougail.dynval2.leadership.follower2": "string2" + }, + { + "rougail.dynval2.leadership.leader": "string3", + "rougail.dynval2.leadership.follower1": "string3", + "rougail.dynval2.leadership.follower2": "string3" + } + ] +} diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_leadership/makedict/mandatories.json new file mode 100644 index 0000000..544d91c --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_leadership/makedict/mandatories.json @@ -0,0 +1,40 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.leadership.leader": [ + { + "rougail.dynval1.leadership.leader": "string1", + "rougail.dynval1.leadership.follower1": null, + "rougail.dynval1.leadership.follower2": null + }, + { + "rougail.dynval1.leadership.leader": "string2", + "rougail.dynval1.leadership.follower1": null, + "rougail.dynval1.leadership.follower2": null + }, + { + "rougail.dynval1.leadership.leader": "string3", + "rougail.dynval1.leadership.follower1": null, + "rougail.dynval1.leadership.follower2": null + } + ], + "rougail.dynval2.leadership.leader": [ + { + "rougail.dynval2.leadership.leader": "string1", + "rougail.dynval2.leadership.follower1": null, + "rougail.dynval2.leadership.follower2": null + }, + { + "rougail.dynval2.leadership.leader": "string2", + "rougail.dynval2.leadership.follower1": null, + "rougail.dynval2.leadership.follower2": null + }, + { + "rougail.dynval2.leadership.leader": "string3", + "rougail.dynval2.leadership.follower1": null, + "rougail.dynval2.leadership.follower2": null + } + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_6family_dynamic_leadership_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/file/all.cmdline_opts new file mode 100644 index 0000000..398f07e --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/file/all.cmdline_opts @@ -0,0 +1,49 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.leadership.leader", + "string1", + "string2", + "string3", + "--rougail.dynval1.leadership.follower1", + "0", + "string1", + "--rougail.dynval1.leadership.follower1", + "1", + "string2", + "--rougail.dynval1.leadership.follower1", + "2", + "string3", + "--rougail.dynval1.leadership.follower2", + "0", + "string1", + "--rougail.dynval1.leadership.follower2", + "1", + "string2", + "--rougail.dynval1.leadership.follower2", + "2", + "string3", + "--rougail.dynval2.leadership.leader", + "string1", + "string2", + "string3", + "--rougail.dynval2.leadership.follower1", + "0", + "string1", + "--rougail.dynval2.leadership.follower1", + "1", + "string2", + "--rougail.dynval2.leadership.follower1", + "2", + "string3", + "--rougail.dynval2.leadership.follower2", + "0", + "string1", + "--rougail.dynval2.leadership.follower2", + "1", + "string2", + "--rougail.dynval2.leadership.follower2", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership_empty/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/makedict/all.json new file mode 100644 index 0000000..ea414ec --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/makedict/all.json @@ -0,0 +1,40 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.leadership.leader": [ + { + "rougail.dynval1.leadership.leader": "string1", + "rougail.dynval1.leadership.follower1": "string1", + "rougail.dynval1.leadership.follower2": "string1" + }, + { + "rougail.dynval1.leadership.leader": "string2", + "rougail.dynval1.leadership.follower1": "string2", + "rougail.dynval1.leadership.follower2": "string2" + }, + { + "rougail.dynval1.leadership.leader": "string3", + "rougail.dynval1.leadership.follower1": "string3", + "rougail.dynval1.leadership.follower2": "string3" + } + ], + "rougail.dynval2.leadership.leader": [ + { + "rougail.dynval2.leadership.leader": "string1", + "rougail.dynval2.leadership.follower1": "string1", + "rougail.dynval2.leadership.follower2": "string1" + }, + { + "rougail.dynval2.leadership.leader": "string2", + "rougail.dynval2.leadership.follower1": "string2", + "rougail.dynval2.leadership.follower2": "string2" + }, + { + "rougail.dynval2.leadership.leader": "string3", + "rougail.dynval2.leadership.follower1": "string3", + "rougail.dynval2.leadership.follower2": "string3" + } + ] +} diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership_empty/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/makedict/mandatories.json new file mode 100644 index 0000000..896cfe0 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_leadership_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": [] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_6family_dynamic_sub_dynamic/file/all.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/file/all.cmdline_opts new file mode 100644 index 0000000..0e564e4 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/file/all.cmdline_opts @@ -0,0 +1,35 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.var", + "tval1", + "tval2", + "--rougail.dynval1.dyn_tval1.var", + "string1", + "--rougail.dynval1.dyn_tval1.var_identifier", + "string1", + "--rougail.dynval1.dyn_tval1.var_identifiers", + "string1", + "--rougail.dynval1.dyn_tval2.var", + "string1", + "--rougail.dynval1.dyn_tval2.var_identifier", + "string1", + "--rougail.dynval1.dyn_tval2.var_identifiers", + "string1", + "--rougail.dynval2.var", + "tval1", + "tval2", + "--rougail.dynval2.dyn_tval1.var", + "string1", + "--rougail.dynval2.dyn_tval1.var_identifier", + "string1", + "--rougail.dynval2.dyn_tval1.var_identifiers", + "string1", + "--rougail.dynval2.dyn_tval2.var", + "string1", + "--rougail.dynval2.dyn_tval2.var_identifier", + "string1", + "--rougail.dynval2.dyn_tval2.var_identifiers", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/makedict/all.json new file mode 100644 index 0000000..5bc44d1 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/makedict/all.json @@ -0,0 +1,26 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": [ + "tval1", + "tval2" + ], + "rougail.dynval1.dyn_tval1.var": "string1", + "rougail.dynval1.dyn_tval1.var_identifier": "string1", + "rougail.dynval1.dyn_tval1.var_identifiers": "string1", + "rougail.dynval1.dyn_tval2.var": "string1", + "rougail.dynval1.dyn_tval2.var_identifier": "string1", + "rougail.dynval1.dyn_tval2.var_identifiers": "string1", + "rougail.dynval2.var": [ + "tval1", + "tval2" + ], + "rougail.dynval2.dyn_tval1.var": "string1", + "rougail.dynval2.dyn_tval1.var_identifier": "string1", + "rougail.dynval2.dyn_tval1.var_identifiers": "string1", + "rougail.dynval2.dyn_tval2.var": "string1", + "rougail.dynval2.dyn_tval2.var_identifier": "string1", + "rougail.dynval2.dyn_tval2.var_identifiers": "string1" +} diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/makedict/mandatories.json new file mode 100644 index 0000000..57ddef2 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic/makedict/mandatories.json @@ -0,0 +1,26 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": [ + "tval1", + "tval2" + ], + "rougail.dynval1.dyn_tval1.var": "tval1", + "rougail.dynval1.dyn_tval1.var_identifier": "val1", + "rougail.dynval1.dyn_tval1.var_identifiers": "val1-tval1", + "rougail.dynval1.dyn_tval2.var": "tval2", + "rougail.dynval1.dyn_tval2.var_identifier": "val1", + "rougail.dynval1.dyn_tval2.var_identifiers": "val1-tval2", + "rougail.dynval2.var": [ + "tval1", + "tval2" + ], + "rougail.dynval2.dyn_tval1.var": "tval1", + "rougail.dynval2.dyn_tval1.var_identifier": "val2", + "rougail.dynval2.dyn_tval1.var_identifiers": "val2-tval1", + "rougail.dynval2.dyn_tval2.var": "tval2", + "rougail.dynval2.dyn_tval2.var_identifier": "val2", + "rougail.dynval2.dyn_tval2.var_identifiers": "val2-tval2" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_6family_dynamic_sub_dynamic_1_0/file/all.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/file/all.cmdline_opts new file mode 100644 index 0000000..0e564e4 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/file/all.cmdline_opts @@ -0,0 +1,35 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.var", + "tval1", + "tval2", + "--rougail.dynval1.dyn_tval1.var", + "string1", + "--rougail.dynval1.dyn_tval1.var_identifier", + "string1", + "--rougail.dynval1.dyn_tval1.var_identifiers", + "string1", + "--rougail.dynval1.dyn_tval2.var", + "string1", + "--rougail.dynval1.dyn_tval2.var_identifier", + "string1", + "--rougail.dynval1.dyn_tval2.var_identifiers", + "string1", + "--rougail.dynval2.var", + "tval1", + "tval2", + "--rougail.dynval2.dyn_tval1.var", + "string1", + "--rougail.dynval2.dyn_tval1.var_identifier", + "string1", + "--rougail.dynval2.dyn_tval1.var_identifiers", + "string1", + "--rougail.dynval2.dyn_tval2.var", + "string1", + "--rougail.dynval2.dyn_tval2.var_identifier", + "string1", + "--rougail.dynval2.dyn_tval2.var_identifiers", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..5bc44d1 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/makedict/all.json @@ -0,0 +1,26 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": [ + "tval1", + "tval2" + ], + "rougail.dynval1.dyn_tval1.var": "string1", + "rougail.dynval1.dyn_tval1.var_identifier": "string1", + "rougail.dynval1.dyn_tval1.var_identifiers": "string1", + "rougail.dynval1.dyn_tval2.var": "string1", + "rougail.dynval1.dyn_tval2.var_identifier": "string1", + "rougail.dynval1.dyn_tval2.var_identifiers": "string1", + "rougail.dynval2.var": [ + "tval1", + "tval2" + ], + "rougail.dynval2.dyn_tval1.var": "string1", + "rougail.dynval2.dyn_tval1.var_identifier": "string1", + "rougail.dynval2.dyn_tval1.var_identifiers": "string1", + "rougail.dynval2.dyn_tval2.var": "string1", + "rougail.dynval2.dyn_tval2.var_identifier": "string1", + "rougail.dynval2.dyn_tval2.var_identifiers": "string1" +} diff --git a/tests/results/test_namespace/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 new file mode 100644 index 0000000..57ddef2 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0/makedict/mandatories.json @@ -0,0 +1,26 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": [ + "tval1", + "tval2" + ], + "rougail.dynval1.dyn_tval1.var": "tval1", + "rougail.dynval1.dyn_tval1.var_identifier": "val1", + "rougail.dynval1.dyn_tval1.var_identifiers": "val1-tval1", + "rougail.dynval1.dyn_tval2.var": "tval2", + "rougail.dynval1.dyn_tval2.var_identifier": "val1", + "rougail.dynval1.dyn_tval2.var_identifiers": "val1-tval2", + "rougail.dynval2.var": [ + "tval1", + "tval2" + ], + "rougail.dynval2.dyn_tval1.var": "tval1", + "rougail.dynval2.dyn_tval1.var_identifier": "val2", + "rougail.dynval2.dyn_tval1.var_identifiers": "val2-tval1", + "rougail.dynval2.dyn_tval2.var": "tval2", + "rougail.dynval2.dyn_tval2.var_identifier": "val2", + "rougail.dynval2.dyn_tval2.var_identifiers": "val2-tval2" +} diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/errors/all.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/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_2/errors/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/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_1_0_2/file/all.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/file/all.cmdline_opts new file mode 100644 index 0000000..0dc62e5 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/file/all.cmdline_opts @@ -0,0 +1,13 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.val1.val1.var", + "string1", + "--rougail.val1.val2.var", + "string1", + "--rougail.val2.val1.var", + "string1", + "--rougail.val2.val2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..29bc7b0 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/file/mandatories.cmdline_opts @@ -0,0 +1,10 @@ +[ + "--rougail.val1.val1.var", + "string1", + "--rougail.val1.val2.var", + "string1", + "--rougail.val2.val1.var", + "string1", + "--rougail.val2.val2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/makedict/all.json new file mode 100644 index 0000000..1dd0fdd --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/makedict/all.json @@ -0,0 +1,10 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.val1.val1.var": "string1", + "rougail.val1.val2.var": "string1", + "rougail.val2.val1.var": "string1", + "rougail.val2.val2.var": "string1" +} diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/makedict/mandatories.json new file mode 100644 index 0000000..1dd0fdd --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2/makedict/mandatories.json @@ -0,0 +1,10 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.val1.val1.var": "string1", + "rougail.val1.val2.var": "string1", + "rougail.val2.val1.var": "string1", + "rougail.val2.val2.var": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_6family_dynamic_sub_dynamic_empty/file/all.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/file/all.cmdline_opts new file mode 100644 index 0000000..0e564e4 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/file/all.cmdline_opts @@ -0,0 +1,35 @@ +[ + "--rougail.var", + "val1", + "val2", + "--rougail.dynval1.var", + "tval1", + "tval2", + "--rougail.dynval1.dyn_tval1.var", + "string1", + "--rougail.dynval1.dyn_tval1.var_identifier", + "string1", + "--rougail.dynval1.dyn_tval1.var_identifiers", + "string1", + "--rougail.dynval1.dyn_tval2.var", + "string1", + "--rougail.dynval1.dyn_tval2.var_identifier", + "string1", + "--rougail.dynval1.dyn_tval2.var_identifiers", + "string1", + "--rougail.dynval2.var", + "tval1", + "tval2", + "--rougail.dynval2.dyn_tval1.var", + "string1", + "--rougail.dynval2.dyn_tval1.var_identifier", + "string1", + "--rougail.dynval2.dyn_tval1.var_identifiers", + "string1", + "--rougail.dynval2.dyn_tval2.var", + "string1", + "--rougail.dynval2.dyn_tval2.var_identifier", + "string1", + "--rougail.dynval2.dyn_tval2.var_identifiers", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/makedict/all.json new file mode 100644 index 0000000..5bc44d1 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/makedict/all.json @@ -0,0 +1,26 @@ +{ + "rougail.var": [ + "val1", + "val2" + ], + "rougail.dynval1.var": [ + "tval1", + "tval2" + ], + "rougail.dynval1.dyn_tval1.var": "string1", + "rougail.dynval1.dyn_tval1.var_identifier": "string1", + "rougail.dynval1.dyn_tval1.var_identifiers": "string1", + "rougail.dynval1.dyn_tval2.var": "string1", + "rougail.dynval1.dyn_tval2.var_identifier": "string1", + "rougail.dynval1.dyn_tval2.var_identifiers": "string1", + "rougail.dynval2.var": [ + "tval1", + "tval2" + ], + "rougail.dynval2.dyn_tval1.var": "string1", + "rougail.dynval2.dyn_tval1.var_identifier": "string1", + "rougail.dynval2.dyn_tval1.var_identifiers": "string1", + "rougail.dynval2.dyn_tval2.var": "string1", + "rougail.dynval2.dyn_tval2.var_identifier": "string1", + "rougail.dynval2.dyn_tval2.var_identifiers": "string1" +} diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/makedict/mandatories.json new file mode 100644 index 0000000..896cfe0 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.var": [] +} 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..acba74c --- /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..acba74c --- /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.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/all.cmdline_opts new file mode 100644 index 0000000..f0455ce --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/all.cmdline_opts @@ -0,0 +1,49 @@ +[ + "--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" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file 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..4e32b6d --- /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..630d694 --- /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_6family_dynamic_suffix_auto_multi/errors/all.json b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/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_suffix_auto_multi/errors/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/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_suffix_auto_multi/file/all.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/file/all.cmdline_opts new file mode 100644 index 0000000..5bac49b --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/file/all.cmdline_opts @@ -0,0 +1,17 @@ +[ + "--rougail.var1", + "val1", + "val2", + "--rougail.dynval1.dynval1.var", + "string1", + "--rougail.dynval1.dynval2.var", + "string1", + "--rougail.dynval2.dynval1.var", + "string1", + "--rougail.dynval2.dynval2.var", + "string1", + "--rougail.var2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/file/mandatories.cmdline_opts new file mode 100644 index 0000000..fe8de41 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/file/mandatories.cmdline_opts @@ -0,0 +1,10 @@ +[ + "--rougail.dynval1.dynval1.var", + "string1", + "--rougail.dynval1.dynval2.var", + "string1", + "--rougail.dynval2.dynval1.var", + "string1", + "--rougail.dynval2.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/makedict/all.json new file mode 100644 index 0000000..dffa7aa --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/makedict/all.json @@ -0,0 +1,15 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.dynval1.var": "string1", + "rougail.dynval1.dynval2.var": "string1", + "rougail.dynval2.dynval1.var": "string1", + "rougail.dynval2.dynval2.var": "string1", + "rougail.var2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/makedict/mandatories.json new file mode 100644 index 0000000..2ec4934 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi/makedict/mandatories.json @@ -0,0 +1,14 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.dynval1.var": "string1", + "rougail.dynval1.dynval2.var": "string1", + "rougail.dynval2.dynval1.var": "string1", + "rougail.dynval2.dynval2.var": "string1", + "rougail.var2": [ + "string1", + "string1" + ] +} diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/errors/all.json b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/errors/all.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/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_suffix_auto_multi2/errors/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/errors/mandatories.json new file mode 100644 index 0000000..acba74c --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/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_suffix_auto_multi2/file/all.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/file/all.cmdline_opts new file mode 100644 index 0000000..5bac49b --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/file/all.cmdline_opts @@ -0,0 +1,17 @@ +[ + "--rougail.var1", + "val1", + "val2", + "--rougail.dynval1.dynval1.var", + "string1", + "--rougail.dynval1.dynval2.var", + "string1", + "--rougail.dynval2.dynval1.var", + "string1", + "--rougail.dynval2.dynval2.var", + "string1", + "--rougail.var2", + "string1", + "string2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/file/mandatories.cmdline_opts new file mode 100644 index 0000000..fe8de41 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/file/mandatories.cmdline_opts @@ -0,0 +1,10 @@ +[ + "--rougail.dynval1.dynval1.var", + "string1", + "--rougail.dynval1.dynval2.var", + "string1", + "--rougail.dynval2.dynval1.var", + "string1", + "--rougail.dynval2.dynval2.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/makedict/all.json b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/makedict/all.json new file mode 100644 index 0000000..dffa7aa --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/makedict/all.json @@ -0,0 +1,15 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.dynval1.var": "string1", + "rougail.dynval1.dynval2.var": "string1", + "rougail.dynval2.dynval1.var": "string1", + "rougail.dynval2.dynval2.var": "string1", + "rougail.var2": [ + "string1", + "string2", + "string3" + ] +} diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/makedict/mandatories.json b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/makedict/mandatories.json new file mode 100644 index 0000000..2ec4934 --- /dev/null +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2/makedict/mandatories.json @@ -0,0 +1,14 @@ +{ + "rougail.var1": [ + "val1", + "val2" + ], + "rougail.dynval1.dynval1.var": "string1", + "rougail.dynval1.dynval2.var": "string1", + "rougail.dynval2.dynval1.var": "string1", + "rougail.dynval2.dynval2.var": "string1", + "rougail.var2": [ + "string1", + "string1" + ] +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_9extra_dynamic/file/all.cmdline_opts b/tests/results/test_namespace/60_9extra_dynamic/file/all.cmdline_opts new file mode 100644 index 0000000..4f1d29e --- /dev/null +++ b/tests/results/test_namespace/60_9extra_dynamic/file/all.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.var", + "a", + "--extra.dyn_a.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_9extra_dynamic/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_9extra_dynamic/file/mandatories.cmdline_opts new file mode 100644 index 0000000..5c19ff8 --- /dev/null +++ b/tests/results/test_namespace/60_9extra_dynamic/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--extra.dyn_a.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_9extra_dynamic/makedict/all.json b/tests/results/test_namespace/60_9extra_dynamic/makedict/all.json new file mode 100644 index 0000000..b58f583 --- /dev/null +++ b/tests/results/test_namespace/60_9extra_dynamic/makedict/all.json @@ -0,0 +1,6 @@ +{ + "rougail.var": [ + "a" + ], + "extra.dyn_a.var": "string1" +} diff --git a/tests/results/test_namespace/60_9extra_dynamic/makedict/mandatories.json b/tests/results/test_namespace/60_9extra_dynamic/makedict/mandatories.json new file mode 100644 index 0000000..b58f583 --- /dev/null +++ b/tests/results/test_namespace/60_9extra_dynamic/makedict/mandatories.json @@ -0,0 +1,6 @@ +{ + "rougail.var": [ + "a" + ], + "extra.dyn_a.var": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_9extra_dynamic_extra/file/all.cmdline_opts b/tests/results/test_namespace/60_9extra_dynamic_extra/file/all.cmdline_opts new file mode 100644 index 0000000..e0fbfe6 --- /dev/null +++ b/tests/results/test_namespace/60_9extra_dynamic_extra/file/all.cmdline_opts @@ -0,0 +1,10 @@ +[ + "--rougail.general.varname", + "string1", + "string2", + "string3", + "--extra.var", + "a", + "--extra.dyn_a.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_9extra_dynamic_extra/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_9extra_dynamic_extra/file/mandatories.cmdline_opts new file mode 100644 index 0000000..5c19ff8 --- /dev/null +++ b/tests/results/test_namespace/60_9extra_dynamic_extra/file/mandatories.cmdline_opts @@ -0,0 +1,4 @@ +[ + "--extra.dyn_a.var", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_9extra_dynamic_extra/makedict/all.json b/tests/results/test_namespace/60_9extra_dynamic_extra/makedict/all.json new file mode 100644 index 0000000..5f78a8e --- /dev/null +++ b/tests/results/test_namespace/60_9extra_dynamic_extra/makedict/all.json @@ -0,0 +1,11 @@ +{ + "rougail.general.varname": [ + "string1", + "string2", + "string3" + ], + "extra.var": [ + "a" + ], + "extra.dyn_a.var": "string1" +} diff --git a/tests/results/test_namespace/60_9extra_dynamic_extra/makedict/mandatories.json b/tests/results/test_namespace/60_9extra_dynamic_extra/makedict/mandatories.json new file mode 100644 index 0000000..18b462b --- /dev/null +++ b/tests/results/test_namespace/60_9extra_dynamic_extra/makedict/mandatories.json @@ -0,0 +1,9 @@ +{ + "rougail.general.varname": [ + "a" + ], + "extra.var": [ + "a" + ], + "extra.dyn_a.var": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/60_9family_dynamic_calc_both/file/all.cmdline_opts b/tests/results/test_namespace/60_9family_dynamic_calc_both/file/all.cmdline_opts new file mode 100644 index 0000000..904f536 --- /dev/null +++ b/tests/results/test_namespace/60_9family_dynamic_calc_both/file/all.cmdline_opts @@ -0,0 +1,8 @@ +[ + "--rougail.var", + "string1", + "--rougail.dynval1.vardyn", + "string1", + "--rougail.dynstring1.vardyn", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_9family_dynamic_calc_both/file/mandatories.cmdline_opts b/tests/results/test_namespace/60_9family_dynamic_calc_both/file/mandatories.cmdline_opts new file mode 100644 index 0000000..378d681 --- /dev/null +++ b/tests/results/test_namespace/60_9family_dynamic_calc_both/file/mandatories.cmdline_opts @@ -0,0 +1,6 @@ +[ + "--rougail.dynval1.vardyn", + "string1", + "--rougail.dynval2.vardyn", + "string1" +] \ No newline at end of file diff --git a/tests/results/test_namespace/60_9family_dynamic_calc_both/makedict/all.json b/tests/results/test_namespace/60_9family_dynamic_calc_both/makedict/all.json new file mode 100644 index 0000000..c289436 --- /dev/null +++ b/tests/results/test_namespace/60_9family_dynamic_calc_both/makedict/all.json @@ -0,0 +1,5 @@ +{ + "rougail.var": "string1", + "rougail.dynval1.vardyn": "string1", + "rougail.dynstring1.vardyn": "string1" +} diff --git a/tests/results/test_namespace/60_9family_dynamic_calc_both/makedict/mandatories.json b/tests/results/test_namespace/60_9family_dynamic_calc_both/makedict/mandatories.json new file mode 100644 index 0000000..44b525a --- /dev/null +++ b/tests/results/test_namespace/60_9family_dynamic_calc_both/makedict/mandatories.json @@ -0,0 +1,5 @@ +{ + "rougail.var": "val2", + "rougail.dynval1.vardyn": "string1", + "rougail.dynval2.vardyn": "string1" +} 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..acba74c --- /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..acba74c --- /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/test_namespace/68_0family_leadership_mode/file/all.cmdline_opts b/tests/results/test_namespace/68_0family_leadership_mode/file/all.cmdline_opts new file mode 100644 index 0000000..fdac857 --- /dev/null +++ b/tests/results/test_namespace/68_0family_leadership_mode/file/all.cmdline_opts @@ -0,0 +1,24 @@ +[ + "--rougail.leader.leader", + "string1", + "string2", + "string3", + "--rougail.leader.follower1", + "0", + "string1", + "--rougail.leader.follower1", + "1", + "string2", + "--rougail.leader.follower1", + "2", + "string3", + "--rougail.leader.follower2", + "0", + "string1", + "--rougail.leader.follower2", + "1", + "string2", + "--rougail.leader.follower2", + "2", + "string3" +] \ No newline at end of file diff --git a/tests/results/test_namespace/68_0family_leadership_mode/file/mandatories.cmdline_opts b/tests/results/test_namespace/68_0family_leadership_mode/file/mandatories.cmdline_opts new file mode 100644 index 0000000..71ea9c9 --- /dev/null +++ b/tests/results/test_namespace/68_0family_leadership_mode/file/mandatories.cmdline_opts @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/68_0family_leadership_mode/makedict/all.json b/tests/results/test_namespace/68_0family_leadership_mode/makedict/all.json new file mode 100644 index 0000000..ca0b2cd --- /dev/null +++ b/tests/results/test_namespace/68_0family_leadership_mode/makedict/all.json @@ -0,0 +1,19 @@ +{ + "rougail.leader.leader": [ + { + "rougail.leader.leader": "string1", + "rougail.leader.follower1": "string1", + "rougail.leader.follower2": "string1" + }, + { + "rougail.leader.leader": "string2", + "rougail.leader.follower1": "string2", + "rougail.leader.follower2": "string2" + }, + { + "rougail.leader.leader": "string3", + "rougail.leader.follower1": "string3", + "rougail.leader.follower2": "string3" + } + ] +} diff --git a/tests/results/test_namespace/68_0family_leadership_mode/makedict/mandatories.json b/tests/results/test_namespace/68_0family_leadership_mode/makedict/mandatories.json new file mode 100644 index 0000000..2aa2c23 --- /dev/null +++ b/tests/results/test_namespace/68_0family_leadership_mode/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.leader.leader": [] +} diff --git a/tests/test_load.py b/tests/test_load.py new file mode 100644 index 0000000..56434d3 --- /dev/null +++ b/tests/test_load.py @@ -0,0 +1,204 @@ +import os +from pytest import fixture # , raises +from pathlib import Path +from rougail import Rougail +######################### +from rougail.user_data_commandline import RougailUserDataCommandline as RougailUserData +from json import load, dump, loads, dumps +######################### + +from rougail_tests.utils import get_structures_list, get_rougail_config, get_values_for_config, config_to_dict + +EXT = "cmdline_opts" + + +excludes = [ + '60_5family_dynamic_unknown_suffix', # needs to load all option before load data + ] + +test_ok = get_structures_list(excludes) +# test_ok = [Path('../rougail-tests/structures/60_5family_dynamic_unknown_suffix')] + + +def idfn(fixture_value): + return fixture_value.name + + +@fixture(scope="module", params=test_ok, ids=idfn) +def test_dir(request): + return request.param + + +def _test_structural_files(test_dir, namespace, ext, *, level, need_exclude=False): + rougailconfig = get_rougail_config(test_dir, namespace) + if not rougailconfig: + return +# rougailconfig['tiramisu_cache'] = "cache.py" + ################################## + rougailconfig['step.user_data'] = ['commandline'] + ################################## + dir_name = 'test' + if namespace: + dir_name += '_namespace' + elif (test_dir / 'force_namespace').is_file(): + return + rougail = Rougail(rougailconfig) + config = rougail.run() + ################################## + 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}' + try: + populate(filename, makedict, rougailconfig, level, need_exclude, namespace) + except SubMulti: + return + with filename.open() as file_content: + arguments = load(file_content) + print('arguments', arguments, type(arguments)) + ################################## + # loads variables in the tiramisu config + generated_user_data = RougailUserData(config, rougailconfig=rougailconfig, arguments=arguments, prog="test_load").run() + print(generated_user_data) + errors = rougail.user_datas(generated_user_data) + #expected output + expected_filename = Path('tests') / 'results' / dir_name / test_dir.name / 'makedict' / f'{level}.json' + with expected_filename.open() as json_file: + expected = load(json_file) + # here is the effective test + errors_file = Path('tests') / 'results' / dir_name / test_dir.name / 'errors' / f'{level}.json' + if need_exclude: + errors = loads(dumps(errors).replace('all_exclude.yml', 'all.yml')) + if not errors_file.is_file(): + errors_file.parent.mkdir(parents=True, exist_ok=True) + with open(errors_file, 'a') as json_file: + dump(errors, json_file, indent=4) + with open(errors_file) as json_file: + expected_errors = load(json_file) + # expected_errors = { + # 'errors': [], + # 'warnings': [], + # } + assert expected_errors == errors, errors_file + # + config.property.read_only() + config_dict = dict(config_to_dict(config.value.get())) + assert expected == config_dict, expected_filename + + +def populate(filename, makedict_file, rougailconfig, level, need_exclude, namespace): + if filename.is_file() and makedict_file.is_file(): + return + config = Rougail(rougailconfig).run() + values = get_values_for_config(config, not need_exclude, level, follower_with_index=True) + print(filename) + if not filename.is_file(): + filename.parent.mkdir(parents=True, exist_ok=True) + ############################################## + v = values_to_commandline(values) + print('========================') + print('========================') + print('========================') + print(v) + print('========================') + ############################################## + with filename.open('w') as fh: + ############################################## + dump(v, fh, indent=4) + ############################################## + if not makedict_file.is_file(): + makedict_file.parent.mkdir(parents=True, exist_ok=True) + config.property.read_only() + config_dict = dict(config_to_dict(config.value.get())) + with makedict_file.open('w') as fh: + dump(config_dict, fh, indent=4) + fh.write('\n') + + +class SubMulti(Exception): + pass + + +############################################## +def values_to_commandline(values): + print(values) + def parse(root_path, values_, level=-1): + level += 1 + for key, value in values_.items(): + if level == 0: + sub_root_path = key + else: + sub_root_path = root_path + '.' + key + if isinstance(value, dict): + yield from parse(sub_root_path, value, level) + elif isinstance(value, list): + print("+++++++++++++++++++++", sub_root_path, value) + if value and isinstance(value[0], dict): + keys = [] + for ls in value: + for k in ls: + if k not in keys: + keys.append(k) + for k in keys: + leader_values = [] + for val in value: + sub_val = val.get(k, "") + if not isinstance(sub_val, tuple): + # it's a leader + leader_values.append(sub_val) + if isinstance(sub_val, list) or (isinstance(sub_val, tuple) and isinstance(sub_val[1], list)): + raise SubMulti("submulti is not allowed for environment user_datas") + if leader_values: + yield "--" + (sub_root_path + '.' + k) + for val in value: + yield convert_str(val.get(k, "")) + for idx, val in enumerate(value): + val = val.get(k, "") + if isinstance(val, tuple): + # it's a follower + yield "--" + (sub_root_path + '.' + k) + yield str(val[0]) + yield convert_str(val[1]) + else: + yield "--" + sub_root_path + for val in value: + yield convert_str(val) + elif value is None or value == 'None': + yield "--" + sub_root_path +# yield "" + elif isinstance(value, bool): + if value: + yield "--" + sub_root_path + else: + yield "--" + sub_root_path.rsplit(".", 1)[0] + '.no-' + sub_root_path.rsplit(".", 1)[-1] + else: + yield "--" + sub_root_path + yield convert_str(value) + return list(parse(None, values)) + + +def convert_str(val): + if isinstance(val, bool): + return {True: 'true', False: 'false'}.get(val) + if val is None: + return "" + return str(val) +############################################## + + +def test_structural_files_all(test_dir): + "tests the output" + _test_structural_files(test_dir, True, EXT, level='all') +# +# +#def test_structural_files_all_exclude(test_dir): +# "tests the output" +# _test_structural_files(test_dir, True, EXT, level='all', need_exclude=True) + + +def test_structural_files_mandatories(test_dir): + "tests the output" + _test_structural_files(test_dir, True, EXT, level='mandatories')