CraftSpider / dpytest

A package that assists in writing tests for discord.py
MIT License
103 stars 24 forks source link

Support threads #123

Open calliecameron opened 1 year ago

calliecameron commented 1 year ago

Threads aren't currently supported by dpytest - calling thread-related functions raises NotImplementedError.

In some cases it's possible to work around this by creating thread objects manually, but this doesn't work for cases where the backend would need to be aware of the thread's existence.