Test QuatdVectorData sum operations
(self)
| 1060 | pass |
| 1061 | |
| 1062 | def testSumOperations(self): |
| 1063 | """Test QuatdVectorData sum operations""" |
| 1064 | BaseVectorDataTest.testSumOperations(self) |
| 1065 | |
| 1066 | def testSubOperations(self): |
| 1067 | """Test QuatdVectorData subtraction operations""" |
nothing calls this directly
no test coverage detected