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

Function test_resource_path

zipline/testing/core.py:1382–1383  ·  view source on GitHub ↗
(*path_parts)

Source from the content-addressed store, hash-verified

1380
1381@nottest
1382def test_resource_path(*path_parts):
1383 return os.path.join(zipline_git_root, 'tests', 'resources', *path_parts)
1384
1385
1386@contextmanager

Callers 6

init_class_fixturesMethod · 0.90
zipfile_pathFunction · 0.90
per_symbolMethod · 0.90
test_bundleMethod · 0.90
_expected_dataMethod · 0.90
test_bundleMethod · 0.90

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected