def test_get_shape_xml(self): sample = Sample() shape = sample.getShape() xml = shape.getShapeXML() self.assertEqual(type(xml), str)
def test_get_shape(self): sample = Sample() self.assertEqual(type(sample.getShape()), CSGObject)