Objgraph
Working with tools like objgraph[1]. Among several interesting features, it generates a graph showing objects and its references. Its quite helpful, in tracking the test execution.
Problems: Unable to run in virtual env, though it works well outside virtual env.
Reason:
- Some dependencies to display images are not there in virtual env, like glib, gtk etc.
possible solutions:
- append the path in sys.path but it doesn't stays permanently. Need to find how to do that.