emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

Unit tests #117

Closed egontier closed 5 years ago

egontier commented 6 years ago

Hello,

I'm looking carefully to your code and i think i'm going to use it for a new project. I have a few questions :

1- I can't find any test project on server and client side. Is this a part of QuickApp Pro ? 2- If you are using EF, why would you set up a repository / unit of work pattern, this doesn't make sense for me.

Thank you for your answers.

karstenols commented 6 years ago

Hi Egontier. There are a few tests of the angular application (Client side), which you can find in the folder: src\QuickApp\ClientApp\e2e\ I am not aware of any tests of the .net application (Server side), but I imagine that tests will be most welcome as a contribution...