package expect_test_helpers_core
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Helpers for writing expectation tests
Install
dune-project
Dependency
Authors
Maintainers
Sources
expect_test_helpers_core-v0.14.0.tar.gz
sha256=c3130becd6fa2c0a4f7eb6ebca5f2a63671a0877b780069a97b34fdef1861b77
md5=d1abf39007394165bedb119e9a7d7404
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: 31 May 2020
README
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_kernel, in particular stable types and allocation tests that use the Core_kernel.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)
-
re
>= "1.8.0" -
dune
>= "2.0.0" -
stdio
>= "v0.14" & < "v0.15" -
sexp_pretty
>= "v0.14" & < "v0.15" -
ppx_jane
>= "v0.14" & < "v0.15" -
core_kernel
>= "v0.14" & < "v0.15" -
base_quickcheck
>= "v0.14" & < "v0.15" -
base
>= "v0.14" & < "v0.15" -
ocaml
>= "4.08.0"
Dev Dependencies
None
Used by (5)
-
ecaml
= "v0.14.0" -
expect_test_helpers_async
< "v0.15.0" - fast_bitvector
- polars
- polars_async
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page