Releases: bjoluc/pytest-reraise
Releases · bjoluc/pytest-reraise
v2.1.2
2.1.2 (2022-09-20)
Bug Fixes
- Add missing
py.typed
file for mypy (#5) (aa5b793)
v2.1.1
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
2.1.0 (2021-06-09)
Features
- Introduce
reraise.wrap()
method to simplify function wrapping (f245ffd)
v2.0.0
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)