FSharpTest is an F# project template for creating test projects. .fs file name and module name take on the project name you assign. The project references NUnit, FsUnit, FsCheck, and Unquote installed as NuGet packages and provides sample failing tests for using all of these testing tools demonstrating techniques for test cases using the NUnit test framework. More information at http://jackfoxy.com/FSharpTest |