From 69f3bd83360d7fb13df7e3e46eb16f029b86517d Mon Sep 17 00:00:00 2001 From: Thomas Hisch Date: Fri, 22 Sep 2017 22:34:32 +0200 Subject: [PATCH] Add changelog entry for catchlog plugin --- changelog/2794.feature | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/2794.feature diff --git a/changelog/2794.feature b/changelog/2794.feature new file mode 100644 index 000000000..9cff1c4bb --- /dev/null +++ b/changelog/2794.feature @@ -0,0 +1,3 @@ +Pytest now captures and displays output from the standard `logging` module. The user can control the logging level to be captured by specifying options in ``pytest.ini``, the command line and also during individual tests using markers. Also, a ``caplog`` fixture is available that enables users to test the captured log during specific tests (similar to ``capsys`` for example). For more information, please see the `docs `_. + +This feature was introduced by merging the popular `pytest-catchlog `_ plugin, thanks to `Thomas Hisch `_. Be advised that during the merging the backward compatibility interface with the defunct ``pytest-capturelog`` has been dropped. \ No newline at end of file