From 5fda2da0ba3741b0ed74b5d54afcc7089c6ba714 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 5 Oct 2025 21:24:00 +0200 Subject: [PATCH] fix: tests --- tests/errors/results/01_wrong_type.yaml | 2 +- tests/errors/results/04_value_secret.yaml | 2 +- .../04_5disabled_calculation_variable10/errors/all.json | 6 ++++++ .../errors/mandatories.json | 6 ++++++ .../04_5disabled_calculation_variable10/file/all.yml | 6 ++++++ .../file/all_exclude.yml | 6 ++++++ .../file/mandatories.yml | 5 +++++ .../04_5disabled_calculation_variable10/makedict/all.json | 3 +++ .../makedict/mandatories.json | 3 +++ .../04_5disabled_calculation_variable5/errors/all.json | 6 ++++++ .../errors/mandatories.json | 4 ++++ .../04_5disabled_calculation_variable5/file/all.yml | 6 ++++++ .../file/all_exclude.yml | 6 ++++++ .../file/mandatories.yml | 5 +++++ .../04_5disabled_calculation_variable5/makedict/all.json | 4 ++++ .../makedict/mandatories.json | 4 ++++ .../04_5disabled_calculation_variable6/errors/all.json | 6 ++++++ .../errors/mandatories.json | 4 ++++ .../04_5disabled_calculation_variable6/file/all.yml | 6 ++++++ .../file/all_exclude.yml | 6 ++++++ .../file/mandatories.yml | 5 +++++ .../04_5disabled_calculation_variable6/makedict/all.json | 3 +++ .../makedict/mandatories.json | 3 +++ .../04_5disabled_calculation_variable7/errors/all.json | 6 ++++++ .../errors/mandatories.json | 4 ++++ .../04_5disabled_calculation_variable7/file/all.yml | 6 ++++++ .../file/all_exclude.yml | 6 ++++++ .../file/mandatories.yml | 5 +++++ .../04_5disabled_calculation_variable7/makedict/all.json | 3 +++ .../makedict/mandatories.json | 4 ++++ .../04_5disabled_calculation_variable8/errors/all.json | 7 +++++++ .../errors/mandatories.json | 6 ++++++ .../04_5disabled_calculation_variable8/file/all.yml | 6 ++++++ .../file/all_exclude.yml | 6 ++++++ .../file/mandatories.yml | 5 +++++ .../04_5disabled_calculation_variable8/makedict/all.json | 3 +++ .../makedict/mandatories.json | 3 +++ .../04_5disabled_calculation_variable9/errors/all.json | 6 ++++++ .../errors/mandatories.json | 4 ++++ .../04_5disabled_calculation_variable9/file/all.yml | 6 ++++++ .../file/all_exclude.yml | 6 ++++++ .../file/mandatories.yml | 5 +++++ .../04_5disabled_calculation_variable9/makedict/all.json | 3 +++ .../makedict/mandatories.json | 3 +++ 44 files changed, 208 insertions(+), 2 deletions(-) create mode 100644 tests/results/04_5disabled_calculation_variable10/errors/all.json create mode 100644 tests/results/04_5disabled_calculation_variable10/errors/mandatories.json create mode 100644 tests/results/04_5disabled_calculation_variable10/file/all.yml create mode 100644 tests/results/04_5disabled_calculation_variable10/file/all_exclude.yml create mode 100644 tests/results/04_5disabled_calculation_variable10/file/mandatories.yml create mode 100644 tests/results/04_5disabled_calculation_variable10/makedict/all.json create mode 100644 tests/results/04_5disabled_calculation_variable10/makedict/mandatories.json create mode 100644 tests/results/04_5disabled_calculation_variable5/errors/all.json create mode 100644 tests/results/04_5disabled_calculation_variable5/errors/mandatories.json create mode 100644 tests/results/04_5disabled_calculation_variable5/file/all.yml create mode 100644 tests/results/04_5disabled_calculation_variable5/file/all_exclude.yml create mode 100644 tests/results/04_5disabled_calculation_variable5/file/mandatories.yml create mode 100644 tests/results/04_5disabled_calculation_variable5/makedict/all.json create mode 100644 tests/results/04_5disabled_calculation_variable5/makedict/mandatories.json create mode 100644 tests/results/04_5disabled_calculation_variable6/errors/all.json create mode 100644 tests/results/04_5disabled_calculation_variable6/errors/mandatories.json create mode 100644 tests/results/04_5disabled_calculation_variable6/file/all.yml create mode 100644 tests/results/04_5disabled_calculation_variable6/file/all_exclude.yml create mode 100644 tests/results/04_5disabled_calculation_variable6/file/mandatories.yml create mode 100644 tests/results/04_5disabled_calculation_variable6/makedict/all.json create mode 100644 tests/results/04_5disabled_calculation_variable6/makedict/mandatories.json create mode 100644 tests/results/04_5disabled_calculation_variable7/errors/all.json create mode 100644 tests/results/04_5disabled_calculation_variable7/errors/mandatories.json create mode 100644 tests/results/04_5disabled_calculation_variable7/file/all.yml create mode 100644 tests/results/04_5disabled_calculation_variable7/file/all_exclude.yml create mode 100644 tests/results/04_5disabled_calculation_variable7/file/mandatories.yml create mode 100644 tests/results/04_5disabled_calculation_variable7/makedict/all.json create mode 100644 tests/results/04_5disabled_calculation_variable7/makedict/mandatories.json create mode 100644 tests/results/04_5disabled_calculation_variable8/errors/all.json create mode 100644 tests/results/04_5disabled_calculation_variable8/errors/mandatories.json create mode 100644 tests/results/04_5disabled_calculation_variable8/file/all.yml create mode 100644 tests/results/04_5disabled_calculation_variable8/file/all_exclude.yml create mode 100644 tests/results/04_5disabled_calculation_variable8/file/mandatories.yml create mode 100644 tests/results/04_5disabled_calculation_variable8/makedict/all.json create mode 100644 tests/results/04_5disabled_calculation_variable8/makedict/mandatories.json create mode 100644 tests/results/04_5disabled_calculation_variable9/errors/all.json create mode 100644 tests/results/04_5disabled_calculation_variable9/errors/mandatories.json create mode 100644 tests/results/04_5disabled_calculation_variable9/file/all.yml create mode 100644 tests/results/04_5disabled_calculation_variable9/file/all_exclude.yml create mode 100644 tests/results/04_5disabled_calculation_variable9/file/mandatories.yml create mode 100644 tests/results/04_5disabled_calculation_variable9/makedict/all.json create mode 100644 tests/results/04_5disabled_calculation_variable9/makedict/mandatories.json diff --git a/tests/errors/results/01_wrong_type.yaml b/tests/errors/results/01_wrong_type.yaml index 0a69467..146ee6f 100644 --- a/tests/errors/results/01_wrong_type.yaml +++ b/tests/errors/results/01_wrong_type.yaml @@ -1,6 +1,6 @@ { "errors": [], "warnings": [ - "the value \"test\" is invalid for \"variable_int\", which is not an integer, it will be ignored when loading from the YAML file \"/home/gnunux/git/stove/rougail-user-data-yaml/tests/errors/yaml/01_wrong_type.yaml\"" + "the value \"test\" is an invalid integer for \"variable_int\", which is not an integer, it will be ignored when loading from the YAML file \"/home/gnunux/git/stove/rougail-user-data-yaml/tests/errors/yaml/01_wrong_type.yaml\"" ] } \ No newline at end of file diff --git a/tests/errors/results/04_value_secret.yaml b/tests/errors/results/04_value_secret.yaml index c195830..83335e7 100644 --- a/tests/errors/results/04_value_secret.yaml +++ b/tests/errors/results/04_value_secret.yaml @@ -1,6 +1,6 @@ { "errors": [], "warnings": [ - "the value \"**********\" is invalid for \"secret\", at least 10 characters are required, it will be ignored when loading from the YAML file \"/home/gnunux/git/stove/rougail-user-data-yaml/tests/errors/yaml/04_value_secret.yaml\"" + "the value \"**********\" is an invalid password for \"secret\", at least 10 characters are required, it will be ignored when loading from the YAML file \"/home/gnunux/git/stove/rougail-user-data-yaml/tests/errors/yaml/04_value_secret.yaml\"" ] } \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable10/errors/all.json b/tests/results/04_5disabled_calculation_variable10/errors/all.json new file mode 100644 index 0000000..793a3aa --- /dev/null +++ b/tests/results/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 the YAML file \"tests/results/04_5disabled_calculation_variable10/file/all.yml\"" + ] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable10/errors/mandatories.json b/tests/results/04_5disabled_calculation_variable10/errors/mandatories.json new file mode 100644 index 0000000..a74cdaa --- /dev/null +++ b/tests/results/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 the YAML file \"tests/results/04_5disabled_calculation_variable10/file/mandatories.yml\"" + ] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable10/file/all.yml b/tests/results/04_5disabled_calculation_variable10/file/all.yml new file mode 100644 index 0000000..6a9b455 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable10/file/all.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": true, + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable10/file/all_exclude.yml b/tests/results/04_5disabled_calculation_variable10/file/all_exclude.yml new file mode 100644 index 0000000..6a9b455 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable10/file/all_exclude.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": true, + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable10/file/mandatories.yml b/tests/results/04_5disabled_calculation_variable10/file/mandatories.yml new file mode 100644 index 0000000..2552665 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable10/file/mandatories.yml @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable10/makedict/all.json b/tests/results/04_5disabled_calculation_variable10/makedict/all.json new file mode 100644 index 0000000..18b52fa --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable10/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": true +} diff --git a/tests/results/04_5disabled_calculation_variable10/makedict/mandatories.json b/tests/results/04_5disabled_calculation_variable10/makedict/mandatories.json new file mode 100644 index 0000000..18b52fa --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable10/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": true +} diff --git a/tests/results/04_5disabled_calculation_variable5/errors/all.json b/tests/results/04_5disabled_calculation_variable5/errors/all.json new file mode 100644 index 0000000..b3a69b9 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable5/errors/all.json @@ -0,0 +1,6 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.condition\" (a condition) is hidden, it will be ignored when loading from the YAML file \"tests/results/04_5disabled_calculation_variable5/file/all.yml\"" + ] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable5/errors/mandatories.json b/tests/results/04_5disabled_calculation_variable5/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable5/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable5/file/all.yml b/tests/results/04_5disabled_calculation_variable5/file/all.yml new file mode 100644 index 0000000..6a9b455 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable5/file/all.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": true, + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable5/file/all_exclude.yml b/tests/results/04_5disabled_calculation_variable5/file/all_exclude.yml new file mode 100644 index 0000000..6a9b455 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable5/file/all_exclude.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": true, + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable5/file/mandatories.yml b/tests/results/04_5disabled_calculation_variable5/file/mandatories.yml new file mode 100644 index 0000000..2552665 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable5/file/mandatories.yml @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable5/makedict/all.json b/tests/results/04_5disabled_calculation_variable5/makedict/all.json new file mode 100644 index 0000000..8d72421 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable5/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": false, + "rougail.variable": "string1" +} diff --git a/tests/results/04_5disabled_calculation_variable5/makedict/mandatories.json b/tests/results/04_5disabled_calculation_variable5/makedict/mandatories.json new file mode 100644 index 0000000..8d72421 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable5/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": false, + "rougail.variable": "string1" +} diff --git a/tests/results/04_5disabled_calculation_variable6/errors/all.json b/tests/results/04_5disabled_calculation_variable6/errors/all.json new file mode 100644 index 0000000..f5d90c2 --- /dev/null +++ b/tests/results/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 the YAML file \"tests/results/04_5disabled_calculation_variable6/file/all.yml\"" + ] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable6/errors/mandatories.json b/tests/results/04_5disabled_calculation_variable6/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable6/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable6/file/all.yml b/tests/results/04_5disabled_calculation_variable6/file/all.yml new file mode 100644 index 0000000..6a9b455 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable6/file/all.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": true, + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable6/file/all_exclude.yml b/tests/results/04_5disabled_calculation_variable6/file/all_exclude.yml new file mode 100644 index 0000000..6a9b455 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable6/file/all_exclude.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": true, + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable6/file/mandatories.yml b/tests/results/04_5disabled_calculation_variable6/file/mandatories.yml new file mode 100644 index 0000000..2552665 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable6/file/mandatories.yml @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable6/makedict/all.json b/tests/results/04_5disabled_calculation_variable6/makedict/all.json new file mode 100644 index 0000000..66da3f1 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable6/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/04_5disabled_calculation_variable6/makedict/mandatories.json b/tests/results/04_5disabled_calculation_variable6/makedict/mandatories.json new file mode 100644 index 0000000..66da3f1 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable6/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/04_5disabled_calculation_variable7/errors/all.json b/tests/results/04_5disabled_calculation_variable7/errors/all.json new file mode 100644 index 0000000..7f85190 --- /dev/null +++ b/tests/results/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 the YAML file \"tests/results/04_5disabled_calculation_variable7/file/all.yml\"" + ] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable7/errors/mandatories.json b/tests/results/04_5disabled_calculation_variable7/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable7/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable7/file/all.yml b/tests/results/04_5disabled_calculation_variable7/file/all.yml new file mode 100644 index 0000000..6a9b455 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable7/file/all.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": true, + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable7/file/all_exclude.yml b/tests/results/04_5disabled_calculation_variable7/file/all_exclude.yml new file mode 100644 index 0000000..6a9b455 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable7/file/all_exclude.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": true, + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable7/file/mandatories.yml b/tests/results/04_5disabled_calculation_variable7/file/mandatories.yml new file mode 100644 index 0000000..2552665 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable7/file/mandatories.yml @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable7/makedict/all.json b/tests/results/04_5disabled_calculation_variable7/makedict/all.json new file mode 100644 index 0000000..18b52fa --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable7/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": true +} diff --git a/tests/results/04_5disabled_calculation_variable7/makedict/mandatories.json b/tests/results/04_5disabled_calculation_variable7/makedict/mandatories.json new file mode 100644 index 0000000..8d72421 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable7/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.condition": false, + "rougail.variable": "string1" +} diff --git a/tests/results/04_5disabled_calculation_variable8/errors/all.json b/tests/results/04_5disabled_calculation_variable8/errors/all.json new file mode 100644 index 0000000..86cc705 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable8/errors/all.json @@ -0,0 +1,7 @@ +{ + "errors": [], + "warnings": [ + "variable \"rougail.condition\" (a condition) is hidden, it will be ignored when loading from the YAML file \"tests/results/04_5disabled_calculation_variable8/file/all.yml\"", + "variable \"rougail.variable\" (a variable) is disabled, it will be ignored when loading from the YAML file \"tests/results/04_5disabled_calculation_variable8/file/all.yml\"" + ] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable8/errors/mandatories.json b/tests/results/04_5disabled_calculation_variable8/errors/mandatories.json new file mode 100644 index 0000000..22dc508 --- /dev/null +++ b/tests/results/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 the YAML file \"tests/results/04_5disabled_calculation_variable8/file/mandatories.yml\"" + ] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable8/file/all.yml b/tests/results/04_5disabled_calculation_variable8/file/all.yml new file mode 100644 index 0000000..6a9b455 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable8/file/all.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": true, + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable8/file/all_exclude.yml b/tests/results/04_5disabled_calculation_variable8/file/all_exclude.yml new file mode 100644 index 0000000..6a9b455 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable8/file/all_exclude.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": true, + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable8/file/mandatories.yml b/tests/results/04_5disabled_calculation_variable8/file/mandatories.yml new file mode 100644 index 0000000..2552665 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable8/file/mandatories.yml @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable8/makedict/all.json b/tests/results/04_5disabled_calculation_variable8/makedict/all.json new file mode 100644 index 0000000..18b52fa --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable8/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": true +} diff --git a/tests/results/04_5disabled_calculation_variable8/makedict/mandatories.json b/tests/results/04_5disabled_calculation_variable8/makedict/mandatories.json new file mode 100644 index 0000000..18b52fa --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable8/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.condition": true +} diff --git a/tests/results/04_5disabled_calculation_variable9/errors/all.json b/tests/results/04_5disabled_calculation_variable9/errors/all.json new file mode 100644 index 0000000..243e5f3 --- /dev/null +++ b/tests/results/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 the YAML file \"tests/results/04_5disabled_calculation_variable9/file/all.yml\"" + ] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable9/errors/mandatories.json b/tests/results/04_5disabled_calculation_variable9/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable9/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable9/file/all.yml b/tests/results/04_5disabled_calculation_variable9/file/all.yml new file mode 100644 index 0000000..6a9b455 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable9/file/all.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": true, + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable9/file/all_exclude.yml b/tests/results/04_5disabled_calculation_variable9/file/all_exclude.yml new file mode 100644 index 0000000..6a9b455 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable9/file/all_exclude.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": true, + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable9/file/mandatories.yml b/tests/results/04_5disabled_calculation_variable9/file/mandatories.yml new file mode 100644 index 0000000..2552665 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable9/file/mandatories.yml @@ -0,0 +1,5 @@ +{ + "rougail": { + "variable": "string1" + } +} \ No newline at end of file diff --git a/tests/results/04_5disabled_calculation_variable9/makedict/all.json b/tests/results/04_5disabled_calculation_variable9/makedict/all.json new file mode 100644 index 0000000..66da3f1 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable9/makedict/all.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +} diff --git a/tests/results/04_5disabled_calculation_variable9/makedict/mandatories.json b/tests/results/04_5disabled_calculation_variable9/makedict/mandatories.json new file mode 100644 index 0000000..66da3f1 --- /dev/null +++ b/tests/results/04_5disabled_calculation_variable9/makedict/mandatories.json @@ -0,0 +1,3 @@ +{ + "rougail.variable": "string1" +}