Skip to content
Snippets Groups Projects
Verified Commit a7abb1bf authored by Daniel Schultz's avatar Daniel Schultz :tm:
Browse files

Support database interaction in tests

We want our integration tests to run against a test database.  This
allows us to create more specific tests (e.g. predict ID values) in
addition to making sure we don't interact with real data.

I decided to use the PostgreSQL schema support instead of requiring
a separate `TEST_DATABASE_URL`.  This means there is less setup for
a dev environment but also makes it easier for us to drop / create the
schema as part of the tests.
parent fd97d4b2
No related branches found
No related tags found
1 merge request!3Add `POST /conversions` endpoint
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment