Skip to content

Commit

Permalink
Remove Expecto.TestResults (#2831)
Browse files Browse the repository at this point in the history
Its functionality was merged into the main Expecto library in version 9
  • Loading branch information
Numpsy authored Sep 23, 2024
1 parent 050e199 commit d4d76bc
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 30 deletions.
3 changes: 1 addition & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ group fakerunner

// Testing
nuget Expecto
nuget Expecto.TestResults
nuget Expecto.FsCheck
nuget YoloDev.Expecto.TestSdk
nuget Microsoft.TestPlatform.TestHost
Expand Down Expand Up @@ -69,4 +68,4 @@ group fakemodule
nuget BlackFox.VsWhere
nuget System.Runtime.Loader
nuget System.Collections.Immutable
nuget System.Data.SqlClient
nuget System.Data.SqlClient
43 changes: 20 additions & 23 deletions paket.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/test/Fake.Core.CommandLine.UnitTests/paket.references
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ Microsoft.TestPlatform.TestHost
FSharp.Core
NETStandard.Library
Expecto
Expecto.TestResults
FParsec
1 change: 0 additions & 1 deletion src/test/Fake.Core.IntegrationTests/paket.references
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ Microsoft.TestPlatform.TestHost
FSharp.Core
NETStandard.Library
Expecto
Expecto.TestResults
FParsec
Newtonsoft.Json
1 change: 0 additions & 1 deletion src/test/Fake.Core.UnitTests/paket.references
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ Paket.Core
FSharp.Core
NETStandard.Library
Expecto
Expecto.TestResults
Expecto.FsCheck
FsCheck
1 change: 0 additions & 1 deletion src/test/Fake.DotNet.Cli.IntegrationTests/paket.references
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ Microsoft.TestPlatform.TestHost
FSharp.Core
NETStandard.Library
Expecto
Expecto.TestResults
1 change: 0 additions & 1 deletion src/test/Fake.ExpectoSupport/paket.references
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ group fakerunner

FSharp.Core
Expecto
Expecto.TestResults
Expecto.FsCheck
FsCheck

0 comments on commit d4d76bc

Please sign in to comment.