1 2 3 4 5 6 7
// Unit tests are crucial for a mathematical library like this. #[cfg(test)] mod tests { include!("../../../../tests/src_modules/basis_tests_parts/part_000.rs"); include!("../../../../tests/src_modules/basis_tests_parts/part_001.rs"); }