Test M33dVectorData sum operations
(self)
| 751 | pass |
| 752 | |
| 753 | def testSumOperations(self): |
| 754 | """Test M33dVectorData sum operations""" |
| 755 | BaseVectorDataTest.testSumOperations(self) |
| 756 | |
| 757 | def testSubOperations(self): |
| 758 | """Test M33dVectorData subtraction operations""" |
nothing calls this directly
no test coverage detected