MCPcopy Create free account
hub / github.com/Open-Quant/openquant / fixture_dir

Function fixture_dir

crates/openquant/tests/futures_roll.rs:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18fn fixture_dir() -> std::path::PathBuf {
19 std::path::Path::new(env!("CARGO_MANIFEST_DIR")).join("../../tests/fixtures/etf_trick")
20}
21
22fn load_rows() -> Vec<FuturesRollRow> {
23 let open_path = fixture_dir().join("open_df.csv");

Callers 1

load_rowsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected