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

antocuni at codespeak.net antocuni at codespeak.net
Sat Jul 15 11:19:50 CEST 2006


Author: antocuni
Date: Sat Jul 15 11:19:46 2006
New Revision: 30059

Modified:
   pypy/dist/pypy/translator/cli/test/test_string.py
Log:
These tests now pass.



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	Sat Jul 15 11:19:46 2006
@@ -33,10 +33,6 @@
     def test_replace_TyperError(self):
         pass # it doesn't make sense here
 
-    def test_int(self):
-        py.test.skip("CLI doesn't support integer parsing, yet")
-    test_int_valueerror = test_int
-
     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-commit mailing list