Author: Manuel Jacob <[email protected]>
Branch:
Changeset: r82501:34a4d2b7e371
Date: 2016-02-25 14:04 +0100
http://bitbucket.org/pypy/pypy/changeset/34a4d2b7e371/
Log: Try to make import tests more independent from each other.
diff --git a/pypy/module/imp/test/test_import.py
b/pypy/module/imp/test/test_import.py
--- a/pypy/module/imp/test/test_import.py
+++ b/pypy/module/imp/test/test_import.py
@@ -150,6 +150,8 @@
""")
def _teardown(space, w_saved_modules):
+ p = udir.join('impsubdir')
+ p.remove()
space.appexec([w_saved_modules], """
((saved_path, saved_modules)):
import sys
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit