Author: mattip
Branch: win32-cleanup
Changeset: r52148:2da738b6eea6
Date: 2012-02-06 23:29 +0200
http://bitbucket.org/pypy/pypy/changeset/2da738b6eea6/
Log: add test for posix module
diff --git a/pypy/module/posix/test/test_ztranslation.py
b/pypy/module/posix/test/test_ztranslation.py
new file mode 100644
--- /dev/null
+++ b/pypy/module/posix/test/test_ztranslation.py
@@ -0,0 +1,4 @@
+from pypy.objspace.fake.checkmodule import checkmodule
+
+def test_posix_translates():
+ checkmodule('posix')
\ No newline at end of file
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit