clinical_quality_language icon indicating copy to clipboard operation
clinical_quality_language copied to clipboard

Add tests for ProperIn

Open antvaset opened this issue 1 year ago • 4 comments

This PR adds tests for the ProperIn evaluator following the changes to ProperContains in https://github.com/cqframework/clinical_quality_language/pull/1393 to align it with the spec. Internally, ProperIn uses the ProperContains logic entirely because the operators are the same except for the order of the arguments.

antvaset avatar Jul 31 '24 03:07 antvaset

Formatting check succeeded!

github-actions[bot] avatar Jul 31 '24 03:07 github-actions[bot]

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 64.37%. Comparing base (5e6b939) to head (ce6c8a2). :warning: Report is 78 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1394      +/-   ##
============================================
+ Coverage     64.36%   64.37%   +0.01%     
  Complexity     1921     1921              
============================================
  Files           494      494              
  Lines         28131    28131              
  Branches       5588     5588              
============================================
+ Hits          18106    18110       +4     
+ Misses         7772     7769       -3     
+ Partials       2253     2252       -1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Jul 31 '24 03:07 codecov[bot]

Depends on https://github.com/cqframework/cql-tests/pull/40

antvaset avatar Jul 31 '24 05:07 antvaset