python-discord / bot

The community bot for the Python Discord community
https://pythondiscord.com
MIT License
1.31k stars 652 forks source link

Faster and Improved silence tests #3074

Closed wookie184 closed 1 week ago

wookie184 commented 1 month ago

Currently the tests for the !silence commands are pretty slow, taking up almost half of the execution time of the whole test suite.

This PR more than doubles the speed of pytest tests/bot/exts/moderation/test_silence.py (from >5s to <2s for me), resulting in the overall test suite being about 1/3 faster.

This definitely makes sense to look through commit by commit, as the commit descriptions explain each change.