MCPcopy
hub / github.com/wechatpy/wechatpy / test_group_delete

Method test_group_delete

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

Source from the content-addressed store, hash-verified

109 self.assertEqual(0, result['errcode'])
110
111 def test_group_delete(self):
112 with HTTMock(wechat_api_mock):
113 result = self.client.group.delete(123456)
114 self.assertEqual(0, result['errcode'])
115
116 def test_send_text_message(self):
117 with HTTMock(wechat_api_mock):

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected