()
| 28 | |
| 29 | |
| 30 | def 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 | |
| 36 | def test_single_id_container(): |
nothing calls this directly
no test coverage detected