[ANNOUNCE] tasty-hunit-adapter and tasty-program

Dear Haskellers, I recently released two small packages that extend functionality of Roman Cheplyaka's tasty testing framework: 1. tasty-hunit-adapter allows to import existing HUnit tests into tasty. Hackage: http://hackage.haskell.org/package/tasty-hunit-adapter GitHub: https://github.com/jstolarek/tasty-hunit-adapter 2. tasty-program allows to run external program and test whether it terminates successfully. Hackage: http://hackage.haskell.org/package/tasty-program GitHub: https://github.com/jstolarek/tasty-program These packages are inspired by similar packages for test-framework. tasty-program has very basic functionality at the moment, most notably it completely ignores stdout and stderr of a program. If you want this functionality please say so here: https://github.com/jstolarek/tasty-program/issues/1 Jan Stolarek
participants (1)
-
Jan Stolarek