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

Install

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=2ce95d9cbaf70c8ba767d299588dafce10623f83610f1c4af9578ac10ffe311d

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: 19 Oct 2022

Dependencies (13)

  1. ppxlib >= "0.23.0"
  2. ocamlfind >= "1.7.2"
  3. ocaml-compiler-libs >= "v0.11.0"
  4. dune >= "2.0.0"
  5. base-threads
  6. toplevel_backend >= "v0.15" & < "v0.16"
  7. ppx_jane >= "v0.15" & < "v0.16"
  8. ppx_inline_test >= "v0.15" & < "v0.16"
  9. ppx_expect >= "v0.15" & < "v0.16"
  10. mlt_parser >= "v0.15" & < "v0.16"
  11. core_unix >= "v0.15" & < "v0.16"
  12. core >= "v0.15" & < "v0.16"
  13. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None