Test V3dVectorData sum operations
(self)
| 402 | pass |
| 403 | |
| 404 | def testSumOperations(self): |
| 405 | """Test V3dVectorData sum operations""" |
| 406 | BaseVectorDataTest.testSumOperations(self) |
| 407 | |
| 408 | def testSubOperations(self): |
| 409 | """Test V3dVectorData subtraction operations""" |
nothing calls this directly
no test coverage detected