semgrep / testo

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

Add an option for early abort #3

Open mjambon opened 9 months ago

mjambon commented 9 months ago

This would cause a test run to terminate as soon as a test fails. It cuts the run time in half on average if a single test is failing, which is nice when we don't want to see which other tests fail.