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

Method setUp

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

Source from the content-addressed store, hash-verified

664)
665class FiltersCaseBloscLZ4HC(FiltersTreeTestCase):
666 def setUp(self):
667 self.filters = tb.Filters(
668 shuffle=False, complevel=1, complib="blosc:lz4hc"
669 )
670 self.gfilters = tb.Filters(
671 complevel=5, shuffle=True, complib="blosc:lz4hc"
672 )
673 self.open_kwargs = dict(filters=self.filters)
674 super().setUp()
675
676
677@common.unittest.skipIf(

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected