JRoy / happybot

A multi-purpose, feature-full, and powerful, highly guild-specific, Discord Bot written in Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit Tests

okx-code opened this issue · comments

Unit tests would help prevent error-prone code from being used, and possibly encourage decoupling and better code.

Unit tests when all the code requires events from discord to fire?

We could use Mockito to do this.