Test CharVectorData comparison function
(self)
| 786 | BaseVectorDataTest.testEquality(self) |
| 787 | |
| 788 | def testComparison(self): |
| 789 | """Test CharVectorData comparison function""" |
| 790 | BaseVectorDataTest.testComparison(self) |
| 791 | |
| 792 | def testSumOperations(self): |
| 793 | """Test CharVectorData sum operations""" |
nothing calls this directly
no test coverage detected