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

Method init_class_fixtures

tests/test_ordering.py:62–65  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

60
61 @classmethod
62 def init_class_fixtures(cls):
63 super(TestOrderMethods, cls).init_class_fixtures()
64 cls.EQUITY = cls.asset_finder.retrieve_asset(1)
65 cls.FUTURE = cls.asset_finder.retrieve_asset(2)
66
67 @parameterized.expand([
68 ('order', 1),

Callers

nothing calls this directly

Calls 1

retrieve_assetMethod · 0.80

Tested by

no test coverage detected