Re-publishing [Expect_test_helpers_base] as a standalone package
  • OCaml 96.7%
  • Dune 2.2%
  • Makefile 1.1%
Find a file
2024-08-23 22:30:31 +02:00
.github Upgrade other GitHub ocaml/setup-ocaml actions to v3 2024-07-25 19:14:25 +02:00
.vscode Init project from template 2024-03-03 19:18:21 +01:00
src Import changes from v0.17 2024-05-26 23:29:35 +02:00
test Init project from template 2024-03-03 19:18:21 +01:00
.gitattributes Init project from template 2024-03-03 19:18:21 +01:00
.gitignore Update .gitignore 2024-04-10 15:00:16 +02:00
.ocamlformat Upgrade ocamlformat to 0.26.2 2024-04-30 14:48:54 +02:00
CHANGES.md Prepare changelog 2024-07-26 10:58:20 +02:00
dune Init project from template 2024-03-03 19:18:21 +01:00
dune-project Upgrade ppxlib to 0.33 2024-07-25 19:14:25 +02:00
expect-test-helpers.opam Upgrade ppxlib to 0.33 2024-07-25 19:14:25 +02:00
LICENSE Init project from template 2024-03-03 19:18:21 +01:00
LICENSE.janestreet Document repackage 2024-03-03 19:22:49 +01:00
Makefile Init project from template 2024-03-03 19:18:21 +01:00
README.md Update README.md 2024-08-23 22:30:31 +02:00

expect-test-helpers

CI Status

⚠️ 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.