Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/cartermp/testingwithfsharp
- Owner: cartermp
- License: mit
- Created: 2019-04-10T02:03:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T02:45:05.000Z (almost 6 years ago)
- Last Synced: 2025-01-19T04:44:11.795Z (16 days ago)
- Topics: fscheck, fsharp, fsharp-samples, property-based-testing, testing
- Language: F#
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!