expect_test_helpers_async
Async helpers for writing expectation tests
README
April 2020
Expect_test_helpers_async
is a library intended for use with expect
tests, i.e. the let%expect_test
syntax. It has functionality that
cannot go in Expect_test_helpers_base
andExpect_test_helpers_kernel
due to its use of Async
, in particular
file i/o, and running external processes.
Expect_test_helpers_async
uses both Unix
and Async
. It is not
suitable for use in JavaScript.
Install
- Published
-
21 Mar 2022
- Authors
-
- Maintainers
-
Sources
expect_test_helpers_async-v0.15.0.tar.gz
sha256=76bc302c23a0436133f8591484a3e759aa1304acfeab3b5375f0855bd5903ae8
Dependencies
dune
>= "2.0.0"
sexp_pretty
>= "v0.15" & < "v0.16"
ppx_jane
>= "v0.15" & < "v0.16"
expect_test_helpers_core
>= "v0.15" & < "v0.16"
core_unix
>= "v0.15" & < "v0.16"
core
>= "v0.15" & < "v0.16"
async
>= "v0.15" & < "v0.16"
ocaml
>= "4.08.0"
Reverse Dependencies