Test V3iVectorData sum operations
(self)
| 468 | pass |
| 469 | |
| 470 | def testSumOperations(self): |
| 471 | """Test V3iVectorData sum operations""" |
| 472 | BaseVectorDataTest.testSumOperations(self) |
| 473 | |
| 474 | def testSubOperations(self): |
| 475 | """Test V3iVectorData subtraction operations""" |
nothing calls this directly
no test coverage detected