Skip to content

Commit 4971525

Browse files
committed
Add CHANGELOG entry for #1809
1 parent ca59579 commit 4971525

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
* Fixed the total tests tally in junit xml output (`#1798`_).
7070
Thanks to `@cryporchild`_ for the PR.
7171

72-
*
72+
* ``pytest_terminal_summary`` hook now receives the ``exitstatus``
73+
of the test session as argument. Thanks `@blueyed`_ for the PR (`#1809`_).
7374

7475
*
7576

@@ -91,6 +92,7 @@
9192
.. _#1605: https://github.com/pytest-dev/pytest/issues/1605
9293
.. _#1626: https://github.com/pytest-dev/pytest/pull/1626
9394
.. _#1798: https://github.com/pytest-dev/pytest/pull/1798
95+
.. _#1809: https://github.com/pytest-dev/pytest/pull/1809
9496
.. _#460: https://github.com/pytest-dev/pytest/pull/460
9597
.. _#634: https://github.com/pytest-dev/pytest/issues/634
9698
.. _#717: https://github.com/pytest-dev/pytest/issues/717

0 commit comments

Comments
 (0)