MAKENTNU / web

The website of the student organization MAKE NTNU, built with Django.
https://makentnu.no
MIT License
9 stars 5 forks source link

Write complete test setup for Dataporten #495

Open ddabble opened 1 year ago

ddabble commented 1 year ago

[Originally created on the "Dev-Web" Trello board, by @zootos on February 25, 2018]


Comment by @zootos on February 25, 2018:

Take a look at mock for the functions requiring requests to be sent

Comment by @zootos on February 25, 2018:

Might be an idea to move the base login handler stuff to the web app, and write tests for it there instead

Comment by @ddabble on October 27, 2020:

This is probably resolved by the tests that are part of https://github.com/MAKENTNU/web/pull/320 - at least partially.