cqframework / vscode-cql

VS Code Clinical Quality Language Extension
Apache License 2.0
9 stars 5 forks source link

buildParameters jest tests #56

Closed jreyno77 closed 2 months ago

jreyno77 commented 2 months ago

Tests Should display no library content found information message when initial cql uri is not found. Should generate correct parameters when file exists and connection is Local and Local does not contain context Values. Should generate parameters with non-Local connection and no existing cql-options. Should generate parameters with non-Local connection and multiple context parameters. Should show an error message when remote connection has no contexts. Should handle complex expressions correctly. Should handle empty CQL content. Should default to R4 when FHIR version is missing or malformed. Should handle different FHIR versions correctly.

jreyno77 commented 2 months ago

Created 2 other branches to represent changes from this PR, 1 test branch and 1 formatting branch. So this branch is no longer necessary and I will be closing it.