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