Changelog of @hackage/HTF 0.8.2.1
-
0.8.2.0 (2012-01-30)
- Assertions can be run via runTest
- Support for assertNotEqual
- Bugfixes
-
0.8.1.1 (2011-11-07)
- Bugfixes
-
0.8.1.0 (2011-11-07)
- fixed build dependencies to include process 1.1.*
-
0.8.1.0 (2011-10-01)
- multi-line diff with pretty-printing
- bugfixes
- build support for GHC 7.2.1
-
0.8.0.0 (2011-09-20)
- support for `--quiet' option to report failures only
- color support
- diff support: if an equality assertions fails, HTF shows a diff of the expected and the given value
- more uniform output
- tests to execute are now given by a regular expression, tests to ignored are prefixed with `--not'
-
0.7.1.0 (2011-07-08)
- support for pending tests and quick check properties
- support for ignoring certain tests in the argument list of Test.Framework.TestManager.runTestWithArgs (simply prefix the test names with a '-')
-
0.7.0.1 (2011-05-21)
- minor fix for the tutorial (thanks to Marnix)
-
0.7.0.0 (2011-01-25)
- htfpp parses extension from pragmas
- runTest, runTestWithArgs, runTestWithFilter return an appropriate exit code
-
0.6.0.1 (2010-12-05)
- support for GHC 7, QuickCheck 2.3, containers 0.4 and directory 1.1 (thanks to David Leuschner)
-
0.6.0.0 (2010-11-12)
- generalized mtl dependency to accept version 1.1* and 2.0.*.
-
0.5.0.1 (2010-10-11)
- preprocessor now parses bang patterns
-
0.5.0.0 (2010-10-05)
- added
--hunit' flag to htfpp. (The--hunit' flag causes assert-like macros to be expanded in a way that is backwards-compatible with the corresponding functions of the HUnit library.) - Some functions in Test.Framework.HUnitWrapper were renamed in a non-backwards compatible way. The assertP functions are now called assertPretty, and the function assertSetEqual is now called assertListsEqualAsSet
- added
-
0.4.0.0 (2010-09-02)
- More specific version constraints in .cabal file
-
0.3.5.0 (2010-08-30)
- Testable instance for lists
-
0.3.4.0 (2010-08-30)
- htfpp now accepts code subject to preprocessing with cpp