MCPcopy
hub / github.com/wechatpy/wechatpy / test_group_get

Method test_group_get

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected