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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
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.20), 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.1), 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
License BSD-3-Clause
Author Bellroy
Maintainer haskell@bellroy.com
Revised Revision 1 made by michaelwebb76 at 2024-12-19T04:25:00Z
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 2024-12-18T11:04:20Z
Distributions
Downloads 12 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for tasty-golden-extra-0.1.0.0

[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.