cqframework / cqf-tooling

Tooling for CQL and IG Authors
Apache License 2.0
19 stars 22 forks source link

Strip generated content #440

Closed mdnazmulkarim closed 1 year ago

mdnazmulkarim commented 1 year ago

*Add new operation stripGeneratedContent

For Knowledge Artifacts (Measures, Libraries, PlanDefinition, Questionnaires) test data we can strip anything that can be generated or inferred at runtime. Specifically: text, data-requirements, parameters, related-artifacts (of type "depends-on"), content of type application/elm+json or application/elm+xml

Basically, the opposite of RefreshIG and RefreshLibrary.

The goal here is to make the test resources as easy to work with as possible. Removing any data that's not related to the functional behavior

By creating this PR you acknowledge that your contribution will be licensed under Apache 2.0