Skip to content

Instantly share code, notes, and snippets.

@ShawInnes
Created June 3, 2014 01:06
Show Gist options
  • Save ShawInnes/8f2d2f8af69b162245dc to your computer and use it in GitHub Desktop.
Save ShawInnes/8f2d2f8af69b162245dc to your computer and use it in GitHub Desktop.
NUnit Test Goodness
# 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