Author: Alex Gaynor <[email protected]>
Branch: struct-double
Changeset: r53219:a27e97134c07
Date: 2012-03-04 16:59 -0500
http://bitbucket.org/pypy/pypy/changeset/a27e97134c07/

Log:    tranzlation test

diff --git a/pypy/module/struct/test/test_ztranslation.py 
b/pypy/module/struct/test/test_ztranslation.py
new file mode 100644
--- /dev/null
+++ b/pypy/module/struct/test/test_ztranslation.py
@@ -0,0 +1,5 @@
+from pypy.objspace.fake.checkmodule import checkmodule
+
+
+def test_checkmodule():
+    checkmodule('struct')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to