Skip to content

Releases: plasma-umass/pytest-cleanslate

Bugfix release

04 Sep 00:21
Compare
Choose a tag to compare

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

17 Jun 14:54
Compare
Choose a tag to compare

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

30 May 16:28
Compare
Choose a tag to compare

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

28 May 19:49
Compare
Choose a tag to compare

This release adds cleanslate-reduce, a command line tool to help find where state pollution is happening.

Compatibility and bugfix release

20 May 01:29
Compare
Choose a tag to compare

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

15 May 17:37
Compare
Choose a tag to compare

This release just fixes the version number.

Initial Release

15 May 17:35
f7053af
Compare
Choose a tag to compare

I PyPI, therefore I am!