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

Function fixture_path

crates/openquant/tests/etf_trick.rs:7–9  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

5}
6
7fn fixture_path(name: &str) -> String {
8 fixture_dir().join(name).to_string_lossy().to_string()
9}
10
11fn table(name: &str) -> Table {
12 Table::from_csv(&fixture_dir().join(name)).unwrap()

Callers 3

test_input_exceptionsFunction · 0.85

Calls 1

fixture_dirFunction · 0.70

Tested by

no test coverage detected