jonnekaunisto / simple-youtube-api

Object-oriented Wrapper for Youtube API in Python
https://simple-youtube-api.rtfd.io
Other
74 stars 16 forks source link

Use mockito-python to mock youtube client to increase code coverage #31

Open jonnekaunisto opened 3 years ago

jonnekaunisto commented 3 years ago

Currently we are not testing anything that is calling youtube client. Mock the youtube client instead for that.

https://github.com/kaste/mockito-python