doctest-driver-gen: Generate doctest-driver.hs

[ bsd3, library, program, testing ] [ Propose Tags ]
This version is deprecated.

doctest-driver-gen is a doctest driver file generator. It lets you automatically generate driver file for doctest's cabal integration.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.0.4, 0.3.0.5, 0.3.0.6, 0.3.0.7, 0.3.0.8 (info)
Change log CHANGELOG.md
Dependencies base (>=4 && <5), doctest (>=0.8 && <0.12 || >=0.13 && <0.14), doctest-driver-gen [details]
License BSD-3-Clause
Copyright 2017 Hexirp
Author Hexirp
Maintainer https://github.com/Hexirp/doctest-driver-gen/issues
Category Testing
Home page https://github.com/Hexirp/doctest-driver-gen#readme
Source repo head: git clone https://github.com/Hexirp/doctest-driver-gen
this: git clone https://github.com/Hexirp/doctest-driver-gen(tag 0.1.0.0)
Uploaded by Hexirp at 2017-10-07T11:29:05Z
Distributions Arch:0.3.0.8, LTSHaskell:0.3.0.8, NixOS:0.3.0.8, Stackage:0.3.0.8
Executables doctest-driver-gen
Downloads 7474 total (75 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-10-07 [all 1 reports]

Readme for doctest-driver-gen-0.1.0.0

[back to package description]

doctest-driver-gen

Build Status

doctest-driver-gen is a doctest driver file generator. It lets you automatically generate driver file for doctest's cabal integration.

Usage

{-# OPTIONS_GHC -F -pgmF doctest-driver-gen [-optF OPTION]... #-}

Make your driver file with the content. OPTION is doctest's option. You can see help with doctest --help.

Motivation

This package was motivated by doctest-discover.