jacobstanley / hedgehog-corpus

Collections of strings for testing things.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hedgehog-corpus

Collections of strings for testing things.

Usage

When you need some sensible human readable strings for property testing.

import qualified Test.QuickCheck as Q
import qualified Hedgehog.Corpus as Corpus

prop_test =
  Q.forAll (Q.elements Corpus.agile) $ \name ->
    ...

About

Collections of strings for testing things.

License:Other


Languages

Language:Haskell 88.7%Language:Shell 11.3%