Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
fn fixture_path(name: &str) -> String {
8
fixture_dir().join(name).to_string_lossy().to_string()
9
}
10
11
fn table(name: &str) -> Table {
12
Table::from_csv(&fixture_dir().join(name)).unwrap()
Callers
3
test_etf_trick_costs_defined
Function · 0.85
test_etf_trick_rates_not_defined
Function · 0.85
test_input_exceptions
Function · 0.85
Calls
1
fixture_dir
Function · 0.70
Tested by
no test coverage detected