fix: update test

This commit is contained in:
egarette@silique.fr 2025-10-10 08:07:22 +02:00
parent 0729d2a987
commit 8c70703210
11 changed files with 52 additions and 1 deletions

View file

@ -12,7 +12,6 @@ requires-python = ">=3.10"
license = {file = "LICENSE"}
classifiers = [
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",

View file

@ -0,0 +1,4 @@
{
"condition": "string1",
"variable1": "string1"
}

View file

@ -0,0 +1,4 @@
{
"condition": "string1",
"variable1": "string1"
}

View file

@ -0,0 +1,6 @@
{
"rougail": {
"condition": "string1",
"variable1": "string1"
}
}

View file

@ -0,0 +1,6 @@
{
"rougail": {
"condition": "string1",
"variable1": "string1"
}
}

View file

@ -0,0 +1,6 @@
{
"rougail": {
"condition": "no",
"variable1": null
}
}

View file

@ -0,0 +1,6 @@
{
"rougail": {
"condition": "string1",
"variable1": "string1"
}
}

View file

@ -0,0 +1,6 @@
{
"_errors": [
"The following variables are mandatory but have no value:",
" - rougail.variable1 (a first variable)"
]
}

View file

@ -0,0 +1,4 @@
{
"condition": "no",
"variable1": null
}

View file

@ -0,0 +1,4 @@
{
"condition": "string1",
"variable1": "string1"
}

View file

@ -0,0 +1,6 @@
{
"_errors": [
"The following variables are mandatory but have no value:",
" - variable1 (a first variable)"
]
}