[pypy-commit] pypy default: Added ztranslation tests for _codecs

alex_gaynor noreply at buildbot.pypy.org
Wed Jan 18 23:43:34 CET 2012


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r51464:0b188f082267
Date: 2012-01-18 15:42 -0600
http://bitbucket.org/pypy/pypy/changeset/0b188f082267/

Log:	Added ztranslation tests for _codecs

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


More information about the pypy-commit mailing list