semgrep / testo

Test framework for OCaml
ISC License
16 stars 1 forks source link

Remove the library's dependency on Alcotest by adding 'Testo.fail'. #77

Closed mjambon closed 4 months ago

mjambon commented 4 months ago

Only Testo's tests depend on Alcotest. This is still recommended practice.

Closes #75

PR checklist:

Check out CONTRIBUTING.md for more details.