qbicsoftware / variantstore-service

The Variantstore is a Java/Groovy-based service application implemented using the Micronaut framework and enables storage and access to information on genomic variants and metadata from a connected database via a RESTful API.
MIT License
4 stars 1 forks source link

Use testcontainers for tests #23

Closed christopher-mohr closed 4 years ago

christopher-mohr commented 4 years ago

Improve tests by using database testcontainers (https://www.testcontainers.org) for tests. Could be extended at some point to run tests for multiple DBMS at once which might be necessary when we provide more DBMS interfaces.

christopher-mohr commented 4 years ago

Looks like it works :)

Finally... 👍