perl - How do I test a Test::Builder test? -
i'm writing module test::builder
. want write test tests test when it's failing. unfortunately failing test in test makes test fail, , whole test suite fails. how can test failing tests? don't cause test suite fail. code examples appreciated
test::builder::tester
included in test::builder/test::simple distribution , contains functions testing kind of test module uses test::builder (test::simple, test::more, , great majority of well-behaved recent test modules).
Comments
Post a Comment