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/src/alcotest.engine/formatters.ml.html
Source file formatters.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
type stdout = Format.formatter type stderr = Format.formatter let stdout = ref Fmt.stdout let stderr = ref Fmt.stderr let set_stdout stdout' = stdout := stdout' let set_stderr stderr' = stderr := stderr' let get_stdout () = !stdout let get_stderr () = !stderr let ocaml_stdout = Format.std_formatter let ocaml_stderr = Format.err_formatter let make_stdout () = Format.formatter_of_out_channel Stdlib.stdout let make_stderr () = Format.formatter_of_out_channel Stdlib.stderr let pr fmt = Format.fprintf !stdout fmt let epr fmt = Format.fprintf !stderr fmt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>