Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support specifying cookies in SlackRequest | Trygve Aaberge | 2022-09-17 | 1 | -1/+0 |
| | | | | This is a necessary step for #844 | ||||
* | Format all python files with black | Trygve Aaberge | 2021-03-20 | 1 | -24/+28 |
| | |||||
* | Support newlines in the /topic command | Trygve Aaberge | 2020-04-19 | 1 | -0/+7 |
| | | | | Fixes #728 | ||||
* | Include channel prefix in key in get_channel_map | Trygve Aaberge | 2019-08-25 | 1 | -3/+3 |
| | | | | Fixes #587 | ||||
* | Support topic changes for private channels | Trygve Aaberge | 2019-06-12 | 1 | -1/+1 |
| | | | | Fixes #697 | ||||
* | Fix /topic command output (#691) | luk1337 | 2019-05-29 | 1 | -1/+1 |
| | | | | | * This change makes sure the /topic command outputs 'Topic for #random is ""' instead of 'Topic for #random is "{'value': ''}"'. | ||||
* | Cleanup tests and make them compatible with python 3 | Trygve Aaberge | 2019-04-08 | 1 | -15/+9 |
| | | | | | | 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 |
| | |||||
* | test: Add tests for topic_command_cb | Trygve Aaberge | 2017-10-08 | 1 | -1/+53 |
| | |||||
* | refactor: Split topic_command_cb and add tests | Trygve Aaberge | 2017-10-08 | 1 | -0/+44 |
Split out the parts of topic_command_cb that's most interesting and easiest to test into parse_topic_command and add tests for that function. |