doctest-0.9.3: Test interactive Haskell examples

Safe HaskellNone

Test.DocTest

Synopsis

Documentation

doctest :: [String] -> IO ()Source

Run doctest with given list of arguments.

Example:

>>> doctest ["-iexample/src", "example/src/Example.hs"]
Examples: 2  Tried: 2  Errors: 0  Failures: 0

This can be used to create a Cabal test suite that runs doctest for your project.