No testing #89
Labels
enhancement
New feature or request
question
Further information is requested
tests
Related to the project testing
As of right now, there are no tests whatsoever in the repo. This is mostly down to the fact that our primary IO -
discord.py
is difficult to test against since it provides no test suite (that we know of). Additionally, we make a lot of calls to google, twitch and twitter APIs which are in turn difficult to test against.However, we have several areas of functionality which actually don't call any of the above and so can likely be unit tested well. Plus, there are ways of testing the functionality of IO-heavy operations; for example, mocks or snapshot testing.
The text was updated successfully, but these errors were encountered: