Popularity
5.0
Declining
Activity
5.0
-
6
2
4
Monthly Downloads: 19
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.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.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.