/docker-postgres-int-tests

Different .net core integration test approaches using Docker to build a database

Primary LanguageC#

Start of a couple .net core integration test projects that build a Postgres database with Docker.

DockerAPI project uses Docker.DotNet API to manage Docker while the DockerScript project uses external script files to do so.