##// END OF EJS Templates
Make our temp file mixin unittest-friendly....
Fernando Perez -
Show More
@@ -263,7 +263,7 b' class TempFileMixin(object):'
263 263 self.tmpfile = f
264 264 self.fname = fname
265 265
266 def teardown(self):
266 def tearDown(self):
267 267 if hasattr(self, 'tmpfile'):
268 268 # If the tmpfile wasn't made because of skipped tests, like in
269 269 # win32, there's nothing to cleanup.
General Comments 0
You need to be logged in to leave comments. Login now