Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jun 23, 2016
2 parents 4716c0f + f0fa8bd commit b1da96a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
1 change: 0 additions & 1 deletion integrationtests/Paket.IntegrationTests/paket.references
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Newtonsoft.Json

group Test
NUnit
NUnit.Runners
File:FsUnit.fs .

group Build
Expand Down
7 changes: 5 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ group Test
source https://nuget.org/api/v2
cache ./nupkgs versions:current

nuget NUnit.Runners 3.2
nuget NUnit 3.2
nuget Moq
nuget FSCheck

source http://ci.appveyor.com/nuget/nunit
nuget NUnit 3.3.0-CI-2857-issue-1593
nuget NUnit.Console 3.3.0-CI-2857-issue-1593

github forki/FsUnit FsUnit.fs
27 changes: 15 additions & 12 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,21 @@ NUGET
FSharp.Core (4.0.0.1)
Moq (4.5.9)
Castle.Core (>= 3.3.3) - framework: >= net45
NUnit (3.2)
NUnit.ConsoleRunner (3.2)
NUnit.Extension.NUnitProjectLoader (3.2)
NUnit.Extension.NUnitV2Driver (3.2)
NUnit.Extension.NUnitV2ResultWriter (3.2)
NUnit.Extension.VSProjectLoader (3.2)
NUnit.Runners (3.2)
NUnit.ConsoleRunner (3.2)
NUnit.Extension.NUnitProjectLoader (3.2)
NUnit.Extension.NUnitV2Driver (3.2)
NUnit.Extension.NUnitV2ResultWriter (3.2)
NUnit.Extension.VSProjectLoader (3.2)
remote: http://ci.appveyor.com/nuget/nunit
NUnit (3.3.0-CI-2857-issue-1593)
NUnit.Console (3.3.0-CI-2857-issue-1593)
NUnit.ConsoleRunner (3.3.0-CI-2857-issue-1593)
NUnit.Extension.NUnitProjectLoader (3.3.0-CI-2857-issue-1593)
NUnit.Extension.NUnitV2Driver (3.3.0-CI-2857-issue-1593)
NUnit.Extension.NUnitV2ResultWriter (3.3.0-CI-2857-issue-1593)
NUnit.Extension.TeamCityEventListener (3.3.0-CI-2857-issue-1593)
NUnit.Extension.VSProjectLoader (3.3.0-CI-2857-issue-1593)
NUnit.ConsoleRunner (3.3.0-CI-2857-issue-1593)
NUnit.Extension.NUnitProjectLoader (3.3.0-CI-2857-issue-1593)
NUnit.Extension.NUnitV2Driver (3.3.0-CI-2857-issue-1593)
NUnit.Extension.NUnitV2ResultWriter (3.3.0-CI-2857-issue-1593)
NUnit.Extension.TeamCityEventListener (3.3.0-CI-2857-issue-1593)
NUnit.Extension.VSProjectLoader (3.3.0-CI-2857-issue-1593)
GITHUB
remote: forki/FsUnit
FsUnit.fs (f536bd5ed0eba8b38d2b01ae79d64e4e14fbd0a6)
1 change: 0 additions & 1 deletion tests/Paket.Tests/paket.references
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ Chessie

group Test
NUnit
NUnit.Runners
FsCheck
File:FsUnit.fs .

0 comments on commit b1da96a

Please sign in to comment.