-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup visitor test data #568
Conversation
Formatting check succeeded! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #568 +/- ##
============================================
+ Coverage 73.33% 73.34% +0.01%
Complexity 19 19
============================================
Files 363 363
Lines 19357 19357
Branches 2954 2954
============================================
+ Hits 14195 14198 +3
+ Misses 3736 3734 -2
+ Partials 1426 1425 -1 ☔ View full report in Codecov by Sentry. |
-Updated tests to reflect file change -Apply spotless
-Use Bundle-small-approved-draft in it's place, update test assertions to reflect
...ir-utility/src/test/java/org/opencds/cqf/fhir/utility/visitor/dstu3/ReleaseVisitorTests.java
Outdated
Show resolved
Hide resolved
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
We have excessively large test bundles being used in the Visitor tests. They are useful for the eCR plugin to be more representative of the real VSM data with its idiosyncracies but are bloat for this project.
Trimming those bundles down to the minimum information which is sufficient to test functionality