From 24ec45d8815dd86af166291e50a2358594c4a0c1 Mon Sep 17 00:00:00 2001 From: Virendra Patil Date: Thu, 27 Jun 2024 00:36:13 +0530 Subject: [PATCH] updated changelog --- changelog/12505.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/12505.bugfix.rst b/changelog/12505.bugfix.rst index f43e4acb4..bf16cdb48 100644 --- a/changelog/12505.bugfix.rst +++ b/changelog/12505.bugfix.rst @@ -1 +1 @@ -Handle invalid regex patterns in `pytest.raises` by providing a clear error message, improving user experience. +Improve handling of invalid regex patterns in :func:`pytest.raises(match=r'...') ` by providing a clear error message. \ No newline at end of file