Test QuatfVectorData equality function
(self)
| 983 | BaseVectorDataTest.testSlices(self) |
| 984 | |
| 985 | def testEquality(self): |
| 986 | """Test QuatfVectorData equality function""" |
| 987 | BaseVectorDataTest.testEquality(self) |
| 988 | |
| 989 | def testComparison(self): |
| 990 | """Test QuatfVectorData comparison function""" |
nothing calls this directly
no test coverage detected