aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/data
Commit message (Collapse)AuthorAgeFilesLines
* Remove url from rtm start test dataTrygve Aaberge2019-08-251-1/+1
| | | | So it doesn't try to connect to the websocket when running the tests.
* Fallback to full name if display name is not setTrygve Aaberge2019-08-071-0/+2
| | | | | | | The username can't be changed by the users themselves now and is auto generated for new users, so we shouldn't use it. Only use username as a last resort if neither display name nor full name is set (I'm not sure this ever happens, it looks like the full name field is mandatory).
* Add @user-groups support (#680)Nana Amfo2019-04-083-2/+92
| | | Add @user-groups with tab-completion. @user-groups will be unfurl into format <!subteam^{ID}|handle> message before sending message via linktext method.
* Add support for shared channelsEric Wang2018-06-071-0/+8
| | | | | | | | | | | | | | | Since shared channels only work with the new conversations API, a new class of SlackChannel and API type were added to support them. Also `rtm.start` doesn't include external users so their information needs to be fetched individually when getting the channel history. To distinguish external users from team members their nicks get appended with an asterisk, which can be changed with a new setting. They also appear in a new "External" group in the nicklist since their presences can't be fetched with `users.getPresence`. Unfortunately `conversations.history` doesn't include thread messages so threads won't show up in shared channels.
* massssssssive merge of the new codebaseRyan Huber2017-04-12129-0/+989
|
* unicode fixes, change variable names, better testsRyan Huber2015-11-164-4/+4
|
* add some initial tests. messages need a lot of work..Ryan Huber2015-03-184-0/+44