(self)
| 89 | self.assertEqual('test', group['group']['name']) |
| 90 | |
| 91 | def test_group_get(self): |
| 92 | with HTTMock(wechat_api_mock): |
| 93 | groups = self.client.group.get() |
| 94 | self.assertEqual(5, len(groups)) |
| 95 | |
| 96 | def test_group_getid(self): |
| 97 | with HTTMock(wechat_api_mock): |