Erlang : Property-Based Testing with PropEr

This commit is contained in:
Morgan 2018-03-01 10:53:23 +01:00 committed by GitHub
parent 2bbf34b8fb
commit 51605e018c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 Erlangs PropEr framework, a freely available testing tool based on Quviqs 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) Dont 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 Erlangs PropEr framework, a freely available testing tool based on Quviqs 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