MCPcopy
hub / github.com/wechatpy/wechatpy / test_group_update

Method test_group_update

tests/test_client.py:101–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected