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

Test.Syd.Runner

Description

This module defines how to run a test suite

Synopsis

Documentation

withNullArgs :: IO a -> IO a Source #

Set the command line argument of the underlying action to empty.

The action behaves as if no command line argument were provided. Especially, it removes all the arguments initially provided to sydtest and provides a reproducible environment.