kontent-ai / sample-app-net

Sample .NET MVC web application using the Kontent.ai Delivery .NET SDK to retrieve content
https://docs.kontent.ai/tutorials/develop-apps?tech=dotnet
MIT License
19 stars 66 forks source link

Add a test project #76

Closed JanLenoch closed 4 years ago

JanLenoch commented 6 years ago

Blocked by #35 .

Motivation

The sample application is often used to demo the overall concept of headless CMS to non-technical people. It is highly undesired to see exceptions or perhaps missing pieces of content in the output pages.

Proposed solution

Once the application is ported to ASP.NET Core MVC, it will make sense to add a test project.

Reference

petrsvihlik commented 4 years ago

https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/testing?view=aspnetcore-3.1

petrsvihlik commented 4 years ago

we have a sample unit test project