[pypy-commit] pypy default: add translation test for select
fijal
noreply at buildbot.pypy.org
Sat Mar 3 18:54:59 CET 2012
Author: Maciej Fijalkowski <fijall at gmail.com>
Branch:
Changeset: r53144:8dbdd0b3cf40
Date: 2012-03-03 09:54 -0800
http://bitbucket.org/pypy/pypy/changeset/8dbdd0b3cf40/
Log: add translation test for select
diff --git a/pypy/module/select/test/test_ztranslation.py b/pypy/module/select/test/test_ztranslation.py
new file mode 100644
--- /dev/null
+++ b/pypy/module/select/test/test_ztranslation.py
@@ -0,0 +1,5 @@
+
+from pypy.objspace.fake.checkmodule import checkmodule
+
+def test_select_translates():
+ checkmodule('select')
More information about the pypy-commit
mailing list