Add Mutant deep dive blog post to README.

This commit is contained in:
Timo Rößner 2016-08-10 13:32:05 +02:00 committed by GitHub
parent 7712cf787e
commit 2ddb81560c

View file

@ -340,6 +340,7 @@ Blog posts
Sorted by recency:
* [A deep dive into mutation testing and how the Mutant gem works][troessner]
* [How to write better code using mutation testing (November 2015)][blockscore]
* [How good are your Ruby tests? Testing your tests with mutant (June 2015)][arkency1]
* [Mutation testing and continuous integration (May 2015)][arkency2]
@ -347,6 +348,7 @@ Sorted by recency:
* [Mutation testing with mutant (April 2014)][sitepoint]
* [Mutation testing with mutant (January 2013)][solnic]
[troessner]: https://troessner.svbtle.com/kill-all-the-mutants-a-deep-dive-into-mutation-testing-and-how-the-mutant-gem-works
[blockscore]: https://blog.blockscore.com/how-to-write-better-code-using-mutation-testing/
[sitepoint]: http://www.sitepoint.com/mutation-testing-mutant/
[arkency1]: http://blog.arkency.com/2015/06/how-good-are-your-ruby-tests-testing-your-tests-with-mutant/