nuclearGoblin / Dungeon-AI

A discord bot for running DCW
MIT License
1 stars 0 forks source link

Implement Dpytest for proper command testing #2

Closed nuclearGoblin closed 3 weeks ago

nuclearGoblin commented 5 months ago

Dpytest will allow us to actually test bot command output in an automated way, as opposed to just checking that the bot still launches on command.

nuclearGoblin commented 3 weeks ago

After a closer look, Dpytest doesn't seem to handle commands that aren't done via message -- so I don't think this library actually applies to any functions we have, unfortunately. But it's worth keeping an eye on.