dir-test 0.4.1

Provides a macro to generate tests from files in a directory
Documentation
1
2
3
4
5
#[test]
fn compile_fail() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/fixtures/fail/*rs")
}