MCPcopy
hub / github.com/wechatpy/wechatpy / test_send_mass_article_message

Method test_send_mass_article_message

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

Source from the content-addressed store, hash-verified

185 self.assertEqual(0, result['errcode'])
186
187 def test_send_mass_article_message(self):
188 with HTTMock(wechat_api_mock):
189 result = self.client.message.send_mass_article([1], 'test', is_to_all=True)
190 self.assertEqual(0, result['errcode'])
191
192 def test_send_mass_card_message(self):
193 with HTTMock(wechat_api_mock):

Callers

nothing calls this directly

Calls 1

send_mass_articleMethod · 0.80

Tested by

no test coverage detected