Author: Amaury Forgeot d'Arc <[email protected]>
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')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit