Thommond / tsct-portal

Recreation of the TSCT portal website
https://arcane-wildwood-15359.herokuapp.com/
MIT License
1 stars 1 forks source link

this is already checked in test_auth #25

Closed ScottJohnson02 closed 4 years ago

ScottJohnson02 commented 4 years ago

https://github.com/Thommond/tsct-portal/blob/726cfcf86a15985093fd9002a2636478a2495e9e/tests/test_courses.py#L9

Thommond commented 4 years ago

The login and log out functions do not serve the purpose of checking the login to the full extent. They are meant so I can log in and log out during the tests to improve efficiency and reduce redundant post requests in all the tests.