From 56df9fcc7206a208d0ac188f263f0bd4f84b8b5a Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 17 Aug 2016 23:08:13 -0300 Subject: [PATCH] Tweak CHANGELOG: move "change" entry to the proper place --- CHANGELOG.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f837facec..71d86a489 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -184,6 +184,9 @@ time or change existing behaviors in order to make them less surprising/more use fixture is declared in a test function. Thanks `@nicoddemus`_ for the PR. +* ``pytest_terminal_summary`` hook now receives the ``exitstatus`` + of the test session as argument. Thanks `@blueyed`_ for the PR (`#1809`_). + * Parametrize ids can accept ``None`` as specific test id, in which case the automatically generated id for that argument will be used. Thanks `@palaviv`_ for the complete PR (`#1468`_). @@ -337,11 +340,6 @@ time or change existing behaviors in order to make them less surprising/more use * Fixed the total tests tally in junit xml output (`#1798`_). Thanks to `@cryporchild`_ for the PR. -* ``pytest_terminal_summary`` hook now receives the ``exitstatus`` - of the test session as argument. Thanks `@blueyed`_ for the PR (`#1809`_). - -* - * Fixed off-by-one error with lines from ``request.node.warn``. Thanks to `@blueyed`_ for the PR.