Exemplo n.º 1
0
def testGoogleLookup():
    """ Testing Google Lookup"""
    title = "You Forgot It In People"
    artist = "Broken Social Scene"
    lookup = Lookup(title=title, artist=artist)
    response = lookup.google()
    assert response