semgrep / testo

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

Remove dependency on Alcotest #75

Closed mjambon closed 4 months ago

mjambon commented 4 months ago

The Testo library currently depends on Alcotest in a minor way (I think it's only a call to Alcotest.fail). It should be removed in an effort to minimize dependencies. Using Alcotest.check in tests is still recommended and Testo's own tests will keep using it, but it shouldn't introduce a forced dependency for the users of the library.