mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
Try to debug overspecified test :(
This commit is contained in:
parent
cc5c728513
commit
6508dc5f06
1 changed files with 2 additions and 1 deletions
|
|
@ -292,7 +292,8 @@ class EmbeddingTests(unittest.TestCase):
|
||||||
stdin: latin-1:surrogateescape
|
stdin: latin-1:surrogateescape
|
||||||
stdout: latin-1:surrogateescape
|
stdout: latin-1:surrogateescape
|
||||||
stderr: latin-1:backslashreplace""").format(sys)
|
stderr: latin-1:backslashreplace""").format(sys)
|
||||||
|
# Looks like this overspecifies the output :(
|
||||||
|
self.maxDiff = None
|
||||||
self.assertEqual(out.strip(), expected_output)
|
self.assertEqual(out.strip(), expected_output)
|
||||||
|
|
||||||
class SkipitemTest(unittest.TestCase):
|
class SkipitemTest(unittest.TestCase):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue