MCPcopy
hub / github.com/wechatpy/wechatpy / test_send_mass_video_message

Method test_send_mass_video_message

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

Source from the content-addressed store, hash-verified

180 self.assertEqual(0, result['errcode'])
181
182 def test_send_mass_video_message(self):
183 with HTTMock(wechat_api_mock):
184 result = self.client.message.send_mass_video([1], 'test', title='title', description='desc', is_to_all=True)
185 self.assertEqual(0, result['errcode'])
186
187 def test_send_mass_article_message(self):
188 with HTTMock(wechat_api_mock):

Callers

nothing calls this directly

Calls 1

send_mass_videoMethod · 0.80

Tested by

no test coverage detected