subtest-impl 0.0.1

Implementation detail of the `subtest` crate
Documentation
1
2
3
4
5
6
#[subtest]
#[tokio::test]
async fn async_test() {
    #[subtest]
    async fn nested() {}
}