def test_get_user(self): user = SlackUser.get_user(SlackClient('xxx'), test_user_name) assert isinstance(user, SlackUser)