OHDSI / WhiteRabbit

WhiteRabbit is a small application that can be used to analyse the structure and contents of a database as preparation for designing an ETL. It comes with RabbitInAHat, an application for interactive design of an ETL to the OMOP Common Data Model with the help of the the scan report generated by White Rabbit.
http://ohdsi.github.io/WhiteRabbit
Apache License 2.0
178 stars 88 forks source link

Add automated tests for scan (PostgreSQL and Oracle/ojdbc) #371

Closed janblom closed 1 year ago

janblom commented 1 year ago

These tests are based on the TestContainers library. They require Docker to run, but will not fail the build when Docker is not available. While conceptually these tests are integration tests, they do not depend on external systems in a blocking way. This is why they run automatically, like unit tests.