[Python-checkins] cpython: Try to debug overspecified test :(

nick.coghlan python-checkins at python.org
Thu Oct 17 17:44:33 CEST 2013


http://hg.python.org/cpython/rev/d9354992229f
changeset:   86405:d9354992229f
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Fri Oct 18 01:44:22 2013 +1000
summary:
  Try to debug overspecified test :(

files:
  Lib/test/test_capi.py |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_capi.py b/Lib/test/test_capi.py
--- a/Lib/test/test_capi.py
+++ b/Lib/test/test_capi.py
@@ -292,7 +292,8 @@
         stdin: latin-1:surrogateescape
         stdout: latin-1:surrogateescape
         stderr: latin-1:backslashreplace""").format(sys)
-
+        # Looks like this overspecifies the output :(
+        self.maxDiff = None
         self.assertEqual(out.strip(), expected_output)
 
 class SkipitemTest(unittest.TestCase):

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list