[pypy-commit] pypy win32-cleanup: add test for posix module

mattip noreply at buildbot.pypy.org
Mon Feb 6 22:57:20 CET 2012


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


More information about the pypy-commit mailing list