@hackage tasty-silver3.1
Golden tests support for tasty. Fork of tasty-golden.
Installation
Dependencies (17)
- ansi-terminal >=0.6.2.1
- async
- base >=4.5 && <4.9
- bytestring >=0.9.2.1
- containers
- deepseq Show all…
Dependents (16)
@hackage/WordAlignment, @hackage/dhall-docs, @hackage/dhall-json, @hackage/hasklepias, @hackage/dhall, @hackage/BiobaseBlast, Show all…
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.