Test FloatVectorData serialising and deserialising
(self)
| 400 | BaseVectorDataTest.testConstructors(self) |
| 401 | |
| 402 | def testSerialising(self): |
| 403 | """Test FloatVectorData serialising and deserialising""" |
| 404 | BaseVectorDataTest.testSerialising(self) |
| 405 | |
| 406 | def testResize(self): |
| 407 | """Test FloatVectorData resizing""" |
nothing calls this directly
no test coverage detected