[pypy-commit] pypy default: merged default

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


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r51466:f254dc780358
Date: 2012-01-18 16:43 -0600
http://bitbucket.org/pypy/pypy/changeset/f254dc780358/

Log:	merged default

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