dmegahan / TwitchStats

Python bot for scraping mutliple Twitch.tv streams and IRCs for stream statistics
Apache License 2.0
1 stars 0 forks source link

Unit Tests #18

Open dmegahan opened 9 years ago

dmegahan commented 9 years ago

Need sets of Unit tests to have 100% code coverage and test for any abstract or uncommon errors. Some of the tests would rely on a certain stream being online, but others could be tested seperately. Ex: - Creating each type of graph - Creating a graph with an invalid json format/csv format - Testing validity of emotes received - Testing failed requests and failed online calls - Testing the entire process; get stream -> get viewers -> toGraph