Test ShortVectorData comparison function
(self)
| 927 | BaseVectorDataTest.testEquality(self) |
| 928 | |
| 929 | def testComparison(self): |
| 930 | """Test ShortVectorData comparison function""" |
| 931 | BaseVectorDataTest.testComparison(self) |
| 932 | |
| 933 | def testSumOperations(self): |
| 934 | """Test ShortVectorData sum operations""" |
nothing calls this directly
no test coverage detected