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