From ff56ea6c84bc8a4e0f33b0ca9dc8609a3c5b4443 Mon Sep 17 00:00:00 2001 From: Kurt Schelfthout Date: Wed, 1 Jun 2022 13:49:24 +0100 Subject: [PATCH] Update release notes. Add links to PBT substack in learning resources. --- FsCheck Release Notes.md | 4 +++- docs/LearningResources.md | 5 +---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/FsCheck Release Notes.md b/FsCheck Release Notes.md index fa525e37..37b41116 100644 --- a/FsCheck Release Notes.md +++ b/FsCheck Release Notes.md @@ -1,4 +1,6 @@ -### 2.16.5 - To be released +### 2.16.5 - 1 June 2022 + +* Improved C# record type generation - previously no values for some properties were not generated. ### 2.16.4 - 8 January 2022 diff --git a/docs/LearningResources.md b/docs/LearningResources.md index 575cee14..e41a9e69 100644 --- a/docs/LearningResources.md +++ b/docs/LearningResources.md @@ -2,6 +2,7 @@ ## Articles +* 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) * "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/) * "Choosing properties for property-based testing" by Scott Wlaschin [link](http://fsharpforfunandprofit.com/posts/property-based-testing-2/) @@ -13,7 +14,3 @@ * "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) * "Race Conditions, Distribution, Interactions - Testing the Hard Stuff and Staying Sane" by John Hughes [video](https://vimeo.com/68383317) * "Property-Based Testing for Better Code" by Jessica Kerr [video](https://www.youtube.com/watch?v=shngiiBfD80) - -## Blogs - -* 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.