subtest-impl 0.0.1

Implementation detail of the `subtest` crate
Documentation
1
2
3
4
5
#[subtest]
#[test]
fn test() {
    assert_eq!(1, 1);
}