Test CharVectorData sum operations
(self)
| 790 | BaseVectorDataTest.testComparison(self) |
| 791 | |
| 792 | def testSumOperations(self): |
| 793 | """Test CharVectorData sum operations""" |
| 794 | BaseVectorDataTest.testSumOperations(self) |
| 795 | |
| 796 | def testSubOperations(self): |
| 797 | """Test CharVectorData subtraction operations""" |
nothing calls this directly
no test coverage detected