DataONEorg / bookkeeper

Bookkeeper keeps track of DataONE product subscriptions and quotas for researchers using the extended services.
Other
1 stars 2 forks source link

use testcontainers.org for postgres tests #102

Closed mbjones closed 1 year ago

mbjones commented 1 year ago

The current tests use EmbeddedPg for postgres tests, and the version we are using has been deprecated. Move to using testcontainers.org with a postgres docker image for testing.

mbjones commented 1 year ago

Added testcontainers and passed all tests with postgres 14 docker images in SHA 8e2172c on branch feature-93-payments.