cqframework / cql-tests

Clinical Quality Language Tests Repository
Apache License 2.0
2 stars 4 forks source link

Add arithmetic function tests #42

Open antvaset opened 3 months ago

antvaset commented 3 months ago

This PR adds new conformance tests for arithmetic functions. I picked all the ones from https://github.com/cqframework/clinical_quality_language/blob/7e91478/Src/java/engine/src/test/resources/org/opencds/cqf/cql/engine/execution/CqlArithmeticFunctionsTest.cql which didn't exist yet here.

Using CVL (literals only) for the expected output values.

This is independent from https://github.com/cqframework/cql-tests/pull/33.

antvaset commented 3 months ago

Done, this PR no longer includes the new tests for HighBoundary and LowBoundary. Those are now in https://github.com/cqframework/cql-tests/pull/44.