Commit 6508dc5f authored by Nick Coghlan's avatar Nick Coghlan

Try to debug overspecified test :(

parent cc5c7285
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment