Description
Expectation tests can compare program output against examples stored near the code. This helps developers catch behavior changes in parsers, printers, command-line tools, and libraries.
It is a testing framework for OCaml development. Test output should be reviewed carefully because accepted updates can hide real behavior changes.