Browse Source

Fix typo in test comment (GH-11442)

pull/13415/head
Ashwin Ramaswami 7 years ago
committed by Cheryl Sabella
parent
commit
f665b96e92
  1. 2
      Lib/unittest/test/test_case.py

2
Lib/unittest/test/test_case.py

@ -620,7 +620,7 @@ class Test_TestCase(unittest.TestCase, TestEquality, TestHashing):
self.addTypeEqualityFunc(SadSnake, AllSnakesCreatedEqual)
self.assertEqual(s1, s2)
# No this doesn't clean up and remove the SadSnake equality func
# from this TestCase instance but since its a local nothing else
# from this TestCase instance but since it's local nothing else
# will ever notice that.
def testAssertIs(self):

Loading…
Cancel
Save