summaryrefslogtreecommitdiff
path: root/nose/result.py
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-03-28 03:33:19 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-03-28 03:33:19 +0000
commit6ee1f4bb5fdf9d54c841d4082dbd3099e947307b (patch)
tree335792f4502e1d281b136dda13beff38f7eb502d /nose/result.py
parent84f43862e350d149c0def79a231dbf84eaff5d91 (diff)
downloadnose-6ee1f4bb5fdf9d54c841d4082dbd3099e947307b.tar.gz
Started work on pdb-errors/pdb-fails plugin
Diffstat (limited to 'nose/result.py')
-rw-r--r--nose/result.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nose/result.py b/nose/result.py
index 8128030..99039bc 100644
--- a/nose/result.py
+++ b/nose/result.py
@@ -42,6 +42,7 @@ class TextTestResult(_TextTestResult):
"of class %s" % (handler, ec), RuntimeWarning)
return self._addError(test, err)
errlist.append((test, self._exc_info_to_string(err, test)))
+ # Might get patched into a streamless result
stream = getattr(self, 'stream', None)
if stream is not None:
if self.showAll: