4 lines
230 B
ReStructuredText
4 lines
230 B
ReStructuredText
|
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).
|