Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Quant/openquant
/ _fixture_path
Function
_fixture_path
python/tests/test_data_module.py:12–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
12
def
_fixture_path() -> Path:
13
return
Path(__file__).resolve().parent /
"fixtures"
/
"ohlcv_us_equities.csv"
14
15
16
def
_digest_frame(df: pl.DataFrame) -> str:
Callers
3
test_load_ohlcv_enforces_canonical_schema_and_determinism
Function · 0.85
test_load_ohlcv_symbol_argument_required_when_missing
Function · 0.85
test_align_calendar_marks_missing_bars
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected