Show More
@@ -263,7 +263,7 b' class TempFileMixin(object):' | |||||
263 | self.tmpfile = f |
|
263 | self.tmpfile = f | |
264 | self.fname = fname |
|
264 | self.fname = fname | |
265 |
|
265 | |||
266 |
def tear |
|
266 | def tearDown(self): | |
267 | if hasattr(self, 'tmpfile'): |
|
267 | if hasattr(self, 'tmpfile'): | |
268 | # If the tmpfile wasn't made because of skipped tests, like in |
|
268 | # If the tmpfile wasn't made because of skipped tests, like in | |
269 | # win32, there's nothing to cleanup. |
|
269 | # win32, there's nothing to cleanup. |
General Comments 0
You need to be logged in to leave comments.
Login now