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

Method setUp

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

Source from the content-addressed store, hash-verified

718)
719class FiltersCaseBloscZstd(FiltersTreeTestCase):
720 def setUp(self):
721 self.filters = tb.Filters(
722 shuffle=False, complevel=1, complib="blosc:zstd"
723 )
724 self.gfilters = tb.Filters(
725 complevel=5, shuffle=True, complib="blosc:zstd"
726 )
727 self.open_kwargs = dict(filters=self.filters)
728 super().setUp()
729
730
731@common.unittest.skipIf(

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected