Test M33fVectorData slicing behavior
(self)
| 660 | BaseVectorDataTest.testExtend(self) |
| 661 | |
| 662 | def testSlices(self): |
| 663 | """Test M33fVectorData slicing behavior""" |
| 664 | BaseVectorDataTest.testSlices(self) |
| 665 | |
| 666 | def testEquality(self): |
| 667 | """Test M33fVectorData equality function""" |
nothing calls this directly
no test coverage detected