Test DoubleVectorData serialising and deserialising
(self)
| 540 | BaseVectorDataTest.testConstructors(self) |
| 541 | |
| 542 | def testSerialising(self): |
| 543 | """Test DoubleVectorData serialising and deserialising""" |
| 544 | BaseVectorDataTest.testSerialising(self) |
| 545 | |
| 546 | def testResize(self): |
| 547 | """Test DoubleVectorData resizing""" |
nothing calls this directly
no test coverage detected