Skip to content

Commit

Permalink
Merge pull request #3554 from jdufresne/test-str
Browse files Browse the repository at this point in the history
Remove unused PillowTestCase.__str__
  • Loading branch information
hugovk committed Jan 7, 2019
2 parents b97f9c4 + 8a05aae commit 7bf5246
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ def __init__(self, *args, **kwargs):
# holds last result object passed to run method:
self.currentResult = None

# Nicer output for --verbose
def __str__(self):
return self.__class__.__name__ + "." + self._testMethodName

def run(self, result=None):
self.currentResult = result # remember result for use later
unittest.TestCase.run(self, result) # call superclass run method
Expand Down

0 comments on commit 7bf5246

Please sign in to comment.