##// END OF EJS Templates
Make our temp file mixin unittest-friendly....
Fernando Perez -
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 teardown(self):
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