From a2129454ed5d41fc0933a3ea76aea0ce26c84a7a Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Mon, 4 Oct 2021 09:30:22 +0200 Subject: [PATCH] changelog --- changelog/8508.feature.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog/8508.feature.rst diff --git a/changelog/8508.feature.rst b/changelog/8508.feature.rst new file mode 100644 index 00000000000..de19c7feaba --- /dev/null +++ b/changelog/8508.feature.rst @@ -0,0 +1,2 @@ +Introduce multiline display for warning matching via :py:func:``pytest.warns`` and +enhance match comparisation for :py:method:``_pytest._code.ExceptionInfo.match`` as returned by :py:func:``pytest.raises``.