justinarat / Teamify

0 stars 0 forks source link

Set up tests #2

Closed dominictdavies closed 2 months ago

dominictdavies commented 3 months ago

It's important to create tests for functions before actually implementing their functionality, so setting up a good testing suite early will be very helpful for the rest of development.

Week 9's lab on testing suggests chapter 8 of the mega tutorial. The tutorial recommends using the unittest package for testing python scripts.

The lab also recommends Selenium, so it would be good to get both ready to go for our project development.

To set up the testing suite: