You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flask test should be pretty straightforward to get unit tested
The bot tests will be harder. Might be able to do unit tests but theres not simple framework out there for discord.py. Could probably stub out api calls and call on_message directly or do integration tests with another simple bot sending commands/messages. If it works that would probably be a good thing to make into another project for other bots to use.
The text was updated successfully, but these errors were encountered:
Flask test should be pretty straightforward to get unit tested
The bot tests will be harder. Might be able to do unit tests but theres not simple framework out there for discord.py. Could probably stub out api calls and call on_message directly or do integration tests with another simple bot sending commands/messages. If it works that would probably be a good thing to make into another project for other bots to use.
The text was updated successfully, but these errors were encountered: