doctest-driver-gen: Generate driver file for doctest's cabal integration

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

doctest-driver-gen is a doctest's 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.0 && <4.12), doctest (>=0.7 && <0.12 || >=0.13 && <0.15), doctest-driver-gen [details]
License BSD-3-Clause
Copyright 2017-2018 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.2.0.1)
Uploaded by Hexirp at 2018-03-20T11:51:09Z
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 7399 total (83 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-20 [all 1 reports]

Readme for doctest-driver-gen-0.2.0.1

[back to package description]

doctest-driver-gen

Hackage version Build Status Stackage LTS Stackage Nightly

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

Usage

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

Make your driver file with the content.

Motivation

This package was motivated by doctest-discover. I want a simpler doctest's driver file generator.