Popularity
5.5
Growing
Activity
3.1
-
6
3
5

Monthly Downloads: 84
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Testing     Doctest    
Latest version: v0.3.0.2

doctest-driver-gen alternatives and similar packages

Based on the "doctest" category.
Alternatively, view doctest-driver-gen alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of doctest-driver-gen or a related project?

Add another 'doctest' Package

README

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.

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

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.