Test QuatdVectorData subtraction operations
(self)
| 1064 | BaseVectorDataTest.testSumOperations(self) |
| 1065 | |
| 1066 | def testSubOperations(self): |
| 1067 | """Test QuatdVectorData subtraction operations""" |
| 1068 | BaseVectorDataTest.testSubOperations(self) |
| 1069 | |
| 1070 | def testMultOperations(self): |
| 1071 | """Test QuatdVectorData multiplication operations""" |
nothing calls this directly
no test coverage detected