Difference between revisions of "Blog articles/Testing"

From HaskellWiki
Jump to navigation Jump to search
(Added Category:Tutorials)
 
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.
+
* [https://github.com/kazu-yamamoto/unit-test-example/blob/master/markdown/en/tutorial.md Up-front Unit Testing in Haskell] - an article about unit testing in Haskell using [https://github.com/sol/doctest-haskell#readme Doctest], [http://hspec.github.io/ Hspec] and [http://www.haskell.org/cabal/ 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]
   

Latest revision as of 18:49, 20 May 2013