Test V2iVectorData by value return type
(self)
| 247 | BaseVectorDataTest.testDivOperations(self) |
| 248 | |
| 249 | def testByValueItem(self): |
| 250 | """Test V2iVectorData by value return type""" |
| 251 | BaseVectorDataTest.testByValueItem(self) |
| 252 | |
| 253 | class V3fVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 254 |
nothing calls this directly
no test coverage detected