AY1920S2-CS2103T-F10-2 / main

Github page for My Internship Diary
https://ay1920s2-cs2103t-f10-2.github.io/main/
MIT License
0 stars 5 forks source link

Refactor Test Cases #40

Closed foochifa closed 4 years ago

foochifa commented 4 years ago

Refactor Test Cases to work with new Model and refactored Logic/Storage

wxwxwxwx9 commented 4 years ago

With reference to #54

I think we have our tests are covering a good amount currently (73.24%), with what @foochifa and @gerhean added for Logic and Storage test cases respectively.

I think Model test cases are alright as well.

However, following are the test cases that are not passing as of #54 :

I tried debugging to no avail at the moment. Will look into it in the near future.

Also, we currently have a few test cases for Tags which are lying around currently. Maybe we can delete them? I left them in the codebase currently.

Other than the above, I think the only thing that remains is adding more test cases to increase our coverage. I will continue working on this.