Test HalfVectorData serialising and deserialising
(self)
| 470 | BaseVectorDataTest.testConstructors(self) |
| 471 | |
| 472 | def testSerialising(self): |
| 473 | """Test HalfVectorData serialising and deserialising""" |
| 474 | BaseVectorDataTest.testSerialising(self) |
| 475 | |
| 476 | def testResize(self): |
| 477 | """Test HalfVectorData resizing""" |
nothing calls this directly
no test coverage detected