Test Color3fVectorData sum operations
(self)
| 1126 | pass |
| 1127 | |
| 1128 | def testSumOperations(self): |
| 1129 | """Test Color3fVectorData sum operations""" |
| 1130 | BaseVectorDataTest.testSumOperations(self) |
| 1131 | |
| 1132 | def testSubOperations(self): |
| 1133 | """Test Color3fVectorData subtraction operations""" |
nothing calls this directly
no test coverage detected