Re: [Freeipa-devel] [PATCH] improved logging in dnssec tests

2015-09-23 Thread Petr Spacek
On 22.9.2015 11:21, Oleg Fayans wrote: > Hi all, > > I've noticed that in some tests some low-level functions can return False in a > number of different conditions, which severely complicates test debugging. > This patch implements the approach widely used in the Go language (and maybe, > some

[Freeipa-devel] [PATCH] improved logging in dnssec tests

2015-09-22 Thread Oleg Fayans
Hi all, I've noticed that in some tests some low-level functions can return False in a number of different conditions, which severely complicates test debugging. This patch implements the approach widely used in the Go language (and maybe, some other): The function returns not only a boolean,