Skip to content

Example code to accompany talk on FsCheck at Manchester F# User Group

Notifications You must be signed in to change notification settings

taylorjg/fscheck-mancfug

Repository files navigation

Description

I've been asked to give a talk on FsCheck at the next Manchester F# User Group meetup (22nd August 2017). This repo contains some example code.

Project creation

I used the following commands to create a .NET Core xUnit Test Project in F# with FsCheck:

mkdir fscheck-mancfug
cd fscheck-mancfug
dotnet new xunit -lang f#
dotnet add package FsCheck
dotnet add package FsCheck.Xunit
dotnet restore
dotnet test

Links

About

Example code to accompany talk on FsCheck at Manchester F# User Group

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages