cqframework / cql-tests

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

Add aggregate query tests #43

Open antvaset opened 3 months ago

antvaset commented 3 months ago

This PR adds new conformance tests for aggregate queries. 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/CqlAggregateQueryTest.cql which didn't exist yet here.

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

This builds on top of https://github.com/cqframework/cql-tests/pull/32.