MCPcopy
hub / github.com/wechatpy/wechatpy / test_group_getid

Method test_group_getid

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected