init #clojurewest papers to research

This commit is contained in:
Zeeshan Lakhani
2014-03-26 10:30:49 -07:00
parent c371233d03
commit 1c7be7b4ea
3 changed files with 18 additions and 0 deletions

9
testing/README.md Normal file
View File

@@ -0,0 +1,9 @@
# Testing
## QuickCheck
[QuickCheck: A Lightweight Tool for Random Testing of Haskell Programs](http://www.cs.tufts.edu/~nr/cs257/archive/john-hughes/quick.pdf)
[QuickCheck Testing for Fun and Profit](http://people.inf.elte.hu/center/fulltext.pdf)
Property-Based Testing, best explained in John Hughes own talk at [ClojureWest 2014](https://www.youtube.com/watch?v=zi0rHwfiX1Q&list=PLZdCLR02grLp__wRg5OTavVj4wefg69hM).