Description
Unit tests can check code behavior so regressions are caught during OCaml development. This helps developers describe expected behavior and run repeatable checks for libraries or applications.
It is a testing framework and developer tool. It is installed directly by OCaml projects that use Kaputt or indirectly when building their test suites.