in reply to RFC: Test::Refute - extensible unified assertion & testing tool

Have you checked the new Test::Builder? If not, do you support or plan to support subtests, testing forks and threads, and many other hard tasks it provides or makes possible?

($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
  • Comment on Re: RFC: Test::Refute - extensible unified assertion & testing tool
  • Download Code

Replies are listed 'Best First'.
Re^2: RFC: Test::Refute - extensible unified assertion & testing tool
by Dallaylaen (Chaplain) on Jan 05, 2017 at 13:52 UTC

    Thanks for your answer!

    Of course I'm looking at the features, just trying not to byte more than I can chew. As for the mentioned points:

    • subtest support already there, although a bit clumsy.
    • fork'ed subtest/contract planned in the near future.
    • threads - I have no real experience with threads, so I'd rather focus on AnyEvent/Coro who are also no piece of cake to test against.

    I wonder if I can roll out a Builder-based backend as well...