Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format all python files with black | Trygve Aaberge | 2021-03-20 | 1 | -2/+2 |
| | |||||
* | Cleanup/simplify callback functions | Trygve Aaberge | 2020-02-23 | 1 | -1/+1 |
| | |||||
* | Cleanup tests and make them compatible with python 3 | Trygve Aaberge | 2019-04-08 | 1 | -17/+8 |
| | | | | | | This mainly adds team, channel_general and user_alice as fixtures, so we can use those directly instead of picking arbitrary ones from the lists. It also adds assertions to some tests which where missing it. | ||||
* | Import print_function and unicode_literals in all test files | Trygve Aaberge | 2019-04-08 | 1 | -0/+2 |
| | |||||
* | Add @user-groups support (#680) | Nana Amfo | 2019-04-08 | 1 | -0/+22 |
Add @user-groups with tab-completion. @user-groups will be unfurl into format <!subteam^{ID}|handle> message before sending message via linktext method. |