package alcotest
Alcotest is a lightweight and colourful test framework
Install
Dune Dependency
Authors
Maintainers
Sources
alcotest-1.9.0.tbz
sha256=e2387136ca854df2b4152139dd4d4b3953a646e804948073dedfe0a232f08a15
sha512=ba38fe4a9061b001d274e5d41fb06c10c84120570fc00dc57dc5a06ba05176c2413295680d839f465ba91469ea99d7e172a324e26f005d6e8c4d98fca7657241
doc/alcotest.engine/Alcotest_engine/V1/index.html
Module Alcotest_engine.V1
Source
Version 1 of the user-facing Alcotest API.
Assert functions
Monadic test runners
These modules provide the ability to run tests inside a concurrency monad: that is, to sequence test cases of type 'a -> unit m
into a computation of type 'a -> unit m
(for some concurrency monad m
) with can then be scheduled in a main event loop. For tests using Lwt.t
or Async_kernel.Deferred.t
, use the Alcotest_lwt
and Alcotest_async
packages directly.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page