http://www.perlmonks.org?node_id=1055766


in reply to Testing test function

I'm confused (i don't understand the question), are you really asking how to test your testing-library-functions?

Replies are listed 'Best First'.
Re^2: Testing test function (testing library test suite)
by sedusedan (Monk) on Sep 26, 2013 at 01:56 UTC
    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.