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

Method setUp

tables/tests/test_create.py:684–692  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

682)
683class FiltersCaseBloscSnappy(FiltersTreeTestCase):
684 def setUp(self):
685 self.filters = tb.Filters(
686 shuffle=False, complevel=1, complib="blosc:snappy"
687 )
688 self.gfilters = tb.Filters(
689 complevel=5, shuffle=True, complib="blosc:snappy"
690 )
691 self.open_kwargs = dict(filters=self.filters)
692 super().setUp()
693
694
695@common.unittest.skipIf(

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected