Test V2dVectorData equality function
(self)
| 157 | BaseVectorDataTest.testSlices(self) |
| 158 | |
| 159 | def testEquality(self): |
| 160 | """Test V2dVectorData equality function""" |
| 161 | BaseVectorDataTest.testEquality(self) |
| 162 | |
| 163 | def testComparison(self): |
| 164 | """Test V2dVectorData comparison function""" |
nothing calls this directly
no test coverage detected