winston-yallow / godot-discord-bot

Small bot written for the Godot discord server
MIT License
3 stars 2 forks source link

Create tests #7

Open winston-yallow opened 1 year ago

winston-yallow commented 1 year ago

It would be nice to have some form of unit or integration tests. I'm not sure though how good tests for this bot could work. Ideally there would be a way to provide mock-up API objects, so that the units can be tested without relying on the discord API.