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.16.0.tar.gz
sha256=e9e9d20470c0c2028ee495c8b0f9d489347545863306241ab95584ef46e53e8a
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: 14 Jun 2023
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, 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)
-
re
>= "1.8.0" -
dune
>= "2.0.0" -
stdio
>= "v0.16" & < "v0.17" -
sexp_pretty
>= "v0.16" & < "v0.17" -
ppx_jane
>= "v0.16" & < "v0.17" -
core
>= "v0.16" & < "v0.17" -
base_quickcheck
>= "v0.16" & < "v0.17" -
base
>= "v0.16" & < "v0.17" -
ocaml
>= "4.14.0"
Dev Dependencies
None
Used by (19)
-
base_trie
< "v0.17.0" -
bigdecimal
= "v0.16.0" -
bonsai
= "v0.16.0" -
combinat
>= "3.0" -
core_unix
= "v0.16.0" -
ecaml
= "v0.16.0" -
expect_test_helpers_async
= "v0.16.0" - fast_bitvector
-
file_path
= "v0.16.0" -
gemini
>= "0.3.0" -
hardcaml_step_testbench
= "v0.16.0" -
hardcaml_waveterm
= "v0.16.0" -
hg_lib
= "v0.16.0" -
n_ary
< "v0.17.0" -
patdiff
>= "v0.16.0" & < "v0.17.0" - polars
- polars_async
-
ppx_derive_at_runtime
< "v0.17.0" -
pythonlib
>= "v0.16.0"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page