On 2011.11.2 7:24 PM, James E Keenan wrote:
> On 11/2/11 4:35 PM, Michael G Schwern wrote:
>> Here's all the current gardening tasks.
>> https://github.com/schwern/test-more/issues?labels=Gardening%2CTest-Builder2&sort=created&direction=desc&state=open&page=1
>
> I will start to look at these ...
Hi,
Here are some news about the Perl QA Hackathon 2012.
TEAM
It seems we are picking up the gauntlet, and it will happen in
Paris. :-)
The current local team is very small: it's just myself and
Laurent Boivin.
Laurent is the treasurer of the French Perl Mongers, and has a lot of
experien
On Thu, Nov 3, 2011 at 8:25 PM, Philippe Bruhat (BooK)
wrote:
> It seems we are picking up the gauntlet, and it will happen in
> Paris. :-)
>
> The current local team is very small: it's just myself and
> Laurent Boivin.
Hooray! And thank you!
> We have two possible venues:
> ** Carrefour Numér
* Michael G Schwern [2011-10-29T05:20:07]
> [ What if subtests stop indenting? ]
Sorry, I'm quite late to the party.
I really like the isolated planning of subtests, and the visual indenting, and
(least of the three) the potential for building a better visualizer that works
with the subtest orga
When doing delegation I have a documentation dilemma: do the API docs go in
the delegator or the delegate?
In this case it's Test::Builder2::TestCase which delegates to a stack of
Test::Builder2::EventCoordinator objects. The user will primarily interact
with TestCase objects. Only rarely should