diff --git a/pyproject.toml b/pyproject.toml index 901e8d4..e2ad351 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/tests/results/test/04_5disabled_calculation_boolean.json b/tests/results/test/04_5disabled_calculation_boolean.json new file mode 100644 index 0000000..1a16cfb --- /dev/null +++ b/tests/results/test/04_5disabled_calculation_boolean.json @@ -0,0 +1,4 @@ +{ + "condition": "string1", + "variable1": "string1" +} \ No newline at end of file diff --git a/tests/results/test_mandatory/04_5disabled_calculation_boolean.json b/tests/results/test_mandatory/04_5disabled_calculation_boolean.json new file mode 100644 index 0000000..1a16cfb --- /dev/null +++ b/tests/results/test_mandatory/04_5disabled_calculation_boolean.json @@ -0,0 +1,4 @@ +{ + "condition": "string1", + "variable1": "string1" +} \ No newline at end of file diff --git a/tests/results/test_namespace/04_5disabled_calculation_boolean.json b/tests/results/test_namespace/04_5disabled_calculation_boolean.json new file mode 100644 index 0000000..9196fbf --- /dev/null +++ b/tests/results/test_namespace/04_5disabled_calculation_boolean.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": "string1", + "variable1": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_boolean.json b/tests/results/test_namespace_mandatory/04_5disabled_calculation_boolean.json new file mode 100644 index 0000000..9196fbf --- /dev/null +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_boolean.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": "string1", + "variable1": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_boolean.json b/tests/results/test_namespace_read_write/04_5disabled_calculation_boolean.json new file mode 100644 index 0000000..3865438 --- /dev/null +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_boolean.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": "no", + "variable1": null + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_boolean.json b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_boolean.json new file mode 100644 index 0000000..9196fbf --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_boolean.json @@ -0,0 +1,6 @@ +{ + "rougail": { + "condition": "string1", + "variable1": "string1" + } +} \ No newline at end of file diff --git a/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_boolean.json b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_boolean.json new file mode 100644 index 0000000..702dff6 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_boolean.json @@ -0,0 +1,6 @@ +{ + "_errors": [ + "The following variables are mandatory but have no value:", + " - rougail.variable1 (a first variable)" + ] +} \ No newline at end of file diff --git a/tests/results/test_read_write/04_5disabled_calculation_boolean.json b/tests/results/test_read_write/04_5disabled_calculation_boolean.json new file mode 100644 index 0000000..1fb3500 --- /dev/null +++ b/tests/results/test_read_write/04_5disabled_calculation_boolean.json @@ -0,0 +1,4 @@ +{ + "condition": "no", + "variable1": null +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_boolean.json b/tests/results/test_read_write_mandatory/04_5disabled_calculation_boolean.json new file mode 100644 index 0000000..1a16cfb --- /dev/null +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_boolean.json @@ -0,0 +1,4 @@ +{ + "condition": "string1", + "variable1": "string1" +} \ No newline at end of file diff --git a/tests/results/test_read_write_mandatory_errors/04_5disabled_calculation_boolean.json b/tests/results/test_read_write_mandatory_errors/04_5disabled_calculation_boolean.json new file mode 100644 index 0000000..1eae584 --- /dev/null +++ b/tests/results/test_read_write_mandatory_errors/04_5disabled_calculation_boolean.json @@ -0,0 +1,6 @@ +{ + "_errors": [ + "The following variables are mandatory but have no value:", + " - variable1 (a first variable)" + ] +} \ No newline at end of file