[pypy-commit] pypy default: Add a test_ztranslation.

arigo noreply at buildbot.pypy.org
Fri Feb 15 20:48:34 CET 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r61284:541390dc2850
Date: 2013-02-15 19:48 +0100
http://bitbucket.org/pypy/pypy/changeset/541390dc2850/

Log:	Add a test_ztranslation.

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


More information about the pypy-commit mailing list