This is a package to allow testing of discord.py. It is only compatible with the rewrite version, and is still in alpha. If using pytest, it is suggested to use pytest-asyncio for test running, otherwise the user will need to provide their own async test runner.
For discord.py 1.7.X, use dpytest 0.5.3
For discord.py 2.X.X, use dpytest>=0.6
Documentation can be found at dpytest.readthedocs.io, including examples and tutorials