I don't have much comment on the functionality you want, seems reasonable
enough...
I do have implementation commentary however:
* You should not be obtaining a context inside your subtest (specifically
line 18
https://github.com/rjbs/Test-Abortable/blob/master/lib/Test/Abortable.pm#L18).
Obtain
* Chad Granum [2016-11-30T10:30:38]
> I do have implementation commentary however:
Thanks, greatly appreciated!
> * You should not be obtaining a context inside your subtest (specifically
> line 18
So, I've moved it to after the eval. I (think that I) need it inside the
subtest so that the ev