aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_processsubteamupdated.py
Commit message (Collapse)AuthorAgeFilesLines
* Include @ in subteam handleTrygve Aaberge2019-08-251-1/+1
| | | | Subteams/usergroups should never be used without the @.
* Cleanup tests and make them compatible with python 3Trygve Aaberge2019-04-081-21/+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 filesTrygve Aaberge2019-04-081-0/+2
|
* Add @user-groups support (#680)Nana Amfo2019-04-081-0/+29
Add @user-groups with tab-completion. @user-groups will be unfurl into format <!subteam^{ID}|handle> message before sending message via linktext method.