Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CraftSpider/dpytest

A package that assists in writing tests for discord.py
https://github.com/CraftSpider/dpytest

Last synced: about 1 month ago
JSON representation

A package that assists in writing tests for discord.py

Awesome Lists containing this project

README

        

# dpytest

[![Test CI](https://github.com/CraftSpider/dpytest/actions/workflows/test-ci.yml/badge.svg)](https://github.com/CraftSpider/dpytest/actions/workflows/test-ci.yml)
[![Lint](https://github.com/CraftSpider/dpytest/actions/workflows/lint-ci.yml/badge.svg)](https://github.com/CraftSpider/dpytest/actions/workflows/lint-ci.yml)
[![Documentation Status](https://readthedocs.org/projects/dpytest/badge/?version=latest)](https://dpytest.readthedocs.io/en/latest/?badge=latest)
[![Discord Server](https://img.shields.io/discord/523301176309972993.svg?label=Support%20Discord)](https://discord.gg/aNe8DqAuxd)

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.

## Notice

For discord.py 1.7.X, use `dpytest 0.5.3`

For discord.py 2.X.X, use `dpytest>=0.6`

## Documentation

Documentation can be found at [dpytest.readthedocs.io](https://dpytest.readthedocs.io/en/latest/), including examples and tutorials