Skip Menu |

This queue is for tickets about the Test-Most CPAN distribution.

Report information
The Basics
Id: 100213
Status: new
Priority: 0/
Queue: Test-Most

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Test::Most swallows exceptions in subtests, prevents subtests from cleaning up
I discovered that any exceptions thrown by Test::Class::Most (which uses subtests) were vanishing before being reported. This is caused by Test::Most overriding Test::Builder's DESTROY sub, which does important cleanup work in subtests. Fixed in https://github.com/Ovid/test--most/pull/10. Please apply soon - I have to patch around this locally in my $work install to be able to properly see test failures.