terminal summary: display passes after warnings
This displays passes (with output, `-rP`) before the short summary, and before any other output from other plugins also.
This commit is contained in:
@@ -684,9 +684,9 @@ class TerminalReporter(object):
|
||||
self.summary_errors()
|
||||
self.summary_failures()
|
||||
self.summary_warnings()
|
||||
self.summary_passes()
|
||||
yield
|
||||
self.short_test_summary()
|
||||
self.summary_passes()
|
||||
# Display any extra warnings from teardown here (if any).
|
||||
self.summary_warnings()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user