Cobular / distest

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

Re-Work Some of the Interface Functions, add all Tests to the Example #20

Closed Cobular closed 5 years ago

Cobular commented 5 years ago

This branch aims to complete both issue #19 and #6, and by the end have a re-written set of tests that is well documented and has good examples. See those issues for some previous discussion on the topics, but this will track future conversations.

19 needs to occur first, since some of the changes will likely affect the way the examples have to be written.

Cobular commented 5 years ago

I think the check failures are because the test functions take different inputs than they are being given and need to be updated. Will work on that.

Cobular commented 5 years ago

Since all the checks are OK and the tests cover everything in #6 , I'm going to merge this in. Great work!