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

Method setUp

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

Source from the content-addressed store, hash-verified

646)
647class FiltersCaseBloscLZ4(FiltersTreeTestCase):
648 def setUp(self):
649 self.filters = tb.Filters(
650 shuffle=False, complevel=1, complib="blosc:lz4"
651 )
652 self.gfilters = tb.Filters(
653 complevel=5, shuffle=True, complib="blosc:lz4"
654 )
655 self.open_kwargs = dict(filters=self.filters)
656 super().setUp()
657
658
659@common.unittest.skipIf(

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected