We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca59579 commit 4971525Copy full SHA for 4971525
CHANGELOG.rst
@@ -69,7 +69,8 @@
69
* Fixed the total tests tally in junit xml output (`#1798`_).
70
Thanks to `@cryporchild`_ for the PR.
71
72
-*
+* ``pytest_terminal_summary`` hook now receives the ``exitstatus``
73
+ of the test session as argument. Thanks `@blueyed`_ for the PR (`#1809`_).
74
75
*
76
@@ -91,6 +92,7 @@
91
92
.. _#1605: https://github.com/pytest-dev/pytest/issues/1605
93
.. _#1626: https://github.com/pytest-dev/pytest/pull/1626
94
.. _#1798: https://github.com/pytest-dev/pytest/pull/1798
95
+.. _#1809: https://github.com/pytest-dev/pytest/pull/1809
96
.. _#460: https://github.com/pytest-dev/pytest/pull/460
97
.. _#634: https://github.com/pytest-dev/pytest/issues/634
98
.. _#717: https://github.com/pytest-dev/pytest/issues/717
0 commit comments