From 51605e018c335053baf802a22058a28df30f3603 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 1 Mar 2018 10:53:23 +0100 Subject: [PATCH] Erlang : Property-Based Testing with PropEr --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9ec4221..2a3bc34 100644 --- a/README.md +++ b/README.md @@ -3111,6 +3111,7 @@ I spend a lot of time on internet, losing myself in lot of topics. I choose GitH ## Erlang * [Alex Ott](http://alexott.net/en/fp/books/#sec8) - books review on Erlang * [Functional Geekery](https://www.functionalgeekery.com/episode-114-fred-herbert/) - Functional Geekery Episode 114 – Fred Herbert with introduction to Erlang, productionization as a phase of software, property testing, “Everything is Terrible”, and much more. +* [PropEr Testing](http://propertesting.com/) - Fred Herbert talking about ins and outs of Property-Based Testing, with focus set on Erlang’s PropEr framework, a freely available testing tool based on Quviq’s Quickcheck framework. ## Gamedev > News & Communities @@ -4242,6 +4243,7 @@ Raw * [Lieven Vaneeckhaute (denshade)](https://softwareefficiency.wordpress.com/2015/02/10/fail-fast-spend-less-time-in-root-cause-analysis/) - (2015) Fail fast, spend less time in root cause analysis * [Jakub Holý](https://theholyjava.wordpress.com/2016/03/04/dont-add-unnecessary-checks-to-your-code-pretty-please/) - (2016) Don’t add unnecessary checks to your code, pretty please! * [Robert Ecker](https://dev.to/teamcoder/the-problem-with-high-test-coverage-4dh) - (2017) The Problem With High Test Coverage +* [PropEr Testing](http://propertesting.com/) - Fred Herbert talking about ins and outs of Property-Based Testing, with focus set on Erlang’s PropEr framework, a freely available testing tool based on Quviq’s Quickcheck framework. # Troubleshooting * [Sandra Henry-Stocker](http://www.computerworld.com/article/3196138/linux/whos-hogging-the-network.html) - Who's hogging the network? Bandwidth usage on a Linux system