csharpfritz / InstantAPIs

A library that generates Minimal API endpoints for an Entity Framework context.
MIT License
448 stars 57 forks source link

Using a fixture to setup instant api config builder tests #73

Open verbedr opened 1 year ago

verbedr commented 1 year ago

This is a house cleaning PR that will not impact any current application behaviour. But taking the DRY principle in mind, I want to reduce some duplicated code in the application.

Therefore I'm using a central test fixture to set up the tests around the configuration builder, so we do not duplicate the creation of the setup mock.