Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/_pytest/raises.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ class RaisesExc(AbstractRaises[BaseExcT_co_default]):
The type is checked with :func:`isinstance`, and does not need to be an exact match.
If that is wanted you can use the ``check`` parameter.
:kwparam str | Pattern[str] match
:kwparam str | Pattern[str] match:
A regex to match.
:kwparam Callable[[BaseException], bool] check:
Expand Down
Loading