typo
authorStefan Behnel <scoder@users.berlios.de>
Fri, 16 May 2008 18:47:57 +0000 (20:47 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 16 May 2008 18:47:57 +0000 (20:47 +0200)
runtests.py

index 331e066f002d3ef263aa24aef7cab3a160abc129..434449035b0410ed8488ac7930c8fc06ed068c44 100644 (file)
@@ -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"):