def test_link_to_user_page_unicode(self):
     link_to_user_page('ولاء عبد المنعم', 'ar')
     # just want to make sure no exceptions are raised
     assert_true(True)
 def test_link_to_user_page_unicode(self):
     link_to_user_page('ولاء عبد المنعم', 'ar')
     # just want to make sure no exceptions are raised
     assert_true(True)
 def test_link_to_user_page(self):
     link = link_to_user_page('Dan has-spaces', 'en')
     assert_equal(link, 'https://en.wikipedia.org/wiki/User:Dan has-spaces')
 def test_link_to_user_page(self):
     link = link_to_user_page('Dan has-spaces', 'en')
     assert_equal(link, 'https://en.wikipedia.org/wiki/User:Dan has-spaces')