philippgille / hello-netcoreapp

Basic .NET Core console application with additional scripts and files for building the app and creating release artifacts for a framework-dependent deployment, self-contained deployment, Docker image, Chocolatey package and AppImage
GNU General Public License v3.0
6 stars 5 forks source link

Add tests and test automation #25

Open philippgille opened 7 years ago

philippgille commented 7 years ago

Currently there's nothing to test, but because the repository is meant to be a blueprint / boilerplate code the following should be done:

philippgille commented 7 years ago

Changed my mind - don't want to dictate which test library to use.

philippgille commented 7 years ago

Changed my mind again - a first test class and setting up code coverage reports is boilerplate and that's what I want to cover with this project. A project that starts with this template should have everything to be able to be productive immediately.

Maybe add both xUnit and NUnit? The dotnet foundation supports xUnit and xUnit seems to be generally more favored by the new .NET Core tooling and documentation.