diff --git a/IPython/testing/tools.py b/IPython/testing/tools.py index 8622a6b..2477cbb 100644 --- a/IPython/testing/tools.py +++ b/IPython/testing/tools.py @@ -263,7 +263,7 @@ class TempFileMixin(object): self.tmpfile = f self.fname = fname - def teardown(self): + def tearDown(self): if hasattr(self, 'tmpfile'): # If the tmpfile wasn't made because of skipped tests, like in # win32, there's nothing to cleanup.