tasty-hunit 0.8 → 0.8.0.1
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- Test/Tasty/HUnit.hs +3/−3
- tasty-hunit.cabal +1/−1
Test/Tasty/HUnit.hs view
@@ -45,9 +45,9 @@ -- The standard HUnit's performTestCase catches (almost) all exceptions. -- -- This is bad for a few reasons:- -- * it interferes with timeout handling- -- * it makes exception reporting inconsistent across providers- -- * it doesn't provide enough information for ingredients such as+ -- - it interferes with timeout handling+ -- - it makes exception reporting inconsistent across providers+ -- - it doesn't provide enough information for ingredients such as -- tasty-rerun -- -- So we do it ourselves.
tasty-hunit.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: tasty-hunit-version: 0.8+version: 0.8.0.1 synopsis: HUnit support for the Tasty test framework. description: HUnit support for the Tasty test framework. license: MIT