Difference between revisions of "Blog articles/Testing"

From HaskellWiki
Jump to navigation Jump to search
(Added a link to "Code testing in Haskell"; updated the link for "QuickChecking a window manager")
(Added Category:Tutorials)
(One intermediate revision by the same user not shown)
Line 35: Line 35:
 
=== Other ===
 
=== Other ===
   
  +
* [https://github.com/kazu-yamamoto/unit-test-example/blob/master/markdown/en/tutorial.md Up-front Unit Testing in Haskell], this article is a tutorial about unit testing in Haskell using doctest, hspec and Cabal.
 
* [http://ics.p.lodz.pl/~stolarek/blog/2012/10/code-testing-in-haskell/ Code testing in Haskell]
 
* [http://ics.p.lodz.pl/~stolarek/blog/2012/10/code-testing-in-haskell/ Code testing in Haskell]
 
   
 
== Proofs ==
 
== Proofs ==
Line 68: Line 68:
   
 
* [http://haskell.org/haskellwiki/Research_papers/Testing_and_correctness Research papers on testing, proofs and correctness]
 
* [http://haskell.org/haskellwiki/Research_papers/Testing_and_correctness Research papers on testing, proofs and correctness]
  +
  +
  +
[[Category:Tutorials]]

Revision as of 22:25, 21 January 2013