aspnetcorehero / Boilerplate

Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.
https://codewithmukesh.com/project/aspnet-core-hero-boilerplate/
MIT License
582 stars 148 forks source link

Tests project #5

Open michelbergeron opened 3 years ago

michelbergeron commented 3 years ago

Hi, if the solution has a "tests" project already setup with minimums samples would be very nice.... It will help the dev. in the way how to approach tests in Hexagonal architecture and also it will suggest to dev. to do tests :) ....

Thanks !

snax4a commented 3 years ago

I am also waiting for the tests project

zolrath commented 3 years ago

I would also love to have proper tests project set up with best practices baked into the boilerplate!