(self)
| 6953 | |
| 6954 | class DerivedTableTestCase(common.TempFileMixin, common.PyTablesTestCase): |
| 6955 | def setUp(self): |
| 6956 | super().setUp() |
| 6957 | self.h5file.create_table("/", "original", Record) |
| 6958 | |
| 6959 | def test00(self): |
| 6960 | """Deriving a table from the description of another.""" |
nothing calls this directly
no test coverage detected