[pypy-commit] pypy default: removed extra lib-python tests

kostialopuhin noreply at buildbot.pypy.org
Wed Jun 20 23:55:47 CEST 2012


Author: Konstantin Lopuhin <kostia.lopuhin at gmail.com>
Branch: 
Changeset: r55736:220f58e257dc
Date: 2012-06-19 08:07 +0400
http://bitbucket.org/pypy/pypy/changeset/220f58e257dc/

Log:	removed extra lib-python tests

diff --git a/lib-python/2.7/test/test_bool.py b/lib-python/2.7/test/test_bool.py
--- a/lib-python/2.7/test/test_bool.py
+++ b/lib-python/2.7/test/test_bool.py
@@ -35,10 +35,6 @@
         self.assertEqual(eval(repr(False)), False)
         self.assertEqual(eval(repr(True)), True)
 
-    def test_string_format(self):
-        self.assertEqual('{0}'.format(True), 'True')
-        self.assertEqual('{0}'.format(False), 'False')
-
     def test_str(self):
         self.assertEqual(str(False), 'False')
         self.assertEqual(str(True), 'True')


More information about the pypy-commit mailing list