(self, obj1, obj2)
| 49 | binding_utils.ExternalEncoding = cls.orig_encoding |
| 50 | |
| 51 | def _test_equal(self, obj1, obj2): |
| 52 | self.assertEqual(obj1.title, obj2.title) |
| 53 | self.assertEqual(obj1.description.value, obj2.description.value) |
| 54 | self.assertEqual(obj1.short_description.value, obj2.short_description.value) |
| 55 | |
| 56 | def test_structured_text(self): |
| 57 | s = StructuredText(UNICODE_STR) |
no outgoing calls
no test coverage detected