You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that we're using PostgreSQL & PostGIS under the hood (via Npgsql & EF7) we aren't able to swap to a simple in-memory SQLite or similar DB or integration testing.
As such, I'd like to implement some proper integration tests for the WebApi that use 'Test Containers' to actually interact with a fully configured DB following Matthias Guntert's excellent walkthrough here:
Given that we're using PostgreSQL & PostGIS under the hood (via Npgsql & EF7) we aren't able to swap to a simple in-memory SQLite or similar DB or integration testing.
As such, I'd like to implement some proper integration tests for the WebApi that use 'Test Containers' to actually interact with a fully configured DB following Matthias Guntert's excellent walkthrough here:
The text was updated successfully, but these errors were encountered: