package expect_test_helpers_kernel

  1. Overview
  2. Docs
Helpers for writing expectation tests

Install

Dune Dependency

Authors

Maintainers

Sources

expect_test_helpers_kernel-v0.13.0.tar.gz
md5=5d51328bcaff8e2086fed560b1826790

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.

Published: 20 Nov 2019

README

README.md

September 2018

Expect_test_helpers_kernel 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_kernel, in particular stable types and allocation tests that use the Core_kernel.Gc module.

Expect_test_helpers_kernel does not use Unix or Async. It is suitable for use in JavaScript. Also see the Expect_test_helpers library, which extends Expect_test_helpers_kernel to work in Async and with additional helper functions that make use of Unix processes.

Dependencies (9)

  1. re >= "1.8.0"
  2. dune >= "1.5.1"
  3. stdio >= "v0.13" & < "v0.14"
  4. sexp_pretty >= "v0.13" & < "v0.14"
  5. ppx_jane >= "v0.13" & < "v0.14"
  6. core_kernel >= "v0.13" & < "v0.14"
  7. base_quickcheck >= "v0.13" & < "v0.14"
  8. base >= "v0.13" & < "v0.14"
  9. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (3)

  1. ecaml = "v0.13.0"
  2. expect_test_helpers >= "v0.13.0"
  3. obeam >= "0.1.1"

Conflicts

None