Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 585 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 585 Bytes

Test.Framework runner for DocTests

This is a work in progress library for interfacing test-framework with doctest.

Build

As the doctest version in hackage does not yet provide a library api you will need to:

git clone git://github.com/sakari/doctest-haskell.git
git checkout sakari/doctest-lib

And then configure, build, test and install with cabal as normal.

Usage

See the generated Haddock docs for a usage example.