Description
Inline tests can be written next to the OCaml code they verify. This helps developers keep small behavior checks close to the functions, modules, or examples they protect.
It is a PPX testing extension used by development builds and test suites. It does not provide a standalone end-user application.