llimllib / limbo

A simple, clean, easy to modify Slack chatbot
MIT License
402 stars 160 forks source link

Add tests for slack integration #129

Open llimllib opened 6 years ago

llimllib commented 6 years ago

Some history:

The official slack connector is not good code, and it's dead simple, so I basically smashed it up into one file and imported it as-is, and started slowly refactoring.

It was untested at the time (and may still be, who knows), so I never took the time to write tests for it. But, like, obviously I should.