wgilpin / recruitment-ascee

2 stars 0 forks source link

Unit tests for login #546

Open mcgibbon opened 5 years ago

mcgibbon commented 5 years ago

With the login refactor, the old tests are all broken. Need to make new ones with the new backend api.

mcgibbon commented 4 years ago

In other words, write tests for the EveSSO object in login.py.

mcgibbon commented 4 years ago

Also we should move the api_oauth_callback route from server/login.py over to server/routes/login.py.