WarwickTabletop / tablebot

An extendable Discord bot framework written on top of `discord-haskell`
MIT License
4 stars 10 forks source link

Automated testing #64

Open distributive opened 2 years ago

distributive commented 2 years ago

The bot currently has no way of automatically testing inputs for expected results.

Two suggested frameworks are:

Ideally test suites should be easy to write for beginner contributors. If able, please also write a tutorial on writing tests with the implementation.

finnbar commented 2 years ago

I will be able to do something with this, but it'll take a little while. It's the only thing I'll be working on for Tablebot (other than the usual PR checking)