Hello,
Am Mittwoch, 23. Oktober 2013 schrieb Steve Beattie:
> This patch adds a python metaclass to wrap the test methods in the
> subclasses of the template class AATestTemplate with the keep_on_fail
> function, which sets the do_cleanup attribute to False when a testcase
> failure occurs (i.e. a
This patch adds a python metaclass to wrap the test methods in the
subclasses of the template class AATestTemplate with the keep_on_fail
function, which sets the do_cleanup attribute to False when a testcase
failure occurs (i.e. an Exception is raised), and removes the manually
applied decorators t