Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 230 Bytes

6752.bugfix.rst

File metadata and controls

3 lines (3 loc) · 230 Bytes

When :py:func:`pytest.raises` is used as a function (as opposed to a context manager), a match keyword argument is now passed through to the tested function. Previously it was swallowed and ignored (regression in pytest 5.1.0).