Try to debug overspecified test :(

This commit is contained in:
Nick Coghlan 2013-10-18 01:44:22 +10:00
parent cc5c728513
commit 6508dc5f06

View 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):