matjazbravc/Integration.Tests.Using.Real.Database
Simulating the way the production code would be executed in run-time for doing integration tests by spinning up an real database instance in a docker container at the start of the test run and disposing it at the test end.
C#MIT