def test_wikipedia_another(): results = _wikipedia('leo nikolaievich tolstoy') assert "Leo Tolstoy" in results
def test_wikipedia(): assert _wikipedia('Catherine Breshkovksy') == "Catherine Breshkovsky"