Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hunit

Can't cabal install hunit

haskell cabal hunit

Is it possible with HSpec (or HUnit) to attach further information to assertions that get printed in and only in case of failure?

haskell hunit hspec

Cannot import HUnit into ghci

haskell ghci hunit

Is it possible to assert an error case in HUnit?

Interaction between optimizations and testing for error calls

Can't find module Test.HUnit

haskell hunit

Mocking IO Actions: getArgs and putStrLn

Stack with Travis CI

Dynamically generate Tasty `TestTree` from the file system

Is it possible to use HUnit with test-framework in a monad other than IO?

haskell hunit

get function name inside it

How do I test for an error in Haskell?

HUnit/QuickCheck with Continuous Integration

Why does my HUnit test suite fail but pass successfully in Cabal?

unit-testing haskell hunit

Creating a Full Haskell Stack with Tests

How to use HUnit and Cabal to do Automated Testing?

What is the Haskell syntax to import modules in subdirectories?

haskell hunit