smart-on-fhir / cumulus-library

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

Tech Debt: have unit tests use DuckDB test fixture #145

Closed dogversioning closed 10 months ago

dogversioning commented 10 months ago

With a local athena equivalent db available, we should be able to use it instead of mocked pyathena cursors, which would be a better test of actual behavior (although we will catch that with regression tests).

We should make a fixture to handle spinup/teardown, and then use that fixture in each test that currently uses a mocked DB curosr.

dogversioning commented 10 months ago

completed via #154