Test StringVectorData equality function
(self)
| 1203 | BaseVectorDataTest.testSlices(self) |
| 1204 | |
| 1205 | def testEquality(self): |
| 1206 | """Test StringVectorData equality function""" |
| 1207 | BaseVectorDataTest.testEquality(self) |
| 1208 | |
| 1209 | def testComparison(self): |
| 1210 | """Test StringVectorData comparison function""" |
nothing calls this directly
no test coverage detected