loklak/loklak_python_api

Improve tests for user() method

YJDave opened this issue · 1 comments

To improve the code coverage and to be sure that method does give expected outcome, we should add tests for this method.

Our user() method does allow to get the user with specific no of followers and following. This feature is not added in tests.
Plus, tests for passing null arguments are also not added.