jacobduijzer / CleanArchitectureTemplate

A template for a dotnet core api / mvc "clean architecture" project.
62 stars 13 forks source link

Less plumbing in CustomWebApplicationFactory #38

Closed joshendriks closed 4 years ago

joshendriks commented 4 years ago

Less code but does the same. Logging is excluded on purpose, because you'll have it anyway in your test runner. At least that's my assumption.