Test V2iVectorData sum operations
(self)
| 231 | pass |
| 232 | |
| 233 | def testSumOperations(self): |
| 234 | """Test V2iVectorData sum operations""" |
| 235 | BaseVectorDataTest.testSumOperations(self) |
| 236 | |
| 237 | def testSubOperations(self): |
| 238 | """Test V2iVectorData subtraction operations""" |
nothing calls this directly
no test coverage detected