Skip to content

Commit

Permalink
add link to article with intro to fscheck 3 (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzelmanski authored Aug 31, 2024
1 parent 0b2e216 commit ec9d196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/LearningResources.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Articles

* "FsCheck 3: Property-based testing in C#" - introduction to FsCheck 3 [link](https://wqplease.com/p/fscheck-3-property-based-testing-in-c-3ba4a2a50388)
* A six-part series on understanding property-based testing through implementing a simplified PBT library: [1](https://getcode.substack.com/p/property-based-testing-1-what-is), [2](https://getcode.substack.com/p/-property-based-testing-2-the-essentials), [3](https://getcode.substack.com/p/property-based-testing-3-shrinking), [4](https://getcode.substack.com/p/property-based-testing-4-unifying), [5](https://getcode.substack.com/p/property-based-testing-5-shrinking), [6](https://getcode.substack.com/p/property-based-testing-6-random-all).
* "QuickCheck: A Lightweight Tool for Random Testing of Haskell Programs" by Koen Claessen and John Hughes [pdf](http://www.eecs.northwestern.edu/~robby/courses/395-495-2009-fall/quick.pdf)
* "An introduction to property-based testing" by Scott Wlaschin [link](http://fsharpforfunandprofit.com/posts/property-based-testing/)
Expand Down

0 comments on commit ec9d196

Please sign in to comment.