Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1382
def
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_fixtures
Method · 0.90
zipfile_path
Function · 0.90
per_symbol
Method · 0.90
test_bundle
Method · 0.90
_expected_data
Method · 0.90
test_bundle
Method · 0.90
Calls
1
join
Method · 0.80
Tested by
no test coverage detected