tasty-golden: Golden tests support for tasty
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- [missing-upper-bounds] On library, these packages miss upper bounds: - tasty - bytestring - typed-process - optparse-applicative - filepath - temporary - deepseq - containers - directory - text Please add them. There is more information at https://pvp.haskell.org/
This package provides support for «golden testing». A golden test is an IO action that writes its result to a file. To pass the test, this output file should be identical to the corresponding «golden» file, which contains the correct result for the test. To get started with golden testing and this library, see Introduction to golden testing.
[Skip to Readme]
Properties
| Versions | 2.0, 2.0.1, 2.1, 2.2, 2.2.0.1, 2.2.0.2, 2.2.1, 2.2.1.1, 2.2.1.2, 2.2.2, 2.2.2.1, 2.2.2.2, 2.2.2.3, 2.2.2.4, 2.3, 2.3.0.1, 2.3.0.2, 2.3.1, 2.3.1.1, 2.3.1.2, 2.3.1.3, 2.3.2, 2.3.2.1, 2.3.3, 2.3.3.1, 2.3.3.2, 2.3.3.3, 2.3.4, 2.3.5, 2.3.6 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.9 && <5), bytestring (>=0.9.2.1), containers, deepseq, directory, filepath, optparse-applicative (>=0.3.1), tasty (>=1.3), tasty-golden, temporary, text, typed-process [details] |
| License | MIT |
| Author | Roman Cheplyaka |
| Maintainer | Roman Cheplyaka <roma@ro-che.info> |
| Category | Testing |
| Home page | https://github.com/UnkindPartition/tasty-golden |
| Bug tracker | https://github.com/UnkindPartition/tasty-golden/issues |
| Source repo | head: git clone https://github.com/UnkindPartition/tasty-golden.git |
| Uploaded | by AndreasAbel at 2025-12-15T08:59:19Z |
Modules
[Index] [Quick Jump]
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| build-example | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- tasty-golden-2.3.6.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees