ingwinlu / python-twitch

python-twitch is an python module for simple interaction with twitch.
http://ingwinlu.github.io/python-twitch/
GNU General Public License v3.0
34 stars 17 forks source link

expand v3.channel stubs #21

Closed ingwinlu closed 8 years ago

ingwinlu commented 8 years ago

Stubs needed correct parameters. Added tests to check if they raise an exception.

Changed TestApiV3Videos.test_channel_teams to test_by_channel as that is the proper name for the test.

Closes #16