(self, obj, attrib)
| 59 | self.assertFalse(other.is_same_as(mjcf_model)) |
| 60 | |
| 61 | def assertHasAttr(self, obj, attrib): |
| 62 | self.assertTrue(hasattr(obj, attrib)) |
| 63 | |
| 64 | def assertNotHasAttr(self, obj, attrib): |
| 65 | self.assertFalse(hasattr(obj, attrib)) |
no outgoing calls
no test coverage detected