aaronspindler / RoomScout

A web app for finding and managing roommates
https://www.roomscout.ca
MIT License
32 stars 5 forks source link

Write tests for all existing code #40

Closed aaronspindler closed 4 years ago

arcyleung commented 4 years ago

I think Django has its own built in unit test/ coverage framework, will have to look into it For the actual UI test we could use selenium

aaronspindler commented 4 years ago

Ya django has a testing framework, its just an extended version of unittest. I am going to finish the garbage day feature today and then start a new branch for testing everything