WebApiContrib / WebApiKoans

A fun, simple, and interactive way to learn ASP.NET Web API through testing.
http://www.asp.net/web-api
Other
10 stars 6 forks source link

How do you run the koans? #3

Open RhysC opened 11 years ago

RhysC commented 11 years ago

It is not entirely obvious how to run the Koans. R# test runner doesn't pick anything up nor does VS2012 Test runner.

RhysC commented 11 years ago

Right, sorry the Fsharp project was set up as the start up project - the Koans itself should be the start up project and run as a console app, not a test suite ..?

RhysC commented 11 years ago

Reference are also out of whack, Koans does not need a ref to NUnit, it gets that via the FSharp project