From: Stefan Behnel Date: Fri, 16 May 2008 18:47:57 +0000 (+0200) Subject: typo X-Git-Tag: 0.9.8rc1~11^2~10^2~15^2~40^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e750234ac95b9c435a5895dff5993be4fabb0ffd;p=cython.git typo --- diff --git a/runtests.py b/runtests.py index 331e066f..43444903 100644 --- a/runtests.py +++ b/runtests.py @@ -95,7 +95,7 @@ class CythonCompileTestCase(unittest.TestCase): def shortDescription(self): return "compiling " + self.module - def _tearDown(self): + def tearDown(self): if os.path.exists(self.workdir): for rmfile in os.listdir(self.workdir): if self.annotate and rmfile.endswith(".html"):