Test CharVectorData equality function
(self)
| 782 | BaseVectorDataTest.testSlices(self) |
| 783 | |
| 784 | def testEquality(self): |
| 785 | """Test CharVectorData equality function""" |
| 786 | BaseVectorDataTest.testEquality(self) |
| 787 | |
| 788 | def testComparison(self): |
| 789 | """Test CharVectorData comparison function""" |
nothing calls this directly
no test coverage detected