Compare commits
2 commits
071c97bbb0
...
2dd15183c9
| Author | SHA1 | Date | |
|---|---|---|---|
| 2dd15183c9 | |||
| e8aa8d6b10 |
66 changed files with 235 additions and 5 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
## 0.1.0a4 (2025-04-01)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update tests
|
||||||
|
|
||||||
## 0.1.0a3 (2025-03-30)
|
## 0.1.0a3 (2025-03-30)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.user_data_environment"
|
name = "rougail.user_data_environment"
|
||||||
version = "0.1.0a3"
|
version = "0.1.0a4"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "Rougail user_data environment"
|
description = "Rougail user_data environment"
|
||||||
|
|
|
||||||
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_SECRET1="onE7vaLues_len1"
|
||||||
ROUGAIL_SECRET2="onE7vaLues"
|
ROUGAIL_SECRET2="onE7vaLues"
|
||||||
|
ROUGAIL_SECRET3="onE7vaLues"
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
ROUGAIL_SECRET1="onE7vaLues_len1"
|
ROUGAIL_SECRET1="onE7vaLues_len1"
|
||||||
ROUGAIL_SECRET2="onE7vaLues"
|
ROUGAIL_SECRET2="onE7vaLues"
|
||||||
|
ROUGAIL_SECRET3="onE7vaLues"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
"secret1": "onE7vaLues_len1",
|
"secret1": "onE7vaLues_len1",
|
||||||
"secret2": "onE7vaLues"
|
"secret2": "onE7vaLues",
|
||||||
|
"secret3": "onE7vaLues"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
"secret1": "onE7vaLues_len1",
|
"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.SECRET1="onE7vaLues_len1"
|
||||||
ROUGAIL.SECRET2="onE7vaLues"
|
ROUGAIL.SECRET2="onE7vaLues"
|
||||||
|
ROUGAIL.SECRET3="onE7vaLues"
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
ROUGAIL.SECRET1="onE7vaLues_len1"
|
ROUGAIL.SECRET1="onE7vaLues_len1"
|
||||||
ROUGAIL.SECRET2="onE7vaLues"
|
ROUGAIL.SECRET2="onE7vaLues"
|
||||||
|
ROUGAIL.SECRET3="onE7vaLues"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
"rougail.secret1": "onE7vaLues_len1",
|
"rougail.secret1": "onE7vaLues_len1",
|
||||||
"rougail.secret2": "onE7vaLues"
|
"rougail.secret2": "onE7vaLues",
|
||||||
|
"rougail.secret3": "onE7vaLues"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
"rougail.secret1": "onE7vaLues_len1",
|
"rougail.secret1": "onE7vaLues_len1",
|
||||||
"rougail.secret2": "value"
|
"rougail.secret2": "value",
|
||||||
|
"rougail.secret3": "value"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue