コード例 #1
0
ファイル: test_musicservices.py プロジェクト: Dark5ide/SoCo
def test_get_data_for_name():
    s = MusicService.get_data_for_name('Spotify')
    assert s['Name'] == "Spotify"
    assert s['Capabilities'] == '2563'
コード例 #2
0
ファイル: test_musicservices.py プロジェクト: xushoucai/SoCo
def test_get_data_for_name():
    s = MusicService.get_data_for_name('Spotify')
    assert s['Name'] == "Spotify"
    assert s['Capabilities'] == '2563'
コード例 #3
0
def test_get_data_for_name():
    s = MusicService.get_data_for_name("Spotify")
    assert s["Name"] == "Spotify"
    assert s["Capabilities"] == "2563"