[Haskell-cafe] ANNOUNCE: tasty, a new testing framework
Jan Stolarek
jan.stolarek at p.lodz.pl
Mon Aug 5 22:29:50 CEST 2013
Oh, a new testing framework - I'm always interested in that :)
> At the very least, you'll have to change module names
> (Test.Framework -> Test.Tasty,
> Test.Framework.Providers.HUnit -> Test.Tasty.HUnit, ...),
> and wrap the top-level list of tests into a testGroup.
>
> If you have type signatures, you'll need to rename Test to TestTree.
>
> That should be enough in most cases. If you use plusTestOptions, you'll
> need to look up appropriate functions from Test.Tasty.Options.
Making a tutorial would probably be a good idea here.
Janek
More information about the Haskell-Cafe
mailing list