fix: update tests
This commit is contained in:
parent
c6ab62eb78
commit
9dbc3a068d
105 changed files with 417 additions and 0 deletions
tests/results
test
00_6secret_param
errors
file
makedict
00_7help
errors
file
makedict
00_7help_sup
errors
file
makedict
04_5disabled_calculation_variable_multi2
errors
file
makedict
04_5disabled_calculation_variable_multi3
errors
file
makedict
60_0family_dynamic_forbidden_char
test_namespace
00_6secret_param
errors
file
makedict
00_7help
errors
file
makedict
00_7help_sup
errors
file
makedict
00_8calculation_namespace
errors
file
makedict
00_8calculation_param_namespace
errors
file
makedict
04_5disabled_calculation_variable_multi2
errors
file
makedict
04_5disabled_calculation_variable_multi3
errors
file
makedict
60_0family_dynamic_forbidden_char
errors
file
makedict
60_5family_dynamic_calc_suffix_empty_3/errors
4
tests/results/test/00_6secret_param/errors/all.json
Normal file
4
tests/results/test/00_6secret_param/errors/all.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
2
tests/results/test/00_6secret_param/file/all.env
Normal file
2
tests/results/test/00_6secret_param/file/all.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_SECRET1="onE7vaLues_len1"
|
||||
ROUGAIL_SECRET2="onE7vaLues"
|
2
tests/results/test/00_6secret_param/file/all_exclude.env
Normal file
2
tests/results/test/00_6secret_param/file/all_exclude.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_SECRET1="onE7vaLues_len1"
|
||||
ROUGAIL_SECRET2="onE7vaLues"
|
1
tests/results/test/00_6secret_param/file/mandatories.env
Normal file
1
tests/results/test/00_6secret_param/file/mandatories.env
Normal file
|
@ -0,0 +1 @@
|
|||
ROUGAIL_SECRET1="onE7vaLues_len1"
|
4
tests/results/test/00_6secret_param/makedict/all.json
Normal file
4
tests/results/test/00_6secret_param/makedict/all.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"secret1": "onE7vaLues_len1",
|
||||
"secret2": "onE7vaLues"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"secret1": "onE7vaLues_len1",
|
||||
"secret2": "value"
|
||||
}
|
4
tests/results/test/00_7help/errors/all.json
Normal file
4
tests/results/test/00_7help/errors/all.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
4
tests/results/test/00_7help/errors/mandatories.json
Normal file
4
tests/results/test/00_7help/errors/mandatories.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
2
tests/results/test/00_7help/file/all.env
Normal file
2
tests/results/test/00_7help/file/all.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="string1"
|
||||
ROUGAIL_VAR2="string1"
|
2
tests/results/test/00_7help/file/all_exclude.env
Normal file
2
tests/results/test/00_7help/file/all_exclude.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="string1"
|
||||
ROUGAIL_VAR2="string1"
|
2
tests/results/test/00_7help/file/mandatories.env
Normal file
2
tests/results/test/00_7help/file/mandatories.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="string1"
|
||||
ROUGAIL_VAR2="string1"
|
4
tests/results/test/00_7help/makedict/all.json
Normal file
4
tests/results/test/00_7help/makedict/all.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"var1": "string1",
|
||||
"var2": "string1"
|
||||
}
|
4
tests/results/test/00_7help/makedict/mandatories.json
Normal file
4
tests/results/test/00_7help/makedict/mandatories.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"var1": "string1",
|
||||
"var2": "string1"
|
||||
}
|
4
tests/results/test/00_7help_sup/errors/all.json
Normal file
4
tests/results/test/00_7help_sup/errors/all.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
4
tests/results/test/00_7help_sup/errors/mandatories.json
Normal file
4
tests/results/test/00_7help_sup/errors/mandatories.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
2
tests/results/test/00_7help_sup/file/all.env
Normal file
2
tests/results/test/00_7help_sup/file/all.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="string1"
|
||||
ROUGAIL_VAR2="string1"
|
2
tests/results/test/00_7help_sup/file/all_exclude.env
Normal file
2
tests/results/test/00_7help_sup/file/all_exclude.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="string1"
|
||||
ROUGAIL_VAR2="string1"
|
2
tests/results/test/00_7help_sup/file/mandatories.env
Normal file
2
tests/results/test/00_7help_sup/file/mandatories.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="string1"
|
||||
ROUGAIL_VAR2="string1"
|
4
tests/results/test/00_7help_sup/makedict/all.json
Normal file
4
tests/results/test/00_7help_sup/makedict/all.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"var1": "string1",
|
||||
"var2": "string1"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"var1": "string1",
|
||||
"var2": "string1"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_CONDITION="string1,string2,string3"
|
||||
ROUGAIL_VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_CONDITION="string1,string2,string3"
|
||||
ROUGAIL_VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_CONDITION="string1,string2,string3"
|
||||
ROUGAIL_VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"condition": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"variable": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"condition": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"variable": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_CONDITION="string1,string2,string3"
|
||||
ROUGAIL_VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_CONDITION="string1,string2,string3"
|
||||
ROUGAIL_VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL_VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"condition": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"variable": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"condition": [
|
||||
"val1",
|
||||
"val2"
|
||||
],
|
||||
"variable": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
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"
|
|
@ -0,0 +1,4 @@
|
|||
ROUGAIL_DYNVAL_1.VAR1="string1"
|
||||
ROUGAIL_DYNVAL_1.VAR2="string1"
|
||||
ROUGAIL_DYNVAL_2.VAR1="string1"
|
||||
ROUGAIL_DYNVAL_2.VAR2="string1"
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"var": [
|
||||
"val.1",
|
||||
"val.2"
|
||||
],
|
||||
"dynval_1.var1": "string1",
|
||||
"dynval_1.var2": "string1",
|
||||
"dynval_2.var1": "string1",
|
||||
"dynval_2.var2": "string1"
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"var": [
|
||||
"val.1",
|
||||
"val.2"
|
||||
],
|
||||
"dynval_1.var1": "val.1",
|
||||
"dynval_1.var2": "val.1",
|
||||
"dynval_2.var1": "val.2",
|
||||
"dynval_2.var2": "val.2"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.SECRET1="onE7vaLues_len1"
|
||||
ROUGAIL.SECRET2="onE7vaLues"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.SECRET1="onE7vaLues_len1"
|
||||
ROUGAIL.SECRET2="onE7vaLues"
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL.SECRET1="onE7vaLues_len1"
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.secret1": "onE7vaLues_len1",
|
||||
"rougail.secret2": "onE7vaLues"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.secret1": "onE7vaLues_len1",
|
||||
"rougail.secret2": "value"
|
||||
}
|
4
tests/results/test_namespace/00_7help/errors/all.json
Normal file
4
tests/results/test_namespace/00_7help/errors/all.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
2
tests/results/test_namespace/00_7help/file/all.env
Normal file
2
tests/results/test_namespace/00_7help/file/all.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.VAR1="string1"
|
||||
ROUGAIL.VAR2="string1"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.VAR1="string1"
|
||||
ROUGAIL.VAR2="string1"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.VAR1="string1"
|
||||
ROUGAIL.VAR2="string1"
|
4
tests/results/test_namespace/00_7help/makedict/all.json
Normal file
4
tests/results/test_namespace/00_7help/makedict/all.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.var1": "string1",
|
||||
"rougail.var2": "string1"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.var1": "string1",
|
||||
"rougail.var2": "string1"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
2
tests/results/test_namespace/00_7help_sup/file/all.env
Normal file
2
tests/results/test_namespace/00_7help_sup/file/all.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.VAR1="string1"
|
||||
ROUGAIL.VAR2="string1"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.VAR1="string1"
|
||||
ROUGAIL.VAR2="string1"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.VAR1="string1"
|
||||
ROUGAIL.VAR2="string1"
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.var1": "string1",
|
||||
"rougail.var2": "string1"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.var1": "string1",
|
||||
"rougail.var2": "string1"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL.VARIABLE="string1"
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL.VARIABLE="string1"
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"rougail.variable": "string1"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"rougail.variable": "Rougail"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL.VARIABLE="string1"
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL.VARIABLE="string1"
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"rougail.variable": "string1"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"rougail.variable": "Rougail"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.CONDITION="string1,string2,string3"
|
||||
ROUGAIL.VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.CONDITION="string1,string2,string3"
|
||||
ROUGAIL.VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.CONDITION="string1,string2,string3"
|
||||
ROUGAIL.VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"rougail.condition": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"rougail.variable": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"rougail.condition": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"rougail.variable": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.CONDITION="string1,string2,string3"
|
||||
ROUGAIL.VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.CONDITION="string1,string2,string3"
|
||||
ROUGAIL.VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL.VARIABLE="string1,string2,string3"
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"rougail.condition": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"rougail.variable": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"rougail.condition": [
|
||||
"val1",
|
||||
"val2"
|
||||
],
|
||||
"rougail.variable": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
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"
|
|
@ -0,0 +1,4 @@
|
|||
ROUGAIL.DYNVAL_1.VAR1="string1"
|
||||
ROUGAIL.DYNVAL_1.VAR2="string1"
|
||||
ROUGAIL.DYNVAL_2.VAR1="string1"
|
||||
ROUGAIL.DYNVAL_2.VAR2="string1"
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue