expect_test_helpers_core
Helpers for writing expectation tests
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 theExpect_test_helpers_base
library with functionality dependent onCore
, in particular stable types and allocation tests that use theCore.Gc
module.
Expect_test_helpers_core
does not use Unix
or Async
. It is
suitable for use in JavaScript. Also see theExpect_test_helpers_async
library, which provides test helpers that
work in Async and with additional helper functions that make use of
Unix processes.
Install
- Published
-
21 Mar 2022
- Authors
-
- Maintainers
-
Sources
expect_test_helpers_core-v0.15.0.tar.gz
sha256=7f2a738564253e32c8bd816f9da548d1619e447b6ebc4c7af33e5c0c52ff9652
Dependencies
re
>= "1.8.0"
dune
>= "2.0.0"
stdio
>= "v0.15" & < "v0.16"
sexp_pretty
>= "v0.15" & < "v0.16"
ppx_jane
>= "v0.15" & < "v0.16"
core
>= "v0.15" & < "v0.16"
base_quickcheck
>= "v0.15" & < "v0.16"
base
>= "v0.15" & < "v0.16"
ocaml
>= "4.08.0"
Reverse Dependencies
bonsai
>= "v0.15.0"
combinat
>= "3.0"
core_unix
>= "v0.15.0"
ecaml
>= "v0.15.0"
expect_test_helpers_async
>= "v0.15.0"
hardcaml_waveterm
>= "v0.15.0"
patdiff
>= "v0.15.0"