Releases: wimglenn/pytest-raisin
Releases · wimglenn/pytest-raisin
v0.4
- Fixes a
PytestDeprecationWarning
by ensuring only to use public APIs on pytest >= 7.0.0 (see pytest-dev/pytest#9613)
v0.3
- Convert to a single .py module distribution, simplified packaging
v0.2
- Add ability to register multiple exception classes at once to the same comparer, by passing a tuple of exception types.