@hackage / test-framework-golden

Golden tests support for test-framework

Version Deprecated package1.1.3.3

About

Metadata

  • Last updated , by RomanCheplyaka
  • License MIT
  • Categories Testing
  • Maintained by: Roman Cheplyaka <roma@ro-che.info>

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

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.