Author: Matti Picus <[email protected]>
Branch:
Changeset: r1567:4f869a54f47e
Date: 2014-09-21 01:06 +0300
http://bitbucket.org/cffi/cffi/changeset/4f869a54f47e/
Log: remove tmp files after test
diff --git a/testing/test_zdistutils.py b/testing/test_zdistutils.py
--- a/testing/test_zdistutils.py
+++ b/testing/test_zdistutils.py
@@ -15,6 +15,10 @@
if distutils.ccompiler.get_default_compiler() == 'msvc':
self.lib_m = 'msvcrt'
+ def teardown_class(self):
+ if udir.isdir():
+ udir.remove()
+
def test_locate_engine_class(self):
cls = _locate_engine_class(FFI(), self.generic)
if self.generic:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit