sydtest-0.1.0.0: A modern testing framework for Haskell with good defaults and advanced testing features.
Safe HaskellNone
LanguageHaskell2010

Test.Syd.Runner.Asynchronous

Description

This module defines how to run a test suite

Documentation

runner :: Bool -> Int -> MVar () -> HandleForest '[] () -> IO () Source #