doctest-parallel-0.1: Test interactive Haskell examples
Safe HaskellNone
LanguageHaskell2010

Test.DocTest

Synopsis

Documentation

mainFromCabal :: String -> [String] -> IO () Source #

Run doctest with given list of arguments.

Example:

mainFromCabal "my-project" =<< getArgs

filterModules :: [ModuleName] -> [Module a] -> [Module a] Source #

Filter modules to be tested against a list of modules to be tested (specified by the user on the command line). If list is empty, test all modules. Throws and error if a non-existing module was specified.