Popularity
5.1
Declining
Activity
0.0
Declining
6
2
5
Monthly Downloads: 32
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
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
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.