semgrep / testo

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

Revise --slice for better balancing #86

Open mjambon opened 2 months ago

mjambon commented 2 months ago

When splitting the list of tests into 3 with e.g. --slice 2/3, instead of splitting [1,2,3,4,5,6,7] into [[1,2,3], [4,5], [6,7]], split it into [[1,4,7], [2,5], [3,6]].