Test V3iVectorData equality function
(self)
| 460 | BaseVectorDataTest.testSlices(self) |
| 461 | |
| 462 | def testEquality(self): |
| 463 | """Test V3iVectorData equality function""" |
| 464 | BaseVectorDataTest.testEquality(self) |
| 465 | |
| 466 | def testComparison(self): |
| 467 | """Test V3iVectorData comparison function""" |
nothing calls this directly
no test coverage detected