View on GitHub

qc-atlas

Platform for Sharing Quantum Software

Use Testcontainers

Context and Problem Statement

Running Service Tests requires PostgreSQL. To ensure an instance is always up and running a container has to be manually launched or started automaticially.

Considered Options

Decision Outcome

Chosen option: Testcontainers, because it simplifies the test execution process

Positive Consequences

Pros and Cons of the Alternatives

Manual Launch

Testcontainers