super-cooper / memebot

A custom Discord bot For The Boys
GNU General Public License v3.0
8 stars 0 forks source link

Add unit tests #161

Open super-cooper opened 1 year ago

super-cooper commented 1 year ago

This patch fully implements pytest-based unit tests for memebot. It currently tests all the commands plus Twitter integration. Most of the tests are fairly thorough.

In order for the tests to run correctly, Memebot's code has been moved from the src directory to a root memebot package, as is typical for Python projects. The docker-compose file and README have been updated to reflect this as well.

Resolves #31