Skip to content

Commit 7d9c1ec

Browse files
m-mohrsoxofaan
andauthored
Update tests/README.md
Co-authored-by: Stefaan Lippens <soxofaan@users.noreply.github.com>
1 parent 1ec59e8 commit 7d9c1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This folder contains test cases for the openEO processes.
77
The test cases assume a couple of things as they are an abstraction and not bound to specific implementations:
88
- The JSON Schema type `number` explicitly includes the values `+Infinity`, `-Infinity` and `NaN`.
99
- The input and output values for no-data values are `null` by default unless otherwise specified by a runner.
10-
- Input that is not valid according to the schemas, will be rejected upfront and will not be checked on. For example, the absolute process only tests against the data types `number` and `null`. There are no tests for a boolean or string input.
10+
- Input that is not valid according to the process schema must be rejected upfront, without any process evaluation attempt. Consequently, cases with schema mismatches are not covered in these tests. For example, the absolute process only tests against the data types `number` and `null`. There are no tests for a boolean or string input.
1111
- Numerical data types such as uint8 don't matter, i.e. tests don't check for overflows etc. This suite can't provide such tests as the underlying data type is not known.
1212
- If not otherwise specified for numbers, a precision of 10 decimals is checked so return values should have at least 11 decimals.
1313

0 commit comments

Comments
 (0)