Logging for Tests

All right, after memory leakage, let me look into the other issues. I'll come back to memory leak issue later. Next issue: 'logging for tests'

Looked into following items:

Check the working process in more exact manner using break points(pytest.set_trace()) and print statements.

Idea of a new config file for logging in case of testing seems good for time being. It would also give the flexibility to change the configuration for logging if required in a simpler way.

Few changes in conftest.py should serve the purpose.

MoinMoin: pkumar_diary/2011-06-07 (last edited 2011-06-08 12:57:57 by PrashantKumar)