Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cartermp/testingwithfsharp

Demo code for my ON.NET show about unit testing with F#
https://github.com/cartermp/testingwithfsharp

fscheck fsharp fsharp-samples property-based-testing testing

Last synced: 14 days ago
JSON representation

Demo code for my ON.NET show about unit testing with F#

Awesome Lists containing this project

README

        

# Unit testing with F# demo

Demo code for my ON.NET show about unit testing with F#.

Borrowed heavily from the excellent [@swlaschin](https://github.com/swlaschin)'s article on property based testing with F#.

## Prerequisites

* Latest .NET Core
* (Optional) [VSCode](https://code.visualstudio.com/) and [Ionide](https://marketplace.visualstudio.com/itemdetails?itemName=Ionide.Ionide-fsharp).

## Running it

Run `dotnet test` from a command line either in the solution directory or the test directory. That's it!