Test V2dVectorData by value return type
(self)
| 181 | BaseVectorDataTest.testDivOperations(self) |
| 182 | |
| 183 | def testByValueItem(self): |
| 184 | """Test V2dVectorData by value return type""" |
| 185 | BaseVectorDataTest.testByValueItem(self) |
| 186 | |
| 187 | class V2iVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 188 |
nothing calls this directly
no test coverage detected