ImprovingBootcamp / Squire

A sequence of unit tests meant to test and reinforce the basic understanding of C# and the .NET Framework
http://Improving.com
Other
11 stars 16 forks source link

Updated to use nUnit #6

Closed JaySmith-zz closed 13 years ago

JaySmith-zz commented 13 years ago

Migrated base and most Kihons to use nUnit instead of MSTest so we can target no cost IDEs for aspiring developers to use.

SQL Kihon doesn't work, I believe due to the nunit binary looking in the wrong directory for the db file. Spoke with Tim about looking into this for me.