dpytest icon indicating copy to clipboard operation
dpytest copied to clipboard

A package that assists in writing tests for discord.py

dpytest

Build Status Documentation Status Discord Server

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.

Documentation

Documentation can be found at dpytest.readthedocs.io, including examples and tutorials