From 0c1c2580d0d3c8d037ab3e4f5524b626068c33e5 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 22 Mar 2017 12:40:31 -0300 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 37570ed43..05c868079 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,6 +19,10 @@ New Features * ``pytest.param`` can be used to declare test parameter sets with marks and test ids. Thanks `@RonnyPfannschmidt`_ for the PR. +* The ``pytest-warnings`` plugin has been integrated into the core, so now ``pytest`` automatically + captures and displays warnings at the end of the test session. + Thanks `@nicoddemus`_ for the PR. + Changes -------