Faster Tests
First added init_test_app and deinit_test_app to all the tests failing/having errors due to current changes made. But didn't seem a good idea. so, just made few changes in conftest.py to initialize app for storage module and removed all the init_test_app/deinit_test_app calls from storage module. Checked for the final result. Found no changes in results i.e. skip/fail/success due to current changes in codes.
Though a significant reduction
- In timing - about 70/75 secs.
- In memory usage: 200/225 mb.