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

Method init_instance_fixtures

tests/test_assets.py:526–531  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

524 self._asset_writer.write(**kwargs)
525
526 def init_instance_fixtures(self):
527 super(AssetFinderTestCase, self).init_instance_fixtures()
528
529 conn = self.enter_instance_context(empty_assets_db())
530 self._asset_writer = AssetDBWriter(conn)
531 self.asset_finder = self.asset_finder_type(conn)
532
533 def test_blocked_lookup_symbol_query(self):
534 # we will try to query for more variables than sqlite supports

Callers

nothing calls this directly

Calls 4

empty_assets_dbFunction · 0.90
AssetDBWriterClass · 0.90

Tested by

no test coverage detected