package expect_test_helpers_async

  1. Overview
  2. Docs
Async helpers for writing expectation tests

Install

Dune Dependency

Authors

Maintainers

Sources

expect_test_helpers_async-v0.16.0.tar.gz
sha256=c37ec54bd27a2464e07561081a9ff888be9fa65182d031920569e7760b7754aa

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: 14 Jun 2023

README

README.md

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)

  1. dune >= "2.0.0"
  2. sexp_pretty >= "v0.16" & < "v0.17"
  3. ppx_jane >= "v0.16" & < "v0.17"
  4. expect_test_helpers_core >= "v0.16" & < "v0.17"
  5. core_unix >= "v0.16" & < "v0.17"
  6. core >= "v0.16" & < "v0.17"
  7. async >= "v0.16" & < "v0.17"
  8. ocaml >= "4.14.0"

Dev Dependencies

None

Used by (4)

  1. file_path >= "v0.16.0"
  2. magic-trace
  3. reddit_api_async >= "0.2.1"
  4. vcaml >= "v0.16.0"

Conflicts

None