MCPcopy Create free account
hub / github.com/PyTables/PyTables / setUp

Method setUp

tables/tests/test_basics.py:28–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26
27class 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."""

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected