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