Metadata-Version: 2.1
Name: testcord
Version: 0.0.1
Summary: A package that assists in writing tests for pycord
Home-page: https://github.com/KoalaBotUK/testcord
Author: KoalaBotUK
Author-email: KoalaBotUK@gmail.com
License: UNKNOWN
Keywords: discord pycord test
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Testing
Description-Content-Type: text/markdown
License-File: LICENSE

# Testcord

[![Build Status](https://travis-ci.com/KoalaBotUK/testcord.svg?branch=master)](https://travis-ci.com/KoalaBotUK/testcord)
[![Documentation Status](https://readthedocs.org/projects/testcord/badge/?version=latest)](https://testcord.readthedocs.io/en/latest/?badge=latest)
[![Discord Server](https://img.shields.io/discord/729325378681962576.svg?style=flat-square&logo=discord&logoColor=white&labelColor=697EC4&color=7289DA&label=%20)](https://discord.gg/5etEjVd)

This is a package to allow testing of pycord. 
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.

This repo is a maintained and updated version of dpytest for discord.py, created by CraftSpider.

# Documentation

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

  

