Popularity
5.2
Growing
Activity
3.8
Growing
6
2
4
Monthly Downloads: 64
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
-
doctest-prop
Allow QuickCheck-style property testing in doctest. -
doctest-discover-configurator
Easy way to run doctests via cabal
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.com
Do you think we are missing an alternative of doctest-driver-gen or a related project?
README
doctest-driver-gen
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.