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

[ bsd3, library, program, testing ] [ Propose Tags ]

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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.0 && <4.11), doctest (>=0.7 && <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
Revised Revision 1 made by Hexirp at 2017-10-09T05:15:07Z
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.1)
Uploaded by Hexirp at 2017-10-08T10:30:52Z
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 7402 total (81 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-08 [all 1 reports]

Readme for doctest-driver-gen-0.1.0.1

[back to package description]

doctest-driver-gen

Hackage version 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.