package toplevel_expect_test

  1. Overview
  2. Docs
Expectation tests for the OCaml toplevel

Install

Authors

Maintainers

Sources

v0.12.2.tar.gz
md5=dddf9810458ae33a32df05c22e7b6a93

Description

Allows one to write both toplevel phrases and the expected output from the toplevel in the same file. This provides an easy way to test compilations errors as well as provide a nice alternative to using the toplevel in a terminal.

Published: 20 Sep 2019

Dependencies (13)

  1. ppxlib >= "0.7.0" & < "0.9.0"
  2. ocamlfind >= "1.7.2"
  3. ocaml-compiler-libs >= "v0.11.0"
  4. dune >= "1.5.1"
  5. base-threads
  6. ppx_jane >= "v0.12" & < "v0.13"
  7. ppx_inline_test >= "v0.12" & < "v0.13"
  8. ppx_here >= "v0.12" & < "v0.13"
  9. ppx_expect >= "v0.12" & < "v0.13"
  10. mlt_parser >= "v0.12" & < "v0.13"
  11. core_kernel >= "v0.12" & < "v0.13"
  12. core >= "v0.12.4" & < "v0.13"
  13. ocaml >= "4.07.0"

Dev Dependencies

None

Used by

None

Conflicts

None