doctest

Example validator

Tools for verifying and validating Haskell code examples

An implementation of Python's doctest for Haskell

GitHub

373 stars
12 watching
73 forks
Language: Haskell
last commit: about 1 month ago

Related projects:

Repository Description Stars
widdershin/markdown-doctest Tools to test and validate code examples in markdown documentation 166
cyga/real-world-haskell A tool to parse and fix code samples from the book 'Real World Haskell' 89
hspec/hspec-example A Haskell project providing a testing framework and skeleton for writing unit tests. 91
bravit/hid-examples A collection of Haskell code examples to accompany a book on functional programming and depth of language 256
sol/hpack A format for Haskell packages that allows for more flexible and customizable package definitions. 624
haskell-tools/haskell-tools Developer tools for refactoring Haskell programs. 249
hspec/hspec A testing framework for Haskell programming language 751
sol/reserve A tool for immediate code reloading in Haskell web applications 70
palf/haskell-sdl2-examples A collection of Haskell examples demonstrating various SDL2 features and interactions. 142
alexwl/haskell-code-explorer A web application for exploring and understanding Haskell codebases 512
stac-utils/stac-validator Tools for validating STAC JSON files against the STAC specification. 46
rudymatela/fitspec Automates refinement of test properties for Haskell functions by testing mutant variations and providing suggestions for improvement. 74
haskell-suite/haskell-src-exts A toolset for manipulating and analyzing Haskell source code 193
i-am-tom/learn-me-a-haskell Learning Haskell with focus on dependent types and type-level programming using the OneOf data structure 70
shezadkhan137/required A library to simplify validation by providing a declarative way to define and reuse validation logic across multiple fields. 60