Home | History | Annotate | Download | only in test

Lines Matching refs:obj1

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