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] [Quick Jump]

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 && <5), doctest-driver-gen [details]
License BSD-3-Clause
Copyright (C) Hexirp 2017-2023
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.3.0.8)
Uploaded by Hexirp at 2023-11-29T17:50:11Z
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]
All reported builds failed as of 2023-11-29 [all 1 reports]

Readme for doctest-driver-gen-0.3.0.8

[back to package description]

doctest-driver-gen

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

Versions of doctest available in this library: >= 0.7 && < 0.12 || >= 0.13 && < 0.23

Usage

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

Make your driver file with the content. There is an example:

{-# OPTIONS_GHC -F -pgmF doctest-driver-gen -optF src -optF app #-}

Motivation

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