smart-on-fhir / cumulus-library

https://docs.smarthealthit.org/cumulus/library/
Apache License 2.0
2 stars 0 forks source link

Provide study test utilities #219

Open mikix opened 2 months ago

mikix commented 2 months ago

It might be nice to encourage unit tests in studies and provide some tooling for it.

In the hypertension study (and still-WIP data-metrics study), I've got a little test harness method that runs a study on some ndjson and compares the resulting tables against some csvs.

Super basic, but pretty useful. We could copy that into the Library, as a starting block.