From ea06c1345fb800396fc0ba7c83dc4a75c4a1fb73 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 6 Feb 2018 08:35:31 -0200 Subject: [PATCH] Update changelog wording slightly --- changelog/3189.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/3189.feature b/changelog/3189.feature index 5fd81f99f..d35789b1f 100644 --- a/changelog/3189.feature +++ b/changelog/3189.feature @@ -1 +1 @@ -Allow the logging plugin, when live logs are enabled, to handle the hooks `pytest_runtest_logstart` and `pytest_runtest_logfinish`. +Allow the logging plugin to handle ``pytest_runtest_logstart`` and ``pytest_runtest_logfinish`` hooks when live logs are enabled.