-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,5 @@ group Test | |
|
||
nuget NUnit.Runners.Net4 | ||
nuget NUnit ~> 2 | ||
nuget FSCheck | ||
github forki/FsUnit FsUnit.fs |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
module Resovler.PropertyTests | ||
|
||
open Paket | ||
open NUnit.Framework | ||
open FsUnit | ||
open TestHelpers | ||
open Paket.Domain | ||
open Paket.PackageResolver | ||
open FsCheck | ||
|
||
|
||
[<Test>] | ||
let ``sound check`` () = | ||
let p xs = List.rev (List.rev xs) = xs | ||
Check.QuickThrowOnFailure p |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ Chessie | |
group Test | ||
NUnit | ||
NUnit.Runners.Net4 | ||
FsCheck | ||
File:FsUnit.fs . |