fix: update test

This commit is contained in:
egarette@silique.fr 2025-10-10 08:01:09 +02:00
parent 5fda2da0ba
commit 8cf9143430
9 changed files with 41 additions and 4 deletions

View file

@ -1,2 +1,2 @@
# rougail-user-data-file
# rougail-user-data-yaml

View file

@ -13,9 +13,6 @@ license = {file = "LICENSE"}
classifiers = [
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"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,6 @@
{
"errors": [],
"warnings": [
"variable \"rougail.variable2\" (a seconde variable) is disabled, it will be ignored when loading from the YAML file \"tests/results/04_5disabled_calculation_boolean/file/all.yml\""
]
}

View file

@ -0,0 +1,6 @@
{
"errors": [],
"warnings": [
"variable \"rougail.variable2\" (a seconde variable) is disabled, it will be ignored when loading from the YAML file \"tests/results/04_5disabled_calculation_boolean/file/mandatories.yml\""
]
}

View file

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

View file

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

View file

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

View file

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

View file

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