- OCaml 96.7%
- Dune 2.2%
- Makefile 1.1%
| .github | ||
| .vscode | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| .ocamlformat | ||
| CHANGES.md | ||
| dune | ||
| dune-project | ||
| expect-test-helpers.opam | ||
| LICENSE | ||
| LICENSE.janestreet | ||
| Makefile | ||
| README.md | ||
expect-test-helpers
⚠️ This repository is now a public archive.
I ended up going a different route and tried to make the separation between tests and non-tests packages clearer in my setups.
I have stopped developping this project and I do not plan on maintaining it forward.
This library offers a repackaging of expect_test_helpers_base, as a standalone
opam package for using with Base.
Original code at https://github.com/janestreet/expect_test_helpers_core/
The original code requires no modifications. The issue with the original
packaging is that this package is a sub-package of the _core version, which
results in adding an unnecessary dependency to all sub packages. Simply publishing
the package as a top level package resolves this.
Code documentation
The code documentation of the latest release is built with odoc and published
to GitHub pages here.