Bare-bones unit testing in OCaml with dune
THERE are various techniques and tools to do unit testing in OCaml. A small selection: Alcotest – a colourful unit testing framework OUnit2 – an xUnit-style test framework ppx_expect – a snapshot testing framework Speed, a new framework announced right...