aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

what is the test folder? And I how to use it? #750

Closed i542873057 closed 7 years ago

i542873057 commented 7 years ago

i am a Novice. i see a test folder in the root directory. what is it use to ?

pranavkm commented 7 years ago

@i542873057 the test folder has some of the tests we use to verify AspNetCore's end-to-end scenarios using the MusicStore sample. I wouldn't recommend not using this repository for learning Asp.Net since it has some atypical code designed around how we build and test our repositories. https://docs.microsoft.com/en-us/aspnet/core/ has great getting started guides.