1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#[test] fn fmt() { supercilex_tests::fmt(); } #[test] fn clippy() { supercilex_tests::clippy(); } #[test] fn api() { supercilex_tests::api(); } #[test] fn readme() { trycmd::TestCases::new().case("README.md"); }