semgrep / testo

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

Add options for running tests in parallel #8

Closed mjambon closed 1 week ago

mjambon commented 7 months ago

We want two kinds of options:

We also want a solution that works for everyone i.e. it should work on Windows (using Unix.create_process, not Unix.fork).

mjambon commented 2 months ago

The first subtask was implemented by #84 (--slice option).