[ANN] Testo 0.3

Testo 0.3.4 is out!

Testo is an industry-grade test framework for OCaml. It is suitable for unit-testing OCaml code and for end-to-end testing command-line executables. Testo is an open-source project maintained by the OCaml community, with support from Semgrep.

Highlights of this release include:

  • better integration with Dune (testo-template, --chdir)
  • improved Windows support (internal CI checks, CRLF/LF diff highlighting)
  • quick start instructions and revised tutorial

Enjoy!

9 Likes
  • Add support for a Testo.check function and testables, replicating the similar functionality found in Alcotest. This makes it practical to write tests that don’t depend on the Alcotest library (#169).

Nice @mjambon! The Release 0.3.4 · semgrep/testo · GitHub shows much more than your highlights :stuck_out_tongue:

1 Like