Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 824 Bytes

File metadata and controls

15 lines (10 loc) · 824 Bytes

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