You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/LearningResources.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Articles
4
4
5
-
* A series on undertanding property-based testing through implementing a simplified PBT library: [Part 1](https://getcode.substack.com/p/property-based-testing-1-what-is), [Part 2](https://getcode.substack.com/p/-property-based-testing-2-the-essentials), [Part 3](https://getcode.substack.com/p/property-based-testing-3-shrinking)
5
+
* A series on understanding property-based testing through implementing a simplified PBT library: [Part 1](https://getcode.substack.com/p/property-based-testing-1-what-is), [Part 2](https://getcode.substack.com/p/-property-based-testing-2-the-essentials), [Part 3](https://getcode.substack.com/p/property-based-testing-3-shrinking)
6
6
* "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)
7
7
* "An introduction to property-based testing" by Scott Wlaschin [link](http://fsharpforfunandprofit.com/posts/property-based-testing/)
8
8
* "Choosing properties for property-based testing" by Scott Wlaschin [link](http://fsharpforfunandprofit.com/posts/property-based-testing-2/)
0 commit comments