Yup, sorry for not being clearer. My module in question is
Gen::Test::Rinci::FuncResult. The module actually *generates* test functions, e.g. test_foo() or test_bar(). The test functions basically do a Test::More::subtest() with some assertions like ok(), is(), is_deeply() inside it.