Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
Add links to PBT substack in learning resources.
  • Loading branch information
kurtschelfthout committed Jun 1, 2022
1 parent fb10fa6 commit ff56ea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion FsCheck Release Notes.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 1 addition & 4 deletions docs/LearningResources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand All @@ -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.

0 comments on commit ff56ea6

Please sign in to comment.