Merge pull request #17 from NorthIsUp/dont_block_other_plugin_output

Don't block other plugings from running their 'report' phase
This commit is contained in:
Tim Cuthbertson 2013-08-13 15:48:10 -07:00
commit 58a4d36565
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ class RedNose(nose.plugins.Plugin):
self._outln()
self._summarize()
return False
def _summarize(self):
"""summarize all tests - the number of failures, errors and successes"""