This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
User OAuth missing tests? #273
Comments
Any thoughts on how to do this? I can' think of any way to independently test the controller logic. |
Controllers may need small refactor. I am looking in that at the moment, as I found some lacks in the flow. |
@amoshaviv tests are probably more important than features, because I want to know that everything is always working. How can we test this? |
In this case, the issue referred to by sielay is arguably a bug and not a feature. @ilanbiala would you mean detaling more specifically what parts of the code you would like tests for? |
Oath link and callbacks and logic. |
Closing an old thread. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems like the User module is only being tested against local strategies, but the user can also be created through OAuth, which should probably be tested too, no?
The text was updated successfully, but these errors were encountered: