Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 184ec79

Browse files
Remove commented out debugging code (remnants of issue #18996).
1 parent 1f609e9 commit 184ec79

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/unittest/test/test_case.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,8 +876,6 @@ def testAssertEqual_shorten(self):
876876
with self.assertRaises(self.failureException) as cm:
877877
self.assertEqual(s1, s2)
878878
c = 'xxxx[85 chars]xxxxxxxxxxx'
879-
#print()
880-
#print(str(cm.exception))
881879
self.assertEqual(str(cm.exception), "'%sa%s' != '%sb%s'" % (c, p, c, p))
882880

883881
p = 'y' * 100

0 commit comments

Comments
 (0)