Fixing Listed Issues
Time to work on fixing issues listed in the repository of ThomasWaldmann. They are as follows:
- Memory leak issue when py.test is run.
- py.test run with fs2 shows file leak.
- Logging for tests.
Let me first try the issue - 'Memory leak issue when py.test is run'.
Looked into the following items:
- Garbage collection in python and tests
- Creation of new objects and its deletion in tests.
Go through the method of testing mechanism of MoinMoin more precisely.
New changes in conftest.py do not effect the memory usage in tests.