Skip to content

Commit ff56ea6

Browse files
Update release notes.
Add links to PBT substack in learning resources.
1 parent fb10fa6 commit ff56ea6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

FsCheck Release Notes.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
### 2.16.5 - To be released
1+
### 2.16.5 - 1 June 2022
2+
3+
* Improved C# record type generation - previously no values for some properties were not generated.
24

35
### 2.16.4 - 8 January 2022
46

docs/LearningResources.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Articles
44

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)
56
* "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)
67
* "An introduction to property-based testing" by Scott Wlaschin [link](http://fsharpforfunandprofit.com/posts/property-based-testing/)
78
* "Choosing properties for property-based testing" by Scott Wlaschin [link](http://fsharpforfunandprofit.com/posts/property-based-testing-2/)
@@ -13,7 +14,3 @@
1314
* "The lazy programmer's guide to writing 1000's of tests: An introduction to property based testing" by Scott Wlaschin [video](https://www.youtube.com/watch?v=IYzDFHx6QPY)
1415
* "Race Conditions, Distribution, Interactions - Testing the Hard Stuff and Staying Sane" by John Hughes [video](https://vimeo.com/68383317)
1516
* "Property-Based Testing for Better Code" by Jessica Kerr [video](https://www.youtube.com/watch?v=shngiiBfD80)
16-
17-
## Blogs
18-
19-
* Kurt's [Blog](http://fortysix-and-two.blogspot.com) for announcements, change logs and other posts more or less related to FsCheck. Now largely dormant.

0 commit comments

Comments
 (0)