tasty-golden-extra: Additional golden test helpers for the tasty-golden package

[ bsd3, library, testing ] [ Propose Tags ] [ Report a vulnerability ]

A library providing additional golden test helpers for the tasty-golden package. These helpers are useful for testing the output of functions that return Strings, Show, ToJSON or ToYAML instances.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Change log CHANGELOG.md
Dependencies aeson (>=2.1 && <2.3), aeson-diff (>=1.1.0.13 && <1.2), aeson-pretty (>=0.8.10 && <0.9), base (>=4.14 && <4.22), bytestring (>=0.10 && <0.13), pretty-show (>=1.10 && <1.11), pretty-simple (>=4.1.3.0 && <4.2), tasty (>=1.5.2 && <1.6), tasty-discover (>=5.0.0 && <5.2), tasty-golden (>=2.3.5 && <2.4), text (>=1.2 && <1.3 || >=2.0 && <2.2), yaml (>=0.11.11.2 && <0.12) [details]
Tested with ghc ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.5 || ==9.6.6 || ==9.8.2 || ==9.10.1 || ==9.12.2
License BSD-3-Clause
Author Bellroy
Maintainer haskell@bellroy.com
Category Testing
Home page https://github.com/bellroy/tasty-golden-extra
Bug tracker https://github.com/bellroy/tasty-golden-extra/issues
Source repo head: git clone https://github.com/bellroy/tasty-golden-extra.git
Uploaded by michaelwebb76 at 2025-10-13T00:36:18Z
Distributions NixOS:0.1.0.0
Downloads 45 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-10-13 [all 1 reports]

Readme for tasty-golden-extra-0.1.0.1

[back to package description]

tasty-golden-extra

A library providing additional golden test helpers for the @tasty-golden@ package. These helpers are useful for testing the output of functions that return textual output and instances of @Show@, @ToJSON@ or @ToYAML@.

To find out what's new, read the change log.