Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Quant/openquant
/ table
Function
table
crates/openquant/tests/etf_trick.rs:11–13 ·
view source on GitHub ↗
(name: &str)
Source
from the content-addressed store, hash-verified
9
}
10
11
fn table(name: &str) -> Table {
12
Table::from_csv(&fixture_dir().join(name)).unwrap()
13
}
14
15
#[test]
16
fn test_etf_trick_costs_defined() {
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