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

Method setUp

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

Source from the content-addressed store, hash-verified

700)
701class FiltersCaseBloscZlib(FiltersTreeTestCase):
702 def setUp(self):
703 self.filters = tb.Filters(
704 shuffle=False, complevel=1, complib="blosc:zlib"
705 )
706 self.gfilters = tb.Filters(
707 complevel=5, shuffle=True, complib="blosc:zlib"
708 )
709 self.open_kwargs = dict(filters=self.filters)
710 super().setUp()
711
712
713@common.unittest.skipIf(

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected