Test ShortVectorData equality function
(self)
| 923 | BaseVectorDataTest.testSlices(self) |
| 924 | |
| 925 | def testEquality(self): |
| 926 | """Test ShortVectorData equality function""" |
| 927 | BaseVectorDataTest.testEquality(self) |
| 928 | |
| 929 | def testComparison(self): |
| 930 | """Test ShortVectorData comparison function""" |
nothing calls this directly
no test coverage detected