Test UCharVectorData comparison function
(self)
| 857 | BaseVectorDataTest.testEquality(self) |
| 858 | |
| 859 | def testComparison(self): |
| 860 | """Test UCharVectorData comparison function""" |
| 861 | BaseVectorDataTest.testComparison(self) |
| 862 | |
| 863 | def testSumOperations(self): |
| 864 | """Test UCharVectorData sum operations""" |
nothing calls this directly
no test coverage detected