Test M33fVectorData sum operations
(self)
| 672 | pass |
| 673 | |
| 674 | def testSumOperations(self): |
| 675 | """Test M33fVectorData sum operations""" |
| 676 | BaseVectorDataTest.testSumOperations(self) |
| 677 | |
| 678 | def testSubOperations(self): |
| 679 | """Test M33fVectorData subtraction operations""" |
nothing calls this directly
no test coverage detected