MCPcopy
hub / github.com/quantopian/zipline / init_class_fixtures

Method init_class_fixtures

tests/test_assets.py:457–460  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

455
456 @classmethod
457 def init_class_fixtures(cls):
458 super(TestFuture, cls).init_class_fixtures()
459 cls.future = cls.asset_finder.lookup_future_symbol('OMH15')
460 cls.future2 = cls.asset_finder.lookup_future_symbol('CLG06')
461
462 def test_repr(self):
463 reprd = repr(self.future)

Callers

nothing calls this directly

Calls 1

lookup_future_symbolMethod · 0.80

Tested by

no test coverage detected