(cls)
| 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), |
nothing calls this directly
no test coverage detected