Skip to content

Commit

Permalink
Fixed issue nose-devs#45: addSkip method is not called.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahus committed Jun 5, 2012
1 parent ddb14f0 commit ffc3701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nose/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def addSkip(self, test, reason):
storage, label, isfail = self.errorClasses[SkipTest]
storage.append((test, reason))
self.printLabel(label, (SkipTest, reason, None))
self.config.plugins.addSkip(test, reason)

def addError(self, test, err):
"""Overrides normal addError to add support for
Expand Down

0 comments on commit ffc3701

Please sign in to comment.