Test UCharVectorData sum operations
(self)
| 861 | BaseVectorDataTest.testComparison(self) |
| 862 | |
| 863 | def testSumOperations(self): |
| 864 | """Test UCharVectorData sum operations""" |
| 865 | BaseVectorDataTest.testSumOperations(self) |
| 866 | |
| 867 | def testSubOperations(self): |
| 868 | """Test UCharVectorData subtraction operations""" |
nothing calls this directly
no test coverage detected