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