(self)
| 4257 | |
| 4258 | class VLUEndianTestCase(common.PyTablesTestCase): |
| 4259 | def setUp(self): |
| 4260 | super().setUp() |
| 4261 | self.h5fname = common.test_filename("vlunicode_endian.h5") |
| 4262 | self.h5file = tb.open_file(self.h5fname) |
| 4263 | |
| 4264 | def tearDown(self): |
| 4265 | self.h5file.close() |