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
- Host: GitHub
- URL: https://github.com/nh2/test-framework-golden
- Owner: nh2
- License: mit
- Created: 2013-08-17T07:41:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-17T09:45:36.000Z (almost 12 years ago)
- Last Synced: 2025-01-13T00:26:19.600Z (5 months ago)
- Language: Haskell
- Size: 62.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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