An open API service indexing awesome lists of open source software.

https://github.com/nh2/test-framework-golden

Golden tests support for test-framework
https://github.com/nh2/test-framework-golden

Last synced: 3 months ago
JSON representation

Golden tests support for test-framework

Awesome Lists containing this project

README

        

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.

Status
------

This library is deprecated in favour of [tasty-golden][].

I will continue to provide support for it if requested.

[tasty-golden]: https://github.com/feuerbach/tasty-golden