Re: [apparmor] [patch 1/8] utils tests: assign regex function at test setup

2014-09-03 Thread Christian Boltz
Hello, sorry for the delay - we had our wine festival from friday till monday, and still have to do some cleanup ;-) Am Donnerstag, 28. August 2014 schrieb Steve Beattie: > This patch moves the assignment of the regex function into the > unittest setUp() function rather than at script load time.

[apparmor] [patch 1/8] utils tests: assign regex function at test setup

2014-08-28 Thread Steve Beattie
This patch moves the assignment of the regex function into the unittest setUp() function rather than at script load time. If for some reason the python utils library does not define the relevant function, without this patch the script fails entirely; with it, each individual test class that depends