Tried understanding how testing works in plone. Also tried to understand the existing codebase and marked section of the code which can be further improved (that were initially not included in the proposal)
Also setup travis for experimentation purpose (apart from the one already setup on original repository). Faced a problem while in testing in travis CI. Currently all the PRs fails travis testing and not all tests are covered in travis test. The aim is to shift all the testings to travis so that we can have continous testing on travis itself along with each PR and commit.