You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.
We should really have some basic unit tests that we can use to validate:
Connection to the Mongo Database
Connection to the Postgres Database
FHIR Resources are processed (unmarshalled, uploaded to Mongo) correctly
Postgres statistics are updated correctly
The Mongo and Postgres databases could be mocked so the tests don't actually require either of those to be stood up. I would feel a lot better about this utility if we had at least some basic tests to validate its use.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should really have some basic unit tests that we can use to validate:
The Mongo and Postgres databases could be mocked so the tests don't actually require either of those to be stood up. I would feel a lot better about this utility if we had at least some basic tests to validate its use.
The text was updated successfully, but these errors were encountered: