1 2 3 4 5 6
#[test] fn test_readme_1() -> anyhow::Result<()> { trycmd::TestCases::new().case("README.md"); Ok(()) }