(self)
| 94 | self.assertEqual(5, len(groups)) |
| 95 | |
| 96 | def test_group_getid(self): |
| 97 | with HTTMock(wechat_api_mock): |
| 98 | group = self.client.group.get('123456') |
| 99 | self.assertEqual(102, group) |
| 100 | |
| 101 | def test_group_update(self): |
| 102 | with HTTMock(wechat_api_mock): |