[pypy-commit] pypy default: Add a translation test for the _ssl module

amauryfa noreply at buildbot.pypy.org
Wed Jun 20 21:17:23 CEST 2012


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: 
Changeset: r55732:3dba169ea245
Date: 2012-06-20 21:09 +0200
http://bitbucket.org/pypy/pypy/changeset/3dba169ea245/

Log:	Add a translation test for the _ssl module

diff --git a/pypy/module/_ssl/test/test_ztranslation.py b/pypy/module/_ssl/test/test_ztranslation.py
new file mode 100644
--- /dev/null
+++ b/pypy/module/_ssl/test/test_ztranslation.py
@@ -0,0 +1,4 @@
+from pypy.objspace.fake.checkmodule import checkmodule
+
+def test__ffi_translates():
+    checkmodule('_ssl')


More information about the pypy-commit mailing list