Re: Logging in the python tests

2012-03-07 Thread Hyrum K Wright
On Wed, Mar 7, 2012 at 8:23 AM, C. Michael Pilato wrote: > On 03/06/2012 05:29 PM, Hyrum K Wright wrote: >> After a bit of a bump today, I've added the use of the python logging >> module to our test suite as a way of logging output from the test >> framework and the tests themselves.  The end goa

Re: Logging in the python tests

2012-03-07 Thread C. Michael Pilato
On 03/06/2012 05:29 PM, Hyrum K Wright wrote: > After a bit of a bump today, I've added the use of the python logging > module to our test suite as a way of logging output from the test > framework and the tests themselves. The end goal is to remove all the > many print() calls we have in the test

Logging in the python tests

2012-03-06 Thread Hyrum K Wright
After a bit of a bump today, I've added the use of the python logging module to our test suite as a way of logging output from the test framework and the tests themselves. The end goal is to remove all the many print() calls we have in the tests, and run almost everything through the logger, allow