()
| 1 | use openquant::etf_trick::{EtfTrick, Table}; |
| 2 | |
| 3 | fn fixture_dir() -> std::path::PathBuf { |
| 4 | std::path::Path::new(env!("CARGO_MANIFEST_DIR")).join("../../tests/fixtures/etf_trick") |
| 5 | } |
| 6 | |
| 7 | fn fixture_path(name: &str) -> String { |
| 8 | fixture_dir().join(name).to_string_lossy().to_string() |
no outgoing calls
no test coverage detected