Skip to content

Commit 56df9fc

Browse files
committed
Tweak CHANGELOG: move "change" entry to the proper place
1 parent 66673c0 commit 56df9fc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ time or change existing behaviors in order to make them less surprising/more use
184184
fixture is declared in a test function.
185185
Thanks `@nicoddemus`_ for the PR.
186186

187+
* ``pytest_terminal_summary`` hook now receives the ``exitstatus``
188+
of the test session as argument. Thanks `@blueyed`_ for the PR (`#1809`_).
189+
187190
* Parametrize ids can accept ``None`` as specific test id, in which case the
188191
automatically generated id for that argument will be used.
189192
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
337340
* Fixed the total tests tally in junit xml output (`#1798`_).
338341
Thanks to `@cryporchild`_ for the PR.
339342

340-
* ``pytest_terminal_summary`` hook now receives the ``exitstatus``
341-
of the test session as argument. Thanks `@blueyed`_ for the PR (`#1809`_).
342-
343-
*
344-
345343
* Fixed off-by-one error with lines from ``request.node.warn``.
346344
Thanks to `@blueyed`_ for the PR.
347345

0 commit comments

Comments
 (0)