1 2 3 4 5 6
//! Feature tests written alongside the 0.17 APIs (`tests/v17/*.rs`, one //! module per track). Run one module with e.g. //! `cargo test --test v17 v17_anova::`. #[path = "v17/v17_anova.rs"] mod v17_anova;