Skip to content

Releases: bjoluc/pytest-reraise

v2.1.2

20 Sep 17:26
Compare
Choose a tag to compare

2.1.2 (2022-09-20)

Bug Fixes

  • Add missing py.typed file for mypy (#5) (aa5b793)

v2.1.1

17 Jun 13:54
Compare
Choose a tag to compare

2.1.1 (2021-06-17)

Bug Fixes

  • Plugin: Prevent an AttributeError when pytest-reraise is used alongside non-test plugins like pytest-black or pytest-flake8. Thanks @jcpunk! (adadd8a)

v2.1.0

09 Jun 14:19
Compare
Choose a tag to compare

2.1.0 (2021-06-09)

Features

  • Introduce reraise.wrap() method to simplify function wrapping (f245ffd)

v2.0.0

03 Jun 20:40
Compare
Choose a tag to compare

2.0.0 (2021-06-03)

⚠ BREAKING CHANGES

  • Python 3.5 is no longer officially supported.

Bug Fixes

  • Do not rewrite assertions in pytest_reraise.reraise (620f1a0)

Continuous Integration

  • Run tests against a set of pytest versions (913f22b)