(self)
| 26 | |
| 27 | class OpenFileFailureTestCase(common.PyTablesTestCase): |
| 28 | def setUp(self): |
| 29 | super().setUp() |
| 30 | |
| 31 | self.N = len(tb.file._open_files) |
| 32 | self.open_files = tb.file._open_files |
| 33 | |
| 34 | def test01_open_file(self): |
| 35 | """Checking opening of a non existing file.""" |