Esempio n. 1
0
def test_wikipedia_another():
    results = _wikipedia('leo nikolaievich tolstoy')
    assert "Leo Tolstoy" in results
Esempio n. 2
0
def test_wikipedia_another():
    results = _wikipedia('leo nikolaievich tolstoy')
    assert "Leo Tolstoy" in results
Esempio n. 3
0
def test_wikipedia():
    assert _wikipedia('Catherine Breshkovksy') == "Catherine Breshkovsky"
Esempio n. 4
0
def test_wikipedia():
    assert _wikipedia('Catherine Breshkovksy') == "Catherine Breshkovsky"