Popularity
6.1
Stable
Activity
0.0
Stable
6
5
5
Monthly Downloads: 3
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.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

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