Cobular / distest

A library used to do integration testing on discord bots
MIT License
29 stars 8 forks source link

Refactor into separate modules. #5

Closed JosephFKnight closed 5 years ago

JosephFKnight commented 5 years ago

Here I have moved a number of classes into separate classes to improve the cleanliness and readability of the code per issue #3 . I'm requesting a merge into develop because I would like at least one more person to test the refactor with their personal test suite to see if I missed any imports. This PR is ahead of #4 (Improving examples).

I have run my personal full test suite as well as the example tests, all looks good on my end.

Cobular commented 5 years ago

Thanks a ton m8!

Cobular commented 5 years ago

I will do a bit more testing, and I need to make sure this packages before I add this into master, I'll do that tonight or tomorrow.