Skip to content

jacobstanley/hedgehog-corpus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 88.7%
  • Shell 11.3%