Conversation
There was a problem hiding this comment.
I think it might be simpler and more consistent if all methods were called *_test_user (i.e. create_test_user, edit_test_user, get_test_users, etc.).
I am not sure some of the docstrings are actually useful (e.g. it's obvious that the |
|
In order to release 1.0.0 as soon as possible, I am moving this to the 2.0.0 milestone. This isn't a reflection of the quality of your pull request, but of the lack of free time I currently have to devote to this project. |
|
Got it. Thanks. But actually, I still feel sorry for quite poor quality of my PR, while still not sure how to improve it. |
This commit is sample implementation of #96.
Since
TestGetAppAccessTokenfromtest/test_facebook.pydoes not guarantees a valid app access token, how should I write meaningful test codes?