[pypy-svn] r35978 - pypy/dist/pypy/translator/cli/test

antocuni at codespeak.net antocuni at codespeak.net
Sun Dec 24 14:32:53 CET 2006


Author: antocuni
Date: Sun Dec 24 14:32:53 2006
New Revision: 35978

Modified:
   pypy/dist/pypy/translator/cli/test/test_string.py
Log:
skip this test.



Modified: pypy/dist/pypy/translator/cli/test/test_string.py
==============================================================================
--- pypy/dist/pypy/translator/cli/test/test_string.py	(original)
+++ pypy/dist/pypy/translator/cli/test/test_string.py	Sun Dec 24 14:32:53 2006
@@ -33,6 +33,9 @@
     def test_replace_TyperError(self):
         pass # it doesn't make sense here
 
+    def test_hlstr(self):
+        py.test.skip("CLI tests can't have string as input arguments")
+
     def test_hash_value(self):
         # make that hash are computed by value and not by reference
         def fn(x, y):


More information about the pypy-svn mailing list