From e750234ac95b9c435a5895dff5993be4fabb0ffd Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 16 May 2008 20:47:57 +0200 Subject: [PATCH] typo --- runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"): -- 2.26.2