Re: Revert use_ok() change to allow lexical effects?
Michael G Schwern <[email protected]>
| Newsgroups | gmane.comp.lang.perl.quality-assurance |
|---|---|
| Message-ID | <[email protected]> |
On 2012.4.14 4:03 AM, Aristotle Pagaltzis wrote:
>> Which is a bit of a mouthful. Providing a function to get at the
>> history object would make a bunch of test state introspection easier.
>>
>> # That looks pretty good.
>> END { BAIL_OUT() unless test_history->test_was_successful }
>
> I like that.
Go at it.
https://github.com/schwern/test-more/issues/286
--
package Outer::Space; use Test::More tests => 9;