feat: update tests for integer type
This commit is contained in:
parent
29b96dc712
commit
9e9de6a1de
63 changed files with 142 additions and 0 deletions
6
tests/results/test/00_6integer/file/all.env
Normal file
6
tests/results/test/00_6integer/file/all.env
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ROUGAIL_VAR1="1"
|
||||
ROUGAIL_VAR2="1"
|
||||
ROUGAIL_VAR3="1"
|
||||
ROUGAIL_VAR4="1"
|
||||
ROUGAIL_VAR5="1"
|
||||
ROUGAIL_VAR6="1"
|
||||
6
tests/results/test/00_6integer/file/all_exclude.env
Normal file
6
tests/results/test/00_6integer/file/all_exclude.env
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ROUGAIL_VAR1="1"
|
||||
ROUGAIL_VAR2="1"
|
||||
ROUGAIL_VAR3="1"
|
||||
ROUGAIL_VAR4="1"
|
||||
ROUGAIL_VAR5="1"
|
||||
ROUGAIL_VAR6="1"
|
||||
8
tests/results/test/00_6integer/makedict/all.json
Normal file
8
tests/results/test/00_6integer/makedict/all.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"var1": 1,
|
||||
"var2": 1,
|
||||
"var3": 1,
|
||||
"var4": 1,
|
||||
"var5": 1,
|
||||
"var6": 1
|
||||
}
|
||||
8
tests/results/test/00_6integer/makedict/mandatories.json
Normal file
8
tests/results/test/00_6integer/makedict/mandatories.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"var1": 0,
|
||||
"var2": 0,
|
||||
"var3": 0,
|
||||
"var4": 10,
|
||||
"var5": 10,
|
||||
"var6": 10
|
||||
}
|
||||
1
tests/results/test/00_9default_number/file/all.env
Normal file
1
tests/results/test/00_9default_number/file/all.env
Normal file
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL_VAR="0"
|
||||
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL_VAR="0"
|
||||
3
tests/results/test/00_9default_number/makedict/all.json
Normal file
3
tests/results/test/00_9default_number/makedict/all.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"var": 0
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"var": 9
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
1
tests/results/test/04_0type_param_integer/file/all.env
Normal file
1
tests/results/test/04_0type_param_integer/file/all.env
Normal file
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL_INT="1"
|
||||
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL_INT="1"
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"int": 1
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"int": 10
|
||||
}
|
||||
4
tests/results/test_namespace/00_6integer/errors/all.json
Normal file
4
tests/results/test_namespace/00_6integer/errors/all.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
6
tests/results/test_namespace/00_6integer/file/all.env
Normal file
6
tests/results/test_namespace/00_6integer/file/all.env
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ROUGAIL.VAR1="1"
|
||||
ROUGAIL.VAR2="1"
|
||||
ROUGAIL.VAR3="1"
|
||||
ROUGAIL.VAR4="1"
|
||||
ROUGAIL.VAR5="1"
|
||||
ROUGAIL.VAR6="1"
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
ROUGAIL.VAR1="1"
|
||||
ROUGAIL.VAR2="1"
|
||||
ROUGAIL.VAR3="1"
|
||||
ROUGAIL.VAR4="1"
|
||||
ROUGAIL.VAR5="1"
|
||||
ROUGAIL.VAR6="1"
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"rougail.var1": 1,
|
||||
"rougail.var2": 1,
|
||||
"rougail.var3": 1,
|
||||
"rougail.var4": 1,
|
||||
"rougail.var5": 1,
|
||||
"rougail.var6": 1
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"rougail.var1": 0,
|
||||
"rougail.var2": 0,
|
||||
"rougail.var3": 0,
|
||||
"rougail.var4": 10,
|
||||
"rougail.var5": 10,
|
||||
"rougail.var6": 10
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL.VAR="0"
|
||||
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL.VAR="0"
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"rougail.var": 0
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"rougail.var": 9
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL.INT="1"
|
||||
|
|
@ -0,0 +1 @@
|
|||
ROUGAIL.INT="1"
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"rougail.int": 1
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"rougail.int": 10
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
Loading…
Reference in a new issue