loklak / loklak_python_api

The loklak API for Python which makes it very easy to use and as a strict replacement to the twitter API
1.09k stars 26 forks source link

Improve tests for status() method #100

Closed YJDave closed 6 years ago

YJDave commented 6 years ago

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

YJDave commented 6 years ago

We should try to get 100% coverage of status() method by passing wrong url to method, to be sure that method does handle wrong url and return proper result.