Fixing storage Module
Started to work on fixing storage module. The errors and failures are not due to pytest2.
- Went through the codes
- test_new_item_create_revision() function is common for all the backend tests and results into failure.
- traced the test to find the reason for the failure in above test.
- The way creation of item is handled in the test seems to be improper.