File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,9 @@ time or change existing behaviors in order to make them less surprising/more use
184
184
fixture is declared in a test function.
185
185
Thanks `@nicoddemus `_ for the PR.
186
186
187
+ * ``pytest_terminal_summary `` hook now receives the ``exitstatus ``
188
+ of the test session as argument. Thanks `@blueyed `_ for the PR (`#1809 `_).
189
+
187
190
* Parametrize ids can accept ``None `` as specific test id, in which case the
188
191
automatically generated id for that argument will be used.
189
192
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
337
340
* Fixed the total tests tally in junit xml output (`#1798 `_).
338
341
Thanks to `@cryporchild `_ for the PR.
339
342
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
-
345
343
* Fixed off-by-one error with lines from ``request.node.warn ``.
346
344
Thanks to `@blueyed `_ for the PR.
347
345
You can’t perform that action at this time.
0 commit comments