sapek / tasty-golden

Golden tests support for Tasty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Maintainers

Roman Cheplyaka is the primary maintainer.

Oliver Charles is the backup maintainer. Please get in touch with him if the primary maintainer cannot be reached.

About

Golden tests support for Tasty

License:MIT License


Languages

Language:Haskell 100.0%