package ppx_expect

  1. Overview
  2. Docs
Cram like framework for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.1.tar.gz
md5=bc426d44bd413aa231e484c7c3378185
sha512=036b039cf069b2a283135bdb1d7643719bec2eaca59debd0b20d7b87742d4404c0db2259ef46ad7ecc77520f3272b02e2af5f83a740fdb0fc0d0479dfe3af9bb

doc/src/ppx_expect.config/expect_test_config.ml.html

Source file expect_test_config.ml

1
2
3
4
5
6
7
8
9
module IO = struct
  type 'a t = 'a

  let return x = x
end

let sanitize s = s
let run f = f ()
let upon_unreleasable_issue = `CR
OCaml

Innovation. Community. Security.