projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbfbddb
)
typo
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 16 May 2008 18:47:57 +0000
(20:47 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 16 May 2008 18:47:57 +0000
(20:47 +0200)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 331e066f002d3ef263aa24aef7cab3a160abc129..434449035b0410ed8488ac7930c8fc06ed068c44 100644
(file)
--- 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"):