From 9c495fa00d41e7e01f71325efe7794639eb6b311 Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 9 Nov 2021 07:57:43 -0500 Subject: [PATCH] add changelog entry --- changelog/9110.feature.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/9110.feature.rst diff --git a/changelog/9110.feature.rst b/changelog/9110.feature.rst new file mode 100644 index 000000000..dc6419909 --- /dev/null +++ b/changelog/9110.feature.rst @@ -0,0 +1 @@ +Added method :meth:`get_records_by_logger <_pytest.logging.LogCaptureFixture.get_records_by_logger>` to :class:`LogCaptureFixture <_pytest.logging.LogCaptureFixture>` as a convenience method to get records by the name of the logger. \ No newline at end of file