Francessco121/Discore

Create unit tests

Opened this issue · 0 comments

With the library becoming less coupled internally, there's now a fair amount of features that can be realistically unit tested. Anything socket or HTTP client related can't really be tested, but stuff like:

  • DiscordPermissionHelper
  • DiscordMemoryCache

etc. should have some tests.