spark-c / SparksieBOT

A Discord bot that provides upkeep, utility, and some fun commands for my personal discord server.
1 stars 0 forks source link

Implement Tests! using dpytest #10

Closed spark-c closed 3 years ago

spark-c commented 3 years ago

It's definitely time to add testing for this bot. I'd certainly rathernot take the route of writing a second bot that feeds commands / examines output, so I'd like to try using a library called dpytest to do this.

The library is still in alpha (0.5.3) and may have feature gaps and/or breaking changes at times ... but I'd really rather not write a second bot just to test this one.

spark-c commented 3 years ago

This issue has been replaced by Issue #16; rather than using the dpytest library, I will be abstracting the work into testable files without dependence on Discord api/websockets.