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

Method setUp

tables/tests/test_indexes.py:1775–1778  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1773 """Test case for setting index filters."""
1774
1775 def setUp(self):
1776 super().setUp()
1777 description = {"icol": tb.IntCol()}
1778 self.table = self.h5file.create_table("/", "test", description)
1779
1780 def test_createIndex(self):
1781 """Checking input parameters in new indexes."""

Callers

nothing calls this directly

Calls 2

setUpMethod · 0.45
create_tableMethod · 0.45

Tested by

no test coverage detected