Test V3dVectorData equality function
(self)
| 394 | BaseVectorDataTest.testSlices(self) |
| 395 | |
| 396 | def testEquality(self): |
| 397 | """Test V3dVectorData equality function""" |
| 398 | BaseVectorDataTest.testEquality(self) |
| 399 | |
| 400 | def testComparison(self): |
| 401 | """Test V3dVectorData comparison function""" |
nothing calls this directly
no test coverage detected