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
The text was updated successfully, but these errors were encountered:
modernNeo
changed the title
is it possible to perform unit tests on the bot using pytest?
is it possible to perform unit tests on the commands using pytest?
Sep 21, 2018
More or less a dupe of #197. Basically there's two ways to do this. Either capture and replay gateway events to simulate a connection to discord, or separate your logic from your command structure and test it on its own.
No description provided.
The text was updated successfully, but these errors were encountered: