Created
June 3, 2014 01:06
-
-
Save ShawInnes/8f2d2f8af69b162245dc to your computer and use it in GitHub Desktop.
NUnit Test Goodness
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Paste this into Package Manager Console of Visual Studio | |
foreach ($thing in @("NUnit", "NUnit.Extensions", "NUnitTestAdapter", "Shouldly")) { Install-Package $thing } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment