Releases: plasma-umass/pytest-cleanslate
Releases · plasma-umass/pytest-cleanslate
Bugfix release
This release:
- fixes collection errors incorrectly being handled as process crashes;
- fixed exit status not being INTERRUPTED in case it is, indeed, interrupted.
Minor release
This release:
- adds a workaround for OSError exceptions happening when tests close (I think all) file descriptors, including those we use for communication;
- made
reduce
easier to use as a library;
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
;
Adds "cleanslate-reduce" pollution finding tool
This release adds cleanslate-reduce
, a command line tool to help find where state pollution is happening.
Compatibility and bugfix release
This release:
- resolves incompatibilities with
pytest-asyncio > 0.21.1
; - fixes bugs handling
-k
(substring expressions) and-m
(mark expression) filtering; - fixes bugs handling
--exitfirst
and--stepwise
;
Fixes version number
This release just fixes the version number.
Initial Release
I PyPI, therefore I am!