Re: [apparmor] [patch 8/8] parser testlib - use metaclass to mark all test functions keep_on_fail

2013-10-24 Thread Christian Boltz
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

[apparmor] [patch 8/8] parser testlib - use metaclass to mark all test functions keep_on_fail

2013-10-23 Thread 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. an Exception is raised), and removes the manually applied decorators t