MCPcopy
hub / github.com/wechatpy/wechatpy / test_delete_menu

Method test_delete_menu

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

Source from the content-addressed store, hash-verified

218 self.assertTrue('menu' in menu)
219
220 def test_delete_menu(self):
221 with HTTMock(wechat_api_mock):
222 result = self.client.menu.delete()
223 self.assertEqual(0, result['errcode'])
224
225 def test_update_menu(self):
226 with HTTMock(wechat_api_mock):

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected