Open mcgibbon opened 5 years ago
With the login refactor, the old tests are all broken. Need to make new ones with the new backend api.
In other words, write tests for the EveSSO object in login.py.
EveSSO
login.py
Also we should move the api_oauth_callback route from server/login.py over to server/routes/login.py.
api_oauth_callback
server/login.py
server/routes/login.py
With the login refactor, the old tests are all broken. Need to make new ones with the new backend api.