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:
Working of logging in MoinMoin
- Working of logging as a whole.
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.