rhmdnd / compserv

The name "compserv" is short for "compliance service" and its goal is to manage and aggregate compliance information.
Apache License 2.0
3 stars 3 forks source link

Implement a test suite for exercising database integration #34

Open rhmdnd opened 2 years ago

rhmdnd commented 2 years ago

We're in the process of adding schema migrations for PostgreSQL and we need a way to test it.

rhmdnd commented 2 years ago

https://github.com/go-testfixtures/testfixtures is one potential solution.

rhmdnd commented 2 years ago

This is being worked on in https://github.com/rhmdnd/compserv/pull/67