Author: Brian Kearns <[email protected]>
Branch: stdlib-2.7.6
Changeset: r69646:54e2cb615ce2
Date: 2014-03-03 18:10 -0500
http://bitbucket.org/pypy/pypy/changeset/54e2cb615ce2/

Log:    add a test_ztranslation for pwd

diff --git a/pypy/module/pwd/test/test_ztranslation.py 
b/pypy/module/pwd/test/test_ztranslation.py
new file mode 100644
--- /dev/null
+++ b/pypy/module/pwd/test/test_ztranslation.py
@@ -0,0 +1,5 @@
+from pypy.objspace.fake.checkmodule import checkmodule
+
+
+def test_checkmodule():
+    checkmodule('pwd')
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to