Home | History | Annotate | Download | only in test

Lines Matching refs:obj2

23     def assertEqual(self, obj1, obj2):
24 if obj1 != obj2:
27 print(repr(obj2))
29 print(obj2)
30 super(TestCase, self).assertEqual(obj1, obj2)