From b0fdef7a52291cdd6a31fab8423ef76b98b2b4c6 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Tue, 4 Feb 2025 07:45:38 +0100 Subject: [PATCH] fix: update tests --- .../errors/all.json | 4 +++ .../errors/mandatories.json | 4 +++ .../file/all.yml | 6 +++++ .../file/all_exclude.yml | 6 +++++ .../file/mandatories.yml | 6 +++++ .../makedict/all.json | 4 +++ .../makedict/mandatories.json | 4 +++ .../results/00_9extra_ouside/errors/all.json | 4 +++ .../00_9extra_ouside/errors/mandatories.json | 4 +++ tests/results/00_9extra_ouside/file/all.yml | 8 ++++++ .../00_9extra_ouside/file/all_exclude.yml | 8 ++++++ .../00_9extra_ouside/file/mandatories.yml | 1 + .../00_9extra_ouside/makedict/all.json | 4 +++ .../makedict/mandatories.json | 4 +++ tests/results/01_6string_multi/file/all.yml | 6 ++++- .../01_6string_multi/file/all_exclude.yml | 6 ++++- .../01_6string_multi/file/mandatories.yml | 6 ++++- .../01_6string_multi/makedict/all.json | 6 ++++- .../makedict/mandatories.json | 6 ++++- .../errors/all.json | 4 +++ .../errors/mandatories.json | 4 +++ .../file/all.yml | 15 +++++++++++ .../file/all_exclude.yml | 15 +++++++++++ .../file/mandatories.yml | 14 ++++++++++ .../makedict/all.json | 13 ++++++++++ .../makedict/mandatories.json | 13 ++++++++++ .../errors/all.json | 6 +++++ .../errors/mandatories.json | 4 +++ .../file/all.yml | 10 +++++++ .../file/all_exclude.yml | 10 +++++++ .../file/mandatories.yml | 9 +++++++ .../makedict/all.json | 3 +++ .../makedict/mandatories.json | 8 ++++++ .../results/16_6exists_family/errors/all.json | 4 +++ .../16_6exists_family/errors/mandatories.json | 4 +++ tests/results/16_6exists_family/file/all.yml | 1 + .../16_6exists_family/file/all_exclude.yml | 1 + .../16_6exists_family/file/mandatories.yml | 1 + .../16_6exists_family/makedict/all.json | 1 + .../makedict/mandatories.json | 1 + .../17_5redefine_leadership/errors/all.json | 2 +- .../errors/all.json | 4 +++ .../errors/mandatories.json | 4 +++ .../file/all.yml | 26 +++++++++++++++++++ .../file/all_exclude.yml | 26 +++++++++++++++++++ .../file/mandatories.yml | 8 ++++++ .../makedict/all.json | 24 +++++++++++++++++ .../makedict/mandatories.json | 17 ++++++++++++ .../errors/all.json | 4 +++ .../errors/mandatories.json | 4 +++ .../file/all.yml | 26 +++++++++++++++++++ .../file/all_exclude.yml | 26 +++++++++++++++++++ .../file/mandatories.yml | 8 ++++++ .../makedict/all.json | 24 +++++++++++++++++ .../makedict/mandatories.json | 17 ++++++++++++ .../errors/all.json | 4 +++ .../errors/mandatories.json | 4 +++ .../file/all.yml | 26 +++++++++++++++++++ .../file/all_exclude.yml | 26 +++++++++++++++++++ .../file/mandatories.yml | 8 ++++++ .../makedict/all.json | 24 +++++++++++++++++ .../makedict/mandatories.json | 18 +++++++++++++ .../errors/all.json | 4 +++ .../errors/mandatories.json | 4 +++ .../file/all.yml | 22 ++++++++++++++++ .../file/all_exclude.yml | 22 ++++++++++++++++ .../file/mandatories.yml | 8 ++++++ .../makedict/all.json | 20 ++++++++++++++ .../makedict/mandatories.json | 15 +++++++++++ .../errors/all.json | 4 +++ .../errors/mandatories.json | 4 +++ .../file/all.yml | 22 ++++++++++++++++ .../file/all_exclude.yml | 22 ++++++++++++++++ .../file/mandatories.yml | 8 ++++++ .../makedict/all.json | 20 ++++++++++++++ .../makedict/mandatories.json | 15 +++++++++++ .../errors/all.json | 4 +++ .../errors/mandatories.json | 4 +++ .../file/all.yml | 26 +++++++++++++++++++ .../file/all_exclude.yml | 26 +++++++++++++++++++ .../file/mandatories.yml | 8 ++++++ .../makedict/all.json | 24 +++++++++++++++++ .../makedict/mandatories.json | 18 +++++++++++++ 83 files changed, 862 insertions(+), 6 deletions(-) create mode 100644 tests/results/00_9default_information_other_variable2/errors/all.json create mode 100644 tests/results/00_9default_information_other_variable2/errors/mandatories.json create mode 100644 tests/results/00_9default_information_other_variable2/file/all.yml create mode 100644 tests/results/00_9default_information_other_variable2/file/all_exclude.yml create mode 100644 tests/results/00_9default_information_other_variable2/file/mandatories.yml create mode 100644 tests/results/00_9default_information_other_variable2/makedict/all.json create mode 100644 tests/results/00_9default_information_other_variable2/makedict/mandatories.json create mode 100644 tests/results/00_9extra_ouside/errors/all.json create mode 100644 tests/results/00_9extra_ouside/errors/mandatories.json create mode 100644 tests/results/00_9extra_ouside/file/all.yml create mode 100644 tests/results/00_9extra_ouside/file/all_exclude.yml create mode 100644 tests/results/00_9extra_ouside/file/mandatories.yml create mode 100644 tests/results/00_9extra_ouside/makedict/all.json create mode 100644 tests/results/00_9extra_ouside/makedict/mandatories.json create mode 100644 tests/results/04_5disabled_calculation_multi/errors/all.json create mode 100644 tests/results/04_5disabled_calculation_multi/errors/mandatories.json create mode 100644 tests/results/04_5disabled_calculation_multi/file/all.yml create mode 100644 tests/results/04_5disabled_calculation_multi/file/all_exclude.yml create mode 100644 tests/results/04_5disabled_calculation_multi/file/mandatories.yml create mode 100644 tests/results/04_5disabled_calculation_multi/makedict/all.json create mode 100644 tests/results/04_5disabled_calculation_multi/makedict/mandatories.json create mode 100644 tests/results/04_5disabled_calculation_variable_multi/errors/all.json create mode 100644 tests/results/04_5disabled_calculation_variable_multi/errors/mandatories.json create mode 100644 tests/results/04_5disabled_calculation_variable_multi/file/all.yml create mode 100644 tests/results/04_5disabled_calculation_variable_multi/file/all_exclude.yml create mode 100644 tests/results/04_5disabled_calculation_variable_multi/file/mandatories.yml create mode 100644 tests/results/04_5disabled_calculation_variable_multi/makedict/all.json create mode 100644 tests/results/04_5disabled_calculation_variable_multi/makedict/mandatories.json create mode 100644 tests/results/16_6exists_family/errors/all.json create mode 100644 tests/results/16_6exists_family/errors/mandatories.json create mode 100644 tests/results/16_6exists_family/file/all.yml create mode 100644 tests/results/16_6exists_family/file/all_exclude.yml create mode 100644 tests/results/16_6exists_family/file/mandatories.yml create mode 100644 tests/results/16_6exists_family/makedict/all.json create mode 100644 tests/results/16_6exists_family/makedict/mandatories.json create mode 100644 tests/results/40_9leadership-calculation-outside-follower-first/errors/all.json create mode 100644 tests/results/40_9leadership-calculation-outside-follower-first/errors/mandatories.json create mode 100644 tests/results/40_9leadership-calculation-outside-follower-first/file/all.yml create mode 100644 tests/results/40_9leadership-calculation-outside-follower-first/file/all_exclude.yml create mode 100644 tests/results/40_9leadership-calculation-outside-follower-first/file/mandatories.yml create mode 100644 tests/results/40_9leadership-calculation-outside-follower-first/makedict/all.json create mode 100644 tests/results/40_9leadership-calculation-outside-follower-first/makedict/mandatories.json create mode 100644 tests/results/40_9leadership-calculation-outside-follower-last/errors/all.json create mode 100644 tests/results/40_9leadership-calculation-outside-follower-last/errors/mandatories.json create mode 100644 tests/results/40_9leadership-calculation-outside-follower-last/file/all.yml create mode 100644 tests/results/40_9leadership-calculation-outside-follower-last/file/all_exclude.yml create mode 100644 tests/results/40_9leadership-calculation-outside-follower-last/file/mandatories.yml create mode 100644 tests/results/40_9leadership-calculation-outside-follower-last/makedict/all.json create mode 100644 tests/results/40_9leadership-calculation-outside-follower-last/makedict/mandatories.json create mode 100644 tests/results/40_9leadership-calculation-outside-follower/errors/all.json create mode 100644 tests/results/40_9leadership-calculation-outside-follower/errors/mandatories.json create mode 100644 tests/results/40_9leadership-calculation-outside-follower/file/all.yml create mode 100644 tests/results/40_9leadership-calculation-outside-follower/file/all_exclude.yml create mode 100644 tests/results/40_9leadership-calculation-outside-follower/file/mandatories.yml create mode 100644 tests/results/40_9leadership-calculation-outside-follower/makedict/all.json create mode 100644 tests/results/40_9leadership-calculation-outside-follower/makedict/mandatories.json create mode 100644 tests/results/40_9leadership-calculation-outside-leader-first/errors/all.json create mode 100644 tests/results/40_9leadership-calculation-outside-leader-first/errors/mandatories.json create mode 100644 tests/results/40_9leadership-calculation-outside-leader-first/file/all.yml create mode 100644 tests/results/40_9leadership-calculation-outside-leader-first/file/all_exclude.yml create mode 100644 tests/results/40_9leadership-calculation-outside-leader-first/file/mandatories.yml create mode 100644 tests/results/40_9leadership-calculation-outside-leader-first/makedict/all.json create mode 100644 tests/results/40_9leadership-calculation-outside-leader-first/makedict/mandatories.json create mode 100644 tests/results/40_9leadership-calculation-outside-leader-last/errors/all.json create mode 100644 tests/results/40_9leadership-calculation-outside-leader-last/errors/mandatories.json create mode 100644 tests/results/40_9leadership-calculation-outside-leader-last/file/all.yml create mode 100644 tests/results/40_9leadership-calculation-outside-leader-last/file/all_exclude.yml create mode 100644 tests/results/40_9leadership-calculation-outside-leader-last/file/mandatories.yml create mode 100644 tests/results/40_9leadership-calculation-outside-leader-last/makedict/all.json create mode 100644 tests/results/40_9leadership-calculation-outside-leader-last/makedict/mandatories.json create mode 100644 tests/results/40_9leadership-calculation-outside-leader/errors/all.json create mode 100644 tests/results/40_9leadership-calculation-outside-leader/errors/mandatories.json create mode 100644 tests/results/40_9leadership-calculation-outside-leader/file/all.yml create mode 100644 tests/results/40_9leadership-calculation-outside-leader/file/all_exclude.yml create mode 100644 tests/results/40_9leadership-calculation-outside-leader/file/mandatories.yml create mode 100644 tests/results/40_9leadership-calculation-outside-leader/makedict/all.json create mode 100644 tests/results/40_9leadership-calculation-outside-leader/makedict/mandatories.json diff --git a/tests/results/00_9default_information_other_variable2/errors/all.json b/tests/results/00_9default_information_other_variable2/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/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/00_9default_information_other_variable2/errors/mandatories.json b/tests/results/00_9default_information_other_variable2/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/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/00_9default_information_other_variable2/file/all.yml b/tests/results/00_9default_information_other_variable2/file/all.yml new file mode 100644 index 0000000..aec7437 --- /dev/null +++ b/tests/results/00_9default_information_other_variable2/file/all.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/00_9default_information_other_variable2/file/all_exclude.yml b/tests/results/00_9default_information_other_variable2/file/all_exclude.yml new file mode 100644 index 0000000..aec7437 --- /dev/null +++ b/tests/results/00_9default_information_other_variable2/file/all_exclude.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/00_9default_information_other_variable2/file/mandatories.yml b/tests/results/00_9default_information_other_variable2/file/mandatories.yml new file mode 100644 index 0000000..aec7437 --- /dev/null +++ b/tests/results/00_9default_information_other_variable2/file/mandatories.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/00_9default_information_other_variable2/makedict/all.json b/tests/results/00_9default_information_other_variable2/makedict/all.json new file mode 100644 index 0000000..3471f52 --- /dev/null +++ b/tests/results/00_9default_information_other_variable2/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/00_9default_information_other_variable2/makedict/mandatories.json b/tests/results/00_9default_information_other_variable2/makedict/mandatories.json new file mode 100644 index 0000000..3471f52 --- /dev/null +++ b/tests/results/00_9default_information_other_variable2/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/00_9extra_ouside/errors/all.json b/tests/results/00_9extra_ouside/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/00_9extra_ouside/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_9extra_ouside/errors/mandatories.json b/tests/results/00_9extra_ouside/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/00_9extra_ouside/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_9extra_ouside/file/all.yml b/tests/results/00_9extra_ouside/file/all.yml new file mode 100644 index 0000000..5e3cce8 --- /dev/null +++ b/tests/results/00_9extra_ouside/file/all.yml @@ -0,0 +1,8 @@ +{ + "rougail": { + "variable": "string1" + }, + "extra": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/00_9extra_ouside/file/all_exclude.yml b/tests/results/00_9extra_ouside/file/all_exclude.yml new file mode 100644 index 0000000..5e3cce8 --- /dev/null +++ b/tests/results/00_9extra_ouside/file/all_exclude.yml @@ -0,0 +1,8 @@ +{ + "rougail": { + "variable": "string1" + }, + "extra": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/00_9extra_ouside/file/mandatories.yml b/tests/results/00_9extra_ouside/file/mandatories.yml new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/00_9extra_ouside/file/mandatories.yml @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/00_9extra_ouside/makedict/all.json b/tests/results/00_9extra_ouside/makedict/all.json new file mode 100644 index 0000000..ef50fd1 --- /dev/null +++ b/tests/results/00_9extra_ouside/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.variable": "string1", + "extra.variable": "string1" +} diff --git a/tests/results/00_9extra_ouside/makedict/mandatories.json b/tests/results/00_9extra_ouside/makedict/mandatories.json new file mode 100644 index 0000000..6b52588 --- /dev/null +++ b/tests/results/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/01_6string_multi/file/all.yml b/tests/results/01_6string_multi/file/all.yml index 34b33ad..f7bfa78 100644 --- a/tests/results/01_6string_multi/file/all.yml +++ b/tests/results/01_6string_multi/file/all.yml @@ -10,7 +10,11 @@ "string2", "string3" ], - "var3": "string1", + "var3": [ + "string1", + "string2", + "string3" + ], "var4": [ "string1", "string2", diff --git a/tests/results/01_6string_multi/file/all_exclude.yml b/tests/results/01_6string_multi/file/all_exclude.yml index 34b33ad..f7bfa78 100644 --- a/tests/results/01_6string_multi/file/all_exclude.yml +++ b/tests/results/01_6string_multi/file/all_exclude.yml @@ -10,7 +10,11 @@ "string2", "string3" ], - "var3": "string1", + "var3": [ + "string1", + "string2", + "string3" + ], "var4": [ "string1", "string2", diff --git a/tests/results/01_6string_multi/file/mandatories.yml b/tests/results/01_6string_multi/file/mandatories.yml index 549947f..d8cfe2e 100644 --- a/tests/results/01_6string_multi/file/mandatories.yml +++ b/tests/results/01_6string_multi/file/mandatories.yml @@ -10,6 +10,10 @@ "string2", "string3" ], - "var3": "string1" + "var3": [ + "string1", + "string2", + "string3" + ] } } \ No newline at end of file diff --git a/tests/results/01_6string_multi/makedict/all.json b/tests/results/01_6string_multi/makedict/all.json index 50be786..3f79219 100644 --- a/tests/results/01_6string_multi/makedict/all.json +++ b/tests/results/01_6string_multi/makedict/all.json @@ -9,7 +9,11 @@ "string2", "string3" ], - "rougail.var3": "string1", + "rougail.var3": [ + "string1", + "string2", + "string3" + ], "rougail.var4": [ "string1", "string2", diff --git a/tests/results/01_6string_multi/makedict/mandatories.json b/tests/results/01_6string_multi/makedict/mandatories.json index 4992fa8..a95038b 100644 --- a/tests/results/01_6string_multi/makedict/mandatories.json +++ b/tests/results/01_6string_multi/makedict/mandatories.json @@ -9,7 +9,11 @@ "string2", "string3" ], - "rougail.var3": "string1", + "rougail.var3": [ + "string1", + "string2", + "string3" + ], "rougail.var4": [ "value" ], diff --git a/tests/results/04_5disabled_calculation_multi/errors/all.json b/tests/results/04_5disabled_calculation_multi/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/04_5disabled_calculation_multi/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_multi/errors/mandatories.json b/tests/results/04_5disabled_calculation_multi/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/04_5disabled_calculation_multi/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_multi/file/all.yml b/tests/results/04_5disabled_calculation_multi/file/all.yml new file mode 100644 index 0000000..1ee5a34 --- /dev/null +++ b/tests/results/04_5disabled_calculation_multi/file/all.yml @@ -0,0 +1,15 @@ +{ + "rougail": { + "condition": "string1", + "variable1": [ + "string1", + "string2", + "string3" + ], + "variable2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_multi/file/all_exclude.yml b/tests/results/04_5disabled_calculation_multi/file/all_exclude.yml new file mode 100644 index 0000000..1ee5a34 --- /dev/null +++ b/tests/results/04_5disabled_calculation_multi/file/all_exclude.yml @@ -0,0 +1,15 @@ +{ + "rougail": { + "condition": "string1", + "variable1": [ + "string1", + "string2", + "string3" + ], + "variable2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_multi/file/mandatories.yml b/tests/results/04_5disabled_calculation_multi/file/mandatories.yml new file mode 100644 index 0000000..521afae --- /dev/null +++ b/tests/results/04_5disabled_calculation_multi/file/mandatories.yml @@ -0,0 +1,14 @@ +{ + "rougail": { + "variable1": [ + "string1", + "string2", + "string3" + ], + "variable2": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_multi/makedict/all.json b/tests/results/04_5disabled_calculation_multi/makedict/all.json new file mode 100644 index 0000000..b7def44 --- /dev/null +++ b/tests/results/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/04_5disabled_calculation_multi/makedict/mandatories.json b/tests/results/04_5disabled_calculation_multi/makedict/mandatories.json new file mode 100644 index 0000000..dbe1807 --- /dev/null +++ b/tests/results/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/04_5disabled_calculation_variable_multi/errors/all.json b/tests/results/04_5disabled_calculation_variable_multi/errors/all.json new file mode 100644 index 0000000..0be009d --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable_multi/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [ + "cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\"" + ], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable_multi/errors/mandatories.json b/tests/results/04_5disabled_calculation_variable_multi/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/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/04_5disabled_calculation_variable_multi/file/all.yml b/tests/results/04_5disabled_calculation_variable_multi/file/all.yml new file mode 100644 index 0000000..8dd3557 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable_multi/file/all.yml @@ -0,0 +1,10 @@ +{ + "rougail": { + "condition": true, + "variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable_multi/file/all_exclude.yml b/tests/results/04_5disabled_calculation_variable_multi/file/all_exclude.yml new file mode 100644 index 0000000..8dd3557 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable_multi/file/all_exclude.yml @@ -0,0 +1,10 @@ +{ + "rougail": { + "condition": true, + "variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable_multi/file/mandatories.yml b/tests/results/04_5disabled_calculation_variable_multi/file/mandatories.yml new file mode 100644 index 0000000..e2d5e46 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable_multi/file/mandatories.yml @@ -0,0 +1,9 @@ +{ + "rougail": { + "variable": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable_multi/makedict/all.json b/tests/results/04_5disabled_calculation_variable_multi/makedict/all.json new file mode 100644 index 0000000..18b52fa --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable_multi/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": true +} diff --git a/tests/results/04_5disabled_calculation_variable_multi/makedict/mandatories.json b/tests/results/04_5disabled_calculation_variable_multi/makedict/mandatories.json new file mode 100644 index 0000000..2cc79e3 --- /dev/null +++ b/tests/results/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/16_6exists_family/errors/all.json b/tests/results/16_6exists_family/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/16_6exists_family/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_6exists_family/errors/mandatories.json b/tests/results/16_6exists_family/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/16_6exists_family/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/16_6exists_family/file/all.yml b/tests/results/16_6exists_family/file/all.yml new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/16_6exists_family/file/all.yml @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/16_6exists_family/file/all_exclude.yml b/tests/results/16_6exists_family/file/all_exclude.yml new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/16_6exists_family/file/all_exclude.yml @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/16_6exists_family/file/mandatories.yml b/tests/results/16_6exists_family/file/mandatories.yml new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/results/16_6exists_family/file/mandatories.yml @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/results/16_6exists_family/makedict/all.json b/tests/results/16_6exists_family/makedict/all.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/16_6exists_family/makedict/all.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/16_6exists_family/makedict/mandatories.json b/tests/results/16_6exists_family/makedict/mandatories.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/results/16_6exists_family/makedict/mandatories.json @@ -0,0 +1 @@ +{} diff --git a/tests/results/17_5redefine_leadership/errors/all.json b/tests/results/17_5redefine_leadership/errors/all.json index a4899b4..337623b 100644 --- a/tests/results/17_5redefine_leadership/errors/all.json +++ b/tests/results/17_5redefine_leadership/errors/all.json @@ -1,6 +1,6 @@ { "errors": [ - "cannot access to optiondescription \"rougail.leader\" because has property \"hidden\"" + "cannot access to optiondescription \"rougail.leader\" (a leadership) because has property \"hidden\"" ], "warnings": [] } \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-follower-first/errors/all.json b/tests/results/40_9leadership-calculation-outside-follower-first/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-follower-first/errors/mandatories.json b/tests/results/40_9leadership-calculation-outside-follower-first/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-follower-first/file/all.yml b/tests/results/40_9leadership-calculation-outside-follower-first/file/all.yml new file mode 100644 index 0000000..8568c4e --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-follower-first/file/all.yml @@ -0,0 +1,26 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ], + "calculate": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-follower-first/file/all_exclude.yml b/tests/results/40_9leadership-calculation-outside-follower-first/file/all_exclude.yml new file mode 100644 index 0000000..8568c4e --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-follower-first/file/all_exclude.yml @@ -0,0 +1,26 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ], + "calculate": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-follower-first/file/mandatories.yml b/tests/results/40_9leadership-calculation-outside-follower-first/file/mandatories.yml new file mode 100644 index 0000000..05de840 --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-follower-first/file/mandatories.yml @@ -0,0 +1,8 @@ +{ + "rougail": { + "leader": [ + {}, + {} + ] + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-follower-first/makedict/all.json b/tests/results/40_9leadership-calculation-outside-follower-first/makedict/all.json new file mode 100644 index 0000000..27fee87 --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-follower-first/makedict/mandatories.json b/tests/results/40_9leadership-calculation-outside-follower-first/makedict/mandatories.json new file mode 100644 index 0000000..ad3b740 --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-follower-last/errors/all.json b/tests/results/40_9leadership-calculation-outside-follower-last/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-follower-last/errors/mandatories.json b/tests/results/40_9leadership-calculation-outside-follower-last/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-follower-last/file/all.yml b/tests/results/40_9leadership-calculation-outside-follower-last/file/all.yml new file mode 100644 index 0000000..8568c4e --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-follower-last/file/all.yml @@ -0,0 +1,26 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ], + "calculate": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-follower-last/file/all_exclude.yml b/tests/results/40_9leadership-calculation-outside-follower-last/file/all_exclude.yml new file mode 100644 index 0000000..8568c4e --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-follower-last/file/all_exclude.yml @@ -0,0 +1,26 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ], + "calculate": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-follower-last/file/mandatories.yml b/tests/results/40_9leadership-calculation-outside-follower-last/file/mandatories.yml new file mode 100644 index 0000000..05de840 --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-follower-last/file/mandatories.yml @@ -0,0 +1,8 @@ +{ + "rougail": { + "leader": [ + {}, + {} + ] + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-follower-last/makedict/all.json b/tests/results/40_9leadership-calculation-outside-follower-last/makedict/all.json new file mode 100644 index 0000000..27fee87 --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-follower-last/makedict/mandatories.json b/tests/results/40_9leadership-calculation-outside-follower-last/makedict/mandatories.json new file mode 100644 index 0000000..ad3b740 --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-follower/errors/all.json b/tests/results/40_9leadership-calculation-outside-follower/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-follower/errors/mandatories.json b/tests/results/40_9leadership-calculation-outside-follower/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-follower/file/all.yml b/tests/results/40_9leadership-calculation-outside-follower/file/all.yml new file mode 100644 index 0000000..8568c4e --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-follower/file/all.yml @@ -0,0 +1,26 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ], + "calculate": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-follower/file/all_exclude.yml b/tests/results/40_9leadership-calculation-outside-follower/file/all_exclude.yml new file mode 100644 index 0000000..8568c4e --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-follower/file/all_exclude.yml @@ -0,0 +1,26 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ], + "calculate": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-follower/file/mandatories.yml b/tests/results/40_9leadership-calculation-outside-follower/file/mandatories.yml new file mode 100644 index 0000000..05de840 --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-follower/file/mandatories.yml @@ -0,0 +1,8 @@ +{ + "rougail": { + "leader": [ + {}, + {} + ] + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-follower/makedict/all.json b/tests/results/40_9leadership-calculation-outside-follower/makedict/all.json new file mode 100644 index 0000000..27fee87 --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-follower/makedict/mandatories.json b/tests/results/40_9leadership-calculation-outside-follower/makedict/mandatories.json new file mode 100644 index 0000000..56db42b --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-leader-first/errors/all.json b/tests/results/40_9leadership-calculation-outside-leader-first/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-leader-first/errors/mandatories.json b/tests/results/40_9leadership-calculation-outside-leader-first/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-leader-first/file/all.yml b/tests/results/40_9leadership-calculation-outside-leader-first/file/all.yml new file mode 100644 index 0000000..ed88941 --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-leader-first/file/all.yml @@ -0,0 +1,22 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ], + "calculate": "string1" + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-leader-first/file/all_exclude.yml b/tests/results/40_9leadership-calculation-outside-leader-first/file/all_exclude.yml new file mode 100644 index 0000000..ed88941 --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-leader-first/file/all_exclude.yml @@ -0,0 +1,22 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ], + "calculate": "string1" + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-leader-first/file/mandatories.yml b/tests/results/40_9leadership-calculation-outside-leader-first/file/mandatories.yml new file mode 100644 index 0000000..05de840 --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-leader-first/file/mandatories.yml @@ -0,0 +1,8 @@ +{ + "rougail": { + "leader": [ + {}, + {} + ] + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-leader-first/makedict/all.json b/tests/results/40_9leadership-calculation-outside-leader-first/makedict/all.json new file mode 100644 index 0000000..07626d9 --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-leader-first/makedict/mandatories.json b/tests/results/40_9leadership-calculation-outside-leader-first/makedict/mandatories.json new file mode 100644 index 0000000..8ee5037 --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-leader-last/errors/all.json b/tests/results/40_9leadership-calculation-outside-leader-last/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-leader-last/errors/mandatories.json b/tests/results/40_9leadership-calculation-outside-leader-last/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-leader-last/file/all.yml b/tests/results/40_9leadership-calculation-outside-leader-last/file/all.yml new file mode 100644 index 0000000..ed88941 --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-leader-last/file/all.yml @@ -0,0 +1,22 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ], + "calculate": "string1" + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-leader-last/file/all_exclude.yml b/tests/results/40_9leadership-calculation-outside-leader-last/file/all_exclude.yml new file mode 100644 index 0000000..ed88941 --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-leader-last/file/all_exclude.yml @@ -0,0 +1,22 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ], + "calculate": "string1" + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-leader-last/file/mandatories.yml b/tests/results/40_9leadership-calculation-outside-leader-last/file/mandatories.yml new file mode 100644 index 0000000..05de840 --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-leader-last/file/mandatories.yml @@ -0,0 +1,8 @@ +{ + "rougail": { + "leader": [ + {}, + {} + ] + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-leader-last/makedict/all.json b/tests/results/40_9leadership-calculation-outside-leader-last/makedict/all.json new file mode 100644 index 0000000..07626d9 --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-leader-last/makedict/mandatories.json b/tests/results/40_9leadership-calculation-outside-leader-last/makedict/mandatories.json new file mode 100644 index 0000000..877ce51 --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-leader/errors/all.json b/tests/results/40_9leadership-calculation-outside-leader/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-leader/errors/mandatories.json b/tests/results/40_9leadership-calculation-outside-leader/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-leader/file/all.yml b/tests/results/40_9leadership-calculation-outside-leader/file/all.yml new file mode 100644 index 0000000..8568c4e --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-leader/file/all.yml @@ -0,0 +1,26 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ], + "calculate": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-leader/file/all_exclude.yml b/tests/results/40_9leadership-calculation-outside-leader/file/all_exclude.yml new file mode 100644 index 0000000..8568c4e --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-leader/file/all_exclude.yml @@ -0,0 +1,26 @@ +{ + "rougail": { + "leader": [ + { + "leader": "string1", + "follower1": "string1", + "follower2": "string1" + }, + { + "leader": "string2", + "follower1": "string2", + "follower2": "string2" + }, + { + "leader": "string3", + "follower1": "string3", + "follower2": "string3" + } + ], + "calculate": [ + "string1", + "string2", + "string3" + ] + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-leader/file/mandatories.yml b/tests/results/40_9leadership-calculation-outside-leader/file/mandatories.yml new file mode 100644 index 0000000..05de840 --- /dev/null +++ b/tests/results/40_9leadership-calculation-outside-leader/file/mandatories.yml @@ -0,0 +1,8 @@ +{ + "rougail": { + "leader": [ + {}, + {} + ] + } +} \ No newline at end of file diff --git a/tests/results/40_9leadership-calculation-outside-leader/makedict/all.json b/tests/results/40_9leadership-calculation-outside-leader/makedict/all.json new file mode 100644 index 0000000..27fee87 --- /dev/null +++ b/tests/results/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/40_9leadership-calculation-outside-leader/makedict/mandatories.json b/tests/results/40_9leadership-calculation-outside-leader/makedict/mandatories.json new file mode 100644 index 0000000..909f30d --- /dev/null +++ b/tests/results/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" + ] +}