UQComputingSociety / uqcsbot-slack

:mortar_board: UQCSbot: our friendly little Slack bot
https://slack.uqcs.org.au
MIT License
55 stars 44 forks source link

Patched member leaving channel bug #352

Closed mitchmcdee closed 6 years ago

mitchmcdee commented 6 years ago

we were getting ValueError: list.remove(x): x not in list errors upon members leaving channels, so I added a check before adding/removing a member. This required updating the test suite, which previously was only adding one member type 50 times. I added the ability to properly add test users and channels while fixing those tests.