(self)
| 6967 | |
| 6968 | class ChunkshapeTestCase(common.TempFileMixin, common.PyTablesTestCase): |
| 6969 | def setUp(self): |
| 6970 | super().setUp() |
| 6971 | self.h5file.create_table("/", "table", Record, chunkshape=13) |
| 6972 | |
| 6973 | def test00(self): |
| 6974 | """Test setting the chunkshape in a table (no reopen).""" |
nothing calls this directly
no test coverage detected