Popularity
6.5
Declining
Activity
4.8
Declining
6
5
6
Monthly Downloads: 9
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v1.0.0
hedgehog-golden alternatives and similar packages
Based on the "hedgehog" category.
Alternatively, view hedgehog-golden alternatives based on common mentions on social networks and blogs.
-
hedgehog-servant
Property based testing for Servant using Hedgehog -
hedgehog-fakedata
A compatibility library for `hedgehog` and `fakedata`
ONLYOFFICE Docs — document collaboration in your environment
Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
Promo
www.onlyoffice.com
Do you think we are missing an alternative of hedgehog-golden or a related project?
README
Hedgehog Golden
A golden file extension to hedgehog
Hedgehog support
Hedgehog v1.x series is supported by hedgehog-golden v1.x series
Hedgehog v0.6.x series is supported by hedgehog-golden v0.6.x series
Example
{-# LANGUAGE TemplateHaskell #-}
import Hedgehog
import qualified Hedgehog.Gen as Gen
import qualified Hedgehog.Golden.Aeson as Aeson
-- | A golden test for characters in the hex range
prop_char_golden :: Property
prop_char_golden =
Aeson.goldenProperty Gen.hexit
tests :: IO Bool
tests =
checkParallel $$discover