MCPcopy
hub / github.com/wechatpy/wechatpy / test_datacube_get_user_read

Method test_datacube_get_user_read

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

Source from the content-addressed store, hash-verified

503 self.assertEqual(1, len(result))
504
505 def test_datacube_get_user_read(self):
506 with HTTMock(wechat_api_mock):
507 result = self.client.datacube.get_user_read(
508 '2014-12-06',
509 '2014-12-07'
510 )
511 self.assertEqual(1, len(result))
512
513 def test_datacube_get_user_read_hour(self):
514 with HTTMock(wechat_api_mock):

Callers

nothing calls this directly

Calls 1

get_user_readMethod · 0.80

Tested by

no test coverage detected