Ejemplo n.º 1
0
def test_wikidata():
    results = _wikidata('tolstoi')
    assert len(results['search']) > 0
Ejemplo n.º 2
0
def test_wikidata():
    results = _wikidata('tolstoi')
    assert len(results['search']) > 0
Ejemplo n.º 3
0
def test_wikidata_missing():
    results = _wikidata('Catherine Breshkovksy')
    assert len(results['search']) == 0
Ejemplo n.º 4
0
def test_wikidata_missing():
    results = _wikidata('Catherine Breshkovksy')
    assert len(results['search']) == 0