mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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
|
||||
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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue