jobjo / popper

Property-based testing at ease
ISC License
43 stars 1 forks source link

Extend config with sorting options #36

Open jobjo opened 3 years ago

jobjo commented 3 years ago

For instance, it'd be nice to be able to sort by execution time, like so:

let () = run ~config:sort_by_time suite

Which would present all tests ordered by time.