(self, param1)
| 602 | class IntVectorDataTest(BaseVectorDataTest,unittest.TestCase): |
| 603 | |
| 604 | def __init__(self, param1): |
| 605 | BaseVectorDataTest.__init__(self, IECore.IntVectorData, int) |
| 606 | unittest.TestCase.__init__(self, param1) |
| 607 | |
| 608 | def testConstructors(self): |
| 609 | """Test IntVectorData constructors""" |