Skip to content

Commit

Permalink
Remove summary section
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Mar 13, 2015
1 parent c627cc0 commit 494d641
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions posts/2015-03-13-practical-testing-in-haskell.lhs
Expand Up @@ -422,13 +422,6 @@ main = defaultMain $ testGroup "Tests"
]
~~~~~
Conclusion
==========
We have looked into organizing test suites, and how we can use I/O in both
HUnit and QuickCheck tests. Furthermore, I think generating `Arbitrary`
instances using their user-facing API is particularly interesting.
If you are still hungry for more Haskell testing, I would recommend looking into
[Haskell program coverage] for mission-critical modules.
Expand Down

0 comments on commit 494d641

Please sign in to comment.