Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Get NUnit tests running in Test Explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Oct 8, 2016
1 parent ca2ce21 commit 53e9323
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/GitLink.Tests/GlobalInitialization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[SetUpFixture]
public class GlobalInitialization
{
[SetUp]
//[SetUp]
public static void SetUp()
{
#if DEBUG
Expand Down
3 changes: 2 additions & 1 deletion src/GitLink.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"dependencies": {
"ApprovalTests": "3.0.8",
"NUnit": "2.6.4"
"NUnit": "3.5.0",
"NUnit3TestAdapter": "3.4.1"
},
"frameworks": {
"net45": {}
Expand Down

0 comments on commit 53e9323

Please sign in to comment.