fix: add test without namespace
This commit is contained in:
parent
15c6a2930a
commit
bc35561a52
2564 changed files with 4536 additions and 18 deletions
|
@ -35,9 +35,7 @@ environment:
|
|||
{% endif %}
|
||||
default_environment_name:
|
||||
description: Name of the default environment prefix
|
||||
default:
|
||||
variable: main_namespace
|
||||
mandatory: true
|
||||
default: rougail
|
||||
disabled:
|
||||
variable: main_namespace
|
||||
when_not: null
|
||||
|
|
1
tests/results/test/00_0version_underscore/file/all.env
Normal file
1
tests/results/test/00_0version_underscore/file/all.env
Normal file
|
@ -0,0 +1 @@
|
|||
ROUGAIL_VERSION="string1"
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL_VERSION="string1"
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL_VERSION="string1"
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"version": "string1"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"version": "string1"
|
||||
}
|
1
tests/results/test/00_1empty_variable/file/all.env
Normal file
1
tests/results/test/00_1empty_variable/file/all.env
Normal file
|
@ -0,0 +1 @@
|
|||
ROUGAIL_EMPTY="string1"
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL_EMPTY="string1"
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL_EMPTY="string1"
|
3
tests/results/test/00_1empty_variable/makedict/all.json
Normal file
3
tests/results/test/00_1empty_variable/makedict/all.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"empty": "string1"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"empty": "string1"
|
||||
}
|
2
tests/results/test/00_2default_calculated/file/all.env
Normal file
2
tests/results/test/00_2default_calculated/file/all.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="string1"
|
||||
ROUGAIL_VAR2="string1,string2,string3"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="string1"
|
||||
ROUGAIL_VAR2="string1,string2,string3"
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"var1": "string1",
|
||||
"var2": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"var1": "no",
|
||||
"var2": [
|
||||
"no"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="string1,string2,string3"
|
||||
ROUGAIL_VAR2="string1,string2,string3"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="string1,string2,string3"
|
||||
ROUGAIL_VAR2="string1,string2,string3"
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"var1": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"var2": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"var1": [
|
||||
"no",
|
||||
"yes",
|
||||
"maybe"
|
||||
],
|
||||
"var2": [
|
||||
"no",
|
||||
"yes",
|
||||
"maybe"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="domain1.lan,domain2.lan"
|
||||
ROUGAIL_VAR2="domain1.lan,domain2.lan"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="domain1.lan,domain2.lan"
|
||||
ROUGAIL_VAR2="domain1.lan,domain2.lan"
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL_VAR1="domain1.lan,domain2.lan"
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"var1": [
|
||||
"domain1.lan",
|
||||
"domain2.lan"
|
||||
],
|
||||
"var2": [
|
||||
"domain1.lan",
|
||||
"domain2.lan"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"var1": [
|
||||
"domain1.lan",
|
||||
"domain2.lan"
|
||||
],
|
||||
"var2": [
|
||||
"domain1.lan",
|
||||
"domain2.lan"
|
||||
]
|
||||
}
|
2
tests/results/test/00_4load_subfolder/file/all.env
Normal file
2
tests/results/test/00_4load_subfolder/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/00_4load_subfolder/makedict/all.json
Normal file
4
tests/results/test/00_4load_subfolder/makedict/all.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"var1": "string1",
|
||||
"var2": "string1"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"var1": "string1",
|
||||
"var2": "string1"
|
||||
}
|
1
tests/results/test/00_5load_notype/file/all.env
Normal file
1
tests/results/test/00_5load_notype/file/all.env
Normal file
|
@ -0,0 +1 @@
|
|||
ROUGAIL_WITHOUT_TYPE="string1"
|
1
tests/results/test/00_5load_notype/file/all_exclude.env
Normal file
1
tests/results/test/00_5load_notype/file/all_exclude.env
Normal file
|
@ -0,0 +1 @@
|
|||
ROUGAIL_WITHOUT_TYPE="string1"
|
3
tests/results/test/00_5load_notype/makedict/all.json
Normal file
3
tests/results/test/00_5load_notype/makedict/all.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"without_type": "string1"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"without_type": "non"
|
||||
}
|
6
tests/results/test/00_6boolean/file/all.env
Normal file
6
tests/results/test/00_6boolean/file/all.env
Normal file
|
@ -0,0 +1,6 @@
|
|||
ROUGAIL_VAR1="True"
|
||||
ROUGAIL_VAR2="True"
|
||||
ROUGAIL_VAR3="True"
|
||||
ROUGAIL_VAR4="True"
|
||||
ROUGAIL_VAR5="True"
|
||||
ROUGAIL_VAR6="True"
|
6
tests/results/test/00_6boolean/file/all_exclude.env
Normal file
6
tests/results/test/00_6boolean/file/all_exclude.env
Normal file
|
@ -0,0 +1,6 @@
|
|||
ROUGAIL_VAR1="True"
|
||||
ROUGAIL_VAR2="True"
|
||||
ROUGAIL_VAR3="True"
|
||||
ROUGAIL_VAR4="True"
|
||||
ROUGAIL_VAR5="True"
|
||||
ROUGAIL_VAR6="True"
|
8
tests/results/test/00_6boolean/makedict/all.json
Normal file
8
tests/results/test/00_6boolean/makedict/all.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"var1": true,
|
||||
"var2": true,
|
||||
"var3": true,
|
||||
"var4": true,
|
||||
"var5": true,
|
||||
"var6": true
|
||||
}
|
8
tests/results/test/00_6boolean/makedict/mandatories.json
Normal file
8
tests/results/test/00_6boolean/makedict/mandatories.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"var1": true,
|
||||
"var2": true,
|
||||
"var3": true,
|
||||
"var4": false,
|
||||
"var5": false,
|
||||
"var6": false
|
||||
}
|
1
tests/results/test/00_6boolean_no_mandatory/file/all.env
Normal file
1
tests/results/test/00_6boolean_no_mandatory/file/all.env
Normal file
|
@ -0,0 +1 @@
|
|||
ROUGAIL_VARIABLE="True"
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL_VARIABLE="True"
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"variable": true
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"variable": true
|
||||
}
|
6
tests/results/test/00_6choice/file/all.env
Normal file
6
tests/results/test/00_6choice/file/all.env
Normal file
|
@ -0,0 +1,6 @@
|
|||
ROUGAIL_VAR1="a"
|
||||
ROUGAIL_VAR2="a"
|
||||
ROUGAIL_VAR3="a"
|
||||
ROUGAIL_VAR4=""
|
||||
ROUGAIL_VAR5="a"
|
||||
ROUGAIL_VAR6="1"
|
6
tests/results/test/00_6choice/file/all_exclude.env
Normal file
6
tests/results/test/00_6choice/file/all_exclude.env
Normal file
|
@ -0,0 +1,6 @@
|
|||
ROUGAIL_VAR1="a"
|
||||
ROUGAIL_VAR2="a"
|
||||
ROUGAIL_VAR3="a"
|
||||
ROUGAIL_VAR4=""
|
||||
ROUGAIL_VAR5="a"
|
||||
ROUGAIL_VAR6="1"
|
2
tests/results/test/00_6choice/file/mandatories.env
Normal file
2
tests/results/test/00_6choice/file/mandatories.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="a"
|
||||
ROUGAIL_VAR2="a"
|
8
tests/results/test/00_6choice/makedict/all.json
Normal file
8
tests/results/test/00_6choice/makedict/all.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"var1": "a",
|
||||
"var2": "a",
|
||||
"var3": "a",
|
||||
"var4": null,
|
||||
"var5": "a",
|
||||
"var6": 1
|
||||
}
|
8
tests/results/test/00_6choice/makedict/mandatories.json
Normal file
8
tests/results/test/00_6choice/makedict/mandatories.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"var1": "a",
|
||||
"var2": "a",
|
||||
"var3": null,
|
||||
"var4": null,
|
||||
"var5": "a",
|
||||
"var6": 1
|
||||
}
|
1
tests/results/test/00_6choice_calculation/file/all.env
Normal file
1
tests/results/test/00_6choice_calculation/file/all.env
Normal file
|
@ -0,0 +1 @@
|
|||
ROUGAIL_VAR="0"
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL_VAR="0"
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"var": 0
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"var": 9
|
||||
}
|
2
tests/results/test/00_6choice_variable/file/all.env
Normal file
2
tests/results/test/00_6choice_variable/file/all.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="string1,string2,string3"
|
||||
ROUGAIL_VAR2="string1"
|
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_VAR1="string1,string2,string3"
|
||||
ROUGAIL_VAR2="string1"
|
8
tests/results/test/00_6choice_variable/makedict/all.json
Normal file
8
tests/results/test/00_6choice_variable/makedict/all.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"var1": [
|
||||
"string1",
|
||||
"string2",
|
||||
"string3"
|
||||
],
|
||||
"var2": "string1"
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"var1": [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
],
|
||||
"var2": "a"
|
||||
}
|
2
tests/results/test/00_6custom/file/all.env
Normal file
2
tests/results/test/00_6custom/file/all.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_CUSTOM1="string1"
|
||||
ROUGAIL_CUSTOM2="string1"
|
2
tests/results/test/00_6custom/file/all_exclude.env
Normal file
2
tests/results/test/00_6custom/file/all_exclude.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
ROUGAIL_CUSTOM1="string1"
|
||||
ROUGAIL_CUSTOM2="string1"
|
1
tests/results/test/00_6custom/file/mandatories.env
Normal file
1
tests/results/test/00_6custom/file/mandatories.env
Normal file
|
@ -0,0 +1 @@
|
|||
ROUGAIL_CUSTOM1="string1"
|
4
tests/results/test/00_6custom/makedict/all.json
Normal file
4
tests/results/test/00_6custom/makedict/all.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"custom1": "string1",
|
||||
"custom2": "string1"
|
||||
}
|
4
tests/results/test/00_6custom/makedict/mandatories.json
Normal file
4
tests/results/test/00_6custom/makedict/mandatories.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"custom1": "string1",
|
||||
"custom2": "value"
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue