コード例 #1
0
def test_youtube_channel_details_raises_error():
    with pytest.raises(Exception):
        youtube_channel_details(key='WRONG KEY', channel_ids='wrong ID')
コード例 #2
0
ファイル: test_serp.py プロジェクト: eliasdabbas/advertools
def test_youtube_channel_details_raises_error():
    with pytest.raises(Exception):
        youtube_channel_details(key='WRONG KEY',
                                channel_ids='wrong ID')