]> granicus.if.org Git - python/commitdiff
Try to debug overspecified test :(
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 17 Oct 2013 15:44:22 +0000 (01:44 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 17 Oct 2013 15:44:22 +0000 (01:44 +1000)
Lib/test/test_capi.py

index e1f9ae9125956a5d3915ae2160274bed5d12986b..91b89514758be45c75118f0ae7c91952bf5acad1 100644 (file)
@@ -292,7 +292,8 @@ class EmbeddingTests(unittest.TestCase):
         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):