package expect_test_helpers_async
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Async helpers for writing expectation tests
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=64837b8f4806c4d42b82be130b22fa506affa76004016dfd5a740c988ab42f12
Description
This library provides helper functions for writing expect tests.
Note that this library uses Async, for helpers that don't use Async, look at expect_test_helpers_core.
Published: 26 May 2024
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 and Expect_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.
Dependencies (8)
-
dune
>= "3.11.0" -
sexp_pretty
>= "v0.17" & < "v0.18" -
ppx_jane
>= "v0.17" & < "v0.18" -
expect_test_helpers_core
>= "v0.17" & < "v0.18" -
core_unix
>= "v0.17" & < "v0.18" -
core
>= "v0.17" & < "v0.18" -
async
>= "v0.17" & < "v0.18" -
ocaml
>= "5.1.0"
Dev Dependencies
None
Used by (3)
-
file_path
>= "v0.17.0" - magic-trace
-
reddit_api_async
>= "0.2.1"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page