From 4f39650fd3c124ef45094c7b338a6f97da2fd622 Mon Sep 17 00:00:00 2001 From: Ryan Hoban Date: Sat, 13 May 2023 21:12:07 -0400 Subject: [PATCH] Add note to changelog --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 65df75d..8427485 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,11 +4,13 @@ CHANGELOG UNRELEASED ---------- +* Logging is displayed for failing subtests (`#92`_) * Passing subtests no longer turn the pytest output to yellow (as if warnings have been issued) (`#86`_). Thanks to `Andrew-Brock`_ for providing the solution. * Now the ``msg`` contents of a subtest is displayed when running pytest with ``-v`` (`#6`_). .. _#6: https://github.com/pytest-dev/pytest-subtests/issues/6 .. _#86: https://github.com/pytest-dev/pytest-subtests/issues/86 +.. _#92 https://github.com/pytest-dev/pytest-subtests/issues/87 .. _`Andrew-Brock`: https://github.com/Andrew-Brock