コード例 #1
0
ファイル: test.py プロジェクト: atomotic/wikidata_suggest
def test_wikipedia_another():
    results = _wikipedia('leo nikolaievich tolstoy')
    assert "Leo Tolstoy" in results
コード例 #2
0
ファイル: test.py プロジェクト: paregorios/wikidata_suggest
def test_wikipedia_another():
    results = _wikipedia('leo nikolaievich tolstoy')
    assert "Leo Tolstoy" in results
コード例 #3
0
ファイル: test.py プロジェクト: atomotic/wikidata_suggest
def test_wikipedia():
    assert _wikipedia('Catherine Breshkovksy') == "Catherine Breshkovsky"
コード例 #4
0
ファイル: test.py プロジェクト: paregorios/wikidata_suggest
def test_wikipedia():
    assert _wikipedia('Catherine Breshkovksy') == "Catherine Breshkovsky"