Test UCharVectorData equality function
(self)
| 853 | BaseVectorDataTest.testSlices(self) |
| 854 | |
| 855 | def testEquality(self): |
| 856 | """Test UCharVectorData equality function""" |
| 857 | BaseVectorDataTest.testEquality(self) |
| 858 | |
| 859 | def testComparison(self): |
| 860 | """Test UCharVectorData comparison function""" |
nothing calls this directly
no test coverage detected