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