Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 567 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 567 Bytes

testing-entity-framework

This repo is a small sample trying out an technique that I have put together for testing Entity Framework migrations.

This project requires a local Postgres install. (Docker... Someday...)

Run the create-database.sh script to create the database. The connection strings are hard coded, and so the tests should 'just work' after the database has been set up.

This repo is the sample code for this Medium story on testing Entity Framework migrations.