Improvements and bugfix for cleanslate-reduce
This release improves cleanslate-reduce
:
- improves performance by first reducing by module, then by test function;
- adds
--pytest-args
to allow passing in extra arguments to pytest; - adds tqdm-based progress bar;
- fixes bugs handling
--trace
;