(self)
| 99 | self.assertEqual(102, group) |
| 100 | |
| 101 | def test_group_update(self): |
| 102 | with HTTMock(wechat_api_mock): |
| 103 | result = self.client.group.update(102, 'test') |
| 104 | self.assertEqual(0, result['errcode']) |
| 105 | |
| 106 | def test_group_move_user(self): |
| 107 | with HTTMock(wechat_api_mock): |