MCPcopy
hub / github.com/wechaty/python-wechaty / test_fetch_github_user_avatar

Function test_fetch_github_user_avatar

tests/utils_test.py:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29
30def test_fetch_github_user_avatar():
31 avatar = fetch_github_user_avatar_url('wj-Mcat')
32 assert avatar is not None
33 assert 'avatars.githubusercontent.com' in avatar
34
35
36def test_single_id_container():

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected