justinarat / Teamify

0 stars 0 forks source link

Setup flask tests with blueprints #52

Open dominictdavies opened 6 months ago

dominictdavies commented 6 months ago

Follow testing lecture instructions to get this done:

justinarat commented 6 months ago

Started setting up the blueprints, just following the testing lec.

Haven't changed all the app.route() to main.route() yet, might be better to do that when every current branch is merged to main so we can change them all at once.