package expect_test_helpers_core

  1. Overview
  2. Docs
Helpers for writing expectation tests

Install

Dune Dependency

Authors

Maintainers

Sources

expect_test_helpers_core-v0.15.0.tar.gz
sha256=7f2a738564253e32c8bd816f9da548d1619e447b6ebc4c7af33e5c0c52ff9652

Description

This library provides helper functions for writing expect tests.

If you want helpers for writing expect tests using the Async library, look at expect_test_helpers_async.

Published: 21 Mar 2022

README

README.md

September 2018

Expect_test_helpers_core is a library intended for use with expect tests, i.e. the let%expect_test syntax. It is an extension of the Expect_test_helpers_base library with functionality dependent on Core, in particular stable types and allocation tests that use the Core.Gc module.

Expect_test_helpers_core does not use Unix or Async. It is suitable for use in JavaScript. Also see the Expect_test_helpers_async library, which provides test helpers that work in Async and with additional helper functions that make use of Unix processes.

Dependencies (9)

  1. re >= "1.8.0"
  2. dune >= "2.0.0"
  3. stdio >= "v0.15" & < "v0.16"
  4. sexp_pretty >= "v0.15" & < "v0.16"
  5. ppx_jane >= "v0.15" & < "v0.16"
  6. core >= "v0.15" & < "v0.16"
  7. base_quickcheck >= "v0.15" & < "v0.16"
  8. base >= "v0.15" & < "v0.16"
  9. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (13)

  1. bigdecimal < "v0.16.0"
  2. bonsai >= "v0.15.0" & < "v0.16.0"
  3. combinat >= "3.0"
  4. core_unix >= "v0.15.0" & < "v0.16.0"
  5. ecaml = "v0.15.0"
  6. expect_test_helpers_async = "v0.15.0"
  7. file_path < "v0.16.0"
  8. hardcaml_step_testbench < "v0.16.0"
  9. hardcaml_waveterm = "v0.15.0"
  10. hg_lib < "v0.16.0"
  11. patdiff = "v0.15.0"
  12. polars
  13. polars_async

Conflicts

None