Memory Leak Issue
The whole day devoted to the issue - memory leakage on py.test run. This includes:
- Checking of creation and deletion of different class objects using pytest.set_trace().
- Adding and removing piece of codes to check their effect on memory usage while py.test is run.
Need to look into the whole testing process more carefully again.