Skip to content

Releases: Quansight-Labs/pytest-run-parallel

v0.3.0

06 Jan 17:38
Compare
Choose a tag to compare

Minor pytest-run-parallel release that automatically marks tests that make use of warnings handling as single threaded.

What's Changed

  • Mark tests as single-threaded if warning handling takes place by @andfoy in #19

Full Changelog: v0.2.0...v0.3.0

v0.2.0

13 Nov 20:26
Compare
Choose a tag to compare

Minor pytest-run-parallel that adds support for repeated execution. It also fixes several issues related to variable scoping and introduces a new marker for single-threaded tests.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

30 Sep 22:03
Compare
Choose a tag to compare

First release of pytest-run-parallel, it allows for pytest and unittest-style classes to be run in parallel.