Claudiu Popa d4dcab432c Use LogSnatcher to catch the messages emitted by the loggers
When running the tests on Python 3, it gets really annoying to see
so many logging messages and tracebacks, even though the tests are
running fine. This patch improves the situation by catching all the
log messages that are emitted during tests execution.

Change-Id: Idc62081b768676cc861fb7c53f18175879807e56
2015-09-11 16:20:18 +03:00
..