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
v0.17.0.tar.gz
sha256=c8380970589385b459413824ea3b2c959ed0a6600fe088f56eda0e16070880bf
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: 26 May 2024
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
>= "3.11.0" -
stdio
>= "v0.17" & < "v0.18" -
sexp_pretty
>= "v0.17" & < "v0.18" -
ppx_jane
>= "v0.17" & < "v0.18" -
core
>= "v0.17" & < "v0.18" -
base_quickcheck
>= "v0.17" & < "v0.18" -
base
>= "v0.17" & < "v0.18" -
ocaml
>= "5.1.0"
Dev Dependencies
None
Used by (16)
-
base_trie
>= "v0.17.0" -
bonsai
>= "v0.17.0" -
combinat
>= "3.0" -
core_unix
>= "v0.17.0" -
ecaml
>= "v0.17.0" -
expect_test_helpers_async
>= "v0.17.0" - fast_bitvector
-
file_path
>= "v0.17.0" -
gemini
>= "0.3.0" -
hg_lib
>= "v0.17.0" -
n_ary
>= "v0.17.0" -
patdiff
>= "v0.17.0" - polars
- polars_async
-
ppx_derive_at_runtime
>= "v0.17.0" - ppx_quick_test
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page