fix: update tests
This commit is contained in:
parent
071c97bbb0
commit
e8aa8d6b10
64 changed files with 228 additions and 4 deletions
tests/results
test
00_6choice_link
errors
file
makedict
00_6choice_variable_link
errors
file
makedict
00_6choice_variable_link2
errors
file
makedict
00_6regexp_link
errors
file
makedict
00_6secret_param
test_namespace
00_6choice_link
errors
file
makedict
00_6choice_variable_link
errors
file
makedict
00_6choice_variable_link2
errors
file
makedict
00_6regexp_link
errors
file
makedict
00_6secret_param
4
tests/results/test/00_6choice_link/errors/all.json
Normal file
4
tests/results/test/00_6choice_link/errors/all.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
2
tests/results/test/00_6choice_link/file/all.env
Normal file
2
tests/results/test/00_6choice_link/file/all.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="a"
|
||||
ROUGAIL_VAR2="a"
|
2
tests/results/test/00_6choice_link/file/all_exclude.env
Normal file
2
tests/results/test/00_6choice_link/file/all_exclude.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="a"
|
||||
ROUGAIL_VAR2="a"
|
1
tests/results/test/00_6choice_link/file/mandatories.env
Normal file
1
tests/results/test/00_6choice_link/file/mandatories.env
Normal file
|
@ -0,0 +1 @@
|
|||
ROUGAIL_VAR1="a"
|
4
tests/results/test/00_6choice_link/makedict/all.json
Normal file
4
tests/results/test/00_6choice_link/makedict/all.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"var1": "a",
|
||||
"var2": "a"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"var1": "a",
|
||||
"var2": "a"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
3
tests/results/test/00_6choice_variable_link/file/all.env
Normal file
3
tests/results/test/00_6choice_variable_link/file/all.env
Normal file
|
@ -0,0 +1,3 @@
|
|||
ROUGAIL_VAR1="string1,string2,string3"
|
||||
ROUGAIL_VAR2="string1"
|
||||
ROUGAIL_VAR3="string1"
|
|
@ -0,0 +1,3 @@
|
|||
ROUGAIL_VAR1="string1,string2,string3"
|
||||
ROUGAIL_VAR2="string1"
|
||||
ROUGAIL_VAR3="string1"
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"var1": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"var2": "string1",
|
||||
"var3": "string1"
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"var1": [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
],
|
||||
"var2": "a",
|
||||
"var3": "a"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
ROUGAIL_VAR1="string1,string2,string3"
|
||||
ROUGAIL_VAR2="string1"
|
||||
ROUGAIL_FAMILY.VAR3="string1"
|
|
@ -0,0 +1,3 @@
|
|||
ROUGAIL_VAR1="string1,string2,string3"
|
||||
ROUGAIL_VAR2="string1"
|
||||
ROUGAIL_FAMILY.VAR3="string1"
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"var1": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"var2": "string1",
|
||||
"family.var3": "string1"
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"var1": [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
],
|
||||
"var2": "a",
|
||||
"family.var3": "a"
|
||||
}
|
4
tests/results/test/00_6regexp_link/errors/all.json
Normal file
4
tests/results/test/00_6regexp_link/errors/all.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
2
tests/results/test/00_6regexp_link/file/all.env
Normal file
2
tests/results/test/00_6regexp_link/file/all.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="#b1b1b1"
|
||||
ROUGAIL_VAR2="#b2b1b1"
|
2
tests/results/test/00_6regexp_link/file/all_exclude.env
Normal file
2
tests/results/test/00_6regexp_link/file/all_exclude.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="#b1b1b1"
|
||||
ROUGAIL_VAR2="#b2b1b1"
|
1
tests/results/test/00_6regexp_link/file/mandatories.env
Normal file
1
tests/results/test/00_6regexp_link/file/mandatories.env
Normal file
|
@ -0,0 +1 @@
|
|||
|
4
tests/results/test/00_6regexp_link/makedict/all.json
Normal file
4
tests/results/test/00_6regexp_link/makedict/all.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"var1": "#b1b1b1",
|
||||
"var2": "#b2b1b1"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"var1": "#a1a1a1",
|
||||
"var2": "#a1a1a1"
|
||||
}
|
|
@ -1,2 +1,3 @@
|
|||
ROUGAIL_SECRET1="onE7vaLues_len1"
|
||||
ROUGAIL_SECRET2="onE7vaLues"
|
||||
ROUGAIL_SECRET3="onE7vaLues"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
ROUGAIL_SECRET1="onE7vaLues_len1"
|
||||
ROUGAIL_SECRET2="onE7vaLues"
|
||||
ROUGAIL_SECRET3="onE7vaLues"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"secret1": "onE7vaLues_len1",
|
||||
"secret2": "onE7vaLues"
|
||||
"secret2": "onE7vaLues",
|
||||
"secret3": "onE7vaLues"
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"secret1": "onE7vaLues_len1",
|
||||
"secret2": "value"
|
||||
"secret2": "value",
|
||||
"secret3": "value"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.VAR1="a"
|
||||
ROUGAIL.VAR2="a"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.VAR1="a"
|
||||
ROUGAIL.VAR2="a"
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL.VAR1="a"
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.var1": "a",
|
||||
"rougail.var2": "a"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.var1": "a",
|
||||
"rougail.var2": "a"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
ROUGAIL.VAR1="string1,string2,string3"
|
||||
ROUGAIL.VAR2="string1"
|
||||
ROUGAIL.VAR3="string1"
|
|
@ -0,0 +1,3 @@
|
|||
ROUGAIL.VAR1="string1,string2,string3"
|
||||
ROUGAIL.VAR2="string1"
|
||||
ROUGAIL.VAR3="string1"
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"rougail.var1": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"rougail.var2": "string1",
|
||||
"rougail.var3": "string1"
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"rougail.var1": [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
],
|
||||
"rougail.var2": "a",
|
||||
"rougail.var3": "a"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
ROUGAIL.VAR1="string1,string2,string3"
|
||||
ROUGAIL.VAR2="string1"
|
||||
ROUGAIL.FAMILY.VAR3="string1"
|
|
@ -0,0 +1,3 @@
|
|||
ROUGAIL.VAR1="string1,string2,string3"
|
||||
ROUGAIL.VAR2="string1"
|
||||
ROUGAIL.FAMILY.VAR3="string1"
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"rougail.var1": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"rougail.var2": "string1",
|
||||
"rougail.family.var3": "string1"
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"rougail.var1": [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
],
|
||||
"rougail.var2": "a",
|
||||
"rougail.family.var3": "a"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.VAR1="#b1b1b1"
|
||||
ROUGAIL.VAR2="#b2b1b1"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL.VAR1="#b1b1b1"
|
||||
ROUGAIL.VAR2="#b2b1b1"
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.var1": "#b1b1b1",
|
||||
"rougail.var2": "#b2b1b1"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.var1": "#a1a1a1",
|
||||
"rougail.var2": "#a1a1a1"
|
||||
}
|
|
@ -1,2 +1,3 @@
|
|||
ROUGAIL.SECRET1="onE7vaLues_len1"
|
||||
ROUGAIL.SECRET2="onE7vaLues"
|
||||
ROUGAIL.SECRET3="onE7vaLues"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
ROUGAIL.SECRET1="onE7vaLues_len1"
|
||||
ROUGAIL.SECRET2="onE7vaLues"
|
||||
ROUGAIL.SECRET3="onE7vaLues"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"rougail.secret1": "onE7vaLues_len1",
|
||||
"rougail.secret2": "onE7vaLues"
|
||||
"rougail.secret2": "onE7vaLues",
|
||||
"rougail.secret3": "onE7vaLues"
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"rougail.secret1": "onE7vaLues_len1",
|
||||
"rougail.secret2": "value"
|
||||
"rougail.secret2": "value",
|
||||
"rougail.secret3": "value"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue